@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	overflow-x: hidden;
}

.bJghfHkG5WirFN44 {
	flex-direction: column;
	display: flex;
	min-height: 100%;
	background-color: var(--xbat-site-background);
	padding-top: 105px;
}

form,
input,
textarea,
button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
}

input[type="submit"],
input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--xbat-body-text);
	font-size: 18px;
}

.container {
	max-width: 1134px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.xlDrMKXbszSSA {
	background-color: var(--xbat-header-bg);
	padding: 29px 0;
	z-index: 15;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
	min-height: 105px;
}

.xlDrMKXbszSSA.active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.JgEilZ3rj0X {
	width: 100%;
}

.fzyjNrepYo2wL0 {
	width: 100%;
	height: 529px;
}

.fzyjNrepYo2wL0 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.KnNeLnBs {
	background: var(--xbat-payment-methods-bg);
	padding: 20px 0 25px;
}

.KnNeLnBs .container {
	max-width: 1134px;
}

.XmFmBJX2y2n,
.XmFmBJX2y2n h1,
.XmFmBJX2y2n h2,
.XmFmBJX2y2n h3,
.XmFmBJX2y2n h4,
.XmFmBJX2y2n h5,
.XmFmBJX2y2n h6,
.XmFmBJX2y2n p,
.XmFmBJX2y2n i {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.15;
	color: var(--xbat-payment-methods-title);
	text-align: center;
	margin: 0;
}

.oHwINdnKaELn {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
	flex-wrap: wrap;
}

.oHwINdnKaELn img {
	width: auto;
	height: 53px;
	display: block;
	object-fit: contain;
}

.GFqzqaUXBMz {
	/* background: url("../img/banner.webp") center center / cover no-repeat; */
	width: 100%;
	min-height: 449px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.expedrjj9l8SqU {
	background: rgba(6, 11, 25, 0.8);
	min-height: 449px;
}

.wOkgsstwph {
	width: 100%;
	min-height: 449px;
	padding-bottom: 34px;
}

.haRBWBdP2kCKT {
	/* background: url("../img/banner.webp") center center / cover no-repeat; */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.IZMsay0eNLzYZ {
	bottom: 20px !important;
}

.wOkgsstwph .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: var(--xbat-hero-pagination);
	opacity: 0.45;
}

.wOkgsstwph .swiper-pagination-bullet-active {
	opacity: 1;
}

.aHmCnnGk189 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 5;
}

.aHmCnnGk189::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-top: 4px solid var(--xbat-hero-arrow);
	border-right: 4px solid var(--xbat-hero-arrow);
	margin: 0 auto;
}

.MdbuupMH2 {
	left: 20px;
}

.MdbuupMH2::before {
	transform: rotate(-135deg);
}

.lMlKKVWhXiO8h {
	right: 20px;
}

.lMlKKVWhXiO8h::before {
	transform: rotate(45deg);
}

.xUXPqbinTJgeq {
	max-width: 1314px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.bQiqDjWm0 {
	min-height: 449px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 30px;
	padding: 30px 0;
}

.TixSLxAYSpydwx {
	max-width: 610px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
}
.wOkgsstwph,
.wOkgsstwph .swiper-wrapper {
	height: auto !important;
}

.nOIioyW8iI,
.nOIioyW8iI h1,
.nOIioyW8iI h2,
.nOIioyW8iI h3,
.nOIioyW8iI h4,
.nOIioyW8iI h5,
.nOIioyW8iI h6,
.nOIioyW8iI p,
.nOIioyW8iI i {
	font-size: 48px;
	line-height: 1.12;
	font-weight: 700;
	color: var(--xbat-hero-title);
	text-transform: uppercase;
	margin: 0;
}

.xuKcbv6MKkl {
	font-size: 28px;
	line-height: 1.25;
	color: var(--xbat-hero-text);
}

.ZzOgIcgMkO.RAGaQKXNkSS8 {
	background: var(--xbat-hero-btn-bg);
	border-color: var(--xbat-hero-btn-bg);
	color: var(--xbat-hero-btn-text);
	min-width: 204px;
	min-height: 45px;
	font-size: 18px;
	font-weight: 600;
	padding: 11px 17px;
	text-transform: uppercase;
}

.ZzOgIcgMkO.RAGaQKXNkSS8:hover {
	background: var(--xbat-hero-btn-bg-hover);
	border-color: var(--xbat-hero-btn-bg-hover);
	color: var(--xbat-hero-btn-text);
}

.sYdOXsLUBNw {
	display: flex;
	justify-content: flex-end;
}

.sYdOXsLUBNw img {
	width: 100%;
	max-width: 736px;
	height: auto;
	display: block;
}

.XTKZI5GO1 {
	padding: 20px 0;
}

.HaOlpLN3g6YyWv {
	background: var(--xbat-image-card-bg);
	border-radius: 15px;
	padding: 21px 23px;
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.dYTKmacjlbjVC5 {
	width: 200px;
	height: 197px;
	border-radius: 10px;
	object-fit: cover;
	display: block;
}

.jlixsMRRK5eD {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.zxHAbn6jXOdU {
	width: 35px;
	height: 35px;
	display: block;
}

.ZJvkCQBHMry9,
.ZJvkCQBHMry9 h1,
.ZJvkCQBHMry9 h2,
.ZJvkCQBHMry9 h3,
.ZJvkCQBHMry9 h4,
.ZJvkCQBHMry9 h5,
.ZJvkCQBHMry9 h6,
.ZJvkCQBHMry9 p,
.ZJvkCQBHMry9 i {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--xbat-image-card-title);
}

.EfLzBapn1Xbt0,
.EfLzBapn1Xbt0 h1,
.EfLzBapn1Xbt0 h2,
.EfLzBapn1Xbt0 h3,
.EfLzBapn1Xbt0 h4,
.EfLzBapn1Xbt0 h5,
.EfLzBapn1Xbt0 h6,
.EfLzBapn1Xbt0 p,
.EfLzBapn1Xbt0 i {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--xbat-image-card-text);
	margin: 0;
}

.xlDrMKXbszSSA .container {
	max-width: 1366px;
	padding: 0 20px;
}

.FYBM4BpIMs7 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.OpDGNCh0VXm {
	z-index: 999;
}

.OpDGNCh0VXm img {
	width: 234px;
	height: auto;
	max-height: 55px;
	display: flex;
	align-items: center;
}

.overlay-top {
	flex: 1;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 5px 30px;
	padding: 0;
	list-style-type: none;
	position: relative;
	margin-left: auto;
	flex-wrap: wrap;
}

.main-menu li a {
	padding: 10px 0;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	color: var(--xbat-header-menu-text);
	transition: color 0.3s ease-in-out;
	position: relative;
}

.main-menu li.has-submenu {
	position: relative;
}

.main-menu li.has-submenu:after {
	content: "";
	position: static;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--xbat-header-menu-text);
	border-bottom: 2px solid var(--xbat-header-menu-text);
	transform: translateY(-1px) rotate(45deg);
	transform-origin: 50% 50%;
	transition: transform 0.3s ease, border-color 0.3s ease;

}

.main-menu li.has-submenu {
	display: flex;
	align-items: center;
	gap: 8px;
}

.main-menu li.has-submenu:hover:after {
	border-color: var(--xbat-header-menu-hover-text);
	transform: translateY(-1px) rotate(225deg);

}

.main-menu li a:hover {
	color: var(--xbat-header-menu-hover-text);
}

.main-menu>li.has-submenu>.submenu {
	position: absolute;
	overflow-y: auto;
	left: 0;
	top: 100%;
	display: none;
	z-index: 10;
	background: var(--xbat-header-submenu-bg);
	border-radius: 10px;
	width: auto;
	padding: 5px 10px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

}

.main-menu>li.has-submenu>ul.submenu {
	white-space: nowrap;
	list-style-type: none;
}

@media screen and (min-width: 1241px) {
	.main-menu li.has-submenu:hover .submenu {
		display: block;
	}
}

.main-menu>li.has-submenu>.submenu li a {
	font-size: 16px;
	line-height: 120%;
	color: var(--xbat-header-submenu-text);
	padding: 7px 0;
	width: 100%;
}

.main-menu>li.has-submenu>.submenu li a:hover {
	color: var(--xbat-header-menu-hover-text);
}

.main-menu>li.has-submenu>.submenu::-webkit-scrollbar {
	width: 3px;
	background: transparent;
}

.main-menu>li.has-submenu>.submenu ::-webkit-scrollbar-track {
	margin: 5px;
}

.main-menu>li.has-submenu>ul::-webkit-scrollbar-thumb {
	width: 3px;
	border-radius: 3px;
	background: #000000;
}

.overlay-top {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

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

header .search {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.zYAUhD6ARRWe {
	display: flex;
	align-items: center;
	gap: 28px;
}


.ZzOgIcgMkO {
	border-radius: 8px;
	min-height: 45px;
	height: auto;
	background-color: var(--xbat-header-btn-bg);
	border: 2px solid transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: var(--xbat-header-btn-text);
	padding: 11px 17px;
	transition: all 0.3s ease-in-out;
	/*white-space: nowrap;*/
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 1;
}

.ZzOgIcgMkO.kbKNnaqRPgYB {
	display: none;
}

.ZzOgIcgMkO:hover {
	background-color: var(--xbat-header-btn-bg-hover);
}

.ZzOgIcgMkO.oZqGUdzAMWBPm3 {
	background-color: transparent;
	color: var(--xbat-header-btn-alt-text);
	border-color: var(--xbat-header-btn-alt-border);
}

.ZzOgIcgMkO.oZqGUdzAMWBPm3:hover {
	background-color: var(--xbat-header-btn-alt-hover-bg);
	border-color: var(--xbat-header-btn-alt-hover-bg);
	color: var(--xbat-header-btn-alt-hover-text);
}


h1 {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--xbat-body-text);
}

h2 {
	font-size: 36px;
	font-weight: 600;
	color: var(--xbat-body-text);
	text-transform: capitalize;
}

h3 {
	font-size: 30px;
	font-weight: 600;
	color: var(--xbat-body-text);
}

h4 {
	font-size: 25px;
	font-weight: 600;
	color: var(--xbat-body-text);
}

h5 {
	font-size: 22px;
	font-weight: 600;
	color: var(--xbat-body-text);
}

h6 {
	font-size: 20px;
	font-weight: 600;
	color: var(--xbat-body-text);
}


p {
	font-size: 18px;
	color: var(--xbat-body-text);
	line-height: 130%;
}

.table-wrapper {
	overflow-x: auto;
	width: 100%;
}

table {
	color: var(--xbat-text-block-text);
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	background: transparent;
	max-width: 962px;
	margin: 10px auto 20px;
}

table thead tr th {
	padding: 14px 16px;
	background: transparent;
	border: 1px solid var(--xbat-text-block-table-border);
	font-weight: 700;
	text-align: left;
	vertical-align: top;
}

table tbody tr td {
	padding: 14px 16px;
	border: 1px solid var(--xbat-text-block-table-border);
	vertical-align: top;
}

/* 
table tbody tr td:first-child {
	width: 35%;
} */

table {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	min-width: 100%;
}

table tbody tr td {
	max-width: 600px;
}


.KtcRaSTHpTO {
	padding: 29px 0;
	background-color: var(--xbat-footer-bg);
	margin-top: auto;
}

.KtcRaSTHpTO .container {
	max-width: 1366px;
}

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

.pjBNJxs9QfVOy {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	padding-right: 234px; */
}

.footer-nav {
	display: flex;
	align-items: flex-start;
	gap: 36px;
}

.HwTKjQcL9yXHUarg {
	position: relative;
	flex: 1;
	padding: 140px 0 80px;
	overflow: hidden;
}

.ShPNwB4C1kj5p7 {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 25px;
	max-width: 600px;
}


.rstQlRCaa96i,
.rstQlRCaa96i h1,
.rstQlRCaa96i h2,
.rstQlRCaa96i h3,
.rstQlRCaa96i h4,
.rstQlRCaa96i h5,
.rstQlRCaa96i p {
	font-size: 180px;
	color: var(--xbat-404-title);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
}

.IbaJfgUepPm5GDi {
	font-size: 40px;
	color: var(--xbat-404-text);
}

.HwTKjQcL9yXHUarg .ZzOgIcgMkO {
	background: var(--xbat-404-btn-bg);
	color: var(--xbat-404-btn-text);
}

.HwTKjQcL9yXHUarg .ZzOgIcgMkO:hover {
	background: var(--xbat-404-btn-bg-hover);
}

.arrow {
	position: absolute;
	top: 25px;
	right: 0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transform: translateY(-50%);
}

.arrow::before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--xbat-header-menu-text);
	border-bottom: 2px solid var(--xbat-header-menu-text);
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.arrow.active::before {
	border-color: var(--xbat-header-menu-hover-text);
	transform: rotate(-135deg);
}

.main-menu li.has-submenu:hover .arrow::before {
	border-color: var(--xbat-header-menu-hover-text);
}

.languages {
	z-index: 2;
	position: relative;
	display: flex;
}

.languages>ul {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	background: var(--xbat-header-submenu-bg);
	top: 114%;
	z-index: -1;
	border-radius: 5px;
	overflow: hidden;
	padding-top: 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.languages>ul li a {
	display: flex;
	align-items: center;
	height: 45px;
	width: auto;
	font-size: 20px;
	font-weight: 500;
	color: var(--xbat-header-menu-text);
	padding-left: 10px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.languages>ul li a:hover {
	color: var(--xbat-header-menu-hover-text);
}

.languages.active>ul {
	display: block;
	width: max-content;
	min-width: 68px;
}

.languages.active .localeBut::after {
	transform: translateY(-40%) rotate(-135deg);
}

.localeBut {
	position: relative;
	color: var(--xbat-header-language-text);
	background: transparent;
	height: 45px;
	padding: 0 33px 0 10px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 20px;
	font-style: normal;
}

.localeBut::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	bottom: auto;
	margin: 0;
	right: 14px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-60%) rotate(45deg);
	transition: transform 0.3s ease;
	transform-origin: center;
}

.kVBdcSnYDVm6 {
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: 53px;
	right: 20px;
	cursor: pointer;
	border-radius: 50%;
	background: var(--xbat-go-top-bg);
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
	z-index: 10;
}

.kVBdcSnYDVm6:hover {
	background: var(--xbat-go-top-bg-hover);
}

.kVBdcSnYDVm6:before {
	content: "";
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: url("../img/arrowTop.svg") center / contain no-repeat;
}

.kVBdcSnYDVm6.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.panel {
	position: fixed;
	bottom: 16px;
	left: 0;
	right: 0;
	z-index: 4;
	display: flex;
	max-width: 796px;
	margin: auto;
	align-items: center;
	gap: 47px;
	color: var(--xbat-panel-text);
	justify-content: space-between;
	border-radius: 15px;
	padding: 13px 17px;
	background: var(--xbat-panel-bg);
	border: 2px solid var(--xbat-panel-border);
	min-height: 89px;
	font-size: 20px;
	transition: opacity 0.25s ease, transform 0.25s ease;
	will-change: opacity, transform;
}

.panel.panel-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(120%);
}

.aePvVq9D {
	width: 69px;
	height: 69px;
	flex-shrink: 0;
	background: var(--xbat-panel-image-bg);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel img {
	max-width: 67px;
	max-height: 67px;
}

.QdZjTfI2n2K5 p {
	color: var(--xbat-panel-text);
	font-size: 20px;
	line-height: 120%;
}

.panel .ZzOgIcgMkO {
	background: var(--xbat-panel-btn-bg);
	border-radius: 5px;
	padding: 11px 17px;
	color: var(--xbat-panel-btn-text);
	font-weight: 600;
	min-width: 140px;
	max-width: 205px;
	min-height: 40px;
	height: auto;
	max-height: none;
	white-space: wrap;
}

.panel .ZzOgIcgMkO:hover {
	background: var(--xbat-panel-btn-bg-hover);
	max-width: 205px;
}

.pjBNJxs9QfVOy,
.pjBNJxs9QfVOy p,
.pjBNJxs9QfVOy span,
.XfIWKvym4CKk,
.XfIWKvym4CKk a {
	color: var(--xbat-footer-text);
}

.LYQraQLA1sta {
	padding: 40px 0;
}

.SlzFL4BJoZcG {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	padding: 40px 0 0;
}

.LYQraQLA1sta .drop {
	background: var(--xbat-faq-item-bg);
	padding: 25px 50px 25px 50px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}

.drop.active {
	background: var(--xbat-faq-item-bg-active);
}

.drop .toc-default {
	background-color: transparent;
	color: var(--xbat-faq-question);
	font-size: 20px;
	line-height: 25px;
	display: flex;
	align-items: center;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.drop.active .toc-default:after {
	transform: translateY(-50%) rotate(180deg);
}

.drop .toc-default:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	bottom: auto;
	margin: 0;
	background: url("../img/arr.svg") center / contain no-repeat;
	transform: translateY(-50%) rotate(0deg);
	transform-origin: 50% 50%;
	transition: transform 0.3s ease;
}

.drop .options-holder {
	display: none;
	padding: 0;
	border-radius: 0 0 10px 10px;
	margin-top: 12px;
	max-width: 90%;
}

.drop .options-holder p {
	margin: 0;
	padding: 0;
	color: var(--xbat-faq-answer);
	font-size: 20px;
}

.YtQWwNlKywS2wO2J {
	margin: 20px 0;
}

.LYQraQLA1sta>.container>h2 {
	color: var(--xbat-faq-title);
}

.HRLRXctT7onorf {
	background: var(--xbat-advantages-bg);
	border-radius: 10px;
	padding: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yMLBOWKmOjtBw {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
}

.jjjrJTCMlYEqVc {
	font-size: 24px;
	color: var(--xbat-advantages-title);
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.FRlZXZGon0qVc4K {
	font-size: 20px;
	color: var(--xbat-advantages-text);
	margin: 0;
	text-align: center;
}

.mDevEnnjQ {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 24px;
	flex-wrap: wrap;
}

.wkjfDEkU3s2IWF {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	max-width: 209px;
}

.wkjfDEkU3s2IWF img {
	max-width: 35px;
	max-height: 35px;
}

.wkjfDEkU3s2IWF .YZFZiuJpnj1pc9OE {
	font-size: 24px;
	color: var(--xbat-advantages-value);
	font-weight: 700;
}

.wkjfDEkU3s2IWF p {
	margin: 0;
	font-size: 20px;
	color: var(--xbat-advantages-label);
	text-align: center;
}

.mirrorMarquee {
	background: var(--xbat-marquee-bg);
	overflow: hidden;
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
}

.RNIpv4mggK {
	width: 100%;
	overflow: hidden;
}

.marqueeTrack {
	display: flex;
	align-items: center;
	will-change: transform;
}

.marqueeGroup {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.KbMwRbR4ca {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	padding: 0 24px;
	height: 54px;
	color: var(--xbat-marquee-text);
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
	flex-shrink: 0;
}

.wFhccmLwnnKkpr2n {
	max-width: 17px;
	max-height: 19px;
	display: block;
}

.xCDSchWxw3 {
	color: var(--xbat-marquee-text);
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.vOrwjjBYq1Y {
	padding: 20px 0;
}

.FGZD8zqY {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.AagORYAwJbKsKm .LGnzlNEh7Tzv {
	align-items: center;
}

.LGnzlNEh7Tzv {
	background: var(--xbat-bonus-image-bg);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	color: var(--xbat-bonus-image-title);
	font-size: 20px;
}

.AagORYAwJbKsKm img.CpRCOKQBfrw3Z79T {
	width: 100%;
	height: 177px;
	min-height: 177px;
	object-fit: cover;
	max-width: none;
	max-height: none;
}

.AagORYAwJbKsKm .EehSG5SizO {
	text-align: center;
	font-size: 20px;
	line-height: 120%;
	color: var(--xbat-bonus-image-text);
	margin-bottom: 10px;
}

.GVLHJxy64YeD {
	padding: 17px;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	gap: 7px;
	align-items: center;
}

.cCRHfFt9W .lAxWCyWWTBb1 {
	font-size: 20px;
	font-weight: 700;
}

.cCRHfFt9W .EehSG5SizO {
	font-size: 20px;
	font-weight: 400;
	color: var(--xbat-bonus-icon-text);
	padding-bottom: 0;
}

.cCRHfFt9W .GVLHJxy64YeD {
	gap: 15px;
}

.MOcafjkWI8QEvJ {
	max-width: 35px;
	max-height: 35px;
	flex-shrink: 0;
}


.lAxWCyWWTBb1 {
	font-weight: 700;
	font-size: 28px;
	text-align: center;
}

.sPZjyk5NVijuW .lAxWCyWWTBb1 {
	color: var(--xbat-bonus-image-title);
}

.FGZD8zqY .LGnzlNEh7Tzv {
	background: var(--xbat-bonus-icon-bg);
}

.FGZD8zqY .lAxWCyWWTBb1 {
	color: var(--xbat-bonus-icon-title);
}

.NbEFkumbEKE {
	min-height: 48px;
	width: 236px;
	background: var(--xbat-bonus-image-btn-bg);
	color: var(--xbat-bonus-image-btn-text);
	border-radius: 5px;
	margin-top: auto;
	white-space: normal;
	font-size: 20px;
}

.NbEFkumbEKE:hover {
	background: var(--xbat-bonus-image-btn-bg-hover);
	color: var(--xbat-bonus-image-btn-text);
}

.FGZD8zqY .NbEFkumbEKE {
	background: var(--xbat-bonus-icon-btn-bg);
	color: var(--xbat-bonus-icon-btn-text);
}

.FGZD8zqY .NbEFkumbEKE:hover {
	background: var(--xbat-bonus-icon-btn-bg-hover);
}

.wMdDuoYoRVhA2 {
	margin: 20px 0;
}

.BJpuYSMoPAGM {
	background: var(--xbat-deposit-bg);
	border-radius: 10px;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fsomyASVtxAA {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 620px;
	align-items: center;
}

.ktMDIJNQL8LP,
.ktMDIJNQL8LP h1,
.ktMDIJNQL8LP h2,
.ktMDIJNQL8LP h3,
.ktMDIJNQL8LP h4,
.ktMDIJNQL8LP h5,
.ktMDIJNQL8LP h6,
.ktMDIJNQL8LP p,
.ktMDIJNQL8LP i {
	font-size: 24px;
	text-transform: uppercase;
	color: var(--xbat-deposit-title);
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.ZGaIqUr94GnY,
.ZGaIqUr94GnY h1,
.ZGaIqUr94GnY h2,
.ZGaIqUr94GnY h3,
.ZGaIqUr94GnY h4,
.ZGaIqUr94GnY h5,
.ZGaIqUr94GnY h6,
.ZGaIqUr94GnY p,
.ZGaIqUr94GnY span,
.ZGaIqUr94GnY li {
	font-size: 20px;
	color: var(--xbat-deposit-text);
	margin: 0;
	text-align: center;
}

.gDRDdA4T1 {
	display: flex;
	gap: 15px;
}

.JNrHjnBFMDTVP {
	background: var(--xbat-deposit-btn-bg);
	color: var(--xbat-deposit-btn-text);
	border: none;
	border-radius: 6px;
	min-width: 320px;
	min-height: 56px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.3s ease;
	text-transform: uppercase;
	padding: 3px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.JNrHjnBFMDTVP:hover {
	background: var(--xbat-deposit-btn-bg-hover);
}

.WqZCOeTQmX {
	background-color: transparent;
	color: var(--xbat-deposit-btn-outline-text);
	border: 1px solid var(--xbat-deposit-btn-outline-border);
	min-width: 260px;
}

.WqZCOeTQmX:hover {
	background: var(--xbat-deposit-btn-outline-bg-hover);
	color: var(--xbat-deposit-btn-outline-text-hover);
}

.UPYdpjDGlcU {
	background-color: var(--xbat-casino-intro-bg);
	/* background-image: linear-gradient(rgba(2, 30, 73, 0.8), rgba(2, 30, 73, 0.8)), url("../img/banner2.webp"); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0;
}

.UPYdpjDGlcU .container {
	max-width: 1309px;
}

.IZLgZoGcaH,
.IZLgZoGcaH h1,
.IZLgZoGcaH h2,
.IZLgZoGcaH h3,
.IZLgZoGcaH h4,
.IZLgZoGcaH h5,
.IZLgZoGcaH h6,
.IZLgZoGcaH p,
.IZLgZoGcaH i {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: var(--xbat-casino-intro-title);
	margin-bottom: 40px;
}

.qJZrdnJZEO {
	display: flex;
	gap: 40px;
}

.seKnxMz9ePE .ZzOgIcgMkO {
	min-height: 56px;
	font-size: 20px;
	border-radius: 5px;
}

.QRuworFZs {
	flex: 1 1 38%;
	color: var(--xbat-casino-intro-text);
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.nXEUXIlXs7 {
	flex: 1 1 45%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.jyYsCXRIG2Pa {
	font-size: 20px;
}

.seKnxMz9ePE {
	display: flex;
	gap: 20px;
}

.pJBTSlJJjNu {
	min-width: 205px;
	background: transparent;
	border: 1px solid var(--xbat-casino-intro-btn-outline-border);
	color: var(--xbat-casino-intro-btn-outline-text);
}

.pJBTSlJJjNu:hover {
	background: var(--xbat-casino-intro-btn-outline-bg-hover);
	color: var(--xbat-casino-intro-btn-outline-text-hover);
}

.seKnxMz9ePE>.ZzOgIcgMkO:not(.pJBTSlJJjNu) {
	background: var(--xbat-casino-intro-btn-bg);
	color: var(--xbat-casino-intro-btn-text);
}

.seKnxMz9ePE>.ZzOgIcgMkO:not(.pJBTSlJJjNu):hover {
	background: var(--xbat-casino-intro-btn-bg-hover);
}

.yQHhTRNvJTU1 {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}

.wBJFYTOY6VrdDf {
	color: var(--xbat-casino-intro-text);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.YSdz1rGsh {
	font-size: 24px;
	font-weight: 700;
	color: var(--xbat-casino-intro-stat-value);
}

.GNfjH7EP {
	font-size: 20px;
	text-align: center;
	color: var(--xbat-casino-intro-stat-label);
}

.ukEaUyoEj {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	padding: 25px 20px;
	border: 1px solid var(--xbat-casino-intro-feature-border);
	border-radius: 5px;
	color: var(--xbat-casino-intro-feature-text);
	font-size: 20px;
	line-height: 1.4;
	flex-direction: column;
	background-color: var(--xbat-casino-intro-feature-bg);
	/* background-image: linear-gradient(rgba(2, 30, 73, 0.8), rgba(2, 30, 73, 0.8)), url("../img/banner2.webp"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ukEaUyoEj img {
	max-width: 35px;
	max-height: 35px;
	flex-shrink: 0;
}

.sErnGzuWzk9m,
.ukEaUyoEj img {
	position: relative;
	z-index: 1;
}

.oNdRNdLK {
	font-size: 20px;
	font-weight: 700;
	color: var(--xbat-casino-intro-feature-title);
}

.BmDyJXnNkwPV {
	font-size: 20px;
	font-weight: 400;
	color: var(--xbat-casino-intro-feature-text);
}

.textBlock {
	padding: 20px 0;
}

.textBlock h1,
.textBlock h2,
.textBlock h3,
.textBlock h4,
.textBlock h5,
.textBlock h6,
.textBlock p,
.textBlock ol,
.textBlock ul {
	padding-bottom: 18px;
}

.textBlock ol,
.textBlock ul {
	padding-left: 20px;
}

.UgOVlyccw5Z5 {
	padding: 10px 0 20px;
}

.UgOVlyccw5Z5 .container {
	display: flex;
	justify-content: center;
}

.UgOVlyccw5Z5 .ZzOgIcgMkO.RAGaQKXNkSS8 {
	background: var(--xbat-cta-btn-bg);
	border-color: var(--xbat-cta-btn-bg);
	color: var(--xbat-cta-btn-text);
}

.UgOVlyccw5Z5 .ZzOgIcgMkO.RAGaQKXNkSS8:hover {
	background: var(--xbat-cta-btn-bg-hover);
	border-color: var(--xbat-cta-btn-bg-hover);
}

.gFgJX5HCEPtl {
	padding: 20px 0;
}

.kyWWsfyNNXy0 {
	padding-bottom: 34px;
}

.iTpmCpBXM {
	background: var(--xbat-jackpot-bg);
	border-radius: 26px;
	overflow: hidden;
}

.ylCQeZp5yNmbF2 {
	min-height: 606px;
	/* background-image: linear-gradient(90deg, rgba(6, 11, 25, 0.96) 0%, rgba(6, 11, 25, 0.78) 42%, rgba(6, 11, 25, 0.35) 68%, rgba(6, 11, 25, 0) 100%), url("../img/banner2.webp"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 30px 70px 30px 70px;
}

.RuFrIMzunw5m {
	max-width: 600px;
	font-size: 60px;
	font-weight: 700;
	line-height: 0.95;
	text-transform: uppercase;
	color: var(--xbat-jackpot-title);
	flex: 1.3;
}

.rrJFxRpgR {
	flex: 1;
}

.rrJFxRpgR img {
	width: 100%;
	height: auto;
	display: block;
}

.KYYGtxL8mM {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 4;
}

.KYYGtxL8mM::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-top: 4px solid var(--xbat-jackpot-arrow);
	border-right: 4px solid var(--xbat-jackpot-arrow);
	opacity: 0.95;
	margin: 0 auto;
}

.vjDJWzv9da {
	left: 10px;
}

.vjDJWzv9da::before {
	transform: rotate(-135deg);
}

.eEzjGc3Ga {
	right: 10px;
}

.eEzjGc3Ga::before {
	transform: rotate(45deg);
}

.GCEPzDx7cg {
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-width: 10px;
	--swiper-pagination-bullet-height: 10px;
	--swiper-pagination-bullet-horizontal-gap: 7px;
	--swiper-pagination-bullet-inactive-color: var(--xbat-jackpot-pagination);
	--swiper-pagination-bullet-inactive-opacity: 0.45;
	--swiper-pagination-color: var(--xbat-jackpot-pagination);
	--swiper-pagination-bullet-opacity: 1;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	top: auto !important;
	margin-top: 15px;
	text-align: center;
}

.kyWWsfyNNXy0 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: var(--xbat-jackpot-pagination);
	opacity: 0.45;
}

.kyWWsfyNNXy0 .swiper-pagination-bullet-active {
	opacity: 1;
}

.yThKC7xLj {
	display: grid;
	gap: 14px;
}

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

.sPZjyk5NVijuW {
	grid-template-columns: repeat(3, 1fr);
}

.casinoSection {
	max-width: 100%;
	background: transparent;
	padding: 30px 0;
}

.YSSaNeSEjdArZow {
	font-size: 36px;
	font-weight: 500;
	color: var(--xbat-casino-tabs-title);
	margin-bottom: 15px;
}

.hNRnbpQg18lDWMG {
	display: flex;
	flex-wrap: nowrap;
	gap: 18px;
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.casinoTab.active,
.casinoTab:hover {
	background: var(--xbat-casino-tab-active-bg);
	color: var(--xbat-casino-tab-active-text);
}

.casinoTab {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	background: var(--xbat-casino-tab-bg);
	padding: 6px 16px;
	border-radius: 10px;
	border: none;
	font-size: 22px;
	color: var(--xbat-casino-tab-text);
	font-weight: 500;
	cursor: pointer;
	min-height: 56px;
	transition: background 0.3s;
}

.casinoGrid.active {
	display: grid;
}

.casinoGrid {
	grid-template-columns: repeat(5, 1fr);
}

.casinoGrid {
	display: none;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 10px;
	justify-items: center;
}

.casinoGrid a {
	width: 100%;
	text-decoration: none;
}

.AleV1WRoCbBb {
	min-height: 100%;
}

.AleV1WRoCbBb {
	max-width: 248px;
	min-height: 100%;
	background: var(--xbat-casino-card-bg);
	border-radius: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	padding: 9px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

.ZrtaX15SD5cN {
	position: relative;
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ZrtaX15SD5cN img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
	transition: filter 0.3s;
}

.casinoSection .container p {
	margin-bottom: 0;
}

.AleV1WRoCbBb:hover {
	cursor: pointer;
	background: var(--xbat-casino-card-bg);
}

.qYPrTIvZLkCUx {
	font-size: 18px;
	font-weight: 600;
	color: var(--xbat-casino-card-title);
	margin-top: 0 !important;
	transition: color 0.3s;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}

.AleV1WRoCbBb:hover img {
	filter: brightness(60%) blur(1px);
}

.AleV1WRoCbBb:hover .kIxGoHTYh3CyVz {
	opacity: 1;
}

.kIxGoHTYh3CyVz {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--xbat-casino-play-btn-bg);
	color: var(--xbat-casino-play-btn-text);
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 8px;
	opacity: 0;
	transition: opacity 0.3s;
	max-width: 106px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background 0.3s;
	margin-top: 0 !important;
}

.kIxGoHTYh3CyVz:hover {
	background: var(--xbat-casino-play-btn-bg-hover);
}

.ZrtaX15SD5cN {
	position: relative;
	width: 100%;
	max-height: 228px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ZrtaX15SD5cN img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
	object-fit: cover;
	transition: filter 0.3s;
}

.casinoTab img {
	width: 22px;
	height: 22px;
}


@media (min-width: 729px) {
	.gFgJX5HCEPtl {
		overflow: visible;
	}

	.kyWWsfyNNXy0 {
		height: 428px;
		min-height: 428px;
		padding-bottom: 0;
	}

	.iTpmCpBXM {
		height: 428px;
	}

	.ylCQeZp5yNmbF2 {
		height: 428px;
		min-height: 428px;
	}

}

@media (max-width: 728px) {
	.error-page img {
		max-width: 100%;
		height: auto;
	}

	.error-page a {
		font-size: 12px;
		width: 142px;
		height: 35px;
		min-height: auto;

	}
}


@media screen and (min-width: 1241px) {
	.arrow {
		display: none;
	}
}

@media screen and (max-width: 1241px) {
	.HwTKjQcL9yXHUarg {
		padding: 80px 0;
	}

	.ZzOgIcgMkO.kbKNnaqRPgYB {
		display: flex;
		position: relative;
		z-index: 99;
		margin-left: auto;
		height: 35px;
		min-height: 35px;
		border-radius: 8px;
		padding: 10px;
	}

	.zYAUhD6ARRWe .tap2 {
		display: none;
	}

	.kVBdcSnYDVm6.active {
		bottom: 123px;
		right: 16px;
	}

	.main-menu>li.has-submenu>.submenu>li a {
		font-size: 18px;
	}

	.main-menu li a {
		font-size: 22px;
	}

	.main-menu li {
		width: 100%;
	}

	.main-menu li a {
		padding: 11px 10px;
		width: 100%;
	}

	.main-menu>li.has-submenu>.submenu {
		white-space: nowrap;
		border-radius: 0;
		min-width: 100%;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		list-style-type: none;
	}

	.RcBDXOG6w .main-menu>li.has-submenu>.submenu {
		background: transparent;
		position: relative;
		overflow-y: auto;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		padding: 0;
		margin-left: 0;
		box-shadow: none;
	}

	.main-menu li.has-submenu {
		position: relative;
		display: flex;
		margin-right: 15px;
		padding-right: 10px;
		flex-direction: column;
		align-items: flex-end;
	}

	.main-menu li.has-submenu>a {
		margin-right: 10px;
	}

	.main-menu>li.has-submenu>.submenu>li a {
		padding-right: 0;
	}

	.main-menu li.has-submenu:after {
		display: none;
	}

	#menu-toggle {
		margin-left: 20px;
		display: flex;
		z-index: 200;
	}

	#menu-toggle i {
		display: block;
		background: #FFFFFF;
		border-radius: 3px;
		transition: .25s ease-in-out;
	}

	#menu-toggle.active.open i {
		background: #FFFFFF;
	}

	#menu-toggle #hamburger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
	}

	#menu-toggle #hamburger i {
		width: 22px;
		height: 3px;
		position: relative;
		top: 0;
		right: 0;
		margin: 2px 0;
	}

	#menu-toggle.open #hamburger i:nth-child(1) {
		transform: rotate(-45deg) translate(-1px, 1px);
		margin: 0;
	}

	#menu-toggle.open #hamburger i:nth-child(3) {
		opacity: 0;
	}

	#menu-toggle.open #hamburger i:nth-child(2) {
		margin: 0;
		transform: rotate(45deg) translate(-1px, -1px);
	}

	.overlay-top {
		position: fixed;
		background-color: var(--xbat-header-mobile-menu-bg);
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 100px 0 0;
	}

	.RcBDXOG6w {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
		padding: 10px 28px 10px;
	}

	.overlay-top.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

	.main-menu {
		gap: 5px;
		margin-left: 0;
		flex-direction: column;
		width: 100%;
		text-align: right;
		padding: 0;
		margin-top: 0;
		max-width: 450px;
	}

	.zYAUhD6ARRWe {
		flex-wrap: wrap;
		justify-content: flex-end;
		order: 0;
	}

	.main-menu {
		order: 1;
	}

	.languages {
		order: 2;
	}

	.languages>ul {
		background: var(--xbat-header-mobile-menu-bg);
		box-shadow: none;
	}

	.localeBut {
		background: var(--xbat-header-mobile-menu-bg);
		box-shadow: none;
	}

	.RcBDXOG6w {
		gap: 15px;
	}

	.ZzOgIcgMkO {
		min-height: 45px;
	}

	.qJZrdnJZEO {
		flex-direction: column-reverse;
	}

}

@media screen and (max-width: 1100px) {

	.bQiqDjWm0 {
		gap: 20px;
	}

	.nOIioyW8iI,
	.nOIioyW8iI h1,
	.nOIioyW8iI h2,
	.nOIioyW8iI h3,
	.nOIioyW8iI h4,
	.nOIioyW8iI h5,
	.nOIioyW8iI h6,
	.nOIioyW8iI p,
	.nOIioyW8iI i {
		font-size: 40px;
	}

	.xuKcbv6MKkl {
		font-size: 24px;
	}


	.XmFmBJX2y2n,
	.XmFmBJX2y2n h1,
	.XmFmBJX2y2n h2,
	.XmFmBJX2y2n h3,
	.XmFmBJX2y2n h4,
	.XmFmBJX2y2n h5,
	.XmFmBJX2y2n h6,
	.XmFmBJX2y2n p,
	.XmFmBJX2y2n i {
		font-size: 40px;
	}

	.oHwINdnKaELn {
		gap: 28px;
	}

	.FGZD8zqY {
		grid-template-columns: repeat(3, 1fr);
	}

	.sPZjyk5NVijuW {
		grid-template-columns: repeat(3, 1fr);
	}

	table thead tr th {
		padding: 10px 20px;
	}

	table tbody tr td {
		padding: 10px 20px;
	}

	table {
		font-size: 15px;
		margin-top: 10px;
	}

	table tbody tr td {
		min-width: 150px;
		max-width: 300px;
	}


	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	body {
		font-size: 15px;
	}

	.XfIWKvym4CKk {
		flex-direction: column;
		gap: 20px;
	}

	.pjBNJxs9QfVOy {
		padding-right: 0;
	}

	.KtcRaSTHpTO {
		padding: 40px 0;
	}
}

@media screen and (max-width: 850px) {

	.FGZD8zqY,
	.sPZjyk5NVijuW {
		grid-template-columns: repeat(2, 1fr);
	}

	.IZLgZoGcaH {
		font-size: 30px;
	}
}

@media screen and (max-width: 768px) {
	.nXEUXIlXs7 {
		grid-template-columns: 1fr;
	}

	.gDRDdA4T1 {
		flex-direction: column;
	}
}

@media screen and (max-width: 728px) {
	.HaOlpLN3g6YyWv {
		flex-direction: column;
		padding: 21px 23px;
		align-items: center;
	}

	.dYTKmacjlbjVC5 {
		width: 100%;
		max-width: 200px;
	}

	.zxHAbn6jXOdU {
		width: 30px;
		height: 30px;
	}

	.ZJvkCQBHMry9,
	.ZJvkCQBHMry9 h1,
	.ZJvkCQBHMry9 h2,
	.ZJvkCQBHMry9 h3,
	.ZJvkCQBHMry9 h4,
	.ZJvkCQBHMry9 h5,
	.ZJvkCQBHMry9 h6,
	.ZJvkCQBHMry9 p,
	.ZJvkCQBHMry9 span,
	.EfLzBapn1Xbt0,
	.EfLzBapn1Xbt0 h1,
	.EfLzBapn1Xbt0 h2,
	.EfLzBapn1Xbt0 h3,
	.EfLzBapn1Xbt0 h4,
	.EfLzBapn1Xbt0 h5,
	.EfLzBapn1Xbt0 h6,
	.EfLzBapn1Xbt0 p,
	.EfLzBapn1Xbt0 i {
		font-size: 20px;
	}

	.GFqzqaUXBMz,
	.expedrjj9l8SqU,
	.bQiqDjWm0 {
		min-height: auto;
	}

	.bQiqDjWm0 {
		gap: 10px;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: space-around;
	}

	.TixSLxAYSpydwx {
		align-items: center;
		gap: 13px;
	}

	.TixSLxAYSpydwx {
		max-width: 100%;
		text-align: center;
	}

	.nOIioyW8iI,
	.nOIioyW8iI h1,
	.nOIioyW8iI h2,
	.nOIioyW8iI h3,
	.nOIioyW8iI h4,
	.nOIioyW8iI h5,
	.nOIioyW8iI h6,
	.nOIioyW8iI p,
	.nOIioyW8iI i {
		font-size: 30px;
	}

	.xuKcbv6MKkl {
		font-size: 20px;
	}

	.ZzOgIcgMkO.RAGaQKXNkSS8 {
		min-width: 200px;
		min-height: 45px;
		font-size: 18px;
	}

	.sYdOXsLUBNw {
		justify-content: center;
	}

	.sYdOXsLUBNw img {
		max-width: 95%;
	}

	.KnNeLnBs {
		padding: 24px 0 26px;
	}

	.XmFmBJX2y2n,
	.XmFmBJX2y2n h1,
	.XmFmBJX2y2n h2,
	.XmFmBJX2y2n h3,
	.XmFmBJX2y2n h4,
	.XmFmBJX2y2n h5,
	.XmFmBJX2y2n h6,
	.XmFmBJX2y2n p,
	.XmFmBJX2y2n i {
		font-size: 28px;
	}

	.oHwINdnKaELn {
		margin-top: 20px;
		gap: 16px;
	}

	.oHwINdnKaELn img {
		height: 47px;
	}

	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

	p {
		font-size: 16px;
	}


	.GVLHJxy64YeD {
		padding: 14px 5px;

	}


	.AagORYAwJbKsKm img.CpRCOKQBfrw3Z79T {
		height: 140px;
		min-height: 140px;
	}

	.EehSG5SizO {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.container {
		padding: 0 15px;
	}

	.bJghfHkG5WirFN44 {
		padding-top: 88px;
	}

	.OpDGNCh0VXm img {
		width: 131px;
		max-height: 34px;
	}

	.xlDrMKXbszSSA {
		padding: 10px 0;
		height: 88px;
	}

	.zYAUhD6ARRWe .ZzOgIcgMkO {
		width: 100%;
	}

	.panel {
		gap: 8px;
		width: 90%;
		bottom: 10px;
		z-index: 10;
		padding: 11px 7px;
	}

	.aePvVq9D {
		width: 51px;
		height: 51px;
	}

	.panel img {
		max-width: 47px;
		max-height: 47px;
	}

	.QdZjTfI2n2K5 p {
		font-size: 14px;
		line-height: 15px;
	}

	.control .ZzOgIcgMkO {
		padding: 8px 10px;
		height: auto;
		font-size: 18px;
		text-transform: uppercase;
		min-width: 100px;
		min-height: 36px;
	}

	.kVBdcSnYDVm6.active {
		bottom: 80px;
		right: 16px;
		z-index: 99;
	}

	.kVBdcSnYDVm6 {
		width: 33px;
		height: 33px;
	}

	.fzyjNrepYo2wL0 {
		height: 329px;
	}

	.wOkgsstwph {
		height: 667px;
		min-height: 667px;
		padding-bottom: 28px;
	}

	.haRBWBdP2kCKT,
	.expedrjj9l8SqU,
	.bQiqDjWm0 {
		min-height: 667px;
	}

	.aHmCnnGk189 {
		width: 38px;
		height: 38px;
	}

	.aHmCnnGk189::before {
		width: 12px;
		height: 12px;
		border-top-width: 3px;
		border-right-width: 3px;
	}

	.MdbuupMH2 {
		left: 8px;
	}

	.lMlKKVWhXiO8h {
		right: 8px;
	}

	.kyWWsfyNNXy0 {
		min-height: 500px;
		padding-bottom: 26px;
	}

	.iTpmCpBXM {
		border-radius: 20px;
		min-height: 500px;
	}

	.ylCQeZp5yNmbF2 {
		min-height: 500px;
		padding: 20px 24px 44px;
		background-position: center;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
	}

	.RuFrIMzunw5m {
		max-width: 100%;
		font-size: 40px;
		line-height: 120%;
		text-align: center;
		flex: 1;
	}

	.rrJFxRpgR {
		order: -1;
		position: static;
		width: 100%;
		max-width: 340px;
		opacity: 0.95;
	}

	.KYYGtxL8mM {
		width: 38px;
		height: 38px;
	}

	.KYYGtxL8mM::before {
		width: 12px;
		height: 12px;
		border-top-width: 3px;
		border-right-width: 3px;
	}

	.vjDJWzv9da {
		left: 8px;
	}

	.eEzjGc3Ga {
		right: 8px;
	}

	.kyWWsfyNNXy0 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background: #FFFFFF;
		opacity: 0.45;
	}

	table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		min-width: 100%;
	}

	/* 	table tbody {
		display: table;
		width: 860px;
		table-layout: fixed;
	} */

	.UgOVlyccw5Z5 {
		padding: 10px 0;
	}

	.jlixsMRRK5eD {
		align-items: center;
	}

	.ukEaUyoEj {
		padding: 15px;
	}

	.oNdRNdLK,
	.BmDyJXnNkwPV {
		font-size: 18px;
	}

	.jyYsCXRIG2Pa {
		font-size: 16px;
	}

	.qJZrdnJZEO {
		gap: 15px;
	}

	.QRuworFZs {
		gap: 15px;
	}

	.textBlock {
		padding: 20px 0 0;
	}

	.FRlZXZGon0qVc4K {
		font-size: 16px;
	}

	.HRLRXctT7onorf {
		padding: 15px;
	}

	.yMLBOWKmOjtBw {
		gap: 15px;
	}

	.wkjfDEkU3s2IWF {
		max-width: none;
		width: 47%;
	}

	.wkjfDEkU3s2IWF .YZFZiuJpnj1pc9OE {
		font-size: 18px;
	}

	.wkjfDEkU3s2IWF p {
		font-size: 13px;
	}

	.mDevEnnjQ {
		gap: 10px;
	}

	.LYQraQLA1sta {
		padding: 20px 0;
	}

	.SlzFL4BJoZcG {
		padding: 15px 0 0;
	}

	.drop .options-holder p {
		font-size: 16px;
	}

	.LYQraQLA1sta .drop {
		padding: 15px 35px 15px 15px;
	}

	.drop .toc-default:after {
		right: -19px;
	}
}

@media screen and (max-width: 600px) {

	.FGZD8zqY,
	.sPZjyk5NVijuW {
		grid-template-columns: 1fr;
	}

	.seKnxMz9ePE {
		flex-direction: column;
	}

	.seKnxMz9ePE .ZzOgIcgMkO,
	.seKnxMz9ePE .pJBTSlJJjNu {
		width: 100%;
	}

	.yQHhTRNvJTU1 {
		justify-content: space-between;
	}

	.YSdz1rGsh {
		font-size: 20px;
	}

	.GNfjH7EP {
		font-size: 16px;
	}

	.casinoSection {
		padding: 15px 0;
	}

	.YSSaNeSEjdArZow {
		font-size: 25px;
	}

	.AleV1WRoCbBb {
		padding: 7px;
	}

	.qYPrTIvZLkCUx {
		font-size: 13px;
	}

	.rstQlRCaa96i {
		font-size: 100px;
	}

	.IbaJfgUepPm5GDi {
		font-size: 30px;
	}
}

@media screen and (max-width: 500px) {
	.ZzOgIcgMkO.RAGaQKXNkSS8 {
		max-width: 100%;
		width: 100%;
		font-size: 18px;
	}

	.JNrHjnBFMDTVP {
		width: 100%;
		min-width: 100%;
		font-size: 19px;
	}

	.BJpuYSMoPAGM {
		padding: 15px;
	}

	.zYAUhD6ARRWe {
		width: 100%;
	}

}

@media screen and (max-width: 400px) {
	.casinoGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}




/* amp */

.amp-sidebar-mask {
	display: none !important;
}

.overlap {
	bottom: auto;
	z-index: 1;
	max-width: 100%;
}

html[amp] .btn-header {
	margin-right: 5px;
}

.eHOuQY8hnQN .languages {
	margin-left: 0;
}

.eHOuQY8hnQN .btn-lang {
	color: #fff;
	background: #206db9;
	height: 43px;
	padding: 0 43px 0 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	position: relative;
}

.header .btn-lang:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 16px;
	background: url("../img/drop_arrow.svg") no-repeat center center;
}

.eHOuQY8hnQN {
	margin-left: 10px;
}

html[amp] #goUp {
	bottom: 16px;
}

.amp-wp-ef29a49.toc-default {
	display: flex !important;
	align-items: center;
	border: none;
	padding: 20px 80px 0 50px !important;
}

amp-accordion .drop-select-default[aria-expanded="true"]:after {
	transform: rotate(180deg);
}

.PyoQsUcxQqmTUgZ {
	padding-top: 79px;
}

amp-accordion h3 {
	border: none !important;
}

amp-accordion>section[expanded] .toc-default::after {
	transform: rotate(-180deg);
	top: 20%;
}

.languages #option-choice::after {
	transition: transform 0.3s ease;
}

.languages.active #option-choice::after {
	transform: rotate(-180deg);
}



@media screen and (max-width: 1023px) {
	.header amp-img {
		max-width: 200px;
	}

	.eHOuQY8hnQN {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	html[amp] #goUp {
		bottom: 90px;
	}

	amp-accordion>section[expanded] .toc-default::after {
		transform: rotate(-180deg);
		top: 0;
	}
}

html[amp] .yTeEFYYTbj {
	padding-top: 70px;
}


html[amp],
html[amp] body {
	height: 100vh !important;
	min-height: 100vh !important;
}

html[amp] .layout {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

html[amp] footer {
	margin-top: auto;
}

html[amp] .kVBdcSnYDVm6 {
	opacity: 1;
	pointer-events: visible;
}

html[amp] .KtcRaSTHpTO {
	padding: 29px 0 120px;
}


html[amp] .ojPUVhIKPTI3 {
	width: 100%;
	max-height: 449px;
	overflow: hidden;
}

html[amp] .haRBWBdP2kCKT {
	position: relative;
	height: 449px;
	max-height: 449px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

html[amp] .expedrjj9l8SqU {
	height: 449px;
	display: flex;
	align-items: center;
}

html[amp] .bQiqDjWm0 {
	height: 449px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html[amp] .GFqzqaUXBMz {
	width: 100%;
	min-height: auto;
}

html[amp] .sYdOXsLUBNw {
	width: 100%;
	height: 100%;
}

.sYdOXsLUBNw amp-img {
	object-fit: contain;
}

@media (max-width: 1024px) {

	html[amp] .ojPUVhIKPTI3,
	html[amp] .haRBWBdP2kCKT,
	html[amp] .expedrjj9l8SqU,
	html[amp] .bQiqDjWm0 {
		min-height: 667px;
		height: 667px;
		max-height: none;
	}
}

@media screen and (max-width: 728px) {

	html[amp] .ojPUVhIKPTI3,
	html[amp] .haRBWBdP2kCKT,
	html[amp] .expedrjj9l8SqU,
	html[amp] .bQiqDjWm0 {
		min-height: 667px;
		height: 667px;
		max-height: none;
	}

	.haRBWBdP2kCKT,
	.expedrjj9l8SqU,
	.bQiqDjWm0 {
		min-height: 667px;
		height: 667px;
	}
}

.ojPUVhIKPTI3 .amp-carousel-button {
	background: none;
	width: 40px;
	height: 40px;
}

.ojPUVhIKPTI3 .amp-carousel-button-prev,
.ojPUVhIKPTI3 .amp-carousel-button-next {
	background-image: none;
}

.ojPUVhIKPTI3 .amp-carousel-button-prev::before,
.ojPUVhIKPTI3 .amp-carousel-button-next::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-top: 4px solid var(--xbat-hero-arrow);
	border-right: 4px solid var(--xbat-hero-arrow);
	opacity: .95;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ojPUVhIKPTI3 .amp-carousel-button-prev::before {
	transform: rotate(225deg);
}

.ojPUVhIKPTI3 .amp-carousel-button-next::before {
	transform: rotate(45deg);
}



html[amp] .marqueeTrack {
	display: flex;
	align-items: center;
	width: max-content;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	animation: marqueeMove 50s linear infinite;
}

html[amp] .marqueeGroup {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

@keyframes marqueeMove {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

html[amp] .jPgHkIRuS {
	width: 100%;
	max-height: 428px;
	overflow: hidden;
	border-radius: 26px;
}

html[amp] .iTpmCpBXM {
	height: 428px;
}

html[amp] .ylCQeZp5yNmbF2 {
	height: 428px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html[amp] .rrJFxRpgR {
	flex-shrink: 0;
}

html[amp] .rrJFxRpgR amp-img,
html[amp] .rrJFxRpgR img {
	display: block;
	max-width: 100%;
	max-height: 387px;
}

html[amp] .jPgHkIRuS .amp-carousel-button {
	background: none;
	width: 40px;
	height: 40px;
}

html[amp] .jPgHkIRuS .amp-carousel-button-prev,
html[amp] .jPgHkIRuS .amp-carousel-button-next {
	background-image: none;
}

html[amp] .jPgHkIRuS .amp-carousel-button-prev::before,
html[amp] .jPgHkIRuS .amp-carousel-button-next::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	opacity: .95;
	margin: auto;
	position: absolute;
	inset: 0;
}

html[amp] .jPgHkIRuS .amp-carousel-button-prev::before {
	transform: rotate(225deg);
}

html[amp] .jPgHkIRuS .amp-carousel-button-next::before {
	transform: rotate(45deg);
}

/* @media (max-width: 1024px) {
    html[amp] .jPgHkIRuS,
    html[amp] .iTpmCpBXM,
    html[amp] .ylCQeZp5yNmbF2 {
        height: auto;
        max-height: none;
    }
} */

html[amp] .rLIz0jJf9ofi {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


html[amp] .rLIz0jJf9ofi .casinoTab[selected] {
	outline: none;
}

html[amp] .rLIz0jJf9ofi .casinoGrid {
	display: none;
	width: 100%;
	order: 1;
}

html[amp] .rLIz0jJf9ofi .casinoTab[selected]+.casinoGrid {
	display: grid;
}

html[amp] .rLIz0jJf9ofi .casinoTab img,
html[amp] .rLIz0jJf9ofi .casinoTab amp-img {
	flex-shrink: 0;
}

html[amp] .rLIz0jJf9ofi .cSJPJ0V0WF {
	display: inline-block;
}

/* @media (max-width: 767px) {
    html[amp] .rLIz0jJf9ofi .casinoTab {
        flex: 0 0 100%;
    }
} */

html[amp] .casinoTab {
	margin-right: 10px;
	margin-bottom: 6px;
}

html[amp] .rLIz0jJf9ofi .casinoGrid {
	margin-top: 10px;
}

amp-img.dYTKmacjlbjVC5 {
	object-fit: cover;
}

@media (max-width: 767px) {
	html[amp] .jPgHkIRuS {
		width: 100%;
		max-height: 500px;
		border-radius: 26px;
		height: 500px;
	}

	html[amp] .rrJFxRpgR amp-img {
		max-height: 330px;
	}
}

@media screen and (max-width: 728px) {
	.drop .toc-default:after {
		right: 0;
	}
}

amp-sidebar {
	z-index: 100;
}

.ZzOgIcgMkO.kbKNnaqRPgYB {
	z-index: 200;
}





html[amp] .languages ul {
	display: none;
}

html[amp] .languages.open ul {
	display: block;
}

html[amp] .languages.open .localeBut::after {
	transform: translateY(-40%) rotate(-135deg);
	top: 50%;
}


html[amp] .has-submenu .submenu {
	display: none;
}

html[amp] .has-submenu.open .submenu {
	display: block;
}

html[amp] .has-submenu .arrow {
	cursor: pointer;
}

html[amp] .has-submenu.open .arrow {
	transform: rotate(-180deg);
	top: 18px;
}


 .LYQraQLA1sta amp-accordion.drop {
	padding: 0;
}

 amp-accordion .toc-default {
    padding: 25px 50px;
}

amp-accordion.drop .options-holder {
	padding: 0 50px 25px;
	margin-top: 0;
}

amp-accordion.drop .toc-default:after {
    right: 25px;
 }

 amp-accordion>section[expanded] .toc-default::after {
    top: 38%;
}

html, body {
    scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none; /* Chrome, Edge, Safari */
}



.XfIWKvym4CKk .menuFoot {
	display: flex;
    gap: 50px;
    list-style: none;
    justify-content: center;
    width: 100%;
    padding: 30px;
	flex-wrap: wrap;
}

.tDmYDcRvNjW1isgM .pjBNJxs9QfVOy {
	padding-right: 0;
}

.menuFoot a {
	font-size: 17px; 
	transition: color 0.3s;
	color: var(--xbat-footer-menu-link);
}

.menuFoot a:hover {
	color: var(--xbat-footer-menu-link-hover);
}

#panelL.isHidden {
	opacity: 0;
	pointer-events: none;
	z-index: -1;
}

footer {
	z-index: 2;
}

@media screen and (max-width: 728px) {
	.XfIWKvym4CKk .menuFoot {
		gap: 20px;
		padding: 15px 0 0;
	}
	.KtcRaSTHpTO {
        padding: 15px 0;
    }
	.menuFoot a {
    font-size: 15px;
	}
	
}


.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 45%;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 45%;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	width: 100%;
}


.container:after  {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 767px) {
	.alignleft,
	.alignright {
		float: none;
		margin-right: auto;
		margin-left: auto;
		display: block;
		width: 100%;
	}
}


@media (min-width: 1100px) {
.XfIWKvym4CKk {
    display: flex;
    align-items: center;
	position: relative;
}

.pjBNJxs9QfVOy {
    text-align: center;
}
	footer .OpDGNCh0VXm {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
	.cop1 {
		padding: 0 235px;
	}
}

.main-menu ul {
	display: flex;
    align-items: center;
    gap: 5px 30px;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-left: auto;
    flex-wrap: wrap;
}
