.btn,
.header__burger,
.header__lang,
button {
	cursor: pointer;
}

.no-scroll,
.promocode,
.wrapper {
	overflow: hidden;
}

.app-specs > img,
.events-list__item-date > img,
.events-list__item-team > img,
.header__logo a img,
.header__nav li img,
.links-list__item img,
.mp-promocode > .get-image,
.mp-promocode > img,
.text-image > img {
	object-fit: contain;
	object-fit: contain;
}

.languages-switcher__item,
.languages-switcher__list-title {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

h2,
h3 {
	margin-top: 16px;
}

*,
.header__nav
	li.has-submenu
	.submenu
	li.has-sub-submenu.active
	.sub-submenu
	> li {
	margin: 0;
}

.container .container,
.header__nav
	li.has-submenu
	.submenu
	li.has-sub-submenu.active
	.sub-submenu
	> li
	a {
	padding-left: 0;
	padding-right: 0;
}

.container > :first-child,
.header__buttons .btn {
	margin-top: 0;
}

.header__active-lang span,
.header__langs-menu li span,
.header__nav li a,
.header__nav li span {
	text-align: center;
	font-size: 18px;
}

.mp-promocode__copy-btn._active > svg,
.mp-promocode__copy-btn:hover > svg,
.promocode__copy-btn._active > svg,
.promocode__copy-btn:hover > svg {
	stroke: #000;
}

* {
	padding: 0;
	border: 0;
}

*,
:after,
:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:active,
:focus,
a:active,
a:focus {
	outline: 0;
}

aside,
header,
nav {
	display: block;
}

body,
html {
	min-height: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.6) transparent;
}

input::-ms-clear {
	display: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:hover,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

.icon-font__deposit:before {
	content: '\e901';
	color: #fff;
}

.icon-font__casino:before {
	content: '\e902';
	color: #fff;
}

.icon-font__bonus:before {
	content: '\e903';
	color: #fff;
}

.icon-font__reg:before {
	content: '\e904';
	color: #fff;
}

.icon-font__app:before {
	content: '\e905';
	color: #fff;
}

.wrapper {
	margin-top: 50px;
}

.wrapper:first-child {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.wrapper:last-of-type {
	padding-bottom: 40px;
}

.container {
	margin: 0 auto;
	padding: 0 var(--offsets);
	max-width: calc(var(--width-container) + var(--offsets) * 2);
}

.hidden_svg {
	display: none;
}

.header__logo,
.header__nav,
.header__nav > ul,
body,
h2 {
	display: flex;
}

body {
	background: var(--bg, #262b27);
	min-height: 100vh;
	flex-direction: column;
	font-family: Poppins;
	font-family: var(--ff-primary);
}

.header__langs-menu li span,
.header__nav li.has-submenu .submenu li.has-sub-submenu.active span,
.toc-section__title,
h1,
h2,
h3 {
	font-family: var(--ff-primary);
	font-style: normal;
}

h1,
h2,
h3 {
	color: var(--title, #fff);
	font-weight: 600;
}

main {
	flex-grow: 1;
}

h1 {
	font-size: 45px;
	line-height: 55px;
}

h1 span {
	color: var(--title, #00ff42);
}

h2 {
	align-items: center;
	gap: 16px;
	font-size: 32px;
	line-height: 136%;
}

h2 svg {
	width: 26px;
	height: 26px;
}

h3 {
	font-size: 24px;
	line-height: 136%;
}

.hero-section .text-image__content > p,
p {
	margin-top: 1rem;
}

.hero-section.v2 {
	display: grid;
	gap: 20px;
	align-items: center;
}

.hero-section.v2 h1 {
	grid-column: 1;
	grid-row: 1;
}

.hero-section.v2 p,
.promocode .btn {
	grid-column: 1;
	grid-row: 2;
}

.hero-section.v2 .promocode {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	max-width: 567px;
}

.header__active-lang span,
.header__nav li a,
.header__nav li span,
.header__nav li.has-submenu .submenu li a,
.header__nav li.has-submenu .submenu li span,
p {
	font-weight: 400;
	color: var(--title, #fff);
	font-family: var(--ff-primary);
	font-style: normal;
}

p {
	line-height: 24px;
}

:root {
	--height: 0px;
	--offsets: 20px;
	--width-container: 1420px;
	--star-color: lightgray;
	--star-background-review: #ffc700;
	--ff-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--header1: #0f0840;
	--gradient1: linear-gradient(92deg, #1e283f, #101628);
}

.header {
	position: sticky;
	top: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 100%;
	z-index: 99;
	background: var(--header, #1e211e);
}

.header__lang,
.header__nav li.has-submenu .submenu li.has-sub-submenu,
.promocode__text {
	position: relative;
}

.header__active-lang,
.header__langs-menu,
.header__nav li.has-submenu .submenu,
.header__nav > ul > li:hover {
	background: var(--cards, #343a36);
	border-radius: 10px;
}

.header__content {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.header__logo {
	align-items: flex-start;
	margin-right: auto;
	max-width: 135px;
	min-width: 135px;
}

.header__logo a,
.header__logo a img {
	width: 100%;
}

.header__nav {
	flex: 1 0 auto;
	align-items: flex-start;
}

.header__nav > ul {
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 32px;
}

.header__nav > ul > li {
	padding: 10px 16px;
}

.header__nav li {
	display: flex;
	align-items: center;
	gap: 4px;
}

.header__nav li img {
	max-height: 19px;
}

.header__nav li a {
	word-break: break-all;
	line-height: 136%;
	transition: color 0.2s;
}

.header__nav li span {
	word-break: break-all;
	line-height: 136%;
	cursor: default;
}

.header__nav li.has-submenu {
	position: relative;
	padding-right: 30px;
}

.header__nav li.has-submenu svg {
	position: absolute;
	right: 0;
	width: 19px;
	height: 18px;
	transition: transform 0.2s;
}

.header__nav li.has-submenu .submenu {
	display: none;
	position: absolute;
	width: 234px;
	padding: 8px 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	right: 50%;
	top: 50px;
	transform: translateX(50%);
	z-index: 99;
}

.header__nav li.has-submenu .submenu::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	background: 0 0;
	top: -20px;
	left: 0;
}

.header__nav li.has-submenu .submenu li {
	width: 100%;
}

.header__nav li.has-submenu .submenu li a,
.header__nav li.has-submenu .submenu li span {
	width: 100%;
	padding: 8px 16px;
	text-align: left;
	font-size: 16px;
	line-height: 136%;
	letter-spacing: 0.25px;
}

.header__nav li.has-submenu .submenu li.has-sub-submenu::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
	transition: 0.2s;
}

.header__nav li.has-submenu .submenu li.has-sub-submenu .sub-submenu {
	width: 234px;
	display: none;
	position: absolute;
	top: -8px;
	right: -234px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--cards, #343a36);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

@media (hover: hover) {
	.header__nav li.has-submenu .submenu li.has-sub-submenu:hover::after {
		transform: rotate(-90deg) translateX(10px);
	}

	.header__nav li.has-submenu .submenu li.has-sub-submenu:hover .sub-submenu {
		display: block;
	}
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active {
	width: 100%;
	flex-direction: column;
	margin: 0;
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active::after {
	display: none;
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active span {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 0;
	padding-left: 0;
	color: var(--title, #fff);
	font-size: 18px;
	font-weight: 500;
	line-height: 136%;
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active span::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M0.469669 7.03033C0.176777 6.73744 0.176777 6.26256 0.469669 5.96967L5.24264 1.1967C5.53553 0.903806 6.01041 0.903806 6.3033 1.1967C6.59619 1.48959 6.59619 1.96447 6.3033 2.25736L2.06066 6.5L6.3033 10.7426C6.59619 11.0355 6.59619 11.5104 6.3033 11.8033C6.01041 12.0962 5.53553 12.0962 5.24264 11.8033L0.469669 7.03033ZM19 7.25H1V5.75H19V7.25Z' fill='white'/%3E%3C/svg%3E");
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active .sub-submenu {
	display: block;
	position: static;
	width: 100%;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}

@media (min-width: 1460px) and (hover: hover) {
	.header__nav li.has-submenu:hover svg {
		transform: rotate(-90deg);
	}

	.header__nav li.has-submenu:hover .submenu {
		display: flex;
	}
}

.header__active-lang img,
.header__langs-menu li img {
	width: 20px;
	height: 20px;
}

.header__buttons {
	display: flex;
	justify-content: flex-end;
	align-self: flex-start;
	gap: 8px;
	flex-wrap: wrap;
	margin-left: auto;
	align-self: center;
}

@media (max-width: 1671px) {
	.header__buttons {
		flex: 1 0 auto;
	}
}

.header__lang {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
}

.header__lang.active .header__active-lang svg {
	transform: rotate(-180deg);
}

.header__lang.active .header__langs-menu {
	display: grid;
}

.header__active-lang {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 8px 10px 10px;
}

.header__active-lang span {
	line-height: 136%;
}

.header__active-lang svg {
	transition: 0.2s;
	width: 18px;
	height: 18px;
}

.header__langs-menu {
	padding: 8;
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	justify-content: flex-start;
	align-items: flex-start;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	position: absolute;
	right: 0;
	top: 53px;
	z-index: 99;
}

.header__langs-menu li {
	width: 100%;
	text-wrap: nowrap;
	white-space: nowrap;
	border-radius: 10px;
	padding: 10px;
	transition: 0.2s;
}

.header__burger span,
.header__burger::after,
.header__burger::before {
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	width: 100%;
	right: 0;
}

.header__langs-menu li:hover {
	background: rgba(190, 173, 228, 0.3);
}

.header__langs-menu li span {
	color: var(--title, #fff);
	font-weight: 400;
	line-height: 136%;
}

.header__burger {
	margin-top: 10px;
	display: none;
	position: relative;
	width: 27px;
	height: 21px;
}

.header__burger::before {
	content: '';
	top: 0;
	transition: 0.3s;
}

.header__burger::after {
	content: '';
	bottom: 0;
	transition: 0.3s;
}

.header__burger span {
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}

.btn svg,
.header.burger-active .header__burger span {
	display: none;
}

.header.burger-active .header__burger::before {
	transform: rotate(45deg);
	top: 10px;
	right: 5px;
	width: 100%;
}

.header.burger-active .header__burger::after {
	transform: rotate(-45deg);
	bottom: 8px;
	right: 5px;
	width: 100%;
}

.hero-section .text-image {
	grid-template-columns: 1.1fr 1fr;
	column-gap: 90px;
}

.hero-section .text-image__content {
	display: flex;
	justify-content: center;
}

.toc-section__title {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	gap: 0.25rem;
	position: relative;
	color: #fff;
	color: var(--title, #fff);
	font-size: 26px;
	font-weight: 500;
	line-height: 136%;
	cursor: pointer;
}

.toc-section__title::after {
	position: absolute;
	width: 24px;
	height: 24px;
	padding-bottom: 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 6.82129L6 1.82129L11 6.82129' stroke='%23262A27' stroke-width='2'/%3E%3C/svg%3E");
	right: 0;
	transform: translateY(-50%);
	transition: 0.2s;
}

.promocode__input input,
.toc-section__toc-item a {
	line-height: 24px;
	font-family: var(--ff-primary);
	font-style: normal;
}

.toc-section__toc {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.toc-section__toc.active .toc-section__title::after {
	transform: translateY(-80%) rotate(180deg);
}

.toc-section__toc.active .toc-section__toc-list {
	display: flex;
}

.toc-section__toc-list {
	list-style: none;
	display: none;
	flex-wrap: wrap;
	justify-content: start;
	gap: 12px;
}

.toc-section__toc-item {
	transition: 0.3s;
}

.toc-section__toc-item a {
	color: var(--text, #e2e2e2);
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 8px 14px;
	border-radius: 10px;
	background: var(--cards, #343a36);
	transition: 0.2s;
}

.toc-section__toc-item a::before {
	content: '';
	width: 10px;
	height: 5px;
	border-radius: 14px;
}

.toc-section__toc-item a:hover {
	background: rgba(52, 58, 54, 0.6);
}

.mp-hero-section,
.promocode {
	grid-template-columns: 1fr 1fr;
}

.mp-hero-section {
	display: grid;
	gap: 30px;
}

.mp-hero-section h1,
.mp-hero-section p {
	grid-column: 1/-1;
	margin-top: 0;
}

.text-image.without-img .text-image__content {
	grid-column: 1/-1;
}

.btn--black:hover,
.btn--green,
.mp-promocode__copy-btn._active {
	background: var(--button, linear-gradient(270deg, #05ff5a 0, #adff00 100%));
}

.btn,
.btn--black:hover {
	color: var(--txt-btn, #1b241c);
}

.btn,
.mp-promocode__copy-btn,
.promocode__copy-btn {
	font-weight: 400;
	font-family: var(--ff-primary);
	font-style: normal;
	transition: 0.2s;
}

.text-image {
	margin-top: 16px;
	display: grid;
	column-gap: 20px;
	row-gap: 16px;
	grid-template-columns: 1.1fr 1fr;
}

.events-list,
.links-list {
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
}

.text-image.reversed .text-image__content {
	order: 2;
}

.text-image__title {
	grid-column: 1/-1;
	margin: 0;
}

.btn,
.promocode {
	margin-top: 16px;
	position: relative;
}

.text-image__content {
	display: flex;
	flex-direction: column;
}

.header__logo,
.text-image__content > p:first-child,
.text-image__content > strong:first-child {
	margin-top: 0;
}

.text-image__content > p a,
.text-image__content > strong a {
	color: #ffc800;
	text-decoration-line: underline;
}

.text-image__content .btn {
	padding: 10px;
}

.text-image > img {
	max-width: 700px;
	width: 100%;
}

.btn {
	max-width: 172px;
	padding: 10px 28px;
	gap: 10px;
	border-radius: 10px;
	display: block;
	font-size: 18px;
	line-height: 136%;
	text-align: center;
}

.btn--green:hover {
	box-shadow: 0 0 8.4px 0 rgba(5, 255, 90, 0.63);
}

.btn--black {
	background: 0 0;
	color: var(--title, #fff);
	border: 1.5px solid var(--button, #05ff5a);
}

.promocode,
.promocode__input {
	border-radius: 10px;
	backdrop-filter: blur(2px);
}

.promocode.v2 {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.promocode.v2 .btn {
	margin: 16px 0 0;
}

.promocode.v2 .promocode__text-value {
	margin-bottom: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 120%;
}

.has-text-align-center,
.page-404,
.promocode.v2 .promocode__text {
	text-align: center;
}

.promocode.v2 .promocode__input {
	background: #fff;
	border: none;
	padding: 4px;
}

.promocode.v2 .promocode__input input {
	color: #364771;
	padding: 12px 20px;
}

.promocode.v2 .promocode__copy-btn {
	position: relative;
	background: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
	padding: 12px 20px;
}

.promocode.v2 .promocode__text-description {
	margin-top: 6px;
}

.btn--full-width {
	width: 100%;
	max-width: 100%;
}

.btn--aligh-center {
	margin-left: auto;
	margin-right: auto;
}

.btn--with-svg {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.btn--with-svg svg {
	display: inline-block;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
}

.promocode {
	padding: 16px;
	display: grid;
	gap: 10px 32px;
	background: var(--header, #1e211e);
	z-index: 2;
}

.promocode .btn {
	width: 100%;
	max-width: 100%;
	margin: -26px 0 0;
}

.promocode .promocode__input {
	height: fit-content;
}

.promocode__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.promocode__main > .btn {
	width: 100%;
	margin-top: 0;
	max-width: 100%;
}

.promocode__input {
	width: 100%;
	padding-right: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border: 1px dashed var(--button, #05ff5a);
	background: var(--bg, #262b27);
}

.promocode__input input {
	width: 60%;
	padding: 15px 4px 15px 20px;
	background: 0 0;
	color: var(--White, var(--title, #fff));
	font-size: 15px;
	font-weight: 500;
}

.mp-promocode__copy-btn,
.promocode__copy-btn {
	padding: 14px 20px;
	border-radius: 10px;
	background: 0 0;
	word-break: break-all;
	display: inline-flex;
	gap: 5px;
	align-items: center;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

.promocode__copy-btn:hover {
	background: rgba(5, 255, 90, 0.8);
	color: #000;
}

.promocode__copy-btn._active {
	background: var(--button, linear-gradient(270deg, #05ff5a 0, #adff00 100%));
	color: #000;
}

.mp-promocode__copy-btn > svg,
.promocode__copy-btn > svg {
	width: 22px;
	height: 22px;
	transition: 0.2s;
}

.promocode__copy-btn {
	position: relative;
}

.promocode__copy-btn::before {
	content: url('/assets/images/copy.svg');
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 30px;
	transform: translate(-50%, -50%);
}

.promocode__text::before {
	position: absolute;
	content: '';
	top: 0;
	left: -16px;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
}

.promocode__text-value {
	margin-top: 0;
	color: #00ff42;
	font-family: var(--ff-primary);
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 28px;
}

.promocode__text-description {
	margin-top: 10px;
	color: var(--text, #e2e2e2);
	font-family: var(--ff-primary);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.categories-list__item-link,
.links-list__item-description,
.links-list__item-link,
.links-list__item-name {
	color: var(--title, #fff);
	font-family: var(--ff-primary);
}

.links-list {
	margin-top: 16px;
	display: grid;
	gap: 20px;
}

.links-list.v2 .links-list__item {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 16px 83px 16px 20px;
}

.links-list.v2 .links-list__item-link {
	margin: 0;
	padding: 10px;
}

.links-list.v2 .links-list__item img {
	max-width: 64px;
	right: -7px;
}

.links-list__item {
	position: relative;
	padding: 16px 100px 16px 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

.links-list__item img {
	max-width: 104px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
}

.links-list__item--blue {
	background: linear-gradient(90deg, #0076e5 0, #3b00eb 100%);
}

.links-list__item--green {
	background: linear-gradient(90deg, #04ce00 0, #00ad30 100%);
}

.links-list__item--orange {
	background: linear-gradient(90deg, #f90 0, #ff4c00 100%);
}

.links-list__item--purple {
	background: linear-gradient(90deg, #a300ef 0, #6a00f1 100%);
}

.links-list__item-name {
	margin-top: 0;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.links-list__item-description {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	flex: 1 1 auto;
}

.categories-list__item-link,
.links-list__item-link {
	font-size: 18px;
	font-style: normal;
}

.links-list__item-link {
	max-width: fit-content;
	margin-top: 40px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-weight: 400;
	line-height: 24px;
	background: 0 0;
}

.links-list__item-link:hover::after {
	transform: translateX(5px);
}

.links-list__item-link::after {
	transition: 0.2s;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='12' viewBox='0 0 23 12' fill='none'%3E%3Cpath d='M22.5303 6.35162C22.8232 6.05873 22.8232 5.58385 22.5303 5.29096L17.7574 0.517988C17.4645 0.225095 16.9896 0.225095 16.6967 0.517988C16.4038 0.810882 16.4038 1.28576 16.6967 1.57865L20.9393 5.82129L16.6967 10.0639C16.4038 10.3568 16.4038 10.8317 16.6967 11.1246C16.9896 11.4175 17.4645 11.4175 17.7574 11.1246L22.5303 6.35162ZM0 6.57129H22V5.07129H0V6.57129Z' fill='white'/%3E%3C/svg%3E");
}

.events-list {
	margin-top: 16px;
	display: grid;
	gap: 20px;
}

.events-list__item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
	border-radius: 10px;
	background: var(--cards, #343a36);
}

.events-list__item-head {
	position: relative;
	margin-top: 0;
	text-align: center;
	color: var(--text, #e2e2e2);
	font-family: var(--ff-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding-bottom: 16px;
}

.events-list__item-head::after {
	position: absolute;
	content: '';
	bottom: 0;
}

.events-list__item-main {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1.2fr;
	align-items: center;
}

.events-list__item-date,
.events-list__item-team {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.events-list__item-team > img {
	max-width: 66px;
}

.events-list__item-date > img {
	max-width: 21px;
}

.events-list__item-date-time {
	margin-top: 10px;
	color: var(--title, #fff);
	text-align: center;
	font-family: var(--ff-primary);
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.events-list__item-date-day {
	margin-top: 6px;
	color: var(--text, #e2e2e2);
	text-align: center;
	font-family: var(--ff-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	word-break: break-all;
}

.events-list__item .btn {
	grid-column: 1/-1;
	max-width: 100%;
	margin-top: 16px;
	position: relative;
}

.events-list__item .btn::after {
	position: absolute;
	content: '';
	top: -16px;
}

@media (max-width: 991px) {
	.hero-section.v2 .promocode {
		grid-column: 1;
		grid-row: 3;
	}
}

img {
	background-repeat: no-repeat;
	background-size: cover;
	font-style: italic;
	shape-margin: 1rem;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 1460px) {
	h1 {
		font-size: 36px;
	}

	.header__nav li.has-submenu.active,
	.header__nav > ul > li {
		margin: 0;
		width: 100%;
		padding: 8px 16px;
	}

	.header__nav,
	.header__nav li.has-submenu .submenu::after,
	.header__nav li.has-submenu .submenu::before,
	.header__nav > ul.active-l3 > li.active > .submenu > li:not(.active),
	.header__nav > ul.active-l3 > li.active > a,
	.header__nav > ul.active-l3 > li.active > svg,
	.header__nav > ul.active-l3 > li:not(.active) {
		display: none;
	}

	.header.burger-active .header__nav,
	.header__burger,
	.header__nav li a,
	.header__nav li span {
		display: block;
	}

	.header__content {
		position: relative;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.header__logo {
		margin-top: 0;
	}

	.header__nav > ul {
		flex-wrap: nowrap;
	}

	.header__nav li.has-submenu svg {
		right: 20px;
		top: 12px;
	}

	.header__nav li.has-submenu .submenu li {
		width: 90%;
		border: none;
		padding-bottom: 10px;
	}

	.header__nav li.has-submenu .submenu {
		width: 100%;
		position: static;
		transform: none;
		background: 0 0;
		box-shadow: none;
	}

	.header__nav li.has-submenu.active {
		flex-direction: column;
		gap: 10px;
		background: #272e28;
	}

	.header__nav li.has-submenu.active > a {
		align-self: flex-start;
		padding-left: 0;
	}

	.header__nav li.has-submenu.active svg {
		transform: rotate(-90deg);
	}

	.header__nav li.has-submenu.active .submenu {
		display: flex;
	}

	.header__nav li {
		position: relative;
		width: 90%;
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 17px;
		cursor: pointer;
	}

	.header__nav {
		background: var(--cards, #343a36);
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translate(50%, calc(100% + 10px));
		height: fit-content;
		max-width: 100vw;
		width: 100vw;
		z-index: 5;
		padding-bottom: 20px;
		overflow-y: auto;
	}

	.header__nav ul {
		flex-direction: column;
		gap: 10px;
	}

	.header__buttons {
		flex-direction: row;
		margin-left: 0;
		gap: 8px;
		order: 3;
		flex: none;
	}

	.header__lang {
		margin-left: 0;
		margin-top: 0;
		border-left: none;
	}

	.hero-section .text-image {
		column-gap: 20px;
	}

	.mp-hero-section {
		grid-template-columns: 1.4fr 1fr;
		gap: 10px;
	}

	.promocode {
		gap: 16px;
	}

	.promocode__text {
		text-align: left;
		grid-column: 1/-1;
		order: 1;
	}

	.events-list,
	.links-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1079px) {
	.hero-section .text-image,
	.links-list,
	.mp-hero-section,
	.text-image {
		grid-template-columns: 1fr;
	}

	.hero-section .text-image > img {
		order: 2;
		width: 100%;
	}

	.text-image.reversed .text-image__content {
		order: 0;
	}

	.text-image__title {
		order: -2;
	}

	.text-image__content > .app-specs,
	.text-image__content > ol:not([class]),
	.text-image__content > ul:not([class]) {
		margin-top: 0;
	}

	.text-image > img {
		max-width: 100%;
		width: 100%;
		max-height: 600px;
		grid-column: auto;
		grid-row: auto;
	}

	.promocode__main {
		order: 1;
	}

	.promocode__text {
		order: 2;
		text-align: center;
	}
}

.app-specs,
.mp-promocode {
	background: var(--header, #1e211e);
	border-radius: 10px;
	position: relative;
}

.app-specs {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 12px;
	row-gap: 14px;
	padding: 20px;
}

.app-specs__main {
	grid-column: 1/-1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
}

.app-specs__main > .btn {
	max-width: unset;
	grid-column: 1/-1;
	width: 100%;
	margin-top: 0;
	padding: 16px;
	color: var(--txt-btn, #1b241c);
	font-weight: 500;
}

.app-specs__main > .btn svg {
	width: 25px;
	height: 25px;
}

.app-specs__info {
	grid-column: 1/-1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.app-specs__downloads,
.app-specs__rating,
.app-specs__size {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	color: #fff;
	font-family: var(--ff-primary);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.554px;
	letter-spacing: -0.2px;
}

.app-specs__downloads span:not([class]),
.app-specs__rating span:not([class]),
.app-specs__size span:not([class]) {
	color: #f8ff13;
}

.app-specs__downloads svg,
.app-specs__rating svg,
.app-specs__size svg {
	max-width: 20px;
	max-height: 18px;
}

.app-specs__description {
	width: 100%;
	display: block;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-family: var(--ff-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.554px;
	letter-spacing: -0.16px;
}

.mp-promocode__input input,
.mp-promocode__text {
	font-weight: 500;
	font-family: var(--ff-primary);
	font-style: normal;
}

.mp-promocode {
	padding: 25px 150px 25px 20px;
	gap: 32px;
	backdrop-filter: blur(2px);
	z-index: 2;
}

@media (max-width: 1460px) {
	.mp-promocode {
		padding: 16px 130px 16px 16px;
	}
}

@media (max-width: 768px) {
	.header__content {
		gap: 15px;
	}

	.header__logo {
		margin-right: 0;
	}

	.header__buttons {
		align-self: center;
		justify-content: center;
		margin: 0;
		width: 100%;
		max-width: unset;
	}

	.header__buttons .btn {
		flex: 1;
		max-width: 100%;
		padding: 10px;
	}

	.header__active-lang {
		transform: translateX(-10px);
	}

	.mp-hero-section {
		gap: 16px;
	}

	.mp-hero-section .app-specs,
	.mp-hero-section .mp-promocode {
		margin-top: 0;
	}

	.app-specs,
	.events-list {
		grid-template-columns: 1fr;
	}

	.app-specs {
		padding: 0;
		background: 0 0;
		gap: 0;
	}

	.app-specs > img {
		position: static;
		justify-self: center;
	}

	.app-specs__main {
		padding: 16px;
		border-radius: 10px;
		margin-top: -60px;
	}

	.mp-promocode {
		padding: 16px;
	}

	.mp-promocode > img {
		display: none;
	}
}

.mp-promocode__text {
	margin-top: 0;
	color: var(--title, #fff);
	font-size: 28px;
	line-height: 120%;
}

.breadcrumbs__list li a,
.breadcrumbs__list li span,
.how-to-list__item-title {
	text-align: center;
	line-height: 136%;
	font-family: var(--ff-primary);
	font-style: normal;
}

.mp-promocode__text span {
	color: #00ff42;
}

.mp-promocode__description {
	margin-top: 10px !important;
}

.mp-promocode__input {
	margin-top: 16px;
	width: 100%;
	padding-right: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	border: 1px dashed var(--button, #05ff5a);
	background: var(--bg, #262b27);
	backdrop-filter: blur(2px);
}

.mp-promocode__input input {
	width: 60%;
	padding: 15px 4px 15px 20px;
	background: 0 0;
	color: var(--White, var(--title, #fff));
	font-size: 15px;
	line-height: 24px;
	color: #364771;
	margin-right: auto;
}

.mp-promocode__copy-btn:hover {
	background: rgba(5, 255, 90, 0.8);
}

.how-to-list__item {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 10px;
	background: var(--cards, #343a36);
}

@media (max-width: 1000px) {
	.header__lang {
		width: 68px;
		justify-self: end;
	}
}

@media (max-width: 576px) {
	.wrapper:first-child {
		background: linear-gradient(
			0deg,
			rgba(0, 255, 66, 0.35) 0,
			rgba(0, 255, 66, 0) 100%
		);
	}

	.container {
		padding: 0 16px;
	}

	h1 {
		font-size: 32px;
		line-height: 44px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	.header__content {
		padding-left: 16px;
		padding-right: 16px;
	}

	.header__logo {
		max-width: 100px;
	}

	.toc-section__title::after {
		top: 50%;
		transform: translateY(-50%);
	}

	.toc-section__title {
		font-size: 16px;
		line-height: 24px;
	}

	.toc-section__toc.active .toc-section__title::after {
		transform: translateY(-80%) rotate(180deg);
	}

	.toc-section__toc-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.promocode__main > .btn {
		padding: 10px;
	}

	.promocode__text-value {
		font-size: 18px;
	}

	.app-specs__downloads,
	.app-specs__rating,
	.app-specs__size {
		font-size: 16px;
		max-width: 88px;
	}

	.app-specs__description {
		font-size: 14px;
		line-height: 15px;
	}
}

.breadcrumbs__list {
	display: flex;
	align-items: center;
	gap: 3px;
	flex-wrap: wrap;
}

.breadcrumbs__list li {
	display: flex;
	align-items: center;
	padding-right: 4px;
	gap: 8px;
}

.breadcrumbs__list li::after {
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
	width: 4px;
	height: 4px;
}

.breadcrumbs__list li:last-child::after {
	display: none;
}

.breadcrumbs__list li a {
	color: var(--text, #e2e2e2);
	font-size: 16px;
	font-weight: 400;
}

.breadcrumbs__list li a:hover {
	color: rgba(0, 255, 66, 0.7);
}

.breadcrumbs__list li span {
	font-size: 16px;
	font-weight: 400;
	cursor: default;
}

.has-white-color,
.header__nav > ul > li:hover a {
	color: #fff;
}

.wp-block-list {
	display: grid;
	gap: 0.5rem;
	margin: 0;
	padding: 0 0 0 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: var(--title, #fff);
}

.get-image {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

* + .wrapper {
	margin-top: 50px !important;
}

.wp-admin .wrapper:first-child,
.wrapper:first-child {
	background: 0 0;
}

.wp-admin {
	color: #000;
}

.scroll-top {
	position: fixed;
	bottom: 80px;
	right: var(--offsets);
	z-index: 90;
}

.scroll-top__button {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: none;
	background: linear-gradient(270deg, #05ff5a 0, #adff00 100%);
}

.scroll-top__button svg {
	fill: currentColor;
}

@media (max-width: 1460px) {
	.mp-promocode__text {
		font-size: 22px;
		font-weight: 500;
	}

	.promocode .btn {
		margin: 0;
	}

	.promocode .btn,
	.promocode .promocode__input {
		grid-column: 1/-1;
	}

	.mp-promocode__text span {
		font-size: 22px;
	}

	.header__nav {
		background: linear-gradient(92deg, #1e283f, #101628);
	}

	.header__nav li.has-submenu.active {
		background: 0 0;
	}
}

.text-image.reversed .text-image__content {
	grid-column: auto;
	grid-row: auto;
	order: 2;
}

.text-image__content {
	overflow: hidden;
}

@media (max-width: 1079px) {
	.text-image.reversed .text-image__content {
		grid-column: auto;
		grid-row: auto;
		order: 0;
	}
}

.app-specs,
.mp-promocode {
	margin-top: 36px;
}

.app-specs > img {
	position: absolute;
	bottom: 0;
	left: 20px;
	max-width: 230px;
	max-height: 300px;
}

.mp-promocode > .get-image,
.mp-promocode > img {
	position: absolute;
	bottom: 20px;
	right: -20px;
	max-width: 127px;
}

.breadcrumbs {
	padding: 10px 0;
}

.breadcrumbs__list li .breadcrumbs__link {
	display: flex;
	align-self: center;
	justify-content: center;
	gap: 4px;
}

.toc-section__title::after {
	top: 20px;
}

.mobile-button {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	padding: 4px;
	background: #1e211e;
}

.mobile-button__control {
	margin: 0;
	padding: 10px;
	width: 100%;
	max-width: 100%;
}

@media (min-width: 767px) {
	.mobile-button {
		display: none;
	}
}

.languages-switcher {
	position: relative;
	flex-shrink: 0;
	border-radius: 4px;
	padding: 5px;
	background-color: #2c323e;
	display: flex;
	min-width: 40px;
	width: fit-content;
	color: #ccc;
	z-index: 15;
}

.languages-switcher__list-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	border-radius: 0 0 4px 4px;
	padding: 10px 0;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.languages-switcher__list-title {
	margin: 0 0 8px;
	line-height: 100%;
}

.languages-switcher__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	background: #2c323e;
}

.languages-switcher__item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	flex-shrink: 0;
	gap: 6px;
	text-transform: uppercase;
	text-decoration: none;
	height: 32px;
	padding: 0 8px;
	justify-content: center;
}

.languages-switcher__lang {
	display: flex;
	align-items: center;
	gap: 5px;
}

.languages-switcher__lang:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.languages-switcher._show .languages-switcher__list-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

@media (max-width: 767px) {
	.languages-switcher {
		margin: 0;
	}
}

.page {
	background-color: #2c1a06;
}

.app-specs,
.events-list__item,
.mp-promocode,
.promocode {
	border: 1px solid #ffffff1f;
	background: linear-gradient(92deg, #1e283f, #101628);
}

.btn--green,
.header__buttons .btn:first-child,
.scroll-top__button,
.wp-block-table thead {
	background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
}

.scroll-top__button {
	color: #fff;
}

.text-image img {
	border-radius: 4px;
}

.btn--green {
	color: #fff !important;
}

.btn--black:hover,
.btn--green:hover {
	opacity: 0.9;
	box-shadow: none;
}

.btn--black {
	background: linear-gradient(267.05deg, #089e4e 0, #31bc69 99.28%);
	border: none;
	color: #fff;
}

.mp-promocode__input {
	background: #fff;
	border: none;
}

.mp-promocode__copy-btn,
.mp-promocode__input::before {
	background: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
}

.mp-promocode__input::before {
	content: '';
	border-radius: 8px;
	z-index: -2;
	inset: -2px;
}

.mp-promocode__copy-btn._active,
.mp-promocode__copy-btn:hover {
	background: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
	color: #fff;
	opacity: 0.9;
}

.header {
	background: linear-gradient(92deg, #1e283f, #101628);
}

.header__nav li.has-submenu .submenu,
.header__nav > ul > li:hover,
.toc-section__toc-item a {
	background: #190e00;
}

.breadcrumbs__list li span,
h1 span {
	color: #00bfff;
}

.toc-section__toc-item a::before {
	background: #0dc35d;
}

.header__nav li.has-submenu .submenu li a:hover,
.header__nav li.has-submenu .submenu li span:hover {
	background: #2a344b;
	color: #fff;
}

.promocode__input {
	background: 0 0;
	border-style: solid;
}

.btn--aligh-center {
	min-width: 140px;
}

.header__nav > ul {
	gap: 0;
}

.header__buttons .btn:first-child,
.page-404__link {
	color: #fff;
}

.header__buttons .btn:nth-child(2) {
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	color: #fff;
}

.header__buttons .btn:hover {
	opacity: 0.9;
}

.page,
.wp-block-list,
p {
	font-size: 18px;
}

@media (max-width: 1023px) {
	.languages-switcher__list {
		max-height: 380px;
		overflow-y: auto;
		justify-content: flex-start;
		padding-bottom: 16px;
	}

	.languages-switcher__list-wrapper:after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 10px;
		left: 0;
		height: 24px;
		background: linear-gradient(0deg, #2c323e 30%, transparent);
		z-index: 10;
		pointer-events: none;
	}

	.wp-block-list,
	p {
		font-size: 16px;
	}
}

.header__nav li.has-submenu a svg {
	position: static;
	right: 0;
	width: auto;
	height: auto;
	transform: none !important;
}

.header__nav li a:has(img, svg) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.header__nav {
	max-width: 100%;
	flex: 1 1 auto;
}

.about-table td:has(img, svg) {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.page-404 {
	color: #fff;
}

.page-404 .wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.events-list__item-team {
	height: 100%;
}

.title_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

@media (max-width: 768px) {
	.app-specs > img {
		position: static;
		justify-self: center;
	}

	.mp-promocode > .get-image,
	.mp-promocode > img {
		display: none;
	}

	.header__content {
		gap: 0 15px;
	}
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

@media (max-width: 576px) {
	.toc-section__title::after {
		top: 12px;
	}
}
