*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 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;
}

input,
button,
textarea,
select {
	font: inherit;
	outline: none;
}

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

/*$container-max-widths: (
    md: 738px,
    lg: 962px,
    xl: 1200px,
    hd: 1260px,
    laptop: 1380px,
    desktop: 1620px,
    fullhd: 1740px
);*/
body {
	background-color: #181818;
	color: #353439;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: normal;
	font-style: normal;
	overflow: auto;
	overflow-x: hidden;
	padding-top: 56px;
	min-height: 100vh;
}
@media (min-width: 992px) {
	body {
		font-size: 16px;
		padding-top: 82px;
	}
}

.o-noscroll {
	overflow-y: hidden;
}
@media (min-width: 992px) {
	.o-noscroll {
		overflow-y: auto;
	}
}

.c-content {
	width: 100%;
	padding: 15px;
	max-width: 1340px;
	margin: 10px auto;
}
.c-content h1,
.c-content h2,
.c-content h3,
.c-content strong {
	font-size: 24px;
	color: #eee;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}
.c-content ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}
.c-content ul li a:hover {
	color: #f6cd4b;
}
.c-content p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 15px;
	text-align: justify;
	color: #eee;
}
@media (min-width: 768px) {
	.c-content p {
		font-size: 16px;
		line-height: 28px;
	}
}
.c-content ul,
.c-content ol {
	margin: 15px 0 0;
	color: #eee;
	font-size: 14px;
	line-height: 26px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	.c-content ul,
	.c-content ol {
		font-size: 16px;
		line-height: 28px;
	}
}

.c-table__info {
	width: 100%;
	min-width: 500px;
	border-spacing: 4px;
}
.c-table__info tr {
	width: 100%;
}
.c-table__info tr:nth-child(2n) td {
	border: 2px solid #3959d9;
	color: #3959d9;
}
.c-table__info tr:nth-child(2n + 1) {
	background: #3959d9;
	color: #fff;
}
.c-table__info td {
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 7px;
}
.c-table__info tr td:first-child {
	width: 33.33%;
}
.c-table__info tr td:last-child {
	width: 66.67%;
	text-align: center;
}
.c-table__info-wrapper {
	width: 100%;
	margin: 0 auto 15px;
	overflow-x: auto;
	max-width: 800px;
}

.c-navigation {
	display: block;
	margin: 0 10px 15px;
	border-radius: 7px;
	border: 3px solid #3959d9;
	padding: 10px 20px;
}
.c-navigation ul li {
	color: #3959d9;
}
.c-navigation ul li:hover {
	color: #244beb;
}
.c-navigation ul li a {
	text-decoration: none;
	color: #3959d9;
}
.c-navigation ul li a:hover {
	color: #244beb;
}
@media (min-width: 576px) {
	.c-navigation {
		float: right;
		margin: 0 10px;
	}
}

.o-center {
	margin: 0 auto;
}

.o-left,
.o-right {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
@media (min-width: 414px) {
	.o-left,
	.o-right {
		max-width: 300px;
		width: auto;
		margin-bottom: 10px;
	}
}

@media (min-width: 414px) {
	.o-left {
		float: left;
		margin-right: 20px;
	}
}

@media (min-width: 414px) {
	.o-right {
		float: right;
		margin-left: 20px;
	}
}

.c-payments {
	width: 100%;
	min-width: 748px;
	border-collapse: collapse;
	border-spacing: 0;
}
.c-payments__wrapper {
	width: 100%;
	margin: 15px auto;
	overflow-x: auto;
	padding: 10px 20px;
	background: #244beb;
	border-radius: 30px;
}
@media (min-width: 1200px) {
	.c-payments__wrapper {
		padding: 10px 50px 30px;
	}
}
.c-payments tr:first-child {
	border-bottom: 1px solid #dedee2;
}
.c-payments th {
	height: 75px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	padding: 5px 10px 5px 0;
}
@media (min-width: 1200px) {
	.c-payments th {
		font-size: 14px;
		padding: 10px;
	}
}
.c-payments th:nth-child(1) {
	width: 20%;
	padding-left: 20px;
}
.c-payments th:nth-child(2) {
	width: 13%;
}
.c-payments th:nth-child(3) {
	width: 6%;
}
.c-payments th:nth-child(4) {
	width: 13%;
}
.c-payments th:nth-child(5) {
	width: 28%;
}
.c-payments th:nth-child(6) {
	width: 20%;
	padding-right: 20px;
}
.c-payments img {
	max-width: 100px;
	max-height: 30px;
}
@media (min-width: 1200px) {
	.c-payments img {
		max-width: 120px;
		max-height: 40px;
	}
}
.c-payments td {
	position: relative;
	border: none;
	padding: 5px 10px 5px 0;
	text-align: left;
	vertical-align: middle;
	color: #d7d3e4;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.2;
	font-size: 13px;
}
@media (min-width: 1200px) {
	.c-payments td {
		font-size: 16px;
		padding: 10px;
	}
}
.c-payments td:nth-child(1) {
	width: 20%;
	padding-left: 20px;
}
.c-payments td:nth-child(2) {
	width: 13%;
}
.c-payments td:nth-child(3) {
	width: 6%;
}
.c-payments td:nth-child(4) {
	width: 13%;
}
.c-payments td:nth-child(5) {
	width: 28%;
}
.c-payments td:nth-child(6) {
	width: 20%;
	padding-right: 20px;
}
.c-payments td a {
	min-width: 158px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
	color: #fff;
	margin: 10px auto 0;
	font-weight: 700;
	min-height: 45px;
	font-size: 16px;
	background: linear-gradient(180deg, #99dc21 0%, #76ac16 123.88%);
	box-shadow: 0 1px 24px -1px rgba(59, 85, 12, 0.4);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.c-payments td a:hover {
	background: linear-gradient(180.54deg, #99dc21 -234.64%, #76ac16 123.19%);
}
@media (min-width: 1200px) {
	.c-payments td a {
		min-width: 200px;
		font-size: 18px;
	}
}

.c-winners {
	background: #3959d9;
	border-radius: 10px;
	padding: 20px 10px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 15px;
}
.c-winners__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5px;
}
@media (min-width: 576px) {
	.c-winners__item {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.c-winners__item {
		width: 25%;
	}
}
.c-winners__item-img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.c-winners__item-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.c-winners__item span {
	display: inline-block;
}
.c-winners__item-caption {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 7px;
}
.c-winners__item-name {
	font-size: 16px;
	color: #353439;
}
.c-winners__item-money {
	font-size: 20px;
	font-weight: 700;
	color: #ffed45;
	margin-top: 13px;
	text-transform: uppercase;
}

.c-tiles {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 15px;
}
.c-tiles__item {
	min-width: 232px;
	margin: 10px auto;
	background: #244beb;
	border-radius: 18px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 200px;
}
@media (min-width: 992px) {
	.c-tiles__item {
		min-height: 210px;
	}
}
.c-tiles__item-wrapper {
	width: calc(100% - 20px);
	margin: 0 10px;
}
@media (min-width: 576px) {
	.c-tiles__item-wrapper {
		width: calc(50% - 20px);
	}
}
@media (min-width: 992px) {
	.c-tiles__item-wrapper {
		width: calc(25% - 20px);
	}
}
.c-tiles__item-img {
	min-height: 45px;
	margin-bottom: 10px;
}
.c-tiles__item-caption {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #ffed45;
}
.c-tiles__item-descr {
	color: #fff;
	line-height: 1.2;
	font-size: 14px;
	text-align: center;
}

.o-table__wrap {
	overflow-x: auto;
	margin-bottom: 3rem;
}

.o-table__wrap::-webkit-scrollbar {
	width: 15px;
	height: 6px;
}

.o-table__wrap::-webkit-scrollbar-thumb {
	background: #292c32;
}

.o-table__wrap::-webkit-scrollbar-track {
	background: transparent;
}

table {
	border-collapse: collapse;
	margin: 1rem auto 1rem;
	padding-bottom: 1rem;
	overflow: hidden;
	text-align: center;
}

thead {
	color: white;
	background: #292c32;
}
tbody {
	color: white;
}
tr {
	margin: 0;
}

th,
td {
	padding: 1.1rem 1.4rem;
	min-width: 13.4rem;
	border: 0.1rem solid #292c32;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
		U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
		U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
		U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
		U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
		U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2)
		format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

.c-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #000;
}
.c-header__wrapper {
	height: 56px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1340px;
	padding: 0 10px;
}
@media (min-width: 992px) {
	.c-header__wrapper {
		padding: 0 15px;
		height: 82px;
	}
}
.c-header__left {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.c-header__burger {
	position: relative;
	margin-right: 15px;
	cursor: pointer;
	width: 25px;
	height: 21px;
}
.c-header__burger span {
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	background: #5354bb;
}
.c-header__burger span:nth-child(1) {
	top: 0px;
}
.c-header__burger span:nth-child(2) {
	top: calc(50% - 1.5px);
}
.c-header__burger span:nth-child(3) {
	bottom: 0;
}
@media (min-width: 992px) {
	.c-header__burger {
		display: none;
	}
}
.c-header__logo {
	max-width: 150px;
}
@media (min-width: 992px) {
	.c-header__logo {
		max-width: 200px;
	}
}
@media (min-width: 1200px) {
	.c-header__logo {
		max-width: 250px;
	}
}
.c-header__right {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.c-header__btn {
	min-width: 100px;
	min-height: 40px;
	margin-left: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	padding: 5px 15px;
	letter-spacing: 0.01em;
	font-weight: bold;
	outline: none;
	text-decoration: none;
	text-shadow: 8px;
	border-radius: 50px;
	background-color: none;
}
.c-header__btn:hover {
	background-color: #ffcd34;
}
@media (min-width: 1200px) {
	.c-header__btn {
		min-width: 120px;
		min-height: 45px;
	}
}
.c-header__login {
	box-shadow: none;
	color: #fff;
	border: 2px solid #db344d;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
.c-header__login:hover {
	color: #fff;
	border: 2px solid #ffcd34;
}
.c-header__register {
	background-color: #5354bb;
	color: #fff;
	display: none;
}
@media (min-width: 576px) {
	.c-header__register {
		display: inline-flex;
	}
}
.c-header__nav {
	display: none;
}
@media (min-width: 992px) {
	.c-header__nav {
		display: block;
	}
	.c-header__nav ul {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.c-header__nav ul li {
		margin: 0;
		padding: 5px 15px 5px 0;
	}
	.c-header__nav ul li a {
		text-decoration: none;
		color: #eee;
		font-weight: 500;
		transition: color 0.3s ease;
		display: inline-flex;
		padding: 7px 0;
		text-transform: uppercase;
		border-bottom: 2px solid transparent;
	}
	.c-header__nav ul li a:hover {
		color: #292c32;
		border-bottom: 2px solid #292c32;
	}
	.c-header__nav ul li:first-child a {
		color: #fff;
		border-bottom: 2px solid #fff;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.c-header__nav ul li {
		padding-right: 20px;
	}
}

.c-popup {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 101;
	background: rgba(242, 241, 254, 0.7);
}
.c-popup.is-active {
	display: block;
}
@media (min-width: 992px) {
	.c-popup.is-active {
		display: none;
	}
}
.c-popup__inner {
	position: relative;
	height: 100vh;
	min-width: 300px;
	max-width: 450px;
	width: 60%;
	background: #ffcd34;
	overflow-y: auto;
}
.c-popup__close {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	cursor: pointer;
}
.c-popup__list {
	list-style: none;
	margin: 52px 0 0;
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.c-popup__list li {
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
	height: 52px;
	border-top: 1px solid #000;
}
.c-popup__list li:last-child {
	border-bottom: 1px solid #000;
}
.c-popup__list li a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}
.c-popup__list li a:hover {
	color: #292c32;
}
.c-popup__btns {
	width: 100%;
	padding: 15px 15px 0;
}
.c-popup__btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
	color: #fff;
	margin-top: 15px;
	font-weight: 700;
	min-height: 60px;
	font-size: 22px;
}
.c-popup__login {
	border: 2px solid #000;
}
.c-popup__login:hover {
	background-color: #292c32;
}
.c-popup__register {
	background: linear-gradient(180deg, #292c32 0%, #000 123.88%);
	box-shadow: 0 1px 24px -1px #000;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.c-popup__register:hover {
	background: linear-gradient(180.54deg, #292c32 -234.64%, #000 123.19%);
}

.c-banner {
	display: block;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}
.c-banner__img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	max-height: 600px;
	width: 100%;
}
@media (min-width: 768px) {
	.c-banner__img {
		max-width: 100%;
		max-height: auto;
	}
}
.c-banner__info {
	position: absolute;
	width: 300px;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 20px;
	font-size: 16px;
}
@media (min-width: 1200px) {
	.c-banner__info {
		width: auto;
		max-width: 500px;
	}
}
.c-banner__info:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	background: #000;
	z-index: -1;
}
.c-banner__info-bonus {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 1.2em;
}
@media (min-width: 768px) {
	.c-banner__info-bonus {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.c-banner__info-bonus {
		font-size: 24px;
	}
}
.c-banner__info-btn {
	width: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 50px;
	color: #fff;
	margin: 10px auto 0;
	font-weight: 700;
	min-height: 50px;
	font-size: 18px;
	background: #f6cd4b;
	box-shadow: 0 1px 24px -1px rgba(59, 85, 12, 0.4);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.c-banner__info-btn:hover {
	background: linear-gradient(180.54deg, #292c32 -234.64%, #ffcd34 123.19%);
}
@media (min-width: 768px) {
	.c-banner__info-btn {
		margin: 15px auto 0 0;
	}
}
@media (min-width: 1200px) {
	.c-banner__info-btn {
		margin: 20px auto 0 0;
		min-height: 60px;
		font-size: 24px;
	}
}

.c-slots {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.c-slots__item {
	width: calc(50% - 20px);
	max-width: 170px;
	margin: 10px;
	position: relative;
	border-radius: 10px;
}
@media (min-width: 576px) {
	.c-slots__item {
		width: calc(33.33% - 20px);
	}
}
@media (min-width: 768px) {
	.c-slots__item {
		width: calc(16.66% - 20px);
		max-width: none;
	}
}
.c-slots__item img {
	border-radius: 10px;
}
.c-slots__item-info {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	padding: 20px;
	transition: opacity 0.3s ease;
	text-align: center;
	background: linear-gradient(
		114.86deg,
		rgba(41, 44, 50, 0.7) -6.88%,
		rgba(255, 205, 52, 0.7) 100%
	);
}
.c-slots__item:hover > div.c-slots__item-info {
	opacity: 1;
}
.c-slots__item-caption {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 15px;
	max-width: 100%;
}
.c-slots__item-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 5px 15px;
}
.c-slots__item-demo {
	min-width: 93px;
	max-width: 113px;
	min-height: 24px;
	box-shadow: none;
	border-radius: 4px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	font-size: 12px;
}
.c-slots__item-demo:hover {
	background-image: linear-gradient(
		to bottom,
		rgba(219, 182, 255, 0.35) 0%,
		rgba(219, 182, 255, 0.35) 100%
	);
	border-color: rgba(219, 182, 255, 0.35);
}
.c-slots__item-play {
	border-radius: 6px;
	width: 100%;
	font-size: 16;
	font-weight: 700;
	min-height: 46px;
	background: radial-gradient(
		98.65% 1286.46% at 0% 8.33%,
		#ffcd34 0%,
		#292c32 100%
	);
	box-shadow: 0px 1px 24px -1px rgba(30, 19, 136, 0.4);
}
.c-slots__item-play:hover {
	background: radial-gradient(
		98.65% 1286.46% at 0% 8.33%,
		#292c32 0%,
		#ffcd34 100%
	);
}
.c-slots__wrapper {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 10px 0;
}
.c-slots__wrapper h2 {
	font-size: 24px;
	color: #3959d9;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.c-slots__btn {
	min-width: 152px;
	max-width: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
	color: #fff;
	margin: 10px auto 0;
	font-weight: 700;
	min-height: 58px;
	font-size: 18px;
	background: #3959d9;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.c-slots__btn:hover {
	background: #244beb;
}
@media (min-width: 1200px) {
	.c-slots__btn {
		min-height: 82px;
		font-size: 24px;
	}
}

.c-footer {
	width: 100%;
	margin-top: 40px;
	background: #1e1e1e;
	padding: 20px 0;
}
.c-footer__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1340px;
	padding: 15px;
	color: #fff;
	font-size: 20px;
}
.c-footer__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	justify-content: center;
	margin: 10px 0;
}
.c-footer__list li {
	display: inline-block;
	padding: 5px 20px;
}
.c-footer__list li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.c-footer__img {
	width: 50px;
	display: block;
	margin: 5px 0 10px;
}
.c-footer span {
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.c-reviews {
	width: 100%;
	margin-top: 10px;
}
.c-reviews__item {
	border: 3px solid #3959d9;
	padding: 25px 20px 40px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}
.c-reviews__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.c-reviews__name {
	color: rgba(53, 52, 57, 0.7);
	margin-left: 10px;
	display: inline-block;
}
.c-reviews__date {
	color: rgba(53, 52, 57, 0.7);
	display: inline-block;
	margin-left: auto;
}
.c-reviews__btn {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 15px 25px;
	border: 2px solid transparent;
	text-align: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	background: #3959d9;
	box-shadow: 0 10px 40px #3959d9;
	position: absolute;
	bottom: -17px;
	border: 0;
	right: 25px;
}
.c-reviews__btn:hover {
	background: #244beb;
}

.c-rating {
	display: block;
	width: 110px;
	height: 20px;
}
.c-rating__value {
	display: flex;
	width: 100%;
	height: 20px;
	overflow-x: hidden;
}
.c-rating__value-80 {
	width: 80% !important;
}
.c-rating__value-90 {
	width: 90% !important;
}
.c-rating__value-100 {
	width: 100% !important;
}

.c-comment {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 10px 0;
}
.c-comment__caption {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.c-comment__desc {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
	color: #ccc;
}
.c-comment__area {
	width: 100%;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
}
.c-comment__textarea,
.c-comment__name,
.c-comment__email {
	width: 100%;
	padding: 10px;
	margin: 7px 0;
	display: block;
	border-radius: 7px;
	color: #ccc;
	font-size: 16px;
}
.c-comment__textarea {
	min-height: 100px;
	resize: none;
}
.c-comment__btn {
	width: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50px;
	color: #fff;
	margin: 10px auto 0;
	min-height: 50px;
	font-size: 18px;
	background: #f6cd4b;
	box-shadow: 0 1px 24px -1px rgba(59, 85, 12, 0.4);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.c-comment__btn:hover {
	background: linear-gradient(180.54deg, #292c32 -234.64%, #ffcd34 123.19%);
}
@media (min-width: 768px) {
	.c-comment__btn {
		margin: 15px auto 0 0;
	}
}
@media (min-width: 1200px) {
	.c-comment__btn {
		margin: 10px auto;
		min-height: 60px;
		font-size: 20px;
	}
}

.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 0px 12px;
	position: relative;
	border-radius: 10px;
	width: 100%;
	display: inline-block;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	color: white;
	background-color: #3959d9;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	padding-bottom: 14px;
	font-size: 16px;
}

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: 10px 10px 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: white;
	box-shadow: 0 10px 18px rgba(75, 74, 120, 0.14);
	border-radius: 10px;
	margin-bottom: 2rem;
}

details > div {
	margin: 0px;
	padding: 20px;
	text-align: left;
}
details > div p {
	margin-top: 0 !important;
}
