* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
}

body {
	font-family: 'Arial', serif;
	font-size: 18px;
	overflow-x: hidden;
}

ul {
	padding: 10px 18px;
}

img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -ms-interpolation-mode;
}

a {
	text-decoration: none;
}

header {
	position: relative;
}

header.active:before {
	content: '';
	position: fixed;
	background: rgb(0 0 0 / 70%);
	display: block;
	width: 100vw;
	height: 100vh;
	z-index: 8;
}

.lang-wrapper {
	position: fixed;
	height: 0;
	overflow: hidden;
	min-height: 0;
	max-width: 900px;
	top: -150%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgb(24 1 63 / 55%);
	z-index: 10;
	border: 1px solid rgb(193, 16, 16);
	border-radius: 5px;
	transition: 0.5s;
}

.close-btn {
	position: absolute;
	top: 7px;
	right: 7px;
	left: auto;
	background-image: url('../img/dis/cancel.png');
	background-position: center;
	background-size: contain;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: 0.5s;
}

.lang-wrapper.active {
	height: auto;
	max-width: 900px;
	min-height: 150px;
	top: 50px;
}

.close-btn:hover {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.lang-wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
	list-style: none;
	color: rgb(255 255 255 / 0%);
}

.lang-wrapper ul li {
	min-width: 95px;
}

.lang-wrapper ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #f5faff;
	line-height: 1.5;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin: 10px;
}

.lang-wrapper ul li a:hover,
.lang:hover {
	color: #19c8c7;
}

.lang {
	position: absolute;
	display: flex;
	align-items: center;
	color: #fff;
	right: 0;
	top: 25px;
	cursor: pointer;
	transition: 0.5s;
	z-index: 7;
}

.lang img {
	width: 32px;
	height: 32px;
	object-position: center;
	border: 1px solid rgb(193, 16, 16);
	border-radius: 50%;
	margin-left: 10px;
	background-position: center;
}

.wrapper {
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
}

.header-top {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 90px 30px 30px 30px;
	padding: 0;
}

.rate {
	display: block;
	position: relative;
	margin: 35px 0px 35px 2px;
	text-align: center;
	padding: 15px;
}

.rate:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -1px;
	height: 2px;
	width: 70%;
	background: rgb(193, 16, 16);
}

.rate:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0px;
	height: 50%;
	width: 2px;
	background: rgb(193, 16, 16);
}

.text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 35px 0 33px 0;
	text-align: justify;
	padding: 26px;
	font-size: 20px;
	font-weight: bold;
}

.tudasuda {
	color: rgb(193, 16, 16);
}

.text:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: -1px;
	height: 2px;
	width: 70%;
	background: rgb(193, 16, 16);
}

.text:after {
	content: '';
	position: absolute;
	right: -1px;
	bottom: 0px;
	height: 50%;
	width: 2px;
	background: rgb(193, 16, 16);
}

.siktyvkar {
	width: auto;
	height: 27px;
}

.foinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0px 30px 30px 30px;
	padding: 0;
	list-style: none;
}

ul.foinfo.desktop p {
	margin: 0;
}

.foinfo li {
	position: relative;
	flex-grow: 1;
	min-width: calc(20% - 15px);
	margin-right: 15px;
	background: #1c1e27;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f11a1e;
	border-radius: 5px 5px 5px 5px;
	padding: 35px 10px;
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.foinfo li:last-child {
	margin-right: 0;
}

.foinfo li:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.foinfo-icon:before {
	content: '';
	display: block;
	margin: auto;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	border: 1px solid #f11a1e;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.foinfo-icon.wlcm-bonus:before {
	background-image: url('../img/dis/01.png');
}

.foinfo-icon.fs-bonus:before {
	background-image: url('../img/dis/02.png');
}

.foinfo-icon.first:before {
	background-image: url('../img/dis/03.png');
}

.foinfo-icon.match:before {
	background-image: url('../img/dis/04.png');
}

.foinfo-icon.min-depo:before {
	background-image: url('../img/dis/05.png');
}

.foinfo li span {
	display: block;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.header-bg {
	background-image: url('../img/dis/header1500.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #1c1e27;
	background-blend-mode: soft-light;
}

.header-foinfo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #f5faff;
}

.slider-header {
	width: 100%;
	height: 100%;
	padding: 0;
}

.manner .bonus {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 93px;
	padding: 15px;
	bottom: 0;
	font-size: 14px;
	background: rgb(0 0 0 / 77%);
	margin-bottom: 0;
	width: 100%;
	border-top: 1px solid #1157af;
	overflow: hidden;
	z-index: 5;
}

.slider-header .slick-dots {
	bottom: 20%;
	left: auto;
	right: 0;
	width: 180px;
}

.slider-header .slick-dots li button:before {
	font-size: 40px;
}

.slider-header .slick-dots li.slick-active button:before {
	color: #1157af;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slider-header img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.slider-header .slick-track,
.slider-header .slick-list {
	height: 100%;
}

.back-sec {
	background-image: url('../img/dis/img.png');
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
}

.back-sec-b {
	background-image: url('../img/dis/manner.png');
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
}

.bonus {
	color: #fff;
	font-size: 15px;
	margin-bottom: 15px;
	font-family: sans-serif;
	list-style: none;
	padding: 0;
}

.header-foinfo-right .title {
	color: #d5b401;
	font-weight: bold;
	font-size: 25px;
	padding: 5px;
}

.bonus li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 10px;
}

.bonus img {
	display: none;
}

.bonus span {
	color: #d5b401;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
}

.header-bonus li:before {
	content: '•';
	font-size: 20px;
	margin-right: 7px;
	color: #f5cf00;
}

.header-foinfo .header-bonus li {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-foinfo .header-bonus li:before {
	content: '';
}

.header-foinfo-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	border-radius: 15px;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 5px;
}

.logo {
	display: block;
	width: 200px;
	height: 95px;
	margin: auto;
	margin-bottom: 15px;
}

.logo img {
	width: 100%;
	height: 100%;
	padding: 7px;
	-o-object-fit: contain;
	object-fit: contain;
}

main {
	padding: 35px 0;
	background-color: #1c1e27;
	color: #f5faff;
	line-height: 1.5;
}

.img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}

.img img {
	border: 1px solid;
	border-color: #f11a1e;
	border-radius: 5px 5px 5px 5px;
	padding: 25px;
}

h1 {
	position: relative;
	text-align: center;
}

h1:before {
	content: ' ';
	height: 3px;
	width: 100%;
	line-height: 17px;
	text-align: center;
	border-radius: 50%;
	background: #f11a1e;
	background: #f11a1e;
	position: absolute;
	bottom: -7px;
	left: 0px;
}

h2,
h3 {
	position: relative;
	display: block;
	width: max-content;
	max-width: 100%;
}

h2:before,
h3:before {
	content: '';
	height: 3px;
	width: 100%;
	line-height: 17px;
	text-align: center;
	border-radius: 50%;
	background: #f11a1e;
	background: #f11a1e;
	position: absolute;
	bottom: -7px;
	left: 0px;
}

section {
	margin-bottom: 50px;
}

footer {
	position: relative;
	background: #1c1e27;
	color: #fff;
	padding: 35px 0 15px 0;
	font-size: 12px;
}

footer:before {
	content: '';
	height: 3px;
	width: 100%;
	line-height: 17px;
	text-align: center;
	border-radius: 50%;
	background: #f11a1e;
	background: #f11a1e;
	position: absolute;
	top: 0px;
	left: 0px;
}

.slider-pay {
	margin-bottom: 35px;
}

.slider-pay .swiper-slide img {
	width: 100%;
	height: 60px;
	border-radius: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-pay .swiper-slide {
	margin: 0 5px;
}

.slider-pay .slick-prev:before,
.slider-pay .slick-next:before {
	display: none;
}

.cprghts {
	text-align: center;
}

.bot-btn {
	text-align: center;
	margin-top: 35px;
}

.manner {
	position: relative;
}

/* BTN */

.btn-animate {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	padding: 10px 20px;
	border: none;
	-webkit-box-shadow: 0px 16px 20px -15px #355c7d;
	box-shadow: 0px 16px 20px -15px #355c7d;
	background: none;
	-webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 5px;
	overflow: hidden;
	outline: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.btn-animate span {
	position: relative;
	z-index: 2;
}

.btn-animate:before,
.btn-animate:after {
	border-radius: 8px 8px 8px 8px;
	content: '';
	z-index: -1;
	background: #f11a1e;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-animate:after {
	background: #f11a1e;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.btn-animate:hover {
	box-shadow: 0px 16px 47px -15px #003f77;
}

.btn-animate:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.btn-animate:active {
	-webkit-transform: translateY(4px) translateZ(0);
	transform: translateY(4px) translateZ(0);
	box-shadow: 0px 8px 10px -6px #003f77;
}

.back-sec.back-sec--left {
	background-position: left;
	background-size: inherit;
}

.country {
	position: fixed;
	z-index: 7;
	width: 100%;
	height: 70px;
	background-color: #1c1e27;
	-webkit-box-shadow: 0px 1px 7px 3px rgb(0 0 0 / 35%);
	-moz-box-shadow: 0px 1px 7px 3px rgb(0 0 0 / 35%);
	box-shadow: 0px 1px 7px 3px rgb(0 0 0 / 35%);
}

.foinfo.mobile {
	display: none;
}

.country-img-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

figure.country-logo {
	margin: 8px 0px;
	height: 35px;
}
figure.country-logo img {
	height: 100%;
	object-fit: contain;
}
@media (max-width: 410px) {
	figure.country-logo {
		height: 20px;
	}
}

figure.country-flag {
	margin-top: 0;
	margin-left: 0;
	width: 95px;
	height: 180px;
	position: relative;
}

figure.country-flag a {
	display: block;
	height: 100%;
	width: 100%;
}

.country-img-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

figure.country-flag img {
	height: 105%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
}

.pixel {
	margin-bottom: -27px;
}

.go-top {
	display: inline-block;
	min-width: 230px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgb(193, 16, 16);
	background-size: 400%;
	z-index: 1;
	animation: animate 15s linear infinite;

	font-weight: 500;
	letter-spacing: 0.25px;
	border-radius: 25px;
	padding: 15px 25px;
	line-height: 1;
}

.go-top:hover {
	-webkit-animation: animate 8s linear infinite;
	animation: animate 8s linear infinite;
}

.mobile-img img {
	width: 100%;
}

@-webkit-keyframes animate {
	0% {
		background-position: 0%;
	}

	100% {
		background-position: 400%;
	}
}

@keyframes animate {
	0% {
		background-position: 0%;
	}

	100% {
		background-position: 400%;
	}
}

.go-top:before {
	content: '';
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	z-index: -1;
	background: #f11a1e;
	background-size: 400%;
	border-radius: 40px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.go-top:hover:before {
	-webkit-filter: blur(20px);
	filter: blur(20px);
	opacity: 1;
	-webkit-animation: animate 8s linear infinite;
	animation: animate 8s linear infinite;
}

/* lang-img */
.lang-wrapper ul li a:before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	background-position: center;
	border-radius: 50%;
	margin-right: 10px;
	background-size: contain;
	transition: 0.5s;
}

.lang-wrapper.active ul li a:before {
	width: 32px;
	height: 32px;
}

.lang-wrapper.active a.al:before {
	background-image: url('../img/lang/al-lang.png');
}

.lang-wrapper.active a.be:before {
	background-image: url('../img/lang/be-lang.png');
}

.lang-wrapper.active a.ar:before {
	background-image: url('../img/lang/ar-lang.png');
}

.lang-wrapper.active a.en:before {
	background-image: url('../img/lang/en-lang.png');
}

.lang-wrapper.active a.gb:before {
	background-image: url('../img/lang/gb-lang.png');
}

.lang-wrapper.active a.fr:before {
	background-image: url('../img/lang/fr-lang.png');
}

.lang-wrapper.active a.hu:before {
	background-image: url('../img/lang/hu-lang.png');
}

.lang-wrapper.active a.jp:before {
	background-image: url('../img/lang/jp-lang.png');
}

.lang-wrapper.active a.nl:before {
	background-image: url('../img/lang/nl-lang.png');
}

.lang-wrapper.active a.ir:before {
	background-image: url('../img/lang/ir-lang.png');
}

.lang-wrapper.active a.at:before {
	background-image: url('../img/lang/at-lang.png');
}

.lang-wrapper.active a.de:before {
	background-image: url('../img/lang/de-lang.png');
}

.lang-wrapper.active a.ch:before {
	background-image: url('../img/lang/ch-lang.png');
}

.lang-wrapper.active a.bg:before {
	background-image: url('../img/lang/bg-lang.png');
}

.lang-wrapper.active a.cn:before {
	background-image: url('../img/lang/cn-lang.png');
}

.lang-wrapper.active a.cz:before {
	background-image: url('../img/lang/cz-lang.png');
}

.lang-wrapper.active a.co:before {
	background-image: url('../img/lang/co-lang.png');
}

.lang-wrapper.active a.dk:before {
	background-image: url('../img/lang/dk-lang.png');
}

.lang-wrapper.active a.gb:before {
	background-image: url('../img/lang/gb-lang.png');
}

.lang-wrapper.active a.ca:before {
	background-image: url('../img/lang/ca-lang.png');
}

.lang-wrapper.active a.us:before {
	background-image: url('../img/lang/us-lang.png');
}

.lang-wrapper.active a.au:before {
	background-image: url('../img/lang/au-lang.png');
}

.lang-wrapper.active a.es:before {
	background-image: url('../img/lang/es-lang.png');
}

.lang-wrapper.active a.ar-es:before {
	background-image: url('../img/lang/ar-es-lang.png');
}

.lang-wrapper.active a.mx:before {
	background-image: url('../img/lang/mx-lang.png');
}

.lang-wrapper.active a.cl:before {
	background-image: url('../img/lang/cl-lang.png');
}

.lang-wrapper.active a.pe:before {
	background-image: url('../img/lang/pe-lang.png');
}

.lang-wrapper.active a.dk:before {
	background-image: url('../img/lang/dk-lang.png');
}

.lang-wrapper.active a.et:before {
	background-image: url('../img/lang/et-lang.png');
}

.lang-wrapper.active a.fi:before {
	background-image: url('../img/lang/fi-lang.png');
}

.lang-wrapper.active a.fr:before {
	background-image: url('../img/lang/fr-lang.png');
}

.lang-wrapper.active a.gr:before {
	background-image: url('../img/lang/gr-lang.png');
}

.lang-wrapper.active a.hr:before {
	background-image: url('../img/lang/hr-lang.png');
}

.lang-wrapper.active a.id:before {
	background-image: url('../img/lang/id-lang.png');
}

.lang-wrapper.active a.in:before {
	background-image: url('../img/lang/in-lang.png');
}

.lang-wrapper.active a.is:before {
	background-image: url('../img/lang/is-lang.png');
}

.lang-wrapper.active a.it:before {
	background-image: url('../img/lang/it-lang.png');
}

.lang-wrapper.active a.ko:before {
	background-image: url('../img/lang/ko-lang.png');
}

.lang-wrapper.active a.lt:before {
	background-image: url('../img/lang/lt-lang.png');
}

.lang-wrapper.active a.lv:before {
	background-image: url('../img/lang/lv-lang.png');
}

.lang-wrapper.active a.ms:before {
	background-image: url('../img/lang/ms-lang.png');
}

.lang-wrapper.active a.nl:before {
	background-image: url('../img/lang/nl-lang.png');
}

.lang-wrapper.active a.no:before {
	background-image: url('../img/lang/no-lang.png');
}

.lang-wrapper.active a.nz:before {
	background-image: url('../img/lang/nz-lang.png');
}

.lang-wrapper.active a.ph:before {
	background-image: url('../img/lang/ph-lang.png');
}

.lang-wrapper.active a.pl:before {
	background-image: url('../img/lang/pl-lang.png');
}

.lang-wrapper.active a.pt:before {
	background-image: url('../img/lang/pt-lang.png');
}

.lang-wrapper.active a.br:before {
	background-image: url('../img/lang/br-lang.png');
}

.lang-wrapper.active a.ro:before {
	background-image: url('../img/lang/ro-lang.png');
}

.lang-wrapper.active a.sr:before {
	background-image: url('../img/lang/sr-lang.png');
}

.lang-wrapper.active a.se:before {
	background-image: url('../img/lang/se-lang.png');
}

.lang-wrapper.active a.sk:before {
	background-image: url('../img/lang/sk-lang.png');
}

.lang-wrapper.active a.sl:before {
	background-image: url('../img/lang/sl-lang.png');
}

.lang-wrapper.active a.tr:before {
	background-image: url('../img/lang/tr-lang.png');
}

.lang-wrapper.active a.vn:before {
	background-image: url('../img/lang/vn-lang.png');
}

.lang-wrapper.active a.ie:before {
	background-image: url('../img/lang/ie-lang.png');
}

.lang-wrapper.active a.be-fr:before {
	background-image: url('https://eugamblers.org/lendings/LEO/ALLGAMES/theme/img/lang/be-fr.png');
}

.lang-wrapper.active a.be-nl:before {
	background-image: url('https://eugamblers.org/lendings/LEO/ALLGAMES/theme/img/lang/be-nl.png');
}

.lang-wrapper.active a.me:before {
	background-image: url('../img/lang/me-lang.png');
}

.lang-wrapper.active a.lk:before {
	background-image: url('../img/lang/lk-lang.png');
}

.lang-wrapper.active a.th:before {
	background-image: url('../img/lang/th-lang.png');
}

.lang-wrapper.active a.sg:before {
	background-image: url('../img/lang/sg-lang.png');
}

.lang-wrapper.active a.ao:before {
	background-image: url('../img/lang/ao-lang.png');
}

.lang-wrapper.active a.ba:before {
	background-image: url('../img/lang/ba-lang.png');
}

.lang-wrapper.active a.lu:before {
	background-image: url('../img/lang/lu-lang.png');
}

.lang-wrapper.active a.mq:before {
	background-image: url('../img/lang/mq-lang.png');
}

.lang-wrapper.active a.kw:before {
	background-image: url('../img/lang/kw-lang.png');
}

.lang-wrapper.active a.ge:before {
	background-image: url('../img/lang/ge-lang.png');
}

.lang-wrapper.active a.hk:before {
	background-image: url('../img/lang/hk-lang.png');
}

.lang-wrapper.active a.qa:before {
	background-image: url('../img/lang/qa-lang.png');
}

.lang-wrapper.active a.sa:before {
	background-image: url('../img/lang/sa-lang.png');
}

.lang-wrapper.active a.tw:before {
	background-image: url('../img/lang/tw-lang.png');
}

.lang-wrapper.active a.uz:before {
	background-image: url('../img/lang/uz-lang.png');
}

.lang-wrapper.active a.cy:before {
	background-image: url('../img/lang/cy-lang.png');
}

.btn-img {
	position: absolute;
	bottom: 15px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 23px;
}

.game-block {
	position: relative;
}

.manner.game {
	float: left;
	width: 50%;
	margin-right: 30px;
}

ul.list-style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

ul.list-style li {
	margin-right: 30px;
	width: 20%;
}

::marker {
	color: rgb(193, 16, 16);
}

.mobile-img {
	float: right;
	width: 40%;
}

.acor-wrapper {
	margin: 20px 0;
}

.acor-wrapper .acor-body {
	height: 0;
	color: rgba(0, 0, 0, 0);
	background-color: rgb(191 226 255 / 30%);
	line-height: 18px;
	padding: 0 30px;
	box-sizing: border-box;
	transition: color 0.5s, padding 0.5s;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 16px rgba(0, 0, 0, 0.2);
}

.acor-wrapper .acor-body p {
	margin: 0 0 10px;
}

.acor-wrapper label {
	cursor: pointer;
	display: block;
	padding: 15px 20px;
	width: 100%;
	color: #bfe2ff;
	font-weight: 300;
	box-sizing: border-box;
	z-index: 100;
	margin: 0 0 5px;
	transition: color 0.35s;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f11a1e;
	background-color: rgb(40 95 143 / 50%);
}

.acor-wrapper label:hover {
	color: #fff;
}

.acor-wrapper input {
	display: none;
}

.acor-wrapper label:before {
	content: '\276F';
	float: right;
}

.acor-wrapper input:checked + label {
	background-color: rgb(40 95 143 / 83%);
	color: #fff;
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.4), 0 28px 30px rgba(0, 0, 0, 0.3);
}

.acor-wrapper input:checked + label:before {
	transition: transform 0.35s;
	transform: rotate(90deg);
}

.acor-wrapper input:checked + label + .acor-body {
	height: auto;
	margin-top: -5px;
	color: #fff;
	padding: 20px 30px 10px;
}

.mobile-img {
	float: right;
	width: 40%;
}

ul.list-style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

ul.list-style li {
	margin-right: 30px;
	width: 20%;
}

ul.bonus a {
	margin: auto;
}

.manner.game {
	width: 50%;
}

.game-block {
	position: relative;
}

.manner.game {
	float: left;
	width: 50%;
	margin-right: 30px;
}

.game-item {
	max-height: 270px;
	overflow: hidden;
}

.manner.game .bonus {
	position: relative;
	height: auto;
}

.manner.game .bonus .btn-animate {
	font-size: 20px;
}

.manner.game .slick-dots {
	bottom: 7%;
}

.bonus li:before {
	content: '';
	width: 25px;
	height: 20px;
	margin-right: 7px;
	background-image: url('../img/dis/yes.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.bonus li:last-child::before {
	content: none;
}
.header-linking-wrapper {
	display: inline-flex;
	margin-left: auto;
	gap: 5px;
	align-items: center;
}
.header-linking-item {
	margin-left: auto;
	background-color: #f11a1e;
	color: #f5faff;
	padding: 10px 20px;
	border-radius: 20px;
}
.header-linking-item--no-bg {
	background-color: transparent;
}
@media (max-width: 420px) {
	.header-linking-item--no-bg {
		display: none;
	}
	.header-linking-item {
		padding: 10px;
		font-size: 13px;
	}
}
@media (max-width: 992px) {
	.header-bg {
		background-image: url('../img/dis/header900.webp');
	}
}

@media (max-width: 700px) {
	.header-bg {
		background: rgb(54 9 115);
		background: #1c1e27;
		position: relative;
	}

	.header-bg:before {
		content: '';
		background-image: url('../img/dis/header700.webp');
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		background-position: bottom;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0.4;
	}
}

@media (max-width: 992px) {
	.lang-wrapper {
		max-width: 94%;
	}

	.text {
		margin: 35px 2px 35px 0px;
		padding: 26px 26px 26px 0px;
		font-size: 18px;
	}

	ul.bonus a {
		min-width: auto;
		margin: 0;
	}

	.foinfo-icon:before {
		width: 60px;
		height: 60px;
	}

	.foinfo li {
		font-size: 16px;
	}

	.lang-wrapper.active {
		max-width: 90%;
	}
}

@media (max-width: 768px) {
	.rate {
		margin: 10px;
	}

	.text {
		margin: 10px;
		text-align: left;
	}

	.header-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	a.btn-animate {
		margin: auto;
	}

	.foinfo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.foinfo li {
		min-width: 48%;
		min-width: calc(50% - 15px);
		max-width: calc(50% - 15px);
		margin-bottom: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}

	.foinfo li:nth-child(2n) {
		margin-right: 0;
	}

	.foinfo li:nth-child(5n) {
		max-width: calc(100% - 15px);
	}

	.foinfo li p,
	.foinfo li span {
		padding: 5px;
		margin-bottom: 0;
	}

	.foinfo-icon:before {
		content: none;
	}

	.foinfo-icon span:before {
		content: '';
		display: inline-block;
		margin: auto;
		width: 35px;
		height: 35px;
		margin-bottom: 20px;
		border: 1px solid #f11a1e;
		border-radius: 50%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 50%;
		margin: 0px 10px 0px 0px;
	}

	.foinfo li span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 7px;
	}

	.foinfo-icon.wlcm-bonus span:before {
		background-image: url('../img/dis/01.png');
	}

	.foinfo-icon.fs-bonus span:before {
		background-image: url('../img/dis/02.png');
	}

	.foinfo-icon.first span:before {
		background-image: url('../img/dis/03.png');
	}

	.foinfo-icon.match span:before {
		background-image: url('../img/dis/04.png');
	}

	.foinfo-icon.min-depo span:before {
		background-image: url('../img/dis/05.png');
	}

	.manner .bonus {
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: auto;
	}

	.img {
		width: 100%;
		height: auto;
	}

	.img img {
		width: 100%;
		height: auto;
		padding: 10px;
		object-fit: contain;
	}

	.btn-img {
		position: relative;
		bottom: -20px;
	}

	h2 {
		display: block;
		text-align: center;
	}

	.slider-header .slick-dots {
		bottom: 2%;
	}

	a.btn-animate {
		font-size: 18px;
	}

	a.btn-animate {
		width: 100%;
	}

	.lang-wrapper {
		width: 90%;
	}

	.lang-wrapper ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.lang-wrapper ul li {
		width: 60px;
		height: 30px;
		margin: 5px;
		font-size: 14px;
	}

	.lang-wrapper ul li a {
		margin: 0;
	}

	.lang-wrapper {
		width: 90%;
		max-height: 90vh;
		overflow: auto;
	}

	.lang-wrapper.active {
		top: 5%;
	}

	body {
		font-size: 16px;
	}

	.text {
		font-size: 14px;
	}

	a.btn-animate {
		font-size: 15px;
	}

	h1 {
		font-size: 17px;
	}

	h2 {
		font-size: 16px;
		display: inline-block;
	}

	section {
		margin-bottom: 30px;
	}

	.text {
		margin-top: 0;
		padding: 0px 30px 30px 30px;
		text-align: justify;
	}

	.manner .bonus {
		font-size: 12px;
	}

	.bonus img {
		width: 18px;
		margin-right: 5px;
	}

	.btn-animate {
		padding: 7px 20px;
	}

	.foinfo.desktop {
		display: none;
	}

	.foinfo.mobile {
		display: grid;
		margin: 0;
		padding: 16px!important;
	}

	.go-top {
		width: 100%;
		display: block;
	}

	.manner.game {
		width: 100%;
		margin-bottom: 20px;
	}

	.game-item {
		height: auto;
	}

	.mobile-img {
		float: right;
		width: 30%;
	}

	ul.list-style {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
		display: block;
	}

	.manner .bonus {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bonus li {
		width: calc(50% - 10px);
	}

	.bonus li:last-child {
		width: 100%;
		margin-right: 0;
	}

	.btn-img {
		font-size: 18px;
	}

	ul.list-style li {
		width: auto;
	}

	.lang-wrapper ul li {
		min-width: 85px;
	}

	::-webkit-scrollbar {
		width: 5px;
	}
}

@media (max-width: 576px) {
	body {
		font-size: 14px;
	}

	.foinfo-icon:before {
		display: none;
	}

	figure.country-flag {
		width: 80px;
		margin: 0px 10px;
	}

	figure.country-logo {
		margin: 16px 0px;
		width: 100px;
	}

	.lang {
		right: 10px;
	}

	.header-top {
		margin: 100px 30px 30px 30px;
	}

	.foinfo li span {
		padding: 0;
	}

	.country,
	.country-img-wrapper {
		height: 55px;
	}

	figure.country-flag {
		height: 140px;
	}

	.lang {
		top: 20px;
	}

	ul.list-style {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}

	ul.list-style li {
		width: auto;
	}
}

@media (max-width: 500px) {
	.bonus li {
		width: calc(100% - 10px);
	}
}

@media (max-width: 370px) {
	.foinfo-icon span:before {
		content: none;
	}
}

@media (max-width: 350px) {
	ul.list-style {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}

	.go-top {
		font-size: 22px;
		min-width: auto;
	}

	.lang-wrapper ul li {
		min-width: 77px;
	}
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2rem;
}

th,
td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

@media only screen and (max-width: 600px) {
	table,
	th,
	td {
		display: block;
		width: 100%;
	}

	tr {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 15px;
	}

	th,
	td {
		text-align: left;
		padding: 10px;
	}
}
.cprghts * {
	color: #fff;
}
.cprghts {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
}

.dl-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

dl {
  min-width: max-content;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.75rem 1rem;
  align-items: start;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

dt {
  font-weight: 600;
  margin: 0;
  color: #333;
}

dd {
  margin: 0;
  color: #555;
}

dl + dl {
  margin-top: 1.5rem;
}

li :is(h2,h3,h4,h5) {
	margin: 0;
	width: 100%:
}