html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	color: inherit;
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select,
input,
textarea,
button {
	outline: none;
	font: inherit;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.eot');
	src:
		url('../fonts/Inter-Regular.eot#iefix') format('embedded-opentype'),
		url('../fonts/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter-Regular.woff') format('woff'),
		url('../fonts/Inter-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Italic.eot');
	src:
		url('../fonts/Inter-Italic.eot#iefix') format('embedded-opentype'),
		url('../fonts/Inter-Italic.woff2') format('woff2'),
		url('../fonts/Inter-Italic.woff') format('woff'),
		url('../fonts/Inter-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
.ui-icon-svg {
	height: 40px;
	width: 40px;
	min-width: 40px;
	color: #80858f;
}
.ui-icon-svg.min {
	height: 24px;
	width: 24px;
}
.ui-icon-svg.current {
	color: #ff2400;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
iframe {
	max-width: 100%;
}
#gtx-trans {
	display: none;
}
body {
	font-family: 'Inter', sans-serif;
	color: #fff;
	background: #031710;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	margin: 0;
}
@media (max-width: 991px) {
	body {
		padding-top: 72px;
	}
}
body a {
	color: #228ee7;
}
body.menu-opened {
	overflow-y: hidden !important;
	background: rgba(0, 0, 0, 0.8);
}
body.menu-opened:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.main-body {
	margin-bottom: -40px;
	padding: 20px 0;
	background: #0c2622;
}
.section_header.h2 {
	margin-bottom: 16px;
	display: flex;
}
.reflink-holder {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.reflink-holder .button {
	min-width: 160px;
}
@media (max-width: 768px) {
	.reflink-holder {
		margin: 10px;
	}
}
.button {
	cursor: pointer;
	font-size: 14px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	transition: 0.2s ease;
	border: none;
	border-radius: 8px;
	background: linear-gradient(45deg, #00a4f9, #024acd);
	padding: 0 18px;
	min-width: 52px;
	min-height: 32px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}
.button--min {
	height: 24px;
	border: none;
	position: relative;
}
.button--big {
	min-height: 50px;
	font-size: 16px;
	width: fit-content;
	margin: 0 auto;
}
.button--orange {
	color: #e5902a;
	fill: #e5902a;
}
.button--white {
	color: #fff;
	fill: #fff;
}
.button__primary {
	background: #0f8a61;
	border: none;
	color: #fff;
	text-shadow: 0 0 3px #000;
}
.button__primary:hover {
	background: #17634a;
}
.button__primary .icon-wrap {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-image: linear-gradient(
		210deg,
		rgba(255, 255, 255, 0) 25%,
		rgba(255, 255, 255, 0.06) 48%,
		#fff 133%
	);
	margin-right: 12px;
	margin-left: -5px;
}
.is_rtl .button__primary .icon-wrap {
	margin-right: -5px;
	margin-left: 12px;
}
.button__primary .icon-wrap svg {
	fill: #fff;
	width: 12px;
}
.button__secondary {
	background: #052e20;
	border: none;
	color: #fff;
	text-shadow: 0 0 3px #000;
}
.button__secondary:hover {
	background: #1a5f74;
	color: #fff;
}
.button__orange {
	background: #f9b242;
	border: 1px solid #f9b242;
	color: #000;
}
.button__orange:hover {
	background: rgba(0, 0, 0, 0);
	color: #f9b242;
}
.button__green {
	background: #00cfa6;
	border: 1px solid #00cfa6;
	color: #fff;
}
.button__green:hover {
	background: rgba(0, 0, 0, 0);
	color: #00cfa6;
}
.button__white {
	background: #fff;
	border: none;
	color: #000;
	padding: 5px 20px;
	width: fit-content;
	min-width: 280px;
}
.button__white:hover {
	filter: hue-rotate(2deg);
}
.button__yellow {
	background: #12e59f;
	color: #000;
	font-weight: 700;
}
.button__yellow:hover {
	filter: brightness(98%);
}
.button__red {
	background: linear-gradient(90deg, #ff00e5 0%, #ff008a 100%);
	color: #fff;
}
.button__red:hover {
	background: linear-gradient(-90deg, #ff00e5 0%, #ff008a 100%);
}
.button__black {
	background: #000;
}
.button__transparent {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border-color: #e5902a;
}
.button__transparent:hover {
	background: hsla(0, 0%, 100%, 0.2);
	box-shadow: 0 0 10px #e5902a;
}
.button__grey {
	background: rgba(0, 0, 0, 0);
	color: #80858f;
	border: 1px solid #80858f;
}
.button__grey:hover {
	background: #80858f;
	color: #fff;
}
@media (max-width: 499px) {
	.button {
		padding: 5px 10px;
		font-size: 12px;
	}
}
.button-circle {
	width: 28px;
	height: 28px;
	background: blue;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
}
.button-circle--violet {
	background:
		linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%),
		linear-gradient(90deg, #ed6ea0 0%, #ec8c69 100%);
	box-shadow: 0 5px 15px rgba(201, 85, 255, 0.4);
}
.button-circle svg,
.button-circle img {
	width: 15px;
}
.button-img {
	height: 43px;
	position: absolute;
	bottom: -8px;
}
.button-img--left {
	left: -6px;
}
.button-img--right {
	right: 0;
}
.container {
	padding: 0 15px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.container:not(.container--menu) {
	overflow: hidden;
}
.content-holder {
	width: 100%;
	display: flex;
	gap: 30px;
	justify-content: flex-end;
}
.content {
	width: calc(100% - 240px);
}
@media (max-width: 768px) {
	.content {
		width: 100%;
	}
}
.container-fullwidth {
	overflow: hidden;
}
.content-row {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.content-row {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0;
	}
}
.content-column {
	width: 100%;
}
.content-text .content-column img {
	border-radius: 12px;
	border: 1px solid #29504a;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	color: #fff;
}
@media (max-width: 768px) {
	.is-desctop {
		display: none;
	}
}
.is-mobile {
	display: none;
}
@media (max-width: 768px) {
	.is-mobile {
		display: block;
	}
}
.header {
	margin-bottom: 5px;
	padding: 5px 0;
	background: #031710;
}
@media (max-width: 991px) {
	.header {
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 120;
	}
}
.header__top {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 991px) {
	.header__top {
		order: 1;
		gap: 15px;
	}
	.header__top.sticky {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		margin-top: 0;
		background: #052e20;
	}
}
.header__event {
	margin-left: 15px;
	width: 32px;
	cursor: pointer;
}
@media (max-width: 991px) {
	.header__event {
		display: none;
	}
}
.header__flexbox {
	display: flex;
	align-items: center;
	gap: 7px;
}
@media (max-width: 991px) {
	.header__flexbox .button--min {
		display: none;
	}
}
.header__flexbox:last-of-type {
	justify-content: flex-end;
}
@media (max-width: 991px) {
	.header__flexbox:last-of-type {
		justify-content: center;
		gap: 10px;
	}
}
.header__separator {
	background: hsla(0, 0%, 100%, 0.5);
	height: 20px;
	width: 1px;
	margin: 0 15px 0 5px;
}
@media (max-width: 768px) {
	.header__separator {
		display: none;
	}
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	gap: 15px;
	background: #052e20;
	border-radius: 10px;
	padding: 0 10px;
	margin-top: 5px;
}
@media (max-width: 991px) {
	.header__wrapper {
		display: none;
	}
}
.header__holder {
	display: flex;
	align-items: center;
}
.header__search {
	border: 1px solid #4d4000;
	background: #262000;
	color: #998000;
	width: 100%;
	min-height: 41px;
	padding: 3px 5px 3px 12px;
	border-radius: 10px;
	font-size: 14px;
	text-align: left;
}
.header__menu-button.menuOpener {
	display: none;
}
@media (min-width: 992px) and (max-width: 1278px) {
	.header__menu-button.menuOpener {
		display: block;
	}
}
.header__menu {
	display: flex;
	gap: 10px;
}
@media (max-width: 991px) {
	.header__menu {
		flex-direction: column;
		position: fixed;
		bottom: 64px;
		right: -300px;
		z-index: 100;
		top: 0;
		margin-top: 0;
		margin-left: 0;
		padding: 30px;
		width: 300px;
		transition: 0.3s;
		background: linear-gradient(173deg, #307b93 2%, rgba(25, 32, 51, 0.98));
		border-radius: 0;
	}
	.header__menu.opened {
		right: 0;
	}
}
.header__menu__top {
	display: none;
	align-items: center;
	justify-content: space-between;
}
.header__menu__top > div {
	display: flex;
}
@media (max-width: 991px) {
	.header__menu__top {
		display: flex;
	}
	.header__menu__top .header__icon-button {
		display: flex !important;
	}
}
.header__menu__item {
	display: flex;
	align-items: center;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
	border: none;
	gap: 5px;
	position: relative;
	z-index: 100;
	transition: 0.2s;
	padding: 4px 12px;
}
.header__menu__item:hover {
	background: #014e65;
}
@media (max-width: 991px) {
	.header__menu__item:hover {
		transform: unset;
	}
}
@media (max-width: 991px) {
	.header__menu__item--has-submenu {
		flex-direction: column;
		align-items: flex-start;
	}
}
.header__menu__item--has-submenu > a {
	display: flex;
	align-items: center;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	position: relative;
	font-size: 14px;
	text-decoration: none;
	border-radius: 8px;
	border: none;
	gap: 10px;
	position: relative;
	z-index: 100;
}
.header__menu__item--has-submenu .submenu {
	position: absolute;
	background: #fff;
	left: -1px;
	top: 46px;
	z-index: 100;
	display: none;
	flex-direction: column;
	padding: 10px 15px;
	border-radius: 8px;
	min-width: 200px;
	gap: 10px;
}
@media (max-width: 991px) {
	.header__menu__item--has-submenu .submenu {
		position: relative;
		display: flex;
		top: unset;
		left: unset;
	}
}
.header__menu__item--has-submenu .submenu:before {
	content: '';
	display: block;
	width: 100%;
	height: 46px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNTA5LjU0NCA0NTMuMzM2IDM5MC40ODEgMjQ3LjExMyAyNzEuNDE4IDQwLjg4OWExNy44MTEgMTcuODExIDAgMCAwLTYuNDgxLTYuNjE2bC4wMDgtLjAxNWExOC45MDkgMTguOTA5IDAgMCAwLTE3LjUyNi0uMmwtLjM1Ni4yMThhMTcuODExIDE3LjgxMSAwIDAgMC02LjQ4MSA2LjYxNkwxMjEuNTE5IDI0Ny4xMTMgMi40NTYgNDUzLjMzNmwtLjAxNC0uMDA5YTE3LjM2NyAxNy4zNjcgMCAwIDAgLjAxNCAxNy43ODQgMTcuODExIDE3LjgxMSAwIDAgMCA2LjQ4MSA2LjYxNmwtLjAwOC4wMTVBMTcuODEyIDE3LjgxMiAwIDAgMCAxNy44NzQgNDgwaDQ3Ni4yNTJhMTcuOTM4IDE3LjkzOCAwIDAgMCA4LjU4MS0yLjA1M2wuMzU2LS4yMThhMTcuNzE5IDE3LjcxOSAwIDAgMCA2LjQ4MS0yNC4zOTF6IiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjNWVhYzI0Ij48L3BhdGg+PC9nPjwvc3ZnPg==')
		no-repeat;
	background-size: 19px;
	background-position-y: 17px;
	background-position-x: 11px;
	margin-top: -39px;
	margin-left: -15px;
}
@media (max-width: 991px) {
	.header__menu__item--has-submenu .submenu:before {
		display: none;
	}
}
.header__menu__item--has-submenu .submenu a {
	text-decoration: none;
	color: #333;
}
.header__menu__item--has-submenu .submenu a:hover {
	color: blue;
}
.header__menu__item--has-submenu:hover .submenu {
	display: flex;
}
.header__menu__item--has-submenu:hover:before {
	display: none;
}
.header__menu__item img {
	width: 16px;
}
.header__menu svg {
	width: 17px;
	margin-right: 4px;
	fill: #fff;
}
.header__menu--mobile {
	display: none;
}
@media screen and (max-width: 767px) {
	.header__menu--mobile {
		display: flex;
		opacity: 0;
		transform: translateY(-100%);
		transition: 0.3s ease-in-out;
	}
	.header__menu--mobile.opened {
		opacity: 1;
		transform: translateY(0);
	}
}
.header__left {
	display: flex;
	gap: 15px;
}
.header__buttons {
	display: flex;
	align-items: center;
	gap: 5px;
}
.header__center {
	width: 100%;
}
@media (max-width: 991px) {
	.header__center {
		display: none;
	}
}
.header__logo {
	width: 128px;
}
.is_rtl .header__logo {
	margin-left: 30px;
}
.header__flag {
	width: 28px;
	height: 28px;
	margin-left: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.header__flag img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
@media (max-width: 991px) {
	.header__flag {
		width: 24px;
		height: 24px;
		margin-left: 8px;
	}
}
.header__mobile {
	display: none;
	justify-content: space-between;
	padding: 5px 15px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	align-items: center;
}
.header__mobile--left {
	display: flex;
	align-items: center;
}
.header__mobile--left .header__menu__item.current {
	border: 1px solid #f9b242;
}
.header__mobile__item {
	background: rgba(0, 0, 0, 0);
	border: 0;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 14px;
}
.header__mobile__item svg {
	fill: #3e6f69;
	font-size: 18px;
	height: 1em;
	max-width: 100%;
	width: auto;
}
.header__mobile__item span {
	background: #d6e811;
}
.header__mobile__item img {
	height: 20px;
}
.header__mobile__item--big {
	background: #d6e811;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__mobile__item--big img {
	filter: unset;
}
@media screen and (max-width: 991px) {
	.header__mobile {
		display: flex;
	}
	.application {
		display: flex;
	}
}
.header__yellow-button {
	padding-left: 60px;
	padding-right: 40px;
	background-image: linear-gradient(285.39deg, #ffb800 -4.36%, #fff173 115.87%);
	color: #090f1e;
	font-size: 14px;
	font-weight: 500;
}
.header__yellow-button svg {
	width: 9px;
	position: absolute;
	right: 15px;
	opacity: 0.5;
}
.header__grey-button {
	padding-left: 40px;
	color: #fff;
	font-size: 12px;
	background: #014e65;
	padding-right: 40px;
	margin-right: 10px;
}
.header__grey-button:nth-of-type(2) {
	margin-right: 0;
}
.header__icon-button {
	background: #1d263d;
	border-radius: 8px;
	padding: 10px;
	width: 22px;
	margin-right: 4px;
}
.header__icon-button svg {
	width: 14px;
	fill: #fff;
}
@media (max-width: 991px) {
	.header__icon-button {
		display: none;
	}
}
.dropdown-menu {
	position: absolute;
	display: none;
	left: 0;
	top: 66px;
	background: #fff;
	z-index: 10;
	padding-left: 0;
	padding: 20px;
	list-style: none;
	min-width: 135px;
}
.dropdown-menu__item {
	color: #fff;
	text-decoration: none;
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
.dropdown-menu li:last-child .dropdown-menu__item {
	border: none;
}
@media (max-width: 991px) {
	.dropdown-menu {
		position: relative;
		display: block;
		left: unset;
		top: unset;
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.mob-nav-btn {
	flex: 0 0 35px;
	display: flex;
	position: relative;
	width: 35px;
	height: 35px;
	margin-right: 7px;
	text-indent: -9999px;
	overflow: hidden;
}
.mob-nav-btn.opened span:nth-child(1) {
	top: 50%;
	margin-top: -2px;
	transform: rotate(45deg);
}
.mob-nav-btn.opened span:nth-child(2) {
	opacity: 0;
}
.mob-nav-btn.opened span:nth-child(3) {
	top: 50%;
	margin-top: -2px;
	transform: rotate(-45deg);
}
.mob-nav-btn span {
	display: block;
	height: 2px;
	border-radius: 0px;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	transition: all 300ms ease;
}
.mob-nav-btn span:nth-child(1) {
	top: 5px;
}
.mob-nav-btn span:nth-child(2) {
	top: 16px;
}
.mob-nav-btn span:nth-child(3) {
	top: 27px;
}
.footer-menu {
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #25243e;
}
.footer-menu__item {
	text-decoration: none;
	line-height: 43px;
	position: relative;
	font-size: 12px;
	color: #7e8c8d;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.footer__vertical-menu .footer-menu__item {
	border-bottom: none;
}
.footer__vertical-menu .footer-menu__item:hover {
	border-bottom: none;
}
.footer-menu__item:hover {
	border-bottom: 2px solid #8755f2;
	color: #8755f2;
}
.footer-menu__item--first {
	color: #fff;
	font-weight: 600;
}
.footer {
	padding-top: 15px;
	font-size: 12px;
	color: #7e8c8d;
	font-weight: 500;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 991px) {
	.footer {
		padding-bottom: 100px;
	}
}
.footer__container {
	display: flex;
	justify-content: space-between;
	background: #0c2622;
	padding: 15px;
	border-radius: 8px;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.footer__container {
		flex-direction: column;
		gap: 20px;
	}
}
.footer__logo {
	padding-top: 15px;
}
.footer__social {
	display: flex;
	gap: 15px;
}
@media (max-width: 768px) {
	.footer__social {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.footer__menu-wrapper {
	display: flex;
	gap: 30px;
}
@media (max-width: 768px) {
	.footer__menu-wrapper {
		flex-wrap: wrap;
	}
}
.footer__icon {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	gap: 7px;
	padding: 3px 7px;
	cursor: pointer;
	background: #edf8fd;
	width: 32px;
}
.footer__icon svg {
	width: 16px;
	fill: #00232d;
}
.footer__icon {
	flex-shrink: 0;
}
.footer .dmca-badge {
	display: inline;
	text-decoration: none;
	flex-shrink: 0;
}
.footer .dmca-badge img {
	display: block;
	height: 32px;
	width: auto;
}
.footer__payments {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	justify-content: center;
}
.footer__payments--sep {
	width: 1px;
	background: hsla(0, 0%, 100%, 0.23);
	height: 32px;
}
.footer__payments--text {
	background: #1e1f21;
	padding: 7px 15px;
	border-radius: 14px;
	cursor: pointer;
}
.footer__payments img {
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.footer__payments img:hover {
	filter: unset;
}
.footer__separator {
	width: 100%;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(30, 35, 46, 0) 0%,
		rgba(128, 133, 143, 0.252417) 27.6%,
		rgba(128, 133, 143, 0.5) 52.62%,
		rgba(128, 133, 143, 0.291283) 74.48%,
		rgba(13, 16, 22, 0) 100%
	);
	position: relative;
	margin: 12px 0;
}
.footer__top {
	display: flex;
}
.footer__icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	flex-wrap: wrap;
}
.footer__licenses {
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer__licenses img {
	max-height: 26px;
}
@media (max-width: 991px) {
	.footer__licenses {
		flex-wrap: wrap;
	}
}
.footer__copirights {
	font-size: 12px;
	color: #fff;
	line-height: 1.7;
}
@media (max-width: 991px) {
	.footer__top.footer-menu {
		align-items: center;
		flex-direction: column;
	}
}
.footer__menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
@media (max-width: 768px) {
	.footer__menu {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
}
.footer__menu__item,
.footer__menu a {
	color: #7e8c8d;
	text-decoration: none;
	cursor: pointer;
}
.footer__menu__item:hover,
.footer__menu a:hover {
	text-decoration: underline;
}
.footer__text {
	text-align: center;
	margin-top: 30px;
	color: #c2c4c9;
	line-height: 1.7;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 991px) {
	.footer__text {
		flex-direction: column;
		gap: 15px;
	}
}
.footer__text--icons {
	display: flex;
	gap: 15px;
	align-items: center;
}
.footer__text img {
	height: 40px;
}
.payments {
	display: flex;
	gap: 20px;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	.payments {
		justify-content: center;
	}
}
.payments__item {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: self-end;
}
.payments__item span {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #3f3934;
}
@media (max-width: 991px) {
	.payments {
		flex-wrap: wrap;
	}
}
.encryption-btn {
	align-items: center;
	gap: 6px;
	background-color: rgba(110, 231, 80, 0.1);
	color: #6ee750;
	padding: 8px 10px 8px 25px;
	border-radius: 8px;
	transition: 1s;
	cursor: default;
	display: flex;
	width: 139px;
	float: left;
	text-align: center;
	font-size: 12px;
}
.mobile-menu {
	display: none;
}
@media (max-width: 991px) {
	.mobile-menu {
		display: block;
		width: calc(100% - 30px);
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 11;
		transition: 0.5s;
		background: rgba(0, 0, 0, 0.6);
		-webkit-backdrop-filter: blur(28px);
		backdrop-filter: blur(28px);
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #4c5062;
	}
	.mobile-menu__wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile-menu__item {
		width: 20%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 14px;
		line-height: 14px;
		justify-content: center;
		text-align: center;
		font-size: 9px;
		color: #858cab;
	}
	.mobile-menu__item span {
		margin-top: 5px;
	}
	.mobile-menu__item svg {
		fill: #fff;
		width: 24px;
	}
	.mobile-menu__btn {
		width: 36px;
		height: 32px;
		clip-path: polygon(
			9px 0%,
			calc(100% - 9px) 0%,
			100% 50%,
			calc(100% - 9px) 100%,
			9px 100%,
			0% 50%
		);
		display: flex;
		align-items: center;
		margin: 0 auto;
		background: #8755f2;
		overflow: hidden;
		cursor: pointer;
		box-shadow: inset 0 0 10px 10px #16152b;
		justify-content: center;
	}
	.mobile-menu__btn img {
		width: 22px;
		height: 22px;
	}
	.mobile-menu__btn--big {
		width: 48px;
		height: 48px;
		box-shadow: inset 0 0 10px 100px #8755f2;
	}
}
.breadcrumb {
	display: flex;
	gap: 15px;
	padding: 15px;
	margin-bottom: 30px;
	background: transparent;
	border-radius: 0;
}
.casino-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.casino-menu {
		flex-wrap: wrap;
	}
}
.casino-menu .swiper-slide {
	height: auto !important;
}
.casino-menu__item {
	width: 100%;
	height: 100%;
	background: linear-gradient(319deg, #09342d, #138771);
	border-radius: 12px;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 80px;
	border: 1px solid #29504a;
	cursor: pointer;
}
.casino-menu__text {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	font-weight: 500;
	gap: 7px;
	transform: translateY(100%);
}
.casino-menu__text span {
	font-size: 12px;
	font-weight: 700;
}
.content-text {
	color: #fff;
	line-height: 1.7;
	font-size: 16px;
	padding: 0 15px;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text .h1,
.content-text .h2,
.content-text .h3,
.content-text .h4,
.content-text .h5 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
}
.content-text h1,
.content-text .h1 {
	font-size: 32px;
}
.content-text h2,
.content-text .h2 {
	font-size: 28px;
	position: relative;
}
.content-text h3,
.content-text .h3 {
	font-size: 24px;
}
.content-text h4,
.content-text .h4 {
	font-size: 20px;
}
.content-text h5,
.content-text .h5 {
	font-size: 16px;
}
.content-text p,
.content-text li {
	color: #fff;
}
.content-text p {
	margin-bottom: 15px;
}
.content-text strong {
	font-weight: 700 !important;
}
.content-text cite {
	margin: 30px;
	background: #1a2134;
	padding: 15px;
	padding-left: 40px;
	display: flex;
	font-size: 16px;
	position: relative;
	padding-top: 38px;
	border: 1px solid #ff2400;
	border-radius: 8px;
	font-style: italic;
}
.content-text cite:before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background-image: url('/template/images/icons/information-red.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
}
.content-text blockquote {
	margin: 30px;
	background: #052e20;
	padding: 15px;
	padding-left: 40px;
	display: flex;
	font-size: 16px;
	position: relative;
	padding-top: 38px;
	border: 1px solid #29504a;
	border-radius: 8px;
	font-style: italic;
}
.content-text blockquote:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('/template/images/icons/information.svg');
	filter: hue-rotate(97deg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: -13px;
	top: -6px;
}
.content-text table {
	width: 100%;
	max-width: 100%;
	border-radius: 4px;
}
.content-text table td {
	vertical-align: middle;
}
.content-text table td p {
	margin: 2px;
}
.content-text table tr {
	background: rgba(0, 0, 0, 0);
}
.content-text table tr:nth-child(even) {
	background: #052e20;
}
.content-text table thead tr {
	background: #12e59f;
	color: #031710;
	font-weight: 700;
}
.content-text table thead tr th,
.content-text table thead tr td {
	border-bottom: 1px solid #fff;
}
.content-text .wp-block-table,
.content-text .wp-block-table table,
.content-text .wp-block-table thead,
.content-text .wp-block-table tbody,
.content-text .wp-block-table tfoot,
.content-text .wp-block-table tr,
.content-text .wp-block-table th,
.content-text .wp-block-table td {
	border: none;
}
.content-text td,
.content-text th {
	padding: 10px;
}
.content-text ol {
	counter-reset: list-counter;
	list-style: none;
	padding-left: 40px;
}
.is_rtl .content-text ol {
	padding-left: 0;
	padding-right: 40px;
}
.content-text ol li {
	margin: 0 0 0.5rem 0;
	counter-increment: list-counter;
	position: relative;
}
.content-text ol li:before {
	content: counter(list-counter);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	background: linear-gradient(45deg, #307b93, #013e51);
	border-radius: 50%;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 21px;
	left: -30px;
}
.is_rtl .content-text ol li:before {
	left: unset;
	right: -40px;
}
.content-text ul {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 40px;
}
.is_rtl .content-text ul {
	padding-left: 0;
	padding-right: 40px;
}
.content-text ul li {
	position: relative;
}
.content-text ul li:before {
	content: '';
	display: block;
	margin-right: 7px;
	position: absolute;
	left: 0;
}
.content-text ul li a {
	display: contents;
	color: white;
}
.content-text ul li a:hover {
	color: #00cfa6;
}
.content-text ul:not([class^='marker-']) li {
	align-items: flex-start;
}
.content-text ul:not([class^='marker-']) li:before {
	content: '';
	width: 19px;
	height: 19px;
	background-image: url('../images/check-icon.svg');
	border-radius: 50%;
	flex-shrink: 0;
	background-size: contain;
	margin-top: 4px;
	left: -30px;
}
.is_rtl .content-text ul:not([class^='marker-']) li:before {
	left: unset;
	right: -40px;
}
.content-text ul[class^='marker-'] li {
	line-height: 1.3;
	margin-bottom: 4px;
}
.content-text ul[class^='marker-'] li:last-of-type {
	margin-bottom: 0;
}
.content-text ul[class^='marker-'] li:before {
	flex: 0 0 15px;
	top: 1px;
	left: -22px;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
}
.content-text ul.marker-clover li:before {
	background-image: url('/templates/images/icons/marker-clover.svg');
}
.content-text ul.marker-watermelon li:before {
	background-image: url('/templates/images/icons/marker-watermelon.svg');
}
.content-text ul.marker-dollar li:before {
	background-image: url('/templates/images/icons/marker-dollar.svg');
}
.content-text ul.marker-lemon li:before {
	background-image: url('/templates/images/icons/marker-lemon.svg');
}
.content-text ul.marker-horseshoe li:before {
	background-image: url('/templates/images/icons/marker-horseshoe.svg');
}
.content-text ul.marker-cocktail li:before {
	background-image: url('/templates/images/icons/marker-cocktail.svg');
}
@media (max-width: 768px) {
	.table-wrap {
		overflow-x: scroll;
	}
	.content-text h1,
	.content-text .h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.content-text h2,
	.content-text .h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.content-text h3,
	.content-text .h3 {
		font-size: 20px;
		line-height: 22px;
	}
	.content-text blockquote {
		padding: 65px 20px 20px;
		margin: 10px;
		margin-bottom: 25px;
	}
	.content-text p {
		display: inline-block;
	}
	.content-text cite,
	.content-text blockquote {
		margin: 20px 0;
		font-size: 14px;
	}
}
@media (max-width: 500px) {
	.content-text p img {
		display: block;
		margin: 15px auto;
		float: unset !important;
	}
}
.page-hero {
	padding: 40px 0;
}
.page-hero__content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}
.page-hero__left,
.page-hero__right {
	width: calc(50% - 15px);
}
.page-hero__title {
	margin-bottom: 16px;
}
.page-hero__intro {
	margin-bottom: 20px;
	max-width: 100%;
}
.page-hero__right img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
@media (max-width: 991px) {
	.page-hero__content {
		flex-direction: column;
		gap: 16px;
	}
	.page-hero__left,
	.page-hero__right {
		width: 100%;
	}
}
.nav-menu__wrapper {
	background: #fff;
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}
.nav-menu ul {
	list-style: none;
	margin: 0;
}
.nav-menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-menu__list {
	padding-left: 0;
}
.nav-menu__list-inner {
	padding-left: 15px;
}
.toc_container {
	margin: 15px auto 15px 0;
	background-color: #052e20;
	border-radius: 5px;
	overflow: hidden;
	max-width: 780px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0);
}
.is_rtl .toc_container {
	margin: 15px 0 15px auto;
}
.toc_list {
	list-style: none;
	padding-left: 0;
}
.toc_list li {
	cursor: pointer;
	margin-bottom: 10px;
}
.toc_list li:hover {
	color: #00cfa6;
}
.toc_title {
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 1px solid #29504a;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	margin-bottom: 15px;
}
.toc_title img {
	width: 30px;
}
.slots {
	width: 100%;
	margin-bottom: 32px;
}
.slots__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.slots__header {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.slots__block {
	position: relative;
}
.slot-item {
	width: calc(20% - 15px);
	position: relative;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	background: #052e20;
	padding: 5px;
	overflow: hidden;
	cursor: pointer;
}
.slot-item__info {
	position: absolute;
	bottom: 0;
	left: 10px;
}
.slot-item__title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 14px;
	position: absolute;
	top: 8px;
	letter-spacing: 1.1px;
	color: #fff;
	text-decoration: none;
}
.slot-item__bottom .slot-item__title {
	position: relative;
	text-align: center;
}
.slot-item__developer {
	margin-top: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 400;
	font-size: 12px;
	white-space: pre-line;
}
.slot-item__img {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width: 1499px) {
	.slot-item__img {
		height: auto;
	}
}
.slot-item__img img {
	width: 100%;
}
.slot-item__bottom {
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: start;
	background: #12564d;
	margin-top: 5px;
	padding: 5px;
	border-radius: 8px;
}
.slot-item__button {
	width: 48px;
	height: 48px;
	max-width: 108px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border: none;
}
.slot-item__button:after {
	content: '';
	display: block;
	background-image: url('/template/images/icons/play-button.svg');
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	transition: background-size 0.2s;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.slot-item__button:hover:after {
	background-color: #fff;
}
.slot-item__hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
	text-decoration: none;
}
.slot-item:hover {
	transform: scale(1.04);
}
.slot-item:hover .slot-item__hover {
	opacity: 1;
	visibility: visible;
}
.slot-item:hover .slot-item__img img {
	filter: brightness(0.4);
}
.slot-item .button {
	font-weight: 700;
}
.slot-item .button img {
	filter: unset !important;
	width: 19px;
	margin-right: 8px;
}
@media (max-width: 1499px) {
	.slot-item {
		width: calc(25% - 10px);
	}
}
@media (max-width: 991px) {
	.slot-item {
		width: calc(33.3333333333% - 10px);
	}
}
@media (max-width: 768px) {
	.slot-item__bottom .slot-item__title {
		font-size: 11px;
		line-height: 1.1;
	}
}
@media (max-width: 599px) {
	.slot-item {
		width: calc(50% - 10px);
	}
}
.popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.62);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 2000;
}
.popup.opened {
	display: flex;
}
.popup__wrapper {
	display: flex;
	justify-content: center;
}
.popup__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	gap: 55px;
	width: 458px;
	min-height: 368px;
	padding: 54px 20px 30px;
	position: relative;
	border-radius: 20px;
	border: 2px solid #85ff00;
	background-color: #141b2e;
	background-image:
		url('/template/images/bg.png'), url('/template/images/bottom.webp');
	background-position:
		center top,
		center bottom;
	background-repeat: no-repeat;
	color: #fff;
	z-index: 10000;
}
@media (max-width: 991px) {
	.popup__body {
		width: 350px;
		min-height: auto;
		max-width: 90%;
	}
}
.popup__body:before {
	content: '';
	background: url(/template/images/money.webp);
	width: 200px;
	height: 169px;
	position: absolute;
	left: -64px;
	top: -34px;
	background-size: contain;
}
.popup__closer {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.popup__text {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}
.popup__text--min {
	font-size: 14px;
}
.popup__big-text {
	color: #28e375;
	font-size: 62px;
	font-weight: 900;
}
@media (max-width: 991px) {
	.popup__big-text {
		font-size: 30px;
	}
}
.accord-block {
	min-height: 20px;
	background: #052e20;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	margin: 10px 0;
	transition: all 0.3s ease-out;
}
.accord-block.open {
	color: #fff;
	background: #0a5c41;
}
.accord-block.open .accord-block-header:after {
	border-top-color: #189c39;
	transform: rotate(134deg);
}
.accord-block.open .accord-block-header h3 {
	color: #fff;
}
.accord-block.open .accord-block-content {
	display: block;
}
.accord-block .accord-block-header {
	position: relative;
	padding: 15px 40px 15px 25px;
	cursor: pointer;
	font-weight: 700;
}
.accord-block .accord-block-header.is_rtl {
	padding: 15px 15px 15px 40px;
}
.accord-block .accord-block-header h3 {
	font-size: inherit;
	margin: 0;
	color: #fff;
}
.accord-block .accord-block-header:after {
	content: '';
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	background: url('../images/double-chevron.svg') no-repeat center;
	background-size: contain;
	width: 25px;
	height: 25px;
	transition: all 0.3s ease-out;
}
.is_rtl .accord-block .accord-block-header:after {
	right: unset;
	left: 16px;
}
.accord-block .accord-block-content {
	display: none;
	padding: 0 30px 15px;
	margin: 0;
}
.accord-block .accord-block-content p:last-of-type {
	margin-bottom: 0;
}
.info-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.info-block__item {
	width: calc(50% - 15px);
	display: flex;
	gap: 15px;
	padding: 15px;
	background: linear-gradient(325deg, #161e31, #36343c);
	border-radius: 8px;
	transition: 0.5s;
	border: 1px solid #29504a;
}
@media (max-width: 991px) {
	.info-block__item {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
}
@media (max-width: 499px) {
	.info-block__item {
		width: 100%;
	}
}
.info-block--v2 .info-block__item {
	background: linear-gradient(325deg, #09342d, #138771);
	border: 1px solid #29504a;
}
.info-block--v3 .info-block__item {
	width: 100%;
	background: linear-gradient(325deg, #09342d, #138771);
	border: 1px solid #29504a;
	align-items: center;
}
.info-block__button {
	width: 200px;
	flex-shrink: 0;
}
.info-block__img {
	width: 75px;
	flex-shrink: 0;
}
.info-block--v3 .info-block__content {
	width: 100%;
}
.info-block .button {
	max-width: 200px;
	margin-left: auto;
}
.hero__wrapper {
	position: relative;
}
.slider {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
@media (max-width: 991px) {
	.slider {
		width: 100%;
	}
}
.slider__holder {
	display: flex;
	gap: 15px;
}
.slider__min {
	width: 40%;
	display: flex;
	gap: 15px;
}
@media (max-width: 991px) {
	.slider__min {
		display: none;
	}
}
.slider__min-item {
	width: 100%;
}
.slider__wrapper {
	position: relative;
	width: 100%;
	height: 248px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	border-radius: 8px;
	overflow: hidden;
}
.slider__wrapper picture {
	position: absolute;
	inset: 0;
	display: block;
}
@media (max-width: 991px) {
	.slider__wrapper {
		height: 220px;
	}
}
.slider__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.slider__info {
	position: absolute;
	top: 25px;
	bottom: 25px;
	left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: calc(100% - 50px);
}
@media (max-width: 768px) {
	.slider__info {
		left: 15px;
	}
}
.slider__info .button {
	font-size: 23px;
	min-height: 40px;
}
@media (max-width: 1599px) {
	.slider__info .button {
		font-size: 16px;
		min-height: 40px;
		width: 280px;
		max-width: 100%;
		min-width: unset;
	}
}
@media (max-width: 768px) {
	.slider__info .button {
		font-size: 16px;
		min-height: auto;
	}
}
.slider__title {
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 38px;
	line-height: 42px;
}
@media (max-width: 1599px) {
	.slider__title {
		font-size: 32px;
	}
}
@media (max-width: 768px) {
	.slider__title {
		font-size: 28px;
	}
}
@media (max-width: 499px) {
	.slider__title {
		font-size: 20px;
	}
}
.slider__text {
	font-weight: 400;
	color: #fff;
	margin: 10px 0;
}
.game-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin: 30px 0;
	border-bottom: 1px solid rgba(55, 58, 66, 0.26);
	padding-bottom: 15px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.game-menu:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 50px;
	background: linear-gradient(270deg, #0d1016, transparent);
}
.game-menu__item {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	border: none;
	color: #80858f;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
	flex-grow: 0;
	gap: 2px;
	transition: 0.3s;
	color: #fff;
}
.game-menu__item img {
	width: 18px;
}
@media (max-width: 991px) {
	.game-menu__item img {
		width: 16px;
	}
}
.game-menu__item span {
	display: none;
}
.game-menu__item svg {
	color: #fff;
}
.game-menu__item img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%)
		hue-rotate(343deg) brightness(102%) contrast(101%);
}
.game-menu__item:hover {
	transform: scale(1.1);
}
.game-menu__item:hover span {
	display: block;
}
.game-menu__item--current {
	color: #e5902a;
}
.game-menu__item--current svg {
	color: #e5902a;
}
.game-menu__item--current span {
	display: block;
}
.error-404 {
	text-align: center;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
@media (max-width: 768px) {
	.error-404 {
		flex-direction: column;
	}
}
.error-404__numbers {
	font-weight: 900;
	font-size: 180px;
	color: #88a4ff;
}
@media (max-width: 768px) {
	.error-404__numbers {
		font-size: 120px;
	}
}
.error-404__content {
	width: 50%;
}
@media (max-width: 768px) {
	.error-404__content {
		width: 100%;
	}
}
.error-404__bg {
	width: 50%;
}
@media (max-width: 768px) {
	.error-404__bg {
		width: 100%;
	}
}
.error-404 img {
	margin-bottom: 30px;
}
.error-404 .button {
	width: 268px;
	height: 40px;
	margin: 30px auto;
}
.reviews {
	margin: 0 15px;
}
.reviews__item {
	border: 1px solid #e5902a;
	border-radius: 8px;
	background: #1a2134;
	margin: 0 30px 20px 30px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.reviews__item {
		margin: 0 10px 15px 10px;
	}
}
.reviews__header {
	border-bottom: 1px solid #e5902a;
	padding: 5px;
	background: #1a1500;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.reviews__header:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('/template/images/icons/rating-fb.svg') no-repeat center;
	background-size: 100%;
	margin-right: 10px;
}
.reviews__text {
	font-style: italic;
	padding: 15px;
	padding-left: 35px;
}
.comment-form {
	padding: 15px;
	background: #1a2134;
	border-radius: 10px;
	border: 1px solid #e5902a;
}
.comment-form input,
.comment-form textarea,
.comment-form select {
	padding: 9px;
	width: calc(100% - 20px);
	max-width: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #90909c;
	border-radius: 4px;
}
.comment-form textarea {
	display: block !important;
	width: calc(100% - 20px) !important;
	resize: none;
}
.comment-form .input-group {
	position: relative;
	padding-top: 21px;
	margin-bottom: 10px;
	overflow: hidden;
}
.comment-form .caption {
	position: absolute;
	padding: 0 5px;
	top: 0;
	left: 0;
}
.comment-form .input-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-form .input-block > div {
	flex: 0 1 49%;
}
.comment-form .error {
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.comment-form .button {
	margin-top: 15px;
}
.comment-form button[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
	color: #fff !important;
}
.comment-form .iagree-block {
	display: flex;
	margin: 10px 0 0;
}
.comment-form .iagree-block input {
	margin: 2px;
	flex-basis: 25px;
}
.comment-form .iagree-block label {
	margin-left: 5px;
	font-size: 13px;
	line-height: 1.2;
	cursor: pointer;
}
.comment-form .center {
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.casino-info {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin: 15px auto;
}
@media (max-width: 768px) {
	.casino-info {
		flex-wrap: wrap;
	}
}
.casino-info__block {
	width: 100%;
	border: 1px solid #00cfa6;
	border-radius: 8px;
}
.casino-info__row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding: 5px 10px;
	line-height: 1.3;
	border-bottom: 1px solid #00cfa6;
}
.casino-info__row:last-child {
	border-bottom: 0;
}
.casino-info__row img {
	width: 16px;
	height: 16px;
}
.btnTop {
	position: fixed;
	background: #d3e613;
	z-index: 100;
	bottom: 150px;
	right: 25px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 3px #fff;
	color: #fff;
	flex-direction: column;
	font-size: 10px;
	gap: 3px;
	cursor: pointer;
	border-radius: 50%;
}
.btnTop__image {
	width: 30px;
	height: 40px;
	background: url('../images/up-arrow.svg') no-repeat center;
	background-size: contain;
}
.pluses-minuses {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.pluses-minuses {
		flex-wrap: wrap;
	}
}
.pluses-minuses__block {
	display: flex;
	gap: 30px;
	width: 100%;
	flex-direction: column;
	padding: 15px;
	background: linear-gradient(325deg, #32353c, rgba(26, 84, 143, 0.62));
	border-radius: 8px;
	transition: 0.5s;
	border: 1px solid #00cfa6;
}
.pluses-minuses__block:last-of-type {
	border-color: #ff2400;
}
.pluses-minuses__title {
	font-weight: 700;
	font-size: 16px;
}
.pluses-minuses__item {
	width: 100%;
	display: flex;
	gap: 15px;
}
.pluses-minuses__item img {
	width: 35px;
}
.pluses-minuses__img {
	width: 60px;
	flex-shrink: 0;
}
.download__img {
	margin: 30px auto;
	display: block;
	text-align: center;
}
.download__buttons {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}
.download__button {
	display: flex;
	align-items: center;
	width: 144px;
	border: 1px solid;
	border-radius: 4px;
	color: #c2c4c9;
	text-decoration: none;
	height: 40px;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}
.download__button:hover {
	color: #fff;
}
.download__button--red {
	color: #fff;
	background: red;
}
.download__button--green {
	color: #fff;
	background: #009688;
}
.download__icon {
	width: 24px;
	height: 24px;
}
.download__icon--svg {
	width: 50px;
	height: 24px;
}
.download__link-text {
	width: 100%;
	line-height: 1;
}
.download__link-text-prefix {
	font-size: 10px;
	text-align: center;
	width: 100%;
}
.download__link-text-label {
	text-align: center;
	font-size: 18px;
}
.two-columns {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0;
	flex-wrap: wrap;
}
@media (max-width: 699px) {
	.two-columns {
		flex-direction: column;
	}
}
.two-columns__item {
	width: calc(50% - 15px);
}
@media (max-width: 699px) {
	.two-columns__item {
		width: 100%;
		order: 0;
	}
	.two-columns__item:nth-child(4n + 3) {
		order: 2;
	}
	.two-columns__item:nth-child(4n + 4) {
		order: 1;
	}
}
.top5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin: 30px 0;
}
@media (max-width: 1199px) {
	.top5 {
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px 0;
	}
}
.top5 .swiper-slide {
	height: auto !important;
}
.top5__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: auto;
	padding: 10px;
	border-radius: 8px;
	transition: 0.5s;
	border: 1px solid #29504a;
}
.top5__logo {
	width: 65px;
	margin: 0 auto;
}
.top5__content {
	text-align: center;
}
.top5__content p {
	text-align: center;
}
.top5 .h3 {
	text-align: center;
	font-size: 18px;
}
.bonuses__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin: 30px 0;
}
@media (max-width: 1199px) {
	.bonuses__list {
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px 0;
	}
}
.bonuses__item {
	width: calc(25% - 15px);
	padding: 10px;
	background: #32353c;
	border-radius: 8px;
	transition: 0.5s;
	border: 1px solid #009688;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bonuses__item:hover {
	border: 1px solid #14d4fb;
}
@media (max-width: 991px) {
	.bonuses__item {
		width: calc(25% - 15px);
	}
}
@media (max-width: 768px) {
	.bonuses__item {
		width: calc(50% - 15px);
	}
}
@media (max-width: 499px) {
	.bonuses__item {
		width: 100%;
	}
}
.bonuses__logo {
	width: 50%;
	margin: 0 auto;
}
.bonuses__content {
	margin-bottom: 30px;
}
.bonuses__content p {
	text-align: center;
	margin-bottom: 0;
}
.bonuses__content .h3 {
	text-align: center;
}
.bonuses__button {
	display: flex;
	justify-content: center;
}
.cta {
	width: 100%;
	margin: 30px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.cta--v1 {
	background: rgba(0, 0, 0, 0);
	border-radius: 8px;
	border: 3px solid rgba(0, 0, 0, 0);
	background-image: linear-gradient(45deg, #138771, #8755f2);
	background-origin: border-box;
	box-shadow: inset 0 100vw #000;
}
.cta--v2 {
	background: linear-gradient(45deg, #138771, #8755f2);
	background-size: cover;
	border: 2px solid #29504a;
	color: #000;
	border-radius: 8px;
}
.cta--v3 {
	background-image: linear-gradient(45deg, #138771, #8755f2);
}
.cta--v4 {
	background: linear-gradient(45deg, #138771, #8755f2);
	border-radius: 8px;
	transition: 0.5s;
	border: 1px solid #29504a;
	text-align: center;
	justify-content: center;
	margin: 0;
}
.cta__title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cta__text {
	font-weight: 700;
	font-size: 18px;
	max-width: 350px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.cta__content .button {
	margin: 0 auto;
}
.cta .cta-btn {
	padding: 0 30px;
}
.cta .cta-btn--violet {
	background: linear-gradient(180deg, #aa63cf 9%, #7902e1 80%);
	color: #fff;
}
.top3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin: 30px 0;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.top3 {
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px 0;
	}
}
.top3 .swiper-slide {
	height: auto !important;
}
.top3__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: auto;
	height: 100%;
	padding: 10px;
	border-radius: 8px;
	transition: 0.5s;
	background: #052e20;
	border: 1px solid #29504a;
}
.top3__logo {
	width: 65px;
	margin: 0 auto;
}
.bigimage .top3__logo {
	width: 150px;
}
.top3__content {
	text-align: center;
}
.top3__content p {
	text-align: center;
}
.top3 .h3 {
	text-align: center;
}
.top3__button {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.top4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin: 30px 0;
	overflow: hidden;
}
.top4__item {
	width: auto;
	padding: 10px;
	border-radius: 8px;
	transition: 0.5s;
	background-color: #28324a;
	background-size: 50px 50px;
	border: 1px solid #29504a;
}
.top4__logo {
	width: 65px;
	margin: 0 auto;
}
.top4__content {
	text-align: center;
}
.top4 .h3 {
	text-align: center;
}
.top4__button {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.promocode {
	display: flex;
	width: 1200px;
	margin: 15px auto;
	max-width: 100%;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #29504a;
	border-radius: 6px;
	padding: 30px;
	background: linear-gradient(45deg, #031710, #052e20);
}
@media (max-width: 768px) {
	.promocode {
		flex-direction: column;
		gap: 15px;
	}
}
.promocode__text {
	font-weight: 700;
	font-size: 18px;
	width: 50%;
}
@media (max-width: 768px) {
	.promocode__text {
		width: auto;
	}
}
.promocode__code {
	border: 1px dashed #29504a;
	padding: 7px 15px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.promocode__code img {
	width: 20px;
}
.promocode input {
	border: none;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	font-weight: 700;
	z-index: -1;
	position: absolute;
	opacity: 0;
}
.top-sport {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
	min-height: 138px;
}
.top-sport__image {
	/* filter: invert(1); */
	width: 42px;
	display: flex;
	justify-content: center;
}
.providersSlider .top-sport__image {
	width: 128px;
}
.providersSlider .top-sport__image img {
	width: 100%;
}
.top-sport__text {
	display: flex;
	justify-content: center;
}
.top-sport__item {
	width: 100%;
	background: linear-gradient(319deg, #04312b, #053d35);
	border-radius: 8px;
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 138px;
	cursor: pointer;
	transition: 0.3s;
	flex-direction: column;
	gap: 18px;
	border: 1px solid #29504a;
}
.providersSlider .top-sport__item {
	background: #052e20;
	border: 1px solid #01455a;
}
.sports-item-button {
	background: #01455a;
	border: none;
	width: 101px;
	color: #fff;
}
.top-sport__header {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
	display: flex;
}
.casino-menu__item,
.casino-menu__item:hover,
.casino-menu__item:focus,
.casino-menu__item:visited,
.top-sport__item,
.top-sport__item:hover,
.top-sport__item:focus,
.top-sport__item:visited,
.top3__item,
.top3__item:hover,
.top3__item:focus,
.top3__item:visited {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.casino-menu__text,
.top-sport__text {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.application {
	display: none;
}
@media (max-width: 991px) {
	.header {
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 120;
		padding: 8px 0;
	}
	.header__logo {
		width: 100px;
	}
	.header__flexbox .button {
		padding: 3px 8px;
		min-height: 25px;
		font-size: 11px;
	}
}
@media (max-width: 991px) {
	.application {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 120;
		display: none;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		padding: 10px 12px;
		border-radius: 0;
		border-top: 1px solid #29504a;
		background: #052e20;
	}
	.application__left {
		display: flex;
		align-items: center;
		gap: 8px;
		min-width: 0;
	}
	.application__right {
		flex-shrink: 0;
	}
	.application__info {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}
	.application__name {
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
	}
	.application__rating {
		display: flex;
		align-items: center;
		gap: 2px;
		color: #f9b242;
	}
	.application__svg {
		width: 12px;
		height: 12px;
		fill: currentColor;
	}
	.application__button {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 0 12px;
		border: none;
		background: rgba(0, 0, 0, 0);
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
	}
	body.menu-opened .application {
		z-index: 100;
	}
	.closerapp {
		width: 16px;
		height: 16px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #80858f;
		cursor: pointer;
		flex-shrink: 0;
	}
	.closerapp svg {
		width: 10px;
		height: 10px;
		fill: currentColor;
	}
}
@media screen and (max-width: 991px) {
	.header__menu--mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 130;
		background: #e4ebf1;
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 12px;
		overflow-y: auto;
		opacity: 0;
		transform: translateY(-100%);
		transition: 0.3s ease-in-out;
	}
	.header__menu--mobile.opened {
		opacity: 1;
		transform: translateY(0);
	}
	.header__menu__mobile-top {
		display: flex;
		justify-content: flex-end;
		gap: 10px;
	}
	.header__menu__mobile-settings,
	.header__menu__mobile-close {
		width: 40px;
		height: 40px;
		border: 0;
		border-radius: 8px;
		background: #cad4df;
		color: #0f2f2b;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		cursor: pointer;
	}
	.header__menu__mobile-settings .ico__svg,
	.header__menu__mobile-close .ico__svg {
		width: 18px;
		height: 18px;
		fill: currentColor;
	}
	.header__menu__mobile-app {
		background: #fff;
		border-radius: 8px;
		padding: 10px;
	}
	.header__menu__mobile-app-title {
		color: #1f2a37;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 8px;
	}
	.header__menu__mobile-app-buttons {
		display: flex;
		gap: 8px;
	}
	.header__menu__mobile-app-button {
		flex: 1;
		min-height: 36px;
		border: 0;
		border-radius: 8px;
		background: linear-gradient(90deg, #a700ff, #6d00ff);
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		cursor: pointer;
	}
	.header__menu__mobile-list {
		display: flex;
		flex-direction: column;
		gap: 0;
		background: #fff;
		border-radius: 8px;
		overflow: hidden;
	}
	.header__menu__mobile-list > li {
		border-bottom: 1px solid #d7dde5;
	}
	.header__menu__mobile-list > li:last-child {
		border-bottom: 0;
	}
	.header__menu__mobile-list > li > a {
		min-height: 52px;
		padding: 0 16px;
		display: flex;
		align-items: center;
		color: #141d27;
		text-transform: none;
		font-size: 16px;
		font-weight: 500;
		background: rgba(0, 0, 0, 0);
	}
}
@media screen and (max-width: 767px) {
	.header__menu__mobile-top {
		align-items: center;
	}
	.header__menu__mobile-locale {
		margin-right: auto;
		color: #1f2a37;
		font-size: 20px;
		font-weight: 500;
		line-height: 1;
		padding: 0 6px;
	}
	.header__menu__mobile-app-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}
	.header__menu__mobile-app-button .ico__svg {
		width: 14px;
		height: 14px;
		fill: currentColor;
		margin: 0;
	}
	.header__menu__mobile-app-button span {
		background: rgba(0, 0, 0, 0);
	}
}
/*# sourceMappingURL=style.css.map */

/* Header: menu list layout */
.header__menu__list {
	display: flex;
}

/* TOC accordion */
.toc_list span {
	cursor: pointer;
}
.toc_list_wrap {
	display: none;
}
.toc_container.is-open .toc_list_wrap {
	display: block;
}

/* TOC heading levels */
.toc_list__item--h2 span {
	font-weight: 700;
}
.toc_list__item--h3 {
	padding-left: 18px;
}

/* Swiper core fallback */
.swiper {
	overflow: hidden;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	overflow-x: auto;
	padding: 0 0 15px 0;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	width: 150px;
	margin-right: 10px;
}
.swiper-slide.is_card {
	width: 385px;
}

.threeItems .swiper-slide.is_card {
	width: 33%;
}
.mainSlider .swiper-slide {
	width: 100%;
}

/* Universal slider card variant */
.top3Slider .swiper-slide.is_card .top3__logo {
	width: 100%;
	height: auto;
}
.top3Slider .swiper-slide.is_card .top3__logo img {
	width: 100%;
}

@media (max-width: 768px) {
	.accord-block .accord-block-header:after {
		width: 16px;
		height: 16px;
	}
}

.promocode__title {
	font-size: 24px;
	margin-bottom: 8px;
}

.promocode {
	color: #fff;
}
.promocode__copy-icon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.promocode__copy-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.promocode__copy-icon img {
	width: 100%;
	height: 100%;
	filter: brightness(0) invert(1);
}

/* CTA NEW */
section.cta-new {
	padding: 30px 0;
}
.cta-new {
	position: relative;
	margin: 30px 0;
	border-radius: 12px;
	overflow: hidden;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.cta-new__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.cta-new__bg picture {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.cta-new__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cta-new__overlay {
	position: absolute;
	inset: 0;
	background: rgba(2, 12, 20, 0.45);
	z-index: 1;
}
.cta-new__content {
	position: relative;
	z-index: 2;
	max-width: 740px;
	padding: 20px;
}
.cta-new__logo {
	position: relative;
	margin: 0 auto 12px;
}
.cta-new__logo img {
	max-width: 150px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.cta-new__description {
	font-size: 34px;
	line-height: 1.15;
	font-weight: 700;
	color: #fff;
	margin-bottom: 16px;
}
.cta-new__description strong {
	color: #f9e348;
}
@media (max-width: 991px) {
	.cta-new__description {
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.cta-new__description {
		font-size: 20px;
	}
}
.cta-new__button {
	z-index: 100;
	position: relative;
	display: flex;
	justify-content: center;
}
.cta-new__button .button {
	min-width: 220px;
	margin: 0 auto;
}

.header__event,
.header__flag,
.header__flexbox .button,
.header__mobile__item:not(.menuOpener),
.header__menu__mobile-settings {
	text-decoration: none;
}

.footer__menu ul {
	display: flex;
	align-items: center;
	gap: 15px;
}

.img-cov {
	width: 100%;
	height: 100%;
	margin: 15px auto;
	max-width: 900px;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.footer__menu ul {
		flex-direction: column;
		align-items: flex-start;
	}
	.slider__holder {
		padding: 60px 0 0 0;
	}
}
