* {
	box-sizing: border-box;
}

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,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	vertical-align: top !important;
}

ul,
ol {
	padding: 10px 10px 10px 20px;
}

a {
	transition: 0.2s;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #ff7a00;
}

::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #2a3546;
	border-radius: 2px;
}

html,
body {
	color: #fff;
	line-height: 1.5;
	font-family: 'Sora', sans-serif;
	font-weight: 400;
	font-size: 14px;
	overflow-x: hidden;
}

html.modal_open {
	overflow: hidden;
	height: 100vh;
}

body {
	background-color: #1b2b38;
}

strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sora', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 19px;
}

p {
	margin: 5px 0;
}

svg {
	vertical-align: top;
}

.container {
	max-width: 1664px;
	width: 100%;
	margin: 0 auto;
	padding: 0 32px;
}

.header {
	position: fixed;
	top: 0;
	left: 230px;
	right: 0;
	width: calc(100% - 230px);
	z-index: 20;
	background-color: #1b2b38;
	transition: 0.3s;
}

.header.active {
	width: calc(100% - 48px);
	left: 48px;
}

.header .container {
	max-width: 1920px;
}

.header .top-light {
	display: flex;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	pointer-events: none;
}

.header .top-light img {
	width: 100%;
	object-fit: cover;
}

.fixed-header {
	padding: 7px 32px;
	height: 70px;
	margin: 0 auto;
}

.fixed-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 0;
	width: 100%;
	height: 100%;
}

.header-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 56%;
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.header-logo {
	position: relative;
}

.header-logo img {
	max-height: 38px;
}

.header-logo svg {
	max-height: 38px;
}

.header-logo svg {
	max-width: 150px;
	max-height: 40px;
	width: 100%;
}

.header-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 40px;
}

.head_menu_btn {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.3s;
}

.head_menu_btn svg {
	fill: #000;
}

.head_menu_btn:hover {
	opacity: 1;
}

.header-menu a {
	color: #fff;
	font-size: 16px;
	margin: 0 35px 0 0;
}

.header-menu a:hover,
.header-menu a.active {
	color: #ff7a00;
}

.overflow-topmenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000070;
	display: none;
	z-index: 20;
}

.overflow-topmenu.active {
	/*    display: block;*/
}

.parent-header-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.head-panel__button.button_font_cond {
	color: #ff7a00;
}

.no-login-header-btn,
.yes-login-header-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.no-login-header-btn {
	display: flex;
}

.no-login-header-btn.mobile {
	display: none;
}

.yes-login-header-btn .notification {
	position: relative;
	margin-right: 8px;
}

.yes-login-header-btn .notification svg {
	width: 32px;
	height: 32px;
}

.yes-login-header-btn .notification::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #ff7a00;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.header-btn .btn.open-deposit {
	padding: 7.5px 16px;
}

.header-btn {
	display: flex;
	align-items: center;
}

.topmenu-wrap .header-btn {
	padding: 0 15px;
	flex-direction: column;
	margin-bottom: 20px;
}

.topmenu-wrap .header-btn .reg-btn {
	padding: 8px 7px;
}

.topmenu-wrap .header-btn .btn + .btn {
	margin-left: 0;
	margin-top: 20px;
}

.reg-btn {
	position: relative;
	margin-left: 16px;
}

.btn.animation {
	animation: btn-animation 16s infinite cubic-bezier(0.7, 0, 0, 1);
}

@keyframes btn-animation {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		/* box-shadow: 0px 0px 9px 0px #dafe31; */
		box-shadow: 0px 0px 9px 0px #725cfc;
	}

	19.99%,
	39.99%,
	59.99%,
	79.99%,
	99.99% {
		box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
	}
}

.jack-pot-bronze-animation {
	animation: jack-bronze-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-bronze-animation {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90%,
	100% {
		box-shadow: 0px 0px 12px 11px #e38250;
	}

	9.99%,
	19.99%,
	29.99%,
	39.99%,
	49.99%,
	59.99%,
	69.99%,
	79.99%,
	89.99%,
	99.99% {
		box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
	}
}

.jack-pot-silver-animation {
	animation: jack-silver-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-silver-animation {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90%,
	100% {
		box-shadow: 0px 0px 12px 11px #b5c0c9;
	}

	9.99%,
	19.99%,
	29.99%,
	39.99%,
	49.99%,
	59.99%,
	69.99%,
	79.99%,
	89.99%,
	99.99% {
		box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
	}
}

.jack-pot-gold-animation {
	animation: jack-gold-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-gold-animation {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90%,
	100% {
		box-shadow: 0px 0px 12px 11px #ffff34;
	}

	9.99%,
	19.99%,
	29.99%,
	39.99%,
	49.99%,
	59.99%,
	69.99%,
	79.99%,
	89.99%,
	99.99% {
		box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
	}
}

.jack-pot-platinum-animation {
	animation: jack-platinum-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-platinum-animation {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90%,
	100% {
		box-shadow: 0px 0px 12px 11px #d6ffd4;
	}

	9.99%,
	19.99%,
	29.99%,
	39.99%,
	49.99%,
	59.99%,
	69.99%,
	79.99%,
	89.99%,
	99.99% {
		box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
	}
}

.jack-pot-sapphire-animation {
	animation: jack-sapphire-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-sapphire-animation {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90%,
	100% {
		box-shadow: 0px 0px 12px 11px #6677f5;
	}

	9.99%,
	19.99%,
	29.99%,
	39.99%,
	49.99%,
	59.99%,
	69.99%,
	79.99%,
	89.99%,
	99.99% {
		box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
	}
}

.jack-pot-diamond-animation {
	animation: jack-diamond-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-diamond-animation {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90%,
	100% {
		box-shadow: 0px 0px 12px 11px #bf7ddc;
	}

	9.99%,
	19.99%,
	29.99%,
	39.99%,
	49.99%,
	59.99%,
	69.99%,
	79.99%,
	89.99%,
	99.99% {
		box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
	}
}

.dropdown {
	position: relative;
}
.dropdown.open .dropdown__menu {
	display: block;
}
.dropdown .dropdown__toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 44px;
	width: 100%;
	border-radius: 8px;
	border: 1px solid transparent;
	background: rgba(35, 43, 54, 1);
	color: #fff;
	padding: 12px 16px;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}
.dropdown .dropdown__toggle:hover {
	background: rgba(35, 43, 54, 0.8);
}
.dropdown .dropdown__menu {
	display: none;
	max-height: 195px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 16px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
	background: rgba(35, 43, 54, 1);
	position: absolute;
	bottom: -8px;
	z-index: 100;
	right: 0;
	transform: translateY(100%);
}
.dropdown .dropdown__item {
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 12px;
	padding: 8px 12px;
	cursor: pointer;
	margin-bottom: 3px;
	transition: all 0.15s ease-in-out;
}
.dropdown .dropdown__item.active {
	color: rgba(254, 121, 0, 1);
}
.dropdown .dropdown__item:hover {
	color: rgba(254, 121, 0, 1);
}
.dropdown .dropdown__item:last-child {
	margin-bottom: 0;
}

a.btn svg {
	fill: #fff;
	width: 17px;
	height: 17px;
	margin: 0px 5px 0 0;
	display: block;
	float: left;
}

.btn {
	color: #fff;
	justify-content: center;
	padding: 8px 15px;
	text-align: center;
	border-width: 0;
	cursor: pointer;
	transition: all 0.3s;
	align-items: center;
	background: rgba(27 20 20 / 0);
	border-color: transparent;
	border-radius: 8px;
	border-style: solid;
	display: flex;
	width: auto;
	font-size: 14px;
	min-height: 30px;
	outline: none;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	border-top-right-radius: 4px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 20px;
	min-width: 110px;
	text-align: center;
	position: relative;
}

.btn:hover {
	background: rgba(27 20 20 / 0.07);
}

.btn.bordered {
	border: 2px solid;
	/* border-color: #735cfc; */
	border-color: #fe7900;
}

.btn.bordered:active,
.btn.bordered:focus,
.btn.bordered:hover {
	/* background-color: rgba(115, 92, 252, .2); */
	background-color: rgba(254, 121, 0, 0.2);
	color: #fff;
}

a.profile-btn {
	background-color: #202a39;
	padding: 10px 20px 11px;
	margin-right: 0;
	border-radius: 14px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin-left: 8px;
}

a.profile-btn svg {
	fill: #fff;
}

.laguage-wrapper {
	position: relative;
	margin-bottom: 8px;
}

.btn-lang {
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
}

.btn-lang a {
	font-size: 16px;
	border-radius: 8px;
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	width: 100%;
	min-height: 40px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(212, 225, 245, 0.2);
	border-radius: 20px;
}

.btn-lang a:hover {
	border: 1px solid #735cfc;
}

.btn-lang a img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 15px;
	transition: 0.3s;
}

.btn-lang a:hover img,
.btn-lang.active a img {
	box-shadow: 0 0 0 4px #ff7a00;
}

.btn-lang a svg {
	width: 10px;
	margin-left: auto;
	fill: rgba(212, 225, 245, 0.2);
}

.btn-lang a:hover svg {
	fill: #fff;
}

.btn-lang.active a svg {
	transform: scale(1, -1);
}

.btn-filled {
	background: #ffc400;
	color: #000;
	padding: 8px 16px;
}

.btn-filled:hover {
	background: #ffa300;
	border-color: #ffa300;
}

.btn-filled.red {
	background-color: #ff7a00;
	color: #fff;
}

.btn-filled.red:hover {
	/* background: #735cfc; */
	background: rgba(255, 122, 0, 0.8);
}

.btn-filled.green {
	/* background-color: #dafe31; */
	/* border: 2px solid #dafe31; */
	background-color: #725cfc;
	border: 2px solid #725cfc;
	color: #fff;
	/* color: #111; */
}

.btn-filled.green:hover {
	/* background-color: #e1fe5a; */
	/* border: 2px solid #e1fe5a; */
	background-color: rgb(114, 92, 252, 0.8);
	border-color: rgb(114, 92, 252, 0.8);
}

.btn-bordered {
	color: #1b1414;
	border: 1px solid #858585;
}

.activate-benefit:hover {
	color: inherit !important;
}

.btn.parnter-btn {
	display: block;
	margin: 40px auto 20px;
	max-width: 290px;
	font-size: 14px;
	white-space: normal;
}

.btn-bordered:hover {
	color: #1b1414;
	background-color: rgba(27 20 20 / 0.07);
}

.open-lang {
	background-color: rgba(27, 43, 56, 0.65);
	border-radius: 12px;
	display: none;
	overflow: hidden;
	font-size: 14px;
	margin: 0 auto;
	padding: 4px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
}

.open-lang__wrapper {
	background-color: #151a22;
	max-width: 500px;
	width: 100%;
	margin: 50px auto 0;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.open-lang__wrapper .btn {
	max-width: 110px;
	margin: 0 auto;
}

.open-lang__header {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	position: relative;
	font-weight: 600;
	padding-bottom: 30px;
}

.open-lang__header .close {
	position: absolute;
	right: 0;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.open-lang__header .close svg line {
	transition: 0.2s;
}

.open-lang__header .close:hover svg line {
	stroke: #ff7a00;
}

.open-lang .lang-list {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
	padding: 15px;
}

.open-lang.active {
	display: block;
}

.open-lang a {
	font-size: 14px;
	position: relative;
	text-align: center;
}

.open-lang a:hover {
	background-color: rgb(27 20 20/0.04);
}

.open-lang a img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin: 4px;
	box-shadow: 0 0 0 4px #3b444e;
	transition: box-shadow 0.2s ease-out;
}

.open-lang a:hover img,
.open-lang a.active img {
	box-shadow: 0 0 0 4px #ff7a00, 0 0 7px 7px rgba(0, 0, 0, 0.6);
}

.open-lang a span {
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.45;
	transition: opacity 0.3s linear;
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	padding: 0 10px;
	white-space: nowrap;
	background-color: #607896;
	border-radius: 20px;
	transform: translate(-50%, 0);
	visibility: hidden;
	opacity: 0;
}

.open-lang a:hover span {
	visibility: visible;
	opacity: 1;
}

.reg-btn-topmenu {
	width: 100%;
	margin: 0 0 30px;
}

.h-header-balance {
	margin-right: 10px;
}

.h-header-balance {
	width: auto;
	font-size: 12px;
	line-height: 1.2;
}

.text-header-balance {
	font-weight: 500;
	cursor: pointer;
	width: 100%;
	padding: 4px 0;
}

.text-header-balance + .text-header-balance {
	border-top: 2px solid rgba(212, 225, 245, 0.2);
}

.text-header-balance span {
	font-weight: 600;
}

.yes-login-header-btn .btn {
	margin-right: 10px;
}

.header-vip {
	background: #5c33cf;
	width: 40px;
	height: 40px;
	outline: 1px solid #fff;
	border: 3px solid #d8d8d8;
	border-radius: 50%;
	cursor: pointer;
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

.yes-login-header-btn a.btn svg {
	margin: 0;
}

.block-content {
	min-height: calc(100vh - 240px);
	display: flex;
	flex-wrap: wrap;
}

.block-content.menu-open,
.footer.menu-open {
	/* padding-left: 232px; */
}

.index-top {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 15px;
	overflow: hidden;
}

.logged-out-banner {
	max-width: 1520px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.logged-out-banner__text-block {
	width: calc(50% - 8px);
	max-width: 576px;
	padding-right: 56px;
}

.logged-out-banner__title {
	font-size: 48px;
	line-height: 56px;
	font-family: 'Lora', sans-serif;
	letter-spacing: -1px;
	margin-bottom: 16px;
}

.logged-out-banner__text {
	font-size: 20px;
	margin-bottom: 16px;
}

.logged-out-banner__sub {
	font-size: 14px;
	color: #858585;
	font-weight: 300;
}

.logged-out-banner img {
	width: calc(50% - 8px);
}

.logged-out-banner .btn {
	font-size: 16px;
	max-width: 120px;
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 16px;
	margin-left: 0;
}

.slides-btns {
	max-width: 256px;
	background-color: #f2f2f2;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	overflow: hidden;
}

.slides-btns .item {
	padding: 0 24px;
	width: 100%;
	display: flex;
	align-items: center;
	min-height: 102px;
	border-bottom: 2px solid #e0e0e0;
	position: relative;
	cursor: pointer;
	font-family: 'Lora', sans-serif;
}

.slides-btns .item::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	background-color: #ff7a00;
}

.slides-btns .item.active::after {
	animation: progress-animation infinite 8.2s linear;
}

@keyframes progress-animation {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.slides-btns .item img {
	width: 64px;
	height: 54px;
	object-fit: cover;
	border-radius: 4px;
	margin-right: 16px;
}

.index-slider {
	width: 100%;
}

.index-slider .swiper {
	height: 100%;
	overflow-x: hidden;
	overflow: hidden;
	position: relative;
}

.index-slider .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-size: auto 115%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 500px;
	position: relative;
	transition: background-size 0.6s;
	overflow: hidden;
	border-radius: 20px;
	margin-right: 15px;
}

.index-slider .swiper-slide:hover {
	background-size: auto 120%;
}

.index-slider .swiper-slide .img-wrap {
	position: absolute;
	bottom: 100%;
	right: 10px;
	max-width: 490px;
	transition: 0.7s !important;
}

.TopSwiper .swiper-slide-active .img-wrap {
	bottom: 0;
}

.index-slider .swiper-slide .img-wrap img {
	position: relative;
	transition: 0s !important;
}

.TopSwiper .bg-swiper-slide {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	max-width: calc(100% - 500px);
	padding: 20px 32px;
	transition: 0.9s !important;
	z-index: 2;
}

.TopSwiper .video-slide {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 140%;
	object-fit: cover;
}

.TopSwiper .swiper-slide-active .bg-swiper-slide {
	left: 0;
}

.parent-swiper-pagination {
	position: absolute;
	width: 200px;
	top: 355px;
	right: auto;
	bottom: 0;
	left: calc(50% - 100px);
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 10px;
	margin: 0 2px;
	border: 1px solid #b3b4b8;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: #b3b4b8;
}

.bg-swiper-slide {
	color: #fff;
	max-width: 1600px;
	width: 100%;
	font-family: 'Sora', sans-serif;
}

span.title-slide {
	font-size: 48px;
	font-weight: 600;
	white-space: pre-line;
	text-shadow: 1px 1px 3px #000;
	z-index: 10;
	line-height: 70px;
	width: 100%;
	display: block;
}

span.number-slide {
	font-size: 24px;
	margin-top: 4px;
	font-weight: 500;
	line-height: 1.31;
	white-space: pre-line;
	text-shadow: 1px 1px 3px #000;
	z-index: 10;
	display: block;
}

.btn-slider {
	margin-top: auto;
}

.btn-slider a,
.btn-slider small {
	padding: 12px 16px;
	max-width: 100%;
	display: inline-block;
	margin: 0;
	font-weight: 300;
	line-height: 1.4;
	cursor: pointer;
	font: inherit;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.25s ease-in-out;
	font-weight: 600;
}

.parent-swiper-navination {
	position: absolute;
	width: 90px;
	bottom: 30px;
	right: 2%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	transition: right 0.3s;
}

.parent-swiper-navination .swiper-button-next,
.parent-swiper-navination .swiper-button-prev {
	border-radius: 100%;
	background-color: #0e7fcc;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-size: 12px 44px;
	position: static;
	background-image: none;
	margin-top: 0;
}

.parent-swiper-navination .swiper-button-next:hover,
.parent-swiper-navination .swiper-button-prev:hover {
	background-color: #ffaa5b;
}

.parent-swiper-navination .swiper-button-next svg {
	transform: rotate(-90deg);
	fill: #fff;
	width: 10px;
	height: 10px;
	margin-left: 2px;
}

.parent-swiper-navination .swiper-button-prev svg {
	transform: rotate(90deg);
	fill: #fff;
	width: 10px;
	height: 10px;
	margin-right: 2px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: none;
}

.list-anim-btn {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 14px 0 14px;
	width: 100%;
}

.list-anim-btn .anim-btn {
	width: calc(25% - 9px);
	border-radius: inherit;
	background-color: rgba(20, 27, 46, 0.6);
	color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 90px;
	position: relative;
	overflow: hidden;
}

.list-anim-btn .anim-btn:hover {
	background-color: rgba(20, 27, 46, 1);
}

.list-anim-btn .anim-btn div {
	padding: 20px;
	background-size: 64px 60px;
	background-position: calc(100% - 20px) 50%;
	background-repeat: no-repeat;
}

.list-anim-btn .anim-btn:hover > div {
	transform: scale(1.03);
}

.list-anim-btn .anim-btn div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.list-anim-btn .anim-btn span {
	width: 100%;
	font-size: 24px;
	letter-spacing: 0.34px;
	font-weight: 600;
	line-height: 1;
}

.list-anim-btn .anim-btn small {
	width: 100%;
	font-size: 13px;
	letter-spacing: -0.21px;
	margin-top: 3px;
}

.line-one-index-category {
	margin-top: -19px;
	margin-bottom: 15px;
	width: 100%;
	height: 4px;
	border-radius: 0 0 5px 5px;
	background-image: linear-gradient(90deg, rgb(0, 183, 255) 0%, rgb(199, 0, 255) 50%, rgb(255, 187, 0) 100%);
}

.parent-banner-ihb {
	background-color: #1e283f;
	background-image: url(../img/betnew/home-banner.png);
	background-position: 100% 100%;
	background-size: 400px 100%;
	background-repeat: no-repeat;
	min-height: 202px;
}

.banner-ihb {
	margin-top: 28px;
}

.banner-ihb span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.banner-ihb a {
	height: 45px;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(195deg, #00b7ff, #8d53e9);
	background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
	padding: 0 15px;
	cursor: pointer;
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin-top: 25px;
	max-width: 200px;
}

.head-subcat {
	margin-bottom: 7px;
	display: flex;
	align-items: center;
}

.head-subcat-routers {
	width: calc(100% - 250px);
	margin-right: 30px;
	display: block;
	flex: 1 1 auto;
	overflow: hidden;
	border-radius: 6px;
	height: 32px;
}

.one-subcat-router {
	margin-right: 12px;
	display: block;
	float: left;
}

.head-subcat-routers a {
	display: inline-flex;
	align-items: center;
	text-align: center;
	background: rgba(148, 166, 205, 0.15);
	padding: 0 11px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	/* border: 1px solid rgba(0,0,0,0); */
	transition: 0.6s all ease;
}

.head-subcat-routers a div {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-right: 6px;
}

.head-subcat-routers a img {
	width: auto;
	height: 20px;
}

.head-subcat-routers a span {
	display: block;
	color: #7a7b91;
	color: #fff;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	transition: 0.4s all ease;
}

.head-subcat-routers a:hover {
	background: rgba(148, 166, 205, 0.3);
}

.head-subcat-select {
	display: none;
	width: 170px;
	margin-left: 20px;
	position: relative;
}

.subcat-select {
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	padding: 0 15px;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.subcat-select:hover {
}

.head-subcat-select svg {
	fill: #ff7a00;
	width: 20px;
}

.subcat-select-img {
	display: flex;
}

.head-subcat-select.active .subcat-select svg.icon-arrow {
	transform: scale(1, -1);
}

.subcat-select-drop {
	background: #151a22;
	font-size: 14px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	margin-top: 10px;
	z-index: 4;
	max-height: 285px;
	overflow-y: scroll;
	display: none;
}

.head-subcat-select.active .subcat-select-drop {
	display: block;
}

.subcat-select-drop a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 8px 10px;
	font-size: 12px;
}

.subcat-select-drop a:hover {
	background-color: #1b2b38;
}

.subcat-select-drop .img-select-drop {
	width: 50px;
	margin-right: 9px;
}

.subcat-select-drop .title-select-drop {
	width: calc(100% - 94px);
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
}

.subcat-select-drop .col-select-drop {
	width: 35px;
	text-align: right;
}

.head-tabs {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 30px;
}

.jackpot-tabs {
	width: 500px;
	border: 2px solid #c5991e;
	border-radius: 14px;
	padding: 15px;
	min-height: 250px;
}

.h-jackpot-tabs {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.jackpot-tabs span {
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -1.96px;
	text-shadow: 0 2px 87px #0c1820;
}

.h-jackpot-tabs svg {
	width: 15px;
	height: 15px;
	fill: #c5991e;
	margin: -2px 15px 0;
}

.summ-jackpot-tabs {
	background: radial-gradient(circle at -65% 157%, #c5991e, #b68100 7%, #fff29d 66%, #b57f00 113%, #c7940f 138%);
	font-size: 40px;
	font-weight: 900;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jackpot-tabs .data-game-slide {
	display: none;
}

.head-tabs .index-slider {
	width: calc(100% - 515px);
}

.head-tabs .index-slider .swiper-slide {
	min-height: 250px;
}

.list-tabs-wrapper {
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 10px;
	justify-content: space-between;
	min-height: 80px;
}

.list-tabs {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
	margin-right: 8px;
	width: calc(100% - 400px);
}

.list-tabs a.router-link {
	padding: 13px 5px 12px;
	position: relative;
	display: flex;
	align-items: center;
}

.list-tabs a.router-link + a.router-link {
	margin-left: 30px;
}

.list-tabs a.router-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scaleX(0.5);
	opacity: 0;
	height: 3px;
	border-radius: 4px;
	pointer-events: none;
	background-color: #ff7a00;
	transition: all 0.5s cubic-bezier(0.6, 0.1, 0.05, 1.5);
}

.list-tabs a.router-link:hover {
	color: #fff;
	transition: 0.3s !important;
}

.list-tabs a.router-link:hover::after {
	transform: scaleX(1);
	opacity: 1;
}

.list-tabs a.router-link.active::after {
	transform: scaleX(1);
	opacity: 1;
}

.list-tabs a.router-link svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	filter: brightness(10);
}

.list-tabs a.router-link img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	filter: brightness(10);
}

.list-tabs a.router-link:hover svg {
	animation: iconScale 0.6s ease-out;
}

@keyframes iconScale {
	55% {
		transform: scale(1.25) rotate(10deg);
	}

	100% {
		transform: scale(1) rotate(0deg);
	}
}

.list-tabs-wrapper .header-search {
	margin-left: auto;
	flex-grow: 1;
	margin-right: 8px;
}

.list-tabs-wrapper .header-search input[type='search'] {
	background-image: url(../img/svg/search.svg);
	background-color: #13212d;
	border: 2px solid rgba(0, 0, 0, 0);
	color: rgba(255, 255, 255, 0.3);
	font-size: 16px;
	min-width: 150px;
	padding: 0 15px;
	height: 46px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	background-position: right 15px center;
	opacity: 1;
	transition: 0.3s;
	margin-bottom: 0;
	box-shadow: none;
}

.list-tabs-wrapper .header-search.filter {
	margin-left: 20px;
}

.list-tabs-wrapper .header-search.filter input[type='search'] {
	color: rgba(255, 255, 255, 1);
	background-image: url(../img/svg/filter-orange.svg);
}

.list-tabs-wrapper .header-search:hover input[type='search'] {
	color: rgba(255, 255, 255, 1);
	transform: none;
}

.head-one-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

.head-one-category.filters {
	/* align-items: flex-end; */
}

.h-one-category {
	font-size: 24px;
	text-align: center;
	line-height: 1;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.h-one-category svg {
	margin-right: 10px;
	max-width: 25px;
	max-height: 25px;
	filter: brightness(10);
}

.h-one-category img {
	margin-right: 10px;
	max-width: 25px;
	max-height: 25px;
	filter: brightness(10);
}

.h-one-category svg:last-child {
	margin-right: 0;
	margin-left: 5px;
	opacity: 0;
	transition: 0.3s;
}

.h-one-category:hover svg:last-child {
	opacity: 1;
}

.h-one-category:hover {
	color: #fff;
}

.head-one-category .view-all {
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
	color: #1b1414;
}

.head-one-category .view-all {
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
	color: #1b1414;
}

.head-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.slide-head-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 34px;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
}

.head-btn-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 28px;
	background-color: #353f59;
	color: #c6c6c6;
	border-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 12px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	align-items: center;
	position: relative;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	outline: none;
	display: inline-block;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	border-radius: 6px;
	padding-top: 0;
}

.head-btn-slide.left-slide {
	margin-left: 15px;
}

.head-btn-slide.right-slide {
	margin-left: 5px;
}

.head-btn-slide svg {
	fill: #fff;
	width: 21px;
	height: 28px;
}

.head-btn-slide:hover {
	/* background-color: #3e3ef4; */
}

.head-btn-slide:hover svg {
	fill: #fff;
}

.swiper.game-swiper {
	/* width: calc(100% - 29px); */
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-wrapper {
	height: auto;
}

.swiper-wrapper__jackpot {
	flex-direction: column;
}

.game-swiper-wrapper.providers .swiper-arrows .swiper-button-next,
.game-swiper-wrapper.providers .swiper-arrows .swiper-button-prev {
	position: static;
}

.swiper.game-swiper.provider-slider {
	padding: 12px;
}

.game-swiper-wrapper.providers .swiper-slide {
	padding: 8px 15px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 220px;
	background-color: #13212d;
	border-radius: 20px;
	transition: transform 0.2s, box-shadow 2s;
}

.game-swiper-wrapper.providers .swiper-slide:hover {
	box-shadow: 0 1px 5px #607896;
	transform: translate3d(0, -3px, 0);
	transition: transform 0.2s, box-shadow 0.1s;
}

.game-swiper-wrapper {
	position: relative;
	margin-bottom: 32px;
}

.parent-game-swiper {
	display: flex;
	position: relative;
	margin-top: 15px;
}

.game-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(13% + 6px);
}

.game-swiper.dup3 .swiper-slide {
	width: 11%;
}

.game-swiper-wrapper .swiper-button-next svg,
.game-swiper-wrapper .swiper-button-prev svg {
	fill: #fff;
	width: 10px;
	height: 10px;
}

.game-swiper-wrapper .swiper-button-next svg {
	transform: rotate(-90deg);
}

.game-swiper-wrapper .swiper-button-prev svg {
	transform: rotate(90deg);
}

.game-page-slider .head-one-category .view-all {
	color: #fff;
}

.game-swiper-wrapper .swiper-button-next,
.game-swiper-wrapper .swiper-button-prev {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff7a00;
	border-radius: 50%;
	margin-top: 0;
}

.game-swiper-wrapper .swiper-button-next {
	right: -13px;
	top: 63px;
}

.game-swiper-wrapper .swiper-button-prev {
	left: -13px;
	top: 63px;
}

.game-page .game-swiper-wrapper .swiper-button-next,
.game-page .game-swiper-wrapper .swiper-button-prev {
	top: calc(50% - 20px);
}

.form-gift-reg .swiper-button-next.swiper-button-disabled,
.form-gift-reg .swiper-button-prev.swiper-button-disabled,
.swiper-tournament-slider .swiper-button-next.swiper-button-disabled,
.swiper-tournament-slider .swiper-button-prev.swiper-button-disabled,
.jackpot-games-swiper .swiper-button-next.swiper-button-disabled,
.jackpot-games-swiper .swiper-button-prev.swiper-button-disabled,
.game-swiper-wrapper .swiper-button-next.swiper-button-disabled,
.game-swiper-wrapper .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: rgba(212, 225, 245, 0.2);
}

.game-swiper .swiper-button-next,
.game-swiper .swiper-button-prev {
	display: none;
}

.game-swiper-wrapper.providers .swiper-button-next {
	top: calc(50% - 13px);
}

.game-swiper-wrapper.providers .swiper-button-prev {
	top: calc(50% - 13px);
}

.game-swiper-wrapper .swiper-button-next:after,
.game-swiper-wrapper .swiper-rtl .swiper-button-prev:after,
.game-swiper-wrapper .swiper-button-prev:after,
.game-swiper-wrapper .swiper-rtl .swiper-button-next:after {
	content: none;
}

.themes-slides.game-swiper .swiper-slide {
	padding: 4px;
	padding-left: 22px;
	border-radius: 12px;
	min-height: 294px;
	min-width: 465px;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}

.themes-slides .swiper-slide:nth-child(1) {
	background-color: rgba(255, 196, 0, 0.08);
}

.themes-slides .swiper-slide:nth-child(1):hover {
	background-color: rgba(255, 196, 0, 0.16);
}

.themes-slides .swiper-slide:nth-child(1) > .title {
	color: #ffc400;
}

.themes-slides .swiper-slide:nth-child(2) {
	background-color: rgba(244, 136, 149, 0.08);
}

.themes-slides .swiper-slide:nth-child(2):hover {
	background-color: rgba(244, 136, 149, 0.16);
}

.themes-slides .swiper-slide:nth-child(2) > .title {
	color: #f48895;
}

.themes-slides .swiper-slide:nth-child(3) {
	background-color: rgba(126, 126, 242, 0.08);
}

.themes-slides .swiper-slide:nth-child(3):hover {
	background-color: rgba(126, 126, 242, 0.16);
}

.themes-slides .swiper-slide:nth-child(3) > .title {
	color: #7e7ef2;
}

.themes-slides .swiper-slide:nth-child(4) {
	background-color: rgba(6, 65, 121, 0.08);
}

.themes-slides .swiper-slide:nth-child(4):hover {
	background-color: rgba(6, 65, 121, 0.16);
}

.themes-slides .swiper-slide:nth-child(4) > .title {
	color: #064179;
}

.themes-slides .swiper-slide:nth-child(5) {
	background-color: rgba(17, 139, 255, 0.08);
}

.themes-slides .swiper-slide:nth-child(5):hover {
	background-color: rgba(17, 139, 255, 0.16);
}

.themes-slides .swiper-slide:nth-child(5) > .title {
	color: #118bff;
}

.themes-slides .swiper-slide:nth-child(6) {
	background-color: rgba(235, 184, 56, 0.08);
}

.themes-slides .swiper-slide:nth-child(6):hover {
	background-color: rgba(235, 184, 56, 0.16);
}

.themes-slides .swiper-slide:nth-child(6) > .title {
	color: #ebb838;
}

.themes-slides .swiper-slide:nth-child(7) {
	background-color: rgba(124, 208, 148, 0.08);
}

.themes-slides .swiper-slide:nth-child(7):hover {
	background-color: rgba(124, 208, 148, 0.16);
}

.themes-slides .swiper-slide:nth-child(7) > .title {
	color: #7cd094;
}

.themes-slides .swiper-slide:nth-child(8) {
	background-color: rgba(159, 1, 2, 0.08);
}

.themes-slides .swiper-slide:nth-child(8):hover {
	background-color: rgba(159, 1, 2, 0.16);
}

.themes-slides .swiper-slide:nth-child(8) > .title {
	color: #9f0102;
}

.themes-slides .swiper-slide:nth-child(9) {
	background-color: rgba(255, 112, 0, 0.08);
}

.themes-slides .swiper-slide:nth-child(9):hover {
	background-color: rgba(255, 112, 0, 0.16);
}

.themes-slides .swiper-slide:nth-child(9) > .title {
	color: #ff7000;
}

.themes-slides .swiper-slide > .title {
	font-size: 32px;
	font-family: 'Lora', sans-serif;
	padding-top: 20px;
}

.themes-slides .parent-game-slide {
	width: 100%;
	position: absolute;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
}

.themes-slides .parent-game-slide a {
	width: 100%;
}

.themes-slides .parent-game-slide:nth-child(2),
.themes-slides .parent-game-slide:nth-child(3),
.themes-slides .parent-game-slide:nth-child(4) {
	max-width: 120px;
	right: 4px;
}

.themes-slides .parent-game-slide:nth-child(2) {
	top: 4px;
}

.themes-slides .parent-game-slide:nth-child(3) {
	top: 102px;
}

.themes-slides .parent-game-slide:nth-child(4) {
	bottom: 4px;
}

.themes-slides .parent-game-slide:nth-child(8),
.themes-slides .parent-game-slide:nth-child(7) {
	max-width: 152px;
	width: 33.9%;
}

.themes-slides .parent-game-slide:nth-child(8) {
	bottom: 4px;
	right: 292px;
}

.themes-slides .parent-game-slide:nth-child(7) {
	bottom: 66px;
	right: 132px;
}

.themes-slides .parent-game-slide:nth-child(5),
.themes-slides .parent-game-slide:nth-child(6) {
	max-width: 72px;
}

.themes-slides .parent-game-slide:nth-child(5) {
	bottom: 4px;
	right: 132px;
}

.themes-slides .parent-game-slide:nth-child(6) {
	bottom: 4px;
	right: 212px;
}

.game-slide {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 100%;
}

.game-slide[data-provider='evolution2'] a.demo {
	display: none;
}

.provider-game-slide-img {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	max-width: 85px;
	height: 45px;
	width: 60%;
	padding: 5px;
	/*  background-color: rgba(27, 43, 56, .8);*/
	border-bottom-left-radius: 10px;
	object-fit: contain;
}

.game-slide:hover .provider-game-slide-img {
	display: none;
}

.game-preview__btn-star {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
	border: none;
	z-index: 2;
}

.game-preview__btn-star svg {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.game-preview__btn-star.star.favorite.in_favorites svg {
	fill: #ffb319;
}

.meta-game-slide {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 1;
	width: 36px;
}

.meta-game-slide span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	padding: 2px 6px;
	border-radius: 4px;
}

.meta-game-slide .new {
	background: #3e3ef4;
}

.meta-game-slide .top {
	background: #ffbb39;
	color: #131521;
}

.meta-game-slide .hot {
	background: #fd2d5e;
}

.hover-game-slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index: -2;
	padding: 10px 15px;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.locked-game-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 16px;
	padding: 20px 10px 10px;
	z-index: 2;
}

.locked-game-slide svg {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.hover-game-slide > * {
	z-index: 2;
}

.hover-game-slide .btn {
	font-size: 12px;
	padding: 3px 8px;
	margin: 5px;
	min-height: inherit;
}

.hover-game-slide a:not(.btn) {
	font-size: 14px;
	padding: 5px 20px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.hover-game-slide a.demo:not(.btn-play-icon) {
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	right: 0;
}

.hover-game-slide a.demo:hover {
	color: #9786ff;
}

.hover-game-slide .h-game-btns .btn-play-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
}

.h-game-btns .btn-play-icon svg {
	width: 100%;
	height: 100%;
}

.hover-game-slide .btn-bordered {
	background-color: rgba(255, 196, 0, 0);
}

.hover-game-slide .btn-bordered:hover {
	background-color: rgba(255, 196, 0, 0.1);
}

.game-slide:hover .hover-game-slide {
	opacity: 1;
	z-index: 4;
}

.game-slide:hover .h-game-btns {
	opacity: 1;
}

.game-slide:hover .hover-game-slide {
	background-color: rgba(0, 0, 0, 0.6);
}

.game-slide:hover .img-game-slide {
	transform: scale(1.2);
}

.img-game-slide {
	position: relative;
	overflow: hidden;
	height: auto;
	padding-top: 140%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	transition: 0.3s;
}

.img-game-slide.hide-img {
	background-image: none !important;
}

.parent-game-swiper .game-slide {
	border-radius: 16px 16px 0 0;
}

.parent-game-swiper .img-game-slide {
	padding-top: 135%;
}

.game-slide.slide-view-all:hover > .img-game-slide {
	filter: blur(0px);
}

.game-slide.slide-view-all:hover > .hover-game-slide {
	opacity: 0;
	z-index: -1;
}

.data-game-slide {
	background: none;
	border-radius: 0 0 10px 10px;
	padding: 8px 6px 0;
	display: none;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: auto;
	position: relative;
	z-index: 17;
}

.provider-game-slide {
	color: #858585;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
}

.h-game-slide {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	font-size: 18px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	z-index: 1;
	padding: 10px;
	background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 47%);
}

.game-slide:hover .h-game-slide {
	display: none;
}

.h-game-slide span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.h-game-slide svg {
	width: 24px;
	height: 24px;
}

.h-game-slide .game-info-desc {
	margin-left: auto;
	cursor: pointer;
	display: flex;
}

.game-stat-dropdown__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f2f2f2;
	padding: 16px;
	z-index: 20;
	border-radius: 6px;
	width: 370px;
	box-shadow: 0 0 2px #0006;
	opacity: 0;
	pointer-events: none;
}

.game-stat-dropdown__wrapper.static {
	position: static;
	box-shadow: none;
	opacity: 1;
	pointer-events: all;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 32px;
}

.game-stat-dropdown__wrapper.static > div {
	background-color: #f2f2f2;
}

.game-stat-dropdown__wrapper.static::after,
.game-stat-dropdown__wrapper.static::before {
	content: none;
}

.game-stat-dropdown__wrapper.active {
	opacity: 1;
	pointer-events: all;
}

.game-stat-dropdown__wrapper::before {
	content: '';
	position: absolute;
	top: 100%;
	height: 16px;
	width: 100%;
	left: 0;
}

.game-stat-dropdown__wrapper.bottom::before {
	top: -20px;
}

.game-stat-dropdown__wrapper::after {
	content: '';
	position: absolute;
	left: calc(50% - 10px);
	bottom: -6px;
	width: 12px;
	height: 12px;
	background-color: #f2f2f2;
	transform: rotate(45deg);
}

.game-stat-dropdown__wrapper.left::after {
	left: calc(50% + 90px);
}

.game-stat-dropdown__wrapper.bottom::after {
	bottom: calc(100% - 6px);
	left: calc(50% - 5px);
}

.game-stat-dropdown__wrapper.bottom.left::after {
	left: calc(50% + 95px);
}

.game-stat-dropdown__wrapper .game-stat-dropdown {
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.game-stat-dropdown__wrapper .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
}

.game-stat-dropdown__wrapper .item:first-child {
	padding: 8px;
	background: #fff;
	border-radius: 6px;
}

.game-stat-dropdown__wrapper .item span {
	margin-right: 4px;
	color: #858585;
}

.game-stat-dropdown__wrapper .item svg {
	margin-left: 4px;
	width: 16px;
	height: 16px;
}

.game-stat-dropdown__wrapper .item + .item {
	margin-left: 8px;
}

.game-stat-dropdown__wrapper .row {
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4px;
}

.game-stat-dropdown__wrapper .row .title {
	color: #858585;
}

.h-game-btns {
	opacity: 0;
	position: relative;
}

.parent-game-slide {
	width: 100%;
}

.sides-blocks {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-top: 20px;
}

.sides-blocks .panel.panel_tournament {
	border-radius: 0;
	background: none;
}

.mini-slider-win {
	width: calc(33.33% - 14px);
	max-height: 410px;
	padding: 85px 35px 40px;
	background-color: #13212d;
	border-radius: 20px;
	position: relative;
}

.mini-slider-win .panel-sticker {
	background-color: #735cfc;
}

.swiper-wins {
	overflow: hidden;
	max-height: 280px;
}

.max-height {
	overflow: hidden;
	max-height: 280px !important;
}

.swiper-wins .swiper-slide {
	height: 60px !important;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 10px;
	gap: 10px;
}

.swiper-wins .swiper-slide .game {
	border-radius: 10px;
	min-width: 89.22px;
}

.swiper-wins .mini-img {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-wins .mini-img img {
	object-fit: cover;
	height: 100%;
}

.swiper-wins .mini-desc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	width: 100%;
	background: #1b2b38;
	border-radius: 10px;
	padding: 5px 10px;
}

.swiper-wins .mini-desc .name {
	max-width: 82px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	text-transform: uppercase;
}

.swiper-wins .mini-desc .name {
	max-width: 100%;
}

.swiper-wins .mini-desc .summ {
	/*  max-width: 105px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 700;
}

.swiper-wins .mini-desc a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.swiper-wins .mini-desc a .text {
	max-width: 167px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.swiper-wins .mini-desc a:hover {
	color: #fff;
}

.swiper-wins .mini-desc a:hover .text {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-wins .mini-desc a svg {
	color: #735cfc;
}

.swiper-wins .mini-desc a:hover svg {
	color: #9786ff;
}

.swiper-tournament-slider {
	width: calc(66.66% - 6px);
	overflow: hidden;
	position: relative;
	margin: 0;
	max-height: 410px;
}

.swiper-tournament-slider .swiper-slide {
	min-height: 380px;
}

.swiper-tournament-slider .swiper-slide .main__item {
	margin: 0;
	min-height: 405px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}

.swiper-tournament-slider .swiper-slide .main__item::before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 1;
	background: linear-gradient(90deg, rgb(19 33 45 / 80%) 35%, rgba(19, 33, 45, 0) 77%, rgba(19, 33, 45, 0.8) 100%);
}

.swiper-tournament-slider .parent-swiper-navination {
	right: 40px;
	bottom: 40px;
}

.index-banner {
	margin: 10px 0;
	background-image: url(../img/betnew/banner1.jpg);
	min-height: 400px;
	padding: 20px 20px 20px 40%;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.index-banner .title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.jp-summ {
	font-size: 120px;
	font-weight: 700;
	position: relative;
	min-height: 180px;
	width: 640px;
}

.jp-summ .curr {
	font-size: 40px;
	text-transform: uppercase;
}

.jp-summ .main {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(90deg, rgba(246, 209, 64, 1) 30%, rgb(255 250 223) 44%, rgba(246, 209, 64, 1) 55%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jp-summ .shadow {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	text-shadow: 3px -3px #683c14, -3px -3px #683c14, -3px 3px #683c14, -3px -3px #683c14, 3px -2px #683c14, -3px -2px #683c14, -2px 3px #683c14,
		-2px -3px #683c14, 3px -1px #683c14, -3px -1px #683c14, -1px 3px #683c14, -1px -3px #683c14, 3px 0px #683c14, -3px 0px #683c14,
		0px 3px #683c14, 0px -3px #683c14, 3px 1px #683c14, -3px 1px #683c14, 1px 3px #683c14, 1px -3px #683c14, 3px 2px #683c14, -3px 2px #683c14,
		2px 3px #683c14, 2px -3px #683c14, 3px 3px #683c14, -3px 3px #683c14, 3px 3px #683c14, 3px -3px #683c14;
}

.list-game {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}

.list-game + .bottom-btn,
.provider-slider + .bottom-btn {
	display: none;
}

.list-game .parent-game-slide {
	width: calc((100% / 7) - 20px);
	margin: 10px;
	border-radius: 20px;
}

.parent-list-game .view-all {
	margin: 0;
}

.list-game.grid {
	display: grid;
	flex-grow: 1;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap: 20px;
	margin-left: 0;
	width: 100%;
}

.list-game.other + .hidden-list {
	display: none;
}

.list-game.other.hidden + .hidden-list + .load-more-category {
	display: none;
}

.list-game.other.hidden {
	display: none;
}

.list-game.other.hidden + .hidden-list {
	display: block;
}

.list-game.grid .parent-game-slide {
	width: 100%;
	margin: 0;
}

.list-game.active-filter .parent-game-slide {
	display: none;
}

.list-game.active-filter .parent-game-slide.checked {
	display: block;
}

.list-game2 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}

.list-game2 + .bottom-btn {
	display: none;
}

.list-game2 .parent-game-slide {
	width: calc(16.66% - 20px);
	margin: 10px;
	border-radius: 20px;
}

.parent-list-game2 .view-all {
	margin: 0;
}

.list-game2.grid {
	display: grid;
	flex-grow: 1;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap: 20px;
	margin-left: 0;
	width: 100%;
}

.list-game2.grid.other + .hidden-list {
	display: none;
}

.list-game2.grid.other.hidden {
	display: none;
}

.list-game2.grid.other.hidden + .hidden-list {
	display: block;
}

.list-game2.grid .parent-game-slide {
	width: 100%;
	margin: 0;
}

.list-game2.active-filter .parent-game-slide {
	display: none;
}

.list-game2.active-filter .parent-game-slide.checked {
	display: block;
}

.one-category.slider-one-cat {
	background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, 0.6) 100%);
	padding: 15px;
	border-radius: 4px;
}

a.all-games {
	min-width: 120px;
	max-width: 120px;
	display: block;
	margin: 25px auto 0;
	text-align: center;
	color: rgb(198, 198, 198);
	background: rgb(31, 32, 43);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(36, 38, 49);
	border-image: initial;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 10px;
}

a.all-games:hover {
	color: #c6c6c6;
	background: #242631;
}

a.all-games1 {
	min-width: 120px;
	max-width: 120px;
	display: block;
	margin: 25px auto 0;
	text-align: center;
	color: rgb(198, 198, 198);
	background: rgb(31, 32, 43);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(36, 38, 49);
	border-image: initial;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 10px;
}

a.all-games1:hover {
	color: #c6c6c6;
	background: #242631;
}

.the-content {
	margin: 32px 0 32px;
	font-size: 14px;
	border-radius: 8px;
	font-size: 13px;
	padding: 32px 32px 20px;
}

.the-content:empty {
	margin: 0;
	padding: 0;
}

.the-content p {
	margin: 12px 0 8px;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
	margin: 12px 0 8px;
}

.the-content h1 {
	font-family: 'Lora', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.the-content h2 {
	font-family: 'Lora', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.the-content h3 {
	font-size: 17px;
}

.the-content a {
	color: #1b1414;
	text-decoration: underline;
}

.the-content img {
	display: none;
}

.the-content ul,
.the-content ol {
	padding: 10px 10px 10px 40px;
}

.the-content .text {
	max-height: 192px;
	overflow: hidden;
}

.the-content .text.active {
	max-height: inherit;
}

.the-content .btn {
	color: #1b1414;
	font-size: 14px;
	background-color: #fff;
	padding: 6px 16px;
	border-radius: 8px;
	display: none;
	margin-top: 8px;
}

.the-content .btn:hover {
	background-color: #efeeee;
}

.the-content .btn.active {
	display: block;
}

iframe.index-iframe {
	margin-bottom: 0;
}

.tvbet_info {
	margin-top: 30px;
}

.full-width-page {
	width: 100%;
	padding-top: 70px;
	position: relative;
}

.game-background {
	position: relative;
	min-height: 100vh;
	&:before {
		content: '';
		position: absolute;
		background-color: #000;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.5;
	}
}

.game-page__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 15px;
}

.game-page__title span {
	padding: 6px 12px;
	border-radius: 20px;
	background-color: #151a22;
}

.game-page__title.hide-title span {
	display: none;
}

.game-page__title .level-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 6px 12px;
	border-radius: 20px;
	background-color: #151a22;
	margin-bottom: 0;
}

.game-page__title .level-block__title {
	display: flex;
	align-items: center;
}

.game-page__title .level-block__title svg {
	margin-right: 8px;
}

.game-page__title .level-block__wrapper {
	width: 160px;
	margin: 0px 8px;
	position: relative;
	height: 8px;
}

.game-page__title .level-block__wrapper:hover .progress-summ {
	display: block;
}

.game-page__title .level-block__wrapper .progress-summ {
	display: none;
	position: absolute;
	width: 68px;
	bottom: calc(100% + 8px);
	right: -34px;
	text-align: center;
	background-color: #ffb319;
	color: #fff;
	border-radius: 20px;
}

.game-page__title .level-block__wrapper .progress-summ::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: calc(50% - 4px);
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ffb319;
	transform: rotate(45deg);
}

.game-page__title .level-block__wrapper .progress-summ::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: calc(100% + 8px);
	width: 100%;
}

.game-page__footer {
	display: flex;
	align-items: center;
}

.game-page__text-title {
	margin: 32px 0 16px;
	font-size: 20px;
	font-weight: 500;
}

.quick-deposit {
	position: relative;
}

.quick-deposit__dropdown {
	position: absolute;
	bottom: calc(100% + 8px);
	width: 364px;
	padding: 24px;
	background-color: #f2f2f2;
	border-radius: 12px;
	z-index: 9;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	flex-direction: column;
	display: none;
}

.quick-deposit__dropdown.active {
	display: flex;
}

.qr-field {
	max-width: 156px;
	margin: 0 auto 16px;
}

.quick-deposit__dropdown .title {
	font-size: 16px;
	color: #858585;
	margin-bottom: 8px;
}

.quick-deposit__dropdown input {
	background-color: #fff;
}

.quick-deposit__dropdown .btn {
	margin: 0 auto;
	display: inline-block;
	transition: 0.3s;
	font-size: 14px;
}

.quick-deposit__dropdown .btn:active {
	transform: scale(0.85);
}

.quick-deposit__btn {
	padding: 11px 16px;
	font-size: 14px;
}

.left-aside {
	width: 270px;
	background-color: #141b2f;
	border-radius: 12px;
	display: none;
	pointer-events: none;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.wrapper-left-aside {
	position: fixed;
	width: 270px;
	height: calc(100vh - 94px);
	top: 79px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
	background-color: #141b2f;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 10;
}

#home .left-aside {
	display: none;
}

#home .main-aside {
	width: 100%;
}

.search-aside {
	width: 100%;
	margin: 0 0 25px;
	padding: 15px 15px 0 15px;
}

input[type='search'] {
	background-image: url('../img/svg/search-white.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 10px 50%;
	background-color: #1f2941;
	border: none;
	margin: 0;
	width: 100%;
	border-radius: 12px;
}

.header-search .search {
	position: relative;
}

.header-search .search svg path {
	transition: 0.2s;
}

.header-search:hover .search svg path {
	fill: #ff7a00;
}

.header-search input {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.header-search .search-fiealdwrap {
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	position: relative;
}

.header-search .search-fiealdwrap svg {
	width: 24px;
	height: 24px;
	margin-left: auto;
}

.header-search .search-fiealdwrap input {
	margin-bottom: 0;
	border: none;
	width: calc(100% - 40px);
	margin-left: 6px;
	font-size: 16px;
	padding: 10px 0;
	background: none;
	outline: inherit;
	border: none;
}

.header-search .search-fiealdwrap input::placeholder {
	color: #858585;
}

.header-search .search-dropdown.active {
	display: block;
}

.header-search .search-dropdown {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	max-height: calc(100vh - 94px);
	background-color: #f2f2f2;
	padding: 8px;
	overflow: auto;
}

.header-search .search-filters {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
}

.header-search .search-filters .close-search {
	margin-left: auto;
	cursor: pointer;
	margin-right: 5px;
}

.header-search .search-filters .item {
	line-height: 24px;
	padding: 8px 16px;
	font-size: 14px;
	position: relative;
	font-weight: 500;
	margin-left: 8px;
	cursor: pointer;
}

.header-search .search-filters .item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0%;
	background-color: #ff7a00;
	transition: 0.3s;
}

.header-search .search-filters .item.active,
.header-search .search-filters .item:hover {
	color: #ff7a00;
}

.header-search .search-filters .item.active::after,
.header-search .search-filters .item:hover::after {
	width: 100%;
}

.search-dropdown .game-wrapper {
	display: flex;
}

.search-dropdown .game-wrapper + .game-wrapper {
	margin-top: 8px;
}

.search-dropdown .game-wrapper .game-name {
	font-weight: 500;
}

.search-dropdown .game-wrapper .game-provider {
	font-size: 10px;
	color: #858585;
	text-transform: uppercase;
}

.search-dropdown .game-wrapper .game-btns {
	margin-left: auto;
}

.search-dropdown .game-wrapper .game-btns .btn + .btn {
	margin-top: 8px;
}

.search-dropdown .game-wrapper .img-game-slide {
	max-width: 88px;
	max-height: 66px;
	border-radius: 8px;
	margin-right: 16px;
	padding-top: 0;
	width: 100%;
}

.search-dropdown .search-status {
	margin: 16px 0 8px;
}

.search-dropdown .search-status > div {
	display: none;
	text-transform: uppercase;
	color: #858585;
	font-size: 10px;
	font-weight: 500;
}

.search-dropdown .search-status > div.active {
	display: block;
}

.page-content {
	width: calc(100% - 230px);
	margin-left: auto;
	transition: 0.3s;
}

.block-topmenu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 230px;
	width: 100%;
	background-color: #151a22;
	z-index: 21;
	padding-bottom: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transition: left 0.3s;
	overflow: auto;
}

.block-topmenu .topmenu-wrap {
	height: 100%;
}

.block-topmenu .sidebar-menu-btn {
	transition: opacity 0.3s;
	margin-left: auto;
	padding: 10px 15px;
}

.block-topmenu:hover .sidebar-menu-btn {
	opacity: 1;
	pointer-events: all;
}

.block-topmenu .sidebar-menu-btn:hover svg path {
	fill: #ff7a00;
}

.block-topmenu .sidebar-menu-btn svg {
	transition: 0.3s;
	transform: rotateY(360deg);
}

.block-topmenu.active .sidebar-menu-btn svg {
	transform: rotateY(0deg);
}

.block-topmenu.active .sidebar-menu-btn {
	transform: rotateY(180deg);
	width: 48px;
	padding: 10px 8px;
}

.block-topmenu.active {
	left: -182px;
}

.page-content.active {
	width: calc(100% - 48px);
}

.topmenu-wrap::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.topmenu-wrap::-webkit-scrollbar-thumb {
	width: 0px;
	background-color: #2a3546;
	border-radius: 2px;
}

.topmenu-wrap .logout-btn {
	background-color: #fff;
	margin-top: 16px;
	padding: 9.5px 16px;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
	color: #1b1414;
	width: 100%;
}

.topmenu-wrap .logout-btn:hover {
	background-color: #efeeee;
}

.block-topmenu .header-logo {
	margin: 0;
}

.block-topmenu .header-logo a {
	color: #1b1414;
}

.block-topmenu .header-logo img {
	max-width: 104px;
}

.block-topmenu .partner-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 40px 0 30px;
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.block-topmenu .partner-block .top-block {
	background-color: #fff;
	padding-bottom: 16px;
	padding: 8px;
	position: relative;
}

.block-topmenu .partner-block .top-block::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: calc(100% - 20px);
	margin-left: 8px;
	background-color: #e0e0e0;
}

.block-topmenu .partner-block .top-block a {
	display: flex;
	align-items: flex-start;
	font-size: 12px;
	color: #858585;
}

.block-topmenu .partner-block .top-block a img {
	width: 24px;
	height: 24px;
}

.block-topmenu .partner-block .top-block a .title {
	margin-top: 4px;
	font-size: 13px;
	color: #1b1414;
	font-weight: 600;
}

.block-topmenu .partner-block .top-block a .text {
	margin-left: 16px;
}

.block-topmenu .partner-block .btn-block {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	padding: 8px;
	padding-top: 10px;
}

.block-topmenu .partner-block .btn-block a {
	color: #585858;
}

.block-topmenu .header-menu {
	display: flex;
	flex-direction: column;
}

.block-topmenu .header-menu a {
	margin-right: 0;
}

.sidebar-menu-btn:not(.item) {
	width: 60px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
}

.block-topmenu_head {
}

.block-topmenu_head svg {
}

.block-topmenu_head .sidebar-menu-btn {
	position: static;
	margin-left: 8px;
}

.block-topmenu_head .mobile-logo {
	display: none;
}

.one-menu.filled + .one-menu.filled {
	margin-top: 8px;
}

.one-menu a {
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	color: #fff;
	padding: 5px 25px;
}

.one-menu a:hover {
	background-color: #1a2c3d;
}

.one-open-menu {
}

.one-menu.filled a {
	background-color: #fff;
	border-radius: 8px;
	padding: 8px 12px;
}

.one-menu.filled .img-one-menu {
	min-width: 24px;
	max-width: 24px;
	height: 24px;
}

.one-menu.filled a span {
	color: #858585;
	font-weight: 400;
	margin-left: auto;
}

.img-one-menu {
	min-width: 25px;
	max-width: 25px;
	height: 25px;
	margin-right: 15px;
}

.one-menu a img {
	width: 100%;
	transition: 0.3s;
}

.level-block {
	border-radius: 8px;
	padding: 8px 8px 16px;
	margin-bottom: 8px;
}

.level-block__title img {
	max-width: 24px;
}

.level-block__wrapper {
	margin: 8px 0;
	background-color: #f2f2f2;
	height: 4px;
	border-radius: 8px;
}

.level-block__inner {
	background-color: #ff7a00;
	height: 100%;
	border-radius: 8px;
	position: relative;
}

.level-block__progress {
	font-size: 12px;
	font-weight: 400;
}

.level-block__progress span {
	margin: 0 8px;
}

.list-menu-border {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.09);
	margin: 15px 0;
}

svg.icon-external {
	margin-left: 3px;
	margin-bottom: 0px;
	fill: #c6c6c6;
}

.one-menu a svg.svg-open {
	transform: rotate(90deg);
	position: absolute;
	right: 20px;
	margin-top: 1px;
}

.h-one-open-menu {
	font-family: 'Lora', serif;
	font-size: 22px;
	font-weight: 300;
	margin: 16px 0;
}

.one-menu.open-menu .one-open-menu a {
	font-size: 16px;
	font-weight: 400;
}

.one-menu.open-menu .one-open-menu a span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.one-menu.open-menu .one-open-menu a span + span {
	margin-left: auto;
}

.one-menu.open-menu {
	margin-bottom: 20px;
}

.topmenu-line {
	width: 100%;
	background-color: #e0e0e0;
	width: 100%;
	height: 1px;
	margin: 10px auto;
}

.topmenu-else-links {
}

.topmenu-else-links a {
	font-size: 12px;
	padding: 0px 8px;
	color: #858585;
	position: relative;
}

.topmenu-else-links a:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	background-color: #858585;
	width: 2px;
	height: 2px;
}

.top-menu-profile-info {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
}

.top-menu-profile-info > span {
	margin-right: 10px;
	background-color: #ff7900;
	border-radius: 50%;
	width: 25px;
	display: flex;
}

.top-menu-profile-log-out {
	margin-left: auto;
	opacity: 0.7;
	height: 17px;
}

.top-menu-profile-log-out:hover {
	opacity: 1;
}

.top-menu-profile-log-out svg path {
	fill: #000;
	stroke: #000;
	stroke-width: 0.4;
}

.profile-btn-topmenu {
	margin: 30px 20px 20px;
}

.top-menu-profile-balance {
	margin: 20px 0;
}

.header .header-balance {
	padding: 0;
	margin-right: 20px;
}

.header-balance {
	border-radius: 10px;
	padding: 5px 15px;
	font-size: 15px;
}

.header-balance .title {
	font-weight: 400;
	margin-right: 20px;
}

.header-balance .login {
	color: #ff7a00;
	margin-bottom: 4px;
	font-weight: 500;
	cursor: pointer;
}

.profile-btn-topmenu .btn {
	max-width: 130px;
	margin: 0 auto;
}

.profile-btn-topmenu .btn + .btn {
	margin-top: 10px;
}

.list-routers {
	font-size: 14px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2px;
	margin-bottom: 15px;
	width: 100%;
}

.list-routers a {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding: 13px 15px;
	color: #fff;
	font-size: 12px;
	border-top: 1px solid rgba(38, 46, 72, 0.5);
}

.list-routers a:first-child {
	border-top: none;
}

.list-routers a:hover {
	background: rgba(38, 46, 72, 0.5);
}

.img-list-routers {
	width: 50px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.img-list-routers img {
	max-height: 20px;
}

.title-list-routers {
	width: calc(100% - 95px);
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	color: #fff;
	font-weight: 700;
}

.col-list-routers {
	width: 33px;
	text-align: right;
	color: #7388b6;
	font-size: 10px;
}

.h-aside {
	color: #7388b6;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -0.12px;
	margin: 0 0 3px;
	opacity: 0.3;
	text-transform: uppercase;
	padding: 0 15px;
}

.list-routers.list-aside-cat .img-list-routers {
	width: 20px;
}

.list-routers.list-aside-cat .title-list-routers {
	width: calc(100% - 65px);
}

.modal-overflow {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 16px;
	opacity: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 43, 56, 0.65);
}

.modal-overflow.active {
	z-index: 21;
	opacity: 1;
}

.modal-container {
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	pointer-events: none;
}

.modal-container.active {
	opacity: 1;
	z-index: 101;
	pointer-events: all;
}

.modal-container_2 {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
}

.modal-container_2.active {
	opacity: 1;
	z-index: 101;
	pointer-events: all;
}

.modal-win#reg,
.modal-win#choose_currency_modal,
.modal-win#authentication,
.modal-win#login {
	max-height: 100vh;
}

.modal-win {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}

.modal-win.active {
	z-index: 102;
	display: flex;
	overflow: auto;
}

.modal-win#remind,
.modal-win#exit,
.modal-win#choose_currency_modal,
.modal-win#authentication,
.modal-win#login,
.modal-win#reset-pass,
.modal-win#fast-deposit {
	max-width: 500px;
}

.modal-win#fast-deposit .parent-modal-win {
	flex-direction: column;
	padding: 30px;
}
.modal-win#fast-deposit .content-modal-win {
	flex-direction: column;
}
.modal-win#fast-deposit .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.modal-win#fast-deposit .dropdown {
	margin-bottom: 28px;
}
.modal-win#fast-deposit .dropdown.open .dropdown__toggle svg {
	transform: rotate(180deg);
}
.modal-win#fast-deposit .dropdown__toggle {
	justify-content: space-between;
}
.modal-win#fast-deposit .dropdown__toggle svg {
	transition: all 0.15s ease-in-out;
}
.modal-win#fast-deposit .dropdown__item,
.modal-win#fast-deposit .dropdown__value {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	line-height: 1;
}
.modal-win#fast-deposit .dropdown__icon {
	height: 24px;
}
.modal-win#fast-deposit .modal__layout {
	border-radius: 10px;
	padding: 10px;
	margin: -10px;
	overflow: hidden;
	position: relative;
}
.modal-win#fast-deposit .modal__layout.loading::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.modal-win#fast-deposit .modal__layout.loading .modal__loader {
	display: flex;
}
.modal-win#fast-deposit .modal__loader {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.modal-win#fast-deposit .modal__loader svg {
	animation: rotation1 1s linear infinite;
}
.modal-win#fast-deposit .modal__qr {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}
.modal-win#fast-deposit .modal__qr svg {
	border-radius: 8px;
}
.modal-win#fast-deposit .form-group-input {
	position: relative;
}
.modal-win#fast-deposit .form-group-input input {
	font-size: 14px;
	padding-right: 45px;
}
.modal-win#fast-deposit .form-group-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 15px;
	top: 50%;
	height: 24px;
	width: 24px;
	transform: translateY(-50%);
	cursor: pointer;
}
.modal-win#fast-deposit .modal__address {
	margin-bottom: 16px;
}
.modal-win#fast-deposit .modal__warning {
	background: rgba(35, 43, 54, 1);
	padding: 12px;
	border-radius: 12px;
	color: rgba(133, 133, 133, 1);
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}
.modal-win#fast-deposit .modal__warning:last-child {
	margin-bottom: 0;
}
.modal-win#fast-deposit .modal__warning span {
	font-weight: 700;
}
.modal-win#fast-deposit .close-small {
	position: initial;
}

.modal-win#providers {
	max-width: 800px;
	max-height: calc(100% - 80px);
}

.modal-win#reg {
	max-width: 920px;
	background-color: #151a22;
	background-image: url(../img/betnew/reg-bg.png);
	background-position: left top;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

.modal-win#providers .content-modal-win,
.modal-win#exit .content-modal-win {
	flex-direction: column;
	padding: 30px;
	align-items: center;
	overflow: auto;
	max-height: calc(100% - 30px);
}

.modal-win#providers .content-modal-win .title,
.modal-win#exit .content-modal-win .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	text-align: center;
}

.modal-win#providers .content-modal-win .desc,
.modal-win#exit .content-modal-win .desc {
	font-size: 14px;
	margin-top: 30px;
}

.modal-win#providers .content-modal-win .bottom-btn,
.modal-win#exit .content-modal-win .bottom-btn {
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.modal-win#providers .content-modal-win .bottom-btn .btn,
.modal-win#exit .content-modal-win .bottom-btn .btn {
	margin: 0 10px;
}

.modal-win#providers .content-modal-win .close-small:not(.btn),
.modal-win#exit .content-modal-win .close-small:not(.btn) {
	height: 24px;
	width: 24px;
	top: calc(50% - 12px);
	right: 0;
}

.modal-win#providers .content-modal-win .close-small:not(.btn) svg,
.modal-win#exit .content-modal-win .close-small:not(.btn) svg {
	transition: 0.3s;
}

.modal-win#providers .content-modal-win .close-small:not(.btn):hover svg,
.modal-win#exit .content-modal-win .close-small:not(.btn):hover svg {
	fill: #ff7a00;
}

.modal-win#providers .content-modal-win .close-small:not(.btn) svg use,
.modal-win#exit .content-modal-win .close-small:not(.btn) svg use {
	transform: scale(1.5) translate(-4px, -4px);
}

.modal-win#providers .providers-list {
	width: 100%;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.modal-win#providers .providers-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	background-color: #13212d;
	border-radius: 20px;
	position: relative;
	transition: 0.3s;
}

.modal-win#providers .providers-list a:hover {
	box-shadow: 0 1px 5px #607896;
	transform: translate3d(0, -3px, 0);
}

.modal-win#providers .providers-list a img {
	max-width: 80%;
}

.close-small:not(.btn) {
	width: 38px;
	height: 38px;
	border: none;
	font-weight: 300;
	font-size: 38px;
	line-height: 38px;
	background-color: transparent;
	color: #c6c6c6;
	padding: 0;
	position: absolute;
	top: 6px;
	right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	z-index: 10;
	transition: color 0.1s ease-in-out;
	cursor: pointer;
}

.close-small:not(.btn) svg {
	fill: #fff;
}

.parent-modal-win {
	display: flex;
	justify-content: space-between;
	background-color: #151a22;
}

.img-modal-win {
	width: 50%;
	padding: 32px;
	background-color: #1a2131;
	background-image: url(../img/regbanner.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	min-height: 300px;
	text-align: center;
	display: none;
}

.content-modal-win {
	width: 100%;
	display: flex;
}

.content-modal-win .bottom-modal-text p a {
	color: #ff7a00;
}

.content-modal-win .text-check a {
	color: #ff7a00;
	text-decoration: underline;
}

.content-modal-win .l-side {
	width: 100%;
	height: 100%;
	padding: 55px 70px;
	order: 1;
	display: flex;
	flex-direction: column;
}

#reg .content-modal-win .l-side {
	width: 50%;
}

#reg .parent-modal-win {
	background: none;
}

.content-modal-win .l-side .modal-logo {
	max-width: 150px;
	display: flex;
	margin-bottom: 48px;
	color: #1b1414;
}

.content-modal-win .l-side .socials > div {
	display: flex;
	justify-content: center;
}

.content-modal-win .or-block {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	display: flex;
	justify-content: center;
	margin-top: 24px;
	white-space: nowrap;
	margin-bottom: 10px;
}

.content-modal-win .r-side {
	max-width: 460px;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.content-modal-win .r-side .pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

.content-modal-win .r-side .banner {
	max-width: 560px;
	width: 37%;
	margin: 32px 73px;
}

.content-modal-win .r-side > .title {
	font-size: 48px;
	font-family: 'Lora', sans-serif;
	margin-bottom: 48px;
}

.content-modal-win .r-side .items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 732px;
}

.content-modal-win .r-side .item {
	width: calc(33.33% - 8px);
	display: flex;
	align-items: flex-start;
}

.content-modal-win .r-side .item img {
	width: 40px;
	margin-right: 12px;
}

.content-modal-win .r-side .item .text-wrap {
	width: calc(100% - 48px);
}

.content-modal-win .r-side .item .title {
	font-family: 'Lora', sans-serif;
	font-size: 18px;
	margin-bottom: 12px;
}

.content-modal-win .r-side .item .text {
	font-size: 12px;
}

.btn-modal-win {
	display: flex;
	align-items: center;
}

.one-btn-modal-win {
	display: flex;
	align-items: center;
	margin-right: 13px;
}

.one-btn-modal-win span {
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: #4a3e6d;
	cursor: pointer;
	text-align: center;
	padding: 5px 10px;
}

.one-btn-modal-win span:hover {
	color: #4a3e6d;
}

.one-btn-modal-win.active span {
	border-radius: 14px;
	padding: 5px 10px;
	border-radius: 3rem;
	color: #fff;
	cursor: default;
	background-color: #3e3ef4;
	opacity: 1;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	align-items: center;
	display: inline-flex;
	vertical-align: middle;
	justify-content: flex-start;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	border: 2px solid transparent;
}

.h-form-modal-win {
	font-size: 24px;
	font-weight: 600;
	width: 100%;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}

.form-modal-win select {
	border: none;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 10px 50%;
	padding: 11px 16px;
	padding-left: 14px;
	background-color: #1b2b38;
	color: #fff;
	box-shadow: inset 0px 0px 2px 3px rgb(0 0 0 / 5%);
	font-size: 16px;
	font-family: 'Sora', sans-serif;
	margin-bottom: 16px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/svg/arrow-down.svg);
	background-position: center right 20px;
}

.form-modal-win select {
	border: none;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 10px 50%;
	padding: 11px 16px;
	padding-left: 14px;
	background-color: #1b2b38;
	color: #fff;
	box-shadow: inset 0px 0px 2px 3px rgb(0 0 0 / 5%);
	font-size: 16px;
	font-family: 'Sora', sans-serif;
	margin-bottom: 16px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/svg/arrow-down.svg);
	background-position: center right 20px;
}

input:not(.search-field) {
	position: relative;
	display: flex;
	align-items: center;
	border: none;
	transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	border-radius: 8px;
	padding: 11px 16px;
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: 16px;
	outline: none;
	font-weight: 400;
	color: #fff;
	box-shadow: 0 0 0 1px rgb(224 224 224) inset;
}

.modal-win input {
	border: none;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 10px 50%;
	padding-left: 14px;
	background-color: #1b2b38;
	box-shadow: inset 0px 0px 2px 3px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	font-family: 'Sora', sans-serif;
	margin-bottom: 16px;
}

::-webkit-input-placeholder {
	color: #858585;
}

:-moz-placeholder {
	color: #858585;
}

::-moz-placeholder {
	color: #858585;
}

:-ms-input-placeholder {
	color: #858585;
}

.modal-win .submit.btn {
	margin: 0 auto;
}

.login-form .forgot {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

#login .btn,
#remind .btn,
#reg .btn,
#reset-pass .btn {
	padding: 11px 16px;
}

button.submit.disabled {
	pointer-events: none;
	opacity: 0.7;
}

.answer {
	text-align: center;
	margin: 10px 0 0;
	color: #fff;
}

.one-form-modal-win svg.svg-bg {
	width: 20px;
	height: 20px;
	fill: #c6c6c6;
	transition: fill 0.1s ease-in-out;
	position: absolute;
	margin-top: -42px;
	margin-left: 13px;
	left: calc(50% + 33px);
}

.pass-open {
	background-color: #3e3ef4;
	color: #fff;
	border-color: transparent;
	width: 24px;
	height: 24px;
	padding: 4px;
	border-radius: 6px;
	position: absolute;
	left: calc(100% - 33px);
	top: -44px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	align-items: center;
	position: relative;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	outline: none;
	display: inline-block;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.pass-open svg {
	fill: #fff;
	width: 16px;
	height: 16px;
}

.pass-open.active svg:nth-child(1),
.pass-open svg:nth-child(2) {
	display: none;
}

.pass-open.active svg:nth-child(2) {
	display: inline-block;
}

.forgot a {
	font-size: 14px;
	color: #ff7a00;
	text-decoration: underline;
}

.login-social {
	margin: 24px 0 24px;
	text-align: center;
}

.h-login-social {
	font-size: 13px;
	color: #4a3e6d;
	font-weight: 700;
	margin: 0 0 4px;
}

.bottom-modal-text {
	font-size: 14px;
	/* margin-top: auto; */
}

.bottom-modal-text p {
	margin-top: 8px;
	font-size: 12px;
	text-align: center;
}

.middle-modal-text p {
	margin-bottom: 8px;
	font-size: 14px;
	text-align: center;
}

.bottom-modal-text span {
	font-size: 14px;
	display: block;
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
}

.bottom-modal-text span a.arrow-link {
	justify-content: center;
}

.bottom-modal-text span a.arrow-link:hover svg {
	transform: none;
	left: 0;
}

.one-form-modal-win input[type='checkbox'] {
	visibility: hidden;
	width: 0;
	height: 0;
	padding: 0;
	width: 0;
}

.one-form-modal-win input[type='checkbox'] + .checkbox-block {
	display: block;
	min-width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	padding: 8px;
	appearance: none;
	border: none;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.1s ease-in-out;
	z-index: 991;
	border: 2px solid #70828f;
	cursor: pointer;
}

.one-form-modal-win input[type='checkbox'] + .checkbox-block:before {
	content: '';
	position: absolute;
	top: 6.7px;
	left: 5.5px;
	width: 7px;
	height: 3px;
	border-width: 0px 0px 2px 2px;
	border-color: #ff7a00;
	border-style: solid;
	transform: rotate(-45deg);
	visibility: hidden;
	z-index: 992;
}

.one-form-modal-win input[type='checkbox'].active + .checkbox-block {
	border-color: #ff7a00;
}

.one-form-modal-win input[type='checkbox'].active + .checkbox-block:before {
	visibility: visible;
}

.one-form-modal-win__title {
	color: #70828f;
	font-size: 10px;
	margin-left: 10px;
}

.form-check {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.form-check.one-form-modal-win:hover input[type='checkbox'].active + .checkbox-block,
.form-check.one-form-modal-win:hover input[type='checkbox'] + .checkbox-block:before,
.form-check.one-form-modal-win:hover input[type='checkbox'] + .checkbox-block {
	border-color: #e1fe5a;
}

.margin-form-check {
	margin: 20px 0;
}

.text-check {
	text-align: left;
}

.error-check {
	display: none;
	font-size: 11px;
	margin: 0 0 5px;
}

.error-check.active {
	display: block;
}

.modal-win#remind {
	width: 100%;
}

.h-remind {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #4a3e6d;
	display: block;
	background: #fff;
	border-radius: 14px 14px 0 0;
	padding: 24px 24px 0;
}

.content-remind {
	padding: 0;
	position: relative;
	z-index: 995;
}

#reset-pass p,
#remind p {
	display: inline-block;
	color: #858585;
	font-size: 12px;
}

#reset-pass .reset-form .one-form-modal-win,
#remind .remind-form .one-form-modal-win {
	margin-bottom: 24px;
}

#reset-pass .reset-form .answer,
#remind .remind-form .answer {
	font-size: 12px;
	color: #d63741;
}

#reset-pass .reset-form .answer > div,
#remind .remind-form .answer > div {
	display: none;
}

#reset-pass .reset-form .answer > div.active,
#remind .remind-form .answer > div.active {
	display: block;
}

.submit-remind {
	padding: 0;
}

.submit-remind button.submit {
	text-align: center;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
}

.history-remind {
	background-color: #ff7900;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	width: 36.5px;
	height: 36.5px;
	margin-right: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.history-remind svg {
	fill: #fff;
	width: 24px;
	height: 24px;
}

.history-remind:hover svg {
	fill: #fff;
}

.footer {
	padding-bottom: 48px;
	margin-top: 30px;
}

.footer .change-theme-color {
	margin-top: 20px;
}

.footer .change-theme-color > span {
	background-color: #151a22;
}

.footer-menus {
	padding-bottom: 16px;
	margin-top: 48px;
}

.footer-menus .container {
	display: flex;
}

.footer-logo svg {
	max-height: 60px;
	width: 100%;
}

.footer-copyright {
}

.footer-copyright .title {
	margin-bottom: 16px;
	font-size: 14px;
	color: #1b1414;
}

.footer-menu {
	width: 25%;
	max-width: 160px;
	margin-right: 40px;
}

.h-footer-menu {
	font-size: 16px;
	margin-bottom: 20px;
	color: #ff7a00;
	font-weight: 600;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer-menu ul li {
	margin-bottom: 5px;
	width: 100%;
	display: flex;
}

.footer-menu ul li:last-child {
	margin-bottom: 0;
}

.footer-menu ul li a {
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
}

.footer-settings {
	margin-left: auto;
	min-width: 169px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer .copyright_gambling_soft a {
	color: #ff7a00;
	border-color: #ff7a00;
}

.footer .copyright_gambling_soft svg,
.footer .copyright_gambling_soft svg g {
	fill: #ff7a00 !important;
}

.footer-pay-logo {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border-radius: 8px;
	padding: 20px 0;
	margin-bottom: 40px;
}

.footer-pay-logo img {
	max-width: 105px;
	max-height: 54px;
}

.footer-pay-logo svg {
	max-width: 105px;
	max-height: 54px;
	fill: rgba(255, 255, 255, 0.3);
}

.footer-pay-logo path {
	fill: rgba(255, 255, 255, 0.3);
}

.footer-providers-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}

.footer-providers-logo .img-wrap {
	padding: 20px 10px;
	width: 200px;
	height: 75px;
	filter: contrast(0.5);
	text-align: center;
}

.footer-providers-logo img {
}

.footer-copyright .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-copyright .copyright {
	padding: 0;
	width: 100%;
	font-size: 12px;
}

.exchange-rate {
	background-color: #f2f2f2;
	color: #858585;
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 8px;
}

.block-bottom-links {
	display: flex;
	justify-content: space-between;
	padding: 16px 0 0;
	border-top: 1px solid #e0e0e0;
	flex-wrap: wrap;
}

.block-bottom-links .item {
	margin-bottom: 16px;
}

.block-bottom-links .title {
	margin-bottom: 16px;
	font-size: 14px;
}

.block-bottom-links .item-img-block {
	display: flex;
	align-items: center;
}

.block-bottom-links img,
.block-bottom-links svg {
	height: 40px;
}

.block-bottom-links img + img {
	margin-left: 4px;
}

.block-bottom-links .item:last-child svg {
	height: 16px;
}

.block-bottom-links .item:last-child img + svg,
.block-bottom-links .item:last-child svg + img {
	margin-left: 16px;
}

.hidden {
	display: none !important;
}

.open-menu-mobile,
.dropdown-left-aside {
	display: none;
}

.main.main_tournament {
	padding: 0;
}

.tournaments-bg .container {
	max-width: 1236px;
}

.lottery__tabitem {
	background: none;
	padding: 0;
	width: auto;
	font-weight: 500;
	margin: 0 20px;
	min-width: 250px;
}

.lottery__tabitem.lottery__tabitem_active {
	background: none;
	color: #ff7900;
}

.main__item {
	background-color: #13212d;
	background-size: cover;
	background-position: right center;
	padding: 75px 40px 40px;
	margin: 15px 0 20px;
	border-radius: 20px;
	position: relative;
}

.tours-slider {
	position: relative;
	padding: 20px 0;
}

.tours-slider .swiper-wrapper {
	align-items: stretch;
}

.tours-slider .swiper-wrapper:empty {
	padding: 30px 0;
}

.tours-slider .swiper-slide {
	height: inherit;
	width: 50%;
}

.tours-slider .panel.panel_tournament {
	height: 100%;
}

.tours-slider .pannel__sides {
	height: 100%;
}

.main_tournament .tours-slider1 .swiper-slide {
	padding-bottom: 44px;
}

.tours-slider .swiper-button-next,
.tours-slider .swiper-button-prev {
	padding: 4px;
	border-radius: 8px;
	background-color: #f2f2f2;
	width: 32px;
	height: 32px;
	box-shadow: 0px 0px 2px 0px rgba(15, 22, 31, 0.5);
}

.tours-slider .swiper-button-next:hover,
.tours-slider .swiper-button-prev:hover {
	background-color: #dfdfdf;
}

.tours-slider .swiper-button-next.swiper-button-disabled,
.tours-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 0.6;
}

.tours-slider .swiper-button-next {
	right: -16px;
	transform: translateY(-50%);
}

.tours-slider .swiper-button-prev {
	left: -16px;
	transform: translateY(-50%);
}

.tours-slider .swiper-button-next svg,
.tours-slider .swiper-button-prev svg {
	width: 24px;
	height: 24px;
}

.tours-slider .swiper-button-next::after,
.tours-slider .swiper-button-prev::after {
	content: none;
}

.panel-sticker {
	background-color: #0e7fcc;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	position: absolute;
	display: flex;
	align-items: center;
	top: 20px;
	left: 0;
	z-index: 1;
	min-width: 140px;
	text-align: center;
	border-radius: 0 10px 10px 0;
}

.panel-sticker svg {
	margin-right: 10px;
}

.tournament__title {
	margin-bottom: 16px;
	font-size: 18px;
	color: #858585;
}

.panel.panel_tournament {
	max-width: 578px;
	position: relative;
	z-index: 1;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	background: #13212d;
	border-radius: 10px;
	overflow: hidden;
}

.panel.panel_tournament .panel__caption {
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
}

.lottery__title h1 {
	margin-bottom: 24px;
}

.lottery__title h1 {
	text-align: left;
	font-size: 24px;
	font-weight: 400;
}

.panel__header {
	margin: 0 0 15px;
	width: 100%;
}

.panel__header img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.pannel__sides {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
}

.pannel__l-side {
	width: calc(50% - 8px);
	display: flex;
	flex-direction: column;
}

.pannel__l-side .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.pannel__l-side .head-note {
	padding: 0 8px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}

.pannel__l-side .head-note.soon {
	background-color: #5c33cf;
}

.pannel__l-side .head-note.active {
	background-color: #0cd664;
}

.pannel__l-side .panel__position {
	color: #858585;
	margin: 15px 0;
}

.pannel__l-side .panel__position:empty {
	margin: 0;
}

.pannel__l-side .tour-type {
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(15, 22, 31, 0.1) 0px 0px 12px 0px;
	position: relative;
	cursor: pointer;
}

.pannel__l-side .tour-type:hover .tour-type__dropdown {
	display: block;
}

.tour-type__dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: calc(50% - 185px);
	width: 370px;
	background-color: rgb(0, 0, 0, 0.93);
	box-shadow: rgba(15, 22, 31, 0.1) 0px 0px 12px 0px;
	color: #858585;
	padding: 12px;
	border-radius: 4px;
	z-index: 5;
}

.tour-type__dropdown::before {
	content: '';
	background-color: rgb(0, 0, 0, 0.93);
	position: absolute;
	top: -5px;
	left: calc(50% - 6px);
	display: block;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	border-radius: 2px;
	outline: 10px solid rgba(0, 0, 0, 0);
}

.tour-type__title {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.tour-type__type {
	font-size: 16px;
	color: #fff;
	margin-bottom: 4px;
}

.tour-type__type-desc {
	font-size: 14px;
	font-weight: 500;
}

.pannel__r-side {
	width: calc(50% - 8px);
	background-color: #151a22;
	border-radius: 8px;
	padding: 20px 16px;
}

.panel__title.panel__title_tournament.title {
	font-size: 24px;
	font-weight: 700;
	display: block;
}

.pannel__sides-bg {
	background: #1b2b38;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 20px;
	border-radius: 10px;
}

.pannel__sides-bg .l-side,
.pannel__sides-bg .r-side {
	display: flex;
	align-items: center;
}

.sides-line {
	background: rgba(212, 225, 245, 0.2);
	width: 2px;
	min-height: 100%;
	margin: 0 10px;
	align-self: stretch;
}

.pannel__sides-bg svg {
	margin-right: 10px;
}

.panel__prize {
	width: auto;
	background: none;
	padding: 0;
	border-radius: 0;
	margin-top: 0;
	display: block;
}

.panel__prize.large {
	text-align: center;
	padding: 20px 0;
}

.panel__prize.large .panel__countnote.title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.panel__prize.large .panel__countdown {
	justify-content: center;
}

.panel__prize.large .panel__countdown,
.panel__prize.large .panel__countbutton {
	font-size: 36px;
	color: #ff7900;
}

.panel__countdown {
	padding-right: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: inherit;
	display: flex;
	align-items: flex-end;
}

.panel__countnote.title {
	display: block;
	font-size: 14px;
}

.panel__countnote.title {
	display: block;
	font-size: 14px;
}

.tournaments-bg .panel__countnote.title {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #858585;
	margin-bottom: 8px;
}

.tournaments-bg .panel__countdown {
	padding-right: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: inherit;
	display: flex;
	align-items: flex-end;
	background-color: #f2f2f2;
	padding: 6px 8px;
	margin-bottom: 12px;
	border-radius: 4px;
	color: #111;
}

.tournaments-bg .panel__header img {
	border-radius: 10px;
}

.panel__countbutton {
	position: static;
	background: none;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 0 5px;
}

.panel__timer {
	width: auto;
	padding-left: 0;
}

.timer__table {
	min-width: 105px;
	width: 100%;
}

.timer__table .timer__row_digit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.timer__table .timer__row_digit .timer__cell:not(.symbol) {
	background: #151a22;
	border-radius: 8px;
	border: 1px solid #858585;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(25% - 12px);
	width: 40px;
	height: 40px;
}

.timer__table .timer__row_digit .timer__cell.symbol {
	padding: 0 4px;
}

.timer__table .timer__row_digit .timer__cell.symbol {
	color: #1b1414;
}

.timer__table .timer__cell.symbol {
	padding: 0;
}

.timer__row.timer__row_caption {
	display: flex;
	align-items: center;
	margin-top: 4px;
	justify-content: space-between;
}

.timer__row.timer__row_caption .timer__cell:not(.symbol) {
	width: calc(25% - 12px);
	max-width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 8px;
	text-transform: uppercase;
}

.timer__row.timer__row_caption .timer__cell.symbol {
	padding: 0 5px;
	color: rgba(0, 0, 0, 0);
	font-size: 8px;
	text-transform: uppercase;
}

.panel__info-button {
	margin: 0;
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
}

.panel__info-button .tournament-show {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin-left: 16px;
	color: #1b1414;
}

.panel__info-button .opt-in {
	width: calc(100% - 56px);
	margin-right: auto;
}

.panel__info-button .opt-in span:last-child {
	display: none;
}

.panel__info-button .opt-in.active {
	background-color: rgba(0, 0, 0, 0);
	color: #858585;
	border: 1px solid #858585;
	pointer-events: none;
}

.panel__info-button .opt-in.active:hover {
	border: 1px solid #1b1414;
}

.panel__info-button .opt-in.active span:first-child {
	display: none;
}

.panel__info-button .opt-in.active span:last-child {
	display: block;
}

.tournament-details {
	display: flex;
}

.tournament-details__l-side {
	max-width: 796px;
	width: 67%;
}

.tournament-details__r-side {
	width: calc(33% - 16px);
	margin-left: auto;
}

.summary__block {
	margin: 16px 0;
}

.summary__content {
}

.summary__info {
}

.tournament-details__main-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 16px;
	line-height: 32px;
}

.tournament-details__header .panel.panel_tournament {
	border: none;
	max-width: 100%;
}

.tournament-details__header .pannel__sides-bg {
	margin-bottom: 0;
	margin-top: 20px;
}

.tournament-details__header .panel__caption {
	text-align: center;
	font-size: 14px;
}

.tournament-details__btns {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #f3f5fc;
}

.details__btn {
	margin: 0 10px;
	font-weight: 600;
	cursor: pointer;
}

.details__btn:hover {
	color: #ff7900;
}

.leaderboard__slider.slider_leaderboard {
	margin-top: 0;
	overflow: hidden;
	border-radius: 12px;
}

.leaderboard__block {
	width: 100%;
	min-width: 290px;
	background-color: #151a22;
	margin: 0 auto;
	padding: 12px;
}

.leaderbord__main-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 16px;
}

table.table.table_leaderboard {
	border-collapse: separate;
	border-spacing: 0 4px;
}

table.table.table_leaderboard td,
table.table.table_leaderboard th {
	border: none;
	font-size: 12px;
	padding: 0;
	vertical-align: middle;
}

table.table.table_leaderboard th {
	padding-bottom: 8px;
	font-weight: 400;
}

table.table.table_leaderboard td:first-child,
table.table.table_leaderboard th:first-child {
	padding-left: 8px;
}

table.table.table_leaderboard td:last-child,
table.table.table_leaderboard th:last-child {
	padding-right: 8px;
	text-align: right;
}

table.table.table_leaderboard td:nth-child(2),
table.table.table_leaderboard th:nth-child(2) {
	text-align: left;
}

table.table.table_leaderboard td span {
	display: inline-block;
	width: 24px;
	line-height: 24px;
	background-color: #f2f2f2;
	color: #858585;
	border-radius: 50%;
}

table.table.table_leaderboard tbody tr:first-child td span,
table.table.table_leaderboard tbody tr:nth-child(2) td span,
table.table.table_leaderboard tbody tr:nth-child(3) td span {
	height: 28px;
	color: rgba(0, 0, 0, 0);
	background-color: inherit;
	background-size: contain;
	background-position: center;
}

table.table.table_leaderboard tbody tr:first-child td span {
	background-image: url(../img/betnew/gold.svg);
}

table.table.table_leaderboard tbody tr:nth-child(2) td span {
	background-image: url(../img/betnew/silver.svg);
}

table.table.table_leaderboard tbody tr:nth-child(3) td span {
	background-image: url(../img/betnew/bronze.svg);
}

table.table.table_leaderboard td:nth-child(3) {
	color: #d4d4d4;
}

table.table.table_leaderboard .table__row td {
	background: #1b2b38;
	height: 48px;
	vertical-align: middle;
}

table.table.table_leaderboard .table__row td:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

table.table.table_leaderboard .table__row td:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

table.table.table_leaderboard .table__row:nth-child(1) td {
	background-color: #ffe4ad;
	color: #1b1b1b;
}

table.table.table_leaderboard .table__row:nth-child(2) td {
	background-color: rgb(182 163 233 / 30%);
}

.tournament-details__leaderboard,
.tournament-details__slider,
.tournament-details__summary,
.tournament-details__crosstitle.tournament-details__crosstitle_small.title {
	margin: 0;
}

.tournament-details__crosstitle.tournament-details__crosstitle_small.title {
}

.items_tournament {
	display: flex;
	flex-wrap: wrap;
}

.items_tournament .hover-game-slide .h-game-btns .btn-play-icon {
	width: 60px;
	height: 60px;
}

.items_tournament .hover-game-slide a.demo:not(.btn-play-icon) {
	padding: 0;
	text-align: center;
}

.items_tournament .list-game .parent-game-slide {
	width: calc((100% - 80px) / 4);
}

.tournament-details__summary .summary__block:first-child .summary__cell {
	width: 100%;
	margin-bottom: 16px;
	padding: 0;
	font-size: 18px;
}

.summary__cell {
	padding: 0 16px 8px 0;
}

.parent-search-list-game .list-game .parent-game-slide {
	width: calc((100% / 7) - 20px);
}

#search .data-game-slide {
	display: none;
}

.modal-win#search {
	background: rgba(0, 0, 0, 0.7);
	background-image: none;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.modal-win#search .modal-main-title img,
.modal-win#search .modal-main-title svg {
	max-height: 40px;
}

.modal-win#search .search-field {
	position: relative;
	background-color: #151a22;
	max-width: 1433px;
	width: 100%;
	margin: 0 auto;
	min-height: 90%;
	height: 90%;
	padding: 30px 50px;
	border-radius: 20px;
	overflow: auto;
}

.modal-main-title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-main-title .close-small {
	position: static;
}

.modal-main-title .close-small svg {
	width: 100%;
	height: 100%;
}

.parent-search-list-game {
	max-width: 100%;
}

.modal-win#search .search-field input {
	max-width: 100%;
	border: 2px solid #1b2b38;
	border-radius: 10px;
	box-shadow: none;
	padding: 10px 35px 10px 10px;
	background-position: right 8px center;
	background-size: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #1b2b38;
	margin: 0;
}

.log-out-mobile {
	display: none;
}

.summary__item .summary__cell:first-child .summary__title.title {
	font-weight: 600;
}

.block-topmenu .change-theme-color {
	display: none;
}

.change-theme-color {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 8px;
}

.change-theme-color input[type='checkbox'] {
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.change-theme-color input[type='checkbox']:checked + span::after {
	left: calc(100% - 28px);
}

.change-theme-color input[type='checkbox']:checked + span {
	background-color: #323232;
}

.change-theme-color > div {
	font-size: 10px;
	color: #858585;
	font-weight: 500;
}

.change-theme-color > div:first-child {
	color: #fff;
}

.dark-theme .change-theme-color > div:first-child {
	color: #858585;
}

.dark-theme .change-theme-color > div:last-child {
	color: #fff;
}

.change-theme-color > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60px;
	height: 32px;
	padding: 4px;
	border-radius: 100px;
	background-color: #1b2b38;
	position: relative;
	margin: 0 5px;
}

.change-theme-color > span::after {
	transition: all 0.3s linear;
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	transform: translate(0);
	background-color: #fff;
	transition: 0.3s;
}

.change-theme-color span span svg {
	width: 24px;
	height: 24px;
}

.change-theme-color span span.light svg path {
	stroke: #fff;
}

.game-slide-anim {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.game-slide-anim svg {
	position: absolute;
	top: 0;
	left: 0;
}

.game-slide-anim svg + svg {
	display: none;
}

.ulogin-buttons-container {
	width: auto !important;
}

.ulogin-button-steam {
	margin-right: 0 !important;
	background: url(../img/steam.png) !important;
	background-size: 32px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border-radius: 4px !important;
}

.ulogin-dropdown-button {
	display: none !important;
}

.page-content .support-content .block-submit-btn-win {
	justify-content: flex-end;
}

.page-content .support-content.user-support-block form#add-support-reply textarea[name='message'] {
	resize: none;
}

.page-content .support-content .content-one-message {
	width: auto;
}

.page-content .support-content .one-message.User .content-one-message {
	width: auto;
}

.page-content .support-content .meta-one-message {
	justify-content: flex-start;
}

.page-content .support-content .author-one-message {
	width: auto;
}

.page-content .support-content .info-one-message {
	width: auto;
	margin: 0 10px;
}

.boost-block {
	margin-bottom: 32px;
	position: relative;
	z-index: 11;
}

.boost-block__wrapper {
	background: linear-gradient(135deg, rgba(216, 193, 187, 1) 0%, rgba(180, 122, 105, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 24px 11px 32px;
	border-radius: 12px;
	color: #000;
	position: relative;
}

.boost-block__wrapper > img {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}

.boost-block__wrapper > img:nth-child(1) {
	left: 11.84%;
}

.boost-block__wrapper > img:nth-child(2) {
	left: 20%;
}

.boost-block__wrapper > img:nth-child(3) {
	right: 27.63%;
}

.boost-block__wrapper .l-side {
	position: relative;
	z-index: 2;
}

.boost-block__wrapper .l-side .text {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 8px;
}

.boost-block__wrapper .l-side .title {
	font-size: 24px;
	font-family: 'Lora', sans-serif;
}

.boost-block__wrapper > .title {
	font-size: 48px;
	font-family: 'Lora', sans-serif;
	position: relative;
	z-index: 2;
}

.boost-block__wrapper .r-side {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.boost-block__wrapper .r-side > span {
	text-transform: uppercase;
	font-size: 9px;
	text-align: right;
	max-width: 45px;
	font-weight: 500;
	letter-spacing: 1px;
}

.boost-block__wrapper .r-side .timer {
	display: flex;
	align-items: center;
	margin: 0 12px;
}

.boost-block__wrapper .r-side .item {
	text-transform: uppercase;
	font-size: 8px;
	text-align: center;
	position: relative;
}

.boost-block__wrapper .r-side .symbol {
	padding: 0 2px;
	font-size: 11px;
}

.boost-block__wrapper .r-side .item span {
	position: absolute;
	top: calc(100% + 2px);
	margin: 0 auto;
	left: 0;
	right: 0;
}

.boost-block__wrapper .r-side .item > div {
	width: 36px;
	height: 40px;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 14px;
}

.boost-block__wrapper .show-games {
	position: relative;
}

.boost-block__wrapper .show-games > span {
	display: block;
	padding: 8px 16px;
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.boost-block__wrapper .show-games > span:hover {
	background-color: #efeeee;
	border-radius: 8px;
}

.show-games__dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: calc(50% - 160px);
	width: 320px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 35px -3px rgba(0, 0, 0, 0.2);
}

.show-games__dropdown.active {
	display: block;
}

.show-games__dropdown .title {
	background: linear-gradient(135deg, rgba(216, 193, 187, 1) 0%, rgba(180, 122, 105, 1) 100%);
	position: relative;
	font-size: 15px;
	color: #fff;
	font-family: 'Lora', sans-serif;
	overflow: hidden;
	min-height: 76px;
	display: flex;
	align-items: center;
}

.show-games__dropdown .title span {
	max-width: 142px;
	margin-left: 12px;
}

.show-games__dropdown .title img:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: 211px;
	min-height: 153px;
}

.show-games__dropdown .title img:nth-child(3) {
	position: absolute;
	height: 68px;
	top: calc(50% - 34px);
	right: 56px;
}

.show-games__inner {
	padding: 24px 16px;
}

.show-games__inner .game-wrapper {
	display: flex;
	align-items: center;
}

.show-games__inner .game-wrapper + .game-wrapper {
	margin-top: 16px;
}

.show-games__inner .img-game-slide {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 16px;
	padding-top: 0;
}

.show-games__inner .game-name {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #1b1414;
}

.show-games__inner .game-provider {
	color: #858585;
	font-size: 10px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.show-games__dropdown .bottom-btn {
	padding: 16px;
	color: #858585;
	border-top: 2px solid #f2f2f2;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.top-filters {
	display: flex;
	align-items: flex-end;
}

.top-filters__btn {
	display: none;
}

.top-filter {
	position: relative;
	z-index: 19;
}

.top-filter + .top-filter {
	margin-left: 4px;
}

.top-filter .text {
	color: #858585;
	padding-bottom: 8px;
	display: none;
}

.top-filter .title-block {
	display: flex;
	align-items: center;
	background-color: #13212d;
	border-radius: 10px;
	padding: 12px;
	border: 2px solid rgba(0, 0, 0, 0);
	font-size: 16px;
	color: #5a646d;
	cursor: pointer;
	min-width: 188px;
}

.top-filters .title-block:hover {
	border: 2px solid rgba(0, 0, 0, 0.1);
}

.top-filters .title-block:active {
	border: 2px solid #ff7a00;
}

.top-filters .title-block svg {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	transition: 0.3s;
	color: #ff7900;
	stroke-width: 3px;
}

.top-filters .title-block .remove-selected {
	width: 15px;
	height: 15px;
	fill: #fff;
	cursor: pointer;
}

.top-filter.active.providers .title-block svg:not(.remove-selected) {
	transform: rotate(180deg);
}

.top-filter.providers:hover .title-block,
.top-filter.active.providers .title-block {
	color: #fff;
}

.top-filter.providers .title-block {
	padding: 9px 11px;
}

.top-filter.categories .title-block {
	border: 1px solid #000;
}

.top-filter .valNum {
	display: none;
}

.top-filter .default {
	margin-right: auto;
}

.top-filter .valNum.active {
	display: block;
	margin-right: auto;
}

.top-filter .valNum.active + .default {
	display: none;
}

.top-filters .dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	max-width: 1600px;
	width: calc(100vw - 299px);
	padding: 10px;
	background-color: #13212d;
	border-radius: 8px;
	box-shadow: 0px 7px 20px 2px rgba(0, 0, 0, 0.32);
	max-height: calc(100vh - 250px);
	overflow: auto;
	justify-content: space-between;
	align-items: center;
}

.top-filters .dropdown::-webkit-scrollbar {
	width: 3px;
	background: transparent;
}

.top-filters .dropdown::-webkit-scrollbar-thumb {
	width: 3px;
	background-color: #858585;
	border-radius: 2px;
}

.top-filter.active .dropdown {
	display: flex;
	flex-wrap: wrap;
}

.top-filter.categories .dropdown {
	padding: 12px;
}

.top-filter.categories .dropdown-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	text-align: center;
	border: 1px solid #e0e0e0;
	cursor: pointer;
}

.top-filter.categories .dropdown-item + .dropdown-item {
	margin-top: 8px;
}

.top-filter.categories .dropdown-item.active,
.top-filter.categories .dropdown-item:hover {
	background-color: #ff7a00;
	color: #fff;
	border: none;
	border: 1px solid #ff7a00;
}

.top-filter.categories .dropdown-item.active svg {
	display: block;
	stroke: #fff;
	margin-right: 8px;
}

.top-filter.categories .dropdown-item.revers svg {
	transform: rotate(180deg);
}

.top-filter.categories .dropdown-item svg {
	display: none;
}

.top-filter.providers .dropdown-item {
	width: calc((100% - 100px) / 6);
	padding: 15px 0;
	border-bottom: 2px solid rgba(212, 225, 245, 0.2);
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.top-filter.providers .title-provider {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 8px;
}

.top-filter.providers .title-provider img {
	max-height: 20px;
	max-width: 20px;
	margin-right: 5px;
	vertical-align: middle !important;
}

.top-filter.providers .amount {
	margin-left: auto;
}

.top-filter.providers .amount + .checkbox {
	margin-left: 8px;
}

.top-filter.providers .dropdown-item:empty {
	width: calc((100% - 100px) / 6);
	padding: 0;
	border: none;
	overflow: hidden;
}

.top-filter.providers .dropdown-item.non-result {
	display: none;
}

.top-filter.providers .dropdown-item:hover {
	background-color: #1b14140a;
}

.top-filter.providers .checkbox {
	border: 2px solid rgba(212, 225, 245, 0.2);
	border-radius: 4px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-filter.providers .dropdown-item.active .checkbox {
	opacity: 1;
	border: 2px solid #ff7a00;
}

.top-filter.providers .checkbox svg {
	display: none;
}

.top-filter.providers .dropdown-item.active {
	color: #ff7a00;
	border-bottom: 2px solid #ff7a00;
	font-weight: 700;
}

.top-filter.providers .dropdown-item.active .checkbox svg {
	display: block;
	stroke-width: 3px;
}

.top-filter.providers .dropdown-item.active .checkbox svg path {
	stroke: #ff7a00;
	width: 9px;
}

.top-filter.providers.active .checkbox svg path {
	stroke-width: 5px;
}

.top-filter.providers.active .provider-items {
	margin-left: auto;
}

.mobile-bottom-menu {
	display: none;
}

.block-topmenu .hellow-user {
	display: none;
}

.hellow-user {
	font-size: 24px;
	line-height: 28px;
}

.hellow-user a {
	font-size: 14px;
	color: #ff7a00;
}

.block-topmenu .change-theme-color {
	display: none;
}

.block-topmenu .btn-lang {
	width: calc(100% - 40px);
}

.vip-panel__img {
	width: 38px;
	margin: 20px;
}

.block-topmenu_head .mobile-logo {
	color: #1b1414;
}

.vipclub__info.vipclub__info_open {
	border: 1px solid #ff7a00;
}

.side-pannel .block:hover,
.side-pannel .block.active {
	background-color: #ff7a00;
}

.wager-scale {
	margin-right: 12px;
}

.wager-scale__title {
	font-size: 12px;
	color: #ff7a00;
	font-weight: 500;
}

.wager-scale__wrap {
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
	margin: 1px 0;
}

.wager-scale__inner {
	height: 100%;
	background: #ff7a00;
}

.wager-scale__percent {
	font-size: 12px;
	font-weight: 500;
}

.profile .wager-scale {
	margin-right: 0;
	display: flex;
	align-items: center;
	max-width: 320px;
	width: 100%;
}

.profile .wager-scale__title,
.profile .wager-scale__percent {
	color: inherit;
	font-size: 16px;
}

.profile .wager-scale__wrap {
	height: 8px;
	margin: 0 12px;
}

.load-more,
.load-more-category {
	max-width: 200px;
	margin: 20px auto 0;
}

.load-more2 {
	max-width: 200px;
	margin: 20px auto 0;
}

.features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

.features__block {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #21394c;
	border-radius: 20px;
	transition: all 0.15s ease-in-out;
	position: relative;
	overflow: hidden;
}
.features__block:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10%;
	width: 90px;
	height: 100%;
	border-radius: 50%;
	filter: blur(60px);
	z-index: 1;
	pointer-events: none;
}
.features__block:nth-child(1):before {
	background: linear-gradient(90deg, #ff7a00 60%, rgba(14, 18, 25, 0) 100%);
}
.features__block:nth-child(2):before {
	background: linear-gradient(90deg, #e2ff5a 60%, rgba(14, 18, 25, 0) 100%);
}
.features__block:nth-child(3):before {
	background: linear-gradient(90deg, #6c55ff 60%, rgba(14, 18, 25, 0) 100%);
}
.features__block:nth-child(4):before {
	background: linear-gradient(90deg, #a4c2d9 60%, rgba(14, 18, 25, 0) 100%);
}

.features__block:hover {
	background-color: #284054;
	color: #fff;
}

.features__block:nth-child(4) .features__text .title {
	font-size: 16px;
}

.features__icon {
	min-width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features__icon img {
	height: 70px;
}

.features__text {
}

.features__text .title {
	font-size: 24px;
	font-weight: 600;
	height: 38.4px;
	display: flex;
	align-items: center;
}

.features__text .stars {
	display: flex;
	align-items: center;
}

.features__text .stars svg + svg {
	margin-left: 5px;
}

.features__text .desc {
	font-size: 14px;
}

a.arrow-link,
a .arrow-link {
	/* color: #dafe31; */
	color: #725cfc;
	display: flex;
	align-items: center;
	font-weight: 600;
}

a.arrow-link svg,
a .arrow-link svg {
	margin-left: 5px;
	transition: 0.5s;
	/* color: #dafe31; */
	color: #725cfc;
	position: relative;
	left: 0;
}

a.arrow-link:hover,
a:hover .arrow-link {
	color: #fff;
}

a.arrow-link:hover svg,
a:hover .arrow-link svg {
	transform: rotateX(360deg);
	left: 10px;
}

.one-index-category {
	margin-bottom: 30px;
}

.vipclub__content.index-page {
	margin-top: 30px;
	margin-bottom: 40px;
}

.vipclub__content.index-page .title {
	font-size: 24px;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
}

.vipclub__content.index-page .vipclub__item {
	max-width: 202px;
}

.vipclub__content.index-page .vip-panel {
	background-color: inherit;
	box-shadow: none;
	margin: 0;
	height: auto;
}

.vipclub__content.index-page .vip-panel::before,
.vipclub__content.index-page .vip-panel::after {
	content: none;
}

.vipclub__content.index-page .vip-panel__img {
	margin: 0;
	width: 160px;
	margin: 15px 0;
}

.vipclub__content.index-page .vip-title {
	font-size: 20px;
	padding: 15px 0;
	text-align: center;
	font-weight: 600;
}

.vipclub__content.index-page .vip-range {
	font-size: 14px;
	text-align: center;
}

.vipclub__content.index-page .vipclub__row {
	max-width: 100%;
	justify-content: center;
	border-radius: 20px;
	/* left: -25%; */
	background-color: #13212d;
	padding: 40px 0;
}

.vipclub__content.index-page .bottom-btn {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.random-slider {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.random-slider .title {
	font-size: 24px;
	font-weight: 600;
}

.random-slider .desc {
	font-size: 16px;
	margin-top: 10px;
}

.random-slider__wrapper {
	padding: 20px 0;
	width: 100%;
}

.random-slider__swiper a {
	position: relative;
	display: flex;
	justify-content: center;
	height: 240px;
}

.random-slider__swiper img {
	min-width: 336px;
	height: 240px;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: 20px;
}

.random-slider__swiper .swiper-slide a::after {
	content: '';
	min-width: 336px;
	height: 240px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.6);
}

.random-slider__swiper .swiper-slide {
	pointer-events: none;
}

.random-slider__swiper .swiper-slide.swiper-slide-active {
	pointer-events: all;
}

.random-slider__swiper .swiper-slide.swiper-slide-active a::after {
	content: none;
}

.jackpot-block {
	background-image: url(../img/betnew/jackpot_desktop.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	padding: 0px 30px 40px;
	position: relative;
	margin-bottom: 30px;
}

.jackpot-block::before,
.jackpot-block::after {
	content: '';
	width: 124px;
	height: 124px;
	position: absolute;
	top: 20px;
}

.jackpot-block::after {
	background-image: url(../img/betnew/decor-1.png);
	left: 7%;
	animation: rotation1 infinite 60s linear;
}

.jackpot-block::before {
	background-image: url(../img/betnew/decor-2.png);
	right: 7%;
	animation: rotation2 infinite 60s linear;
}

.jackpot-block .jack-ranks {
	margin-top: 20px;
	flex-wrap: wrap;
}

@keyframes rotation1 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes rotation2 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

.jackpot-block .title {
	padding: 0 55px 10px;
	background-color: #735cfc;
	border-radius: 0 0 100px 100px;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
}

.jackpot-block .jackpot-summ {
	font-size: 75px;
	margin-bottom: 10px;
}

.jackpot-games-swiper {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}

.jackpot-games-swiper .game-swiper .swiper-slide {
	width: calc(18% + 11px);
}

.form-gift-reg .swiper-button-next,
.form-gift-reg .swiper-button-prev,
.jackpot-games-swiper .swiper-button-next,
.jackpot-games-swiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: #ff7a00;
	border-radius: 50%;
}

.form-gift-reg .swiper-button-next svg,
.form-gift-reg .swiper-button-prev svg,
.jackpot-games-swiper .swiper-button-next svg,
.jackpot-games-swiper .swiper-button-prev svg {
	fill: #fff;
}
.form-gift-reg .swiper-button-next svg,
.form-gift-reg .swiper-button-prev svg {
	height: auto;
	width: auto;
}

.form-gift-reg .swiper-button-next {
	right: -20px;
}

.jackpot-games-swiper .swiper-button-next {
	right: -60px;
}

.form-gift-reg .swiper-button-prev {
	left: -20px;
}

.jackpot-games-swiper .swiper-button-prev {
	left: -60px;
}

.form-gift-reg .swiper-button-next svg,
.jackpot-games-swiper .swiper-button-next svg {
	transform: rotate(-90deg);
}

.form-gift-reg .swiper-button-prev svg,
.jackpot-games-swiper .swiper-button-prev svg {
	transform: rotate(90deg);
}

.swiper-arrows {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: 15px;
}

.swiper-arrows .swiper-button-next {
	margin-left: 10px;
}

.footer-support {
	margin-right: 40px;
}

.footer-support .btn {
	margin-top: 20px;
}

.footer-logo img {
	max-height: 40px;
}

.footer-logo svg {
	max-height: 40px;
}

.form-gift-reg {
	width: 100%;
	padding: 100px 48px 30px;
	text-align: center;
}

.form-gift-reg .slider-wrapper {
	max-width: 320px;
	margin: 0 auto 20px;
	position: relative;
}

.form-gift-reg .swiper-slide {
	border-radius: 20px;
	background-color: #1b2b38;
	border: 2px solid #1b2b38;
	cursor: pointer;
	overflow: hidden;
}

.form-gift-reg .swiper-slide label {
	padding-bottom: 25px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.form-gift-reg .swiper-slide:hover {
	border: 2px solid #ff7a00;
}

.form-gift-reg .swiper-slide input[type='radio'] {
	height: 0px;
	width: 0px;
	overflow: hidden;
	opacity: 0px;
	margin: 0px;
	padding: 0;
}

.form-gift-reg .swiper-slide input[type='radio'] + .indicator {
	display: none;
	background: #735cfc;
}

.form-gift-reg .swiper-slide input[type='radio']:checked + .indicator {
	font-size: 12px;
	position: absolute;
	display: block;
	text-align: center;
	left: 0;
	top: 20px;
	width: 120px;
	padding: 4px 10px;
	border-radius: 0 30px 30px 0;
}

.form-gift-reg .main-title {
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: 600;
	text-align: center;
	padding: 0 15px;
}

.form-gift-reg .img-one-form-gift-reg {
	margin-bottom: 25px;
}

.form-gift-reg .img-one-form-gift-reg img {
	width: 100%;
	max-height: 220px;
	object-fit: cover;
	background-position: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.form-gift-reg .title-one-form-gift-reg {
	padding: 0 15px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}

.form-gift-reg .text-one-form-gift-reg {
	padding: 0 15px;
	font-size: 14px;
	text-align: center;
}

.form-gift-reg input[type='radio'] {
	width: 0px;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	opacity: 0;
}

.form-gift-reg .welcome-empty-state {
	min-height: 330px;
	background-color: #151a22;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	font-size: 20px;
	max-width: 320px;
	margin: 0 auto 30px;
	color: #798390;
}

.form-gift-reg .denied {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	cursor: pointer;
	user-select: none;
}

.form-gift-reg .denied .checkbox {
	height: 24px;
	width: 24px;
	margin-right: 20px;
	border: 2px solid #70828f;
	border-radius: 5px;
}

.form-gift-reg .denied:hover input:checked + .checkbox {
	border: 2px solid #dafe31;
}

.form-gift-reg .denied:hover input:checked + .checkbox::after {
	border-color: #dafe31;
}

.form-gift-reg .denied input:checked + .checkbox {
	border: 2px solid #ff7a00;
	position: relative;
}

.form-gift-reg .denied input:checked + .checkbox::after {
	content: '';
	position: absolute;
	top: 6.5px;
	left: 5px;
	width: 7px;
	height: 3px;
	border-width: 0px 0px 2px 2px;
	border-color: #ff7a00;
	border-style: solid;
	transform: rotate(-45deg);
	z-index: 992;
}

.profile-menu {
	position: relative;
}

.profile-menu.active .profile-menu__btn > svg:nth-child(2) {
	transform: rotate(180deg);
}

.profile-menu__btn {
	display: flex;
	align-items: center;
	padding: 5px 12px 5px 5px;
	cursor: pointer;
}

.profile-menu__btn > svg:nth-child(1) {
	width: 25px;
	height: 25px;
}

.profile-menu__btn > svg:nth-child(2) {
	margin-left: 5px;
	transition: 0.3s;
}

.profile-menu__btn > svg:nth-child(2) path {
	fill: #70828f;
	transition: 0.3s;
}

.profile-menu__btn:hover > svg:nth-child(2) path {
	fill: #fff;
}

.profile-menu.active .profile-menu__btn > svg:nth-child(2) path {
	fill: #ff7a00;
}

.profile-menu.active .profile-dropdown {
	opacity: 1;
	pointer-events: all;
}

.profile-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	min-width: 270px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #151a22;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	overflow: auto;
}

.profile-dropdown .row {
	width: 100%;
}

.profile-dropdown .block-topmenu-heading + .row {
	padding: 10px 10px 0;
	display: flex;
	align-items: center;
}

.profile-dropdown .block-topmenu-heading + .row > span {
	max-width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile-dropdown .block-topmenu-heading + .row > svg {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.profile-dropdown .open-exit {
	margin-left: auto;
	cursor: pointer;
	display: flex;
}

.profile-dropdown .open-exit svg path {
	transition: 0.3s;
	fill: #fff;
	stroke: #fff;
}

.profile-dropdown .open-exit:hover svg path {
	fill: #ff7a00;
	stroke: #ff7a00;
}

.profile-dropdown a {
	padding: 10px 12px;
	width: 100%;
	display: flex;
	cursor: pointer;
}

.profile-dropdown a:hover {
	background-color: #1a2c3d;
	color: #fff;
}

.block-topmenu .topmenu-wrap {
	padding-top: 0;
	opacity: 1;
	transition-delay: 0.2s, 0.2s, 0.2s;
	transition-property: top, opacity, padding;
	transition-duration: 0.3s, 0.3s, 0.3s;
	position: relative;
	top: 0;
}

.block-topmenu.active .topmenu-wrap:not(.mini) {
	padding-bottom: 0;
	top: 30px;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: 0s;
	pointer-events: none;
}

.block-topmenu .topmenu-wrap.mini {
	padding-top: 30px;
	opacity: 0;
	height: 0;
	transition: 0s;
	width: 48px;
	margin-left: auto;
	overflow-y: inherit;
}

.block-topmenu .topmenu-wrap.mini .one-menu a {
	padding: 7.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-topmenu .topmenu-wrap.mini .img-one-menu {
	margin-right: 0;
}

.block-topmenu.active .topmenu-wrap.mini {
	height: auto;
	padding-top: 0;
	opacity: 1;
	transition-delay: 0.2s, 0.2s;
	transition-property: padding, opacity;
	transition-duration: 0.3s, 0.3s;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang {
	width: 100%;
	position: relative;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang .hover-notice {
	display: none;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice {
	display: block;
	position: absolute;
	top: calc(50% - 15.5px);
	left: calc(100% + 10px);
	text-align: center;
	background-color: #607896;
	padding: 5px 10px;
	border-radius: 10px;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice::before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	top: calc(50% - 10px);
	left: -5px;
	background-color: #607896;
	transform: rotate(45deg);
	z-index: -1;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang a {
	border: none;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang a img {
	margin: 0 auto;
	height: 24px;
	width: 24px;
}

.user-info-block {
	margin: 0 20px 20px;
}

.user-info-block > .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
}

.user-info-block > .title svg {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.user-info-block__stats {
	margin: 15px 0 20px;
	padding: 5px 15px;
	background-color: #1b2b38;
	border-radius: 20px;
}

.user-info-block__stats .row {
	display: flex;
	align-items: center;
	font-size: 12px;
	padding: 4px 0;
}

.user-info-block__stats .row .title {
	margin-right: auto;
}

.user-info-block__stats .row .user-balance {
	margin-right: 5px;
}

.list-menu .btn {
	max-width: 120px;
	margin: 0 auto 20px;
}

.swiper.list-tabs .swiper-slide {
	width: auto;
}

.swiper.list-tabs .swiper-button-next,
.swiper.list-tabs .swiper-button-prev {
	z-index: 15;
	width: 35px;
}

.swiper.list-tabs .swiper-button-next svg,
.swiper.list-tabs .swiper-button-prev svg {
	max-width: 10px;
}

.swiper.list-tabs .swiper-button-next:hover svg,
.swiper.list-tabs .swiper-button-prev:hover svg {
	fill: #ff7a00;
}

.swiper.list-tabs .swiper-button-prev {
	background: linear-gradient(90deg, #1b2b38 65%, rgba(27, 43, 56, 0) 100%);
	left: 0;
}

.swiper.list-tabs .swiper-button-prev svg {
	fill: #fff;
	transition: 0.3s;
	transform: rotate(90deg);
}

.swiper.list-tabs .swiper-button-next {
	background: linear-gradient(-90deg, #1b2b38 65%, rgba(27, 43, 56, 0) 100%);
	right: 0;
}

.swiper.list-tabs .swiper-button-next svg {
	fill: #fff;
	transition: 0.3s;
	transform: rotate(-90deg);
}

.swiper.list-tabs .swiper-button-next.swiper-button-disabled,
.swiper.list-tabs .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.block-topmenu_head .sidebar-menu-btn {
	display: none;
}

.block-topmenu-heading {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 2px solid rgba(212, 225, 245, 0.2);
	margin-bottom: 40px;
	font-weight: 600;
}

.block-topmenu-heading a {
	width: 40px;
	height: 40px;
	background-color: #323b45;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
}

.block-topmenu-heading a:first-child {
	margin-left: auto;
}

.block-topmenu-heading a + a {
	margin-left: 10px;
}

.block-topmenu-heading a.active,
.block-topmenu-heading a:hover {
	background-color: #ff7a00;
}

.block-topmenu-heading a svg {
	fill: #fff;
}

.block-topmenu.active .block-topmenu-heading .sidebar-menu-btn,
.block-topmenu .block-topmenu-heading .sidebar-menu-btn {
	margin-left: auto;
	padding: 0;
	width: 17px;
	height: 16px;
	opacity: 0.4;
}

.profile-dropdown .user-info-block__stats {
	display: none;
}

.profile-dropdown .user-info-block__stats + .btn {
	display: none;
}

.index-slider .swiper-pagination {
	display: none;
}

.index-slider .swiper-pagination-bullet {
	background: rgba(212, 225, 245, 0.2);
	border: none;
	height: 8px;
	width: 8px;
}

.index-slider .swiper-pagination-bullet-active {
	background: #fff;
}

.log-tabs {
	background-color: #151a22;
	text-align: center;
	padding: 0 15px 32px;
	display: none;
}

.log-tabs .title {
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
}

.log-tabs .tabs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.log-tabs .tab {
	width: 50%;
	padding: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.log-tabs .tab.active {
	color: #ff7a00;
	border-bottom: 3px solid #ff7a00;
}

.vip-page .vipclub__row {
	font-size: 14px;
	margin-top: 20px;
}

.vip-page .vipclub__caption p {
	font-size: 14px;
}

.vip-page .vip-panel:after,
.vip-page .vip-panel:before {
	content: none;
}

.vip-page .vipclub__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((100% - 75px) / 6);
	padding: 24px;
	background-color: #151a22;
	border-radius: 20px;
}

.vip-page .vipclub__item + .vipclub__item {
	margin-left: 15px;
}

.vip-page .vip-panel {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	height: inherit;
	border-bottom: 1px solid rgba(212, 225, 245, 0.2);
	margin-bottom: 24px;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
}

.vip-page .vip-panel__img {
	margin: 0;
	width: 90px;
}

.vip-page .level-title {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}

.vip-page .level-range {
	font-size: 12px;
}

.vip-page .vipclub__caption {
}

.vip-page .vipclub__caption ul {
	padding: 0;
	text-align: left;
	list-style: none;
}

.vip-page .vipclub__caption ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
}

.vip-page .vipclub__caption ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/check.png);
	background-size: cover;
}

.vip-page .vipclub__row {
	max-width: calc(100% - 30px);
}

/* jackpot ranks */
.jack-ranks {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 20px;
	gap: 85px;
}

.jack-rank {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
	width: calc((100% - 450px) / 6);
	padding: 25px 0 20px;
}

.jack-rank:hover {
	color: #fff;
}

.jack-rank__title {
	width: 50%;
	padding: 2px;
	border-radius: 5px;
	position: relative;
	bottom: -17px;
	z-index: 4;
	cursor: pointer;
}

.jack-rank__title::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
}

.jack-rank__title::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0 auto;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.jack-rank__title .crown {
	content: '';
	height: 48px;
	width: 100%;
	position: absolute;
	bottom: calc(100% - 8px);
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.jack-rank__title span:not(.crown) {
	display: block;
	background: #151a22;
	border-radius: 3px;
	padding: 2px 10px;
	position: relative;
	z-index: 1;
}

.jack-rank__summ {
	border-radius: 5px;
	padding: 4px;
	width: 100%;
	position: relative;
}

.jack-rank__summ::before {
	content: '';
	display: block;
	position: absolute;
	top: -13px;
	left: -13px;
	width: 30px;
	height: 30px;
	background-image: url(../img/betnew/blick.png);
	background-size: cover;
	background-position: center;
	opacity: 0.8;
	z-index: 3;
}

.jack-rank__summ::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 48px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.jack-rank__summ .wing {
	position: absolute;
	top: -6px;
	bottom: 6px;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: -1;
	width: 35px;
}

.jack-rank__summ .wing.wing-l {
	transform: rotateY(180deg);
	right: calc(100% - 6px);
}

.jack-rank__summ .wing.wing-r {
	left: calc(100% - 6px);
}

.jack-rank__summ > span {
	display: block;
	background: #151a22;
	border-radius: 3px;
	padding: 22px 10px;
	font-size: 20px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.jack-rank__bottom {
	border-radius: 5px;
	width: 80%;
	padding: 2px;
	position: relative;
	top: -17px;
	z-index: 4;
}

.jack-rank__bottom::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% - 8px);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.jack-rank__bottom > span {
	display: block;
	background: #151a22;
	border-radius: 3px;
	padding: 2px 5px 5px;
	font-size: 12px;
}

.bronze .jack-rank__title::after {
	background: linear-gradient(0deg, #e38250 7%, #bd6e50 45%, #572600 100%);
}

.bronze .jack-rank__title .crown {
	background-image: url(../img/betnew/bronze-crown.png);
}

.bronze .jack-rank__title span:not(.crown) {
	box-shadow: inset -1px -1px 1px 0px #ce6e4d;
}

.bronze .jack-rank__summ {
	background: linear-gradient(0deg, #e38250 7%, #bd6e50 45%, #572600 100%);
}

.bronze .jack-rank__summ > span {
	box-shadow: inset -1px -1px 1px 0px #ce6e4d;
}

.bronze .jack-rank__bottom {
	background: linear-gradient(0deg, #e38250 7%, #bd6e50 45%, #572600 100%);
}

.bronze .jack-rank__bottom > span {
	box-shadow: inset -1px -1px 1px 0px #ce6e4d;
}

.bronze .jack-rank__bottom::after {
	background-image: url(../img/betnew/bronze-badge.png);
}

.silver .jack-rank__title::after {
	background: linear-gradient(0deg, #b5c0c9 0%, #8f939c 100%);
}

.silver .jack-rank__title .crown {
	background-image: url(../img/betnew/silver-crown.png);
}

.silver .jack-rank__title span:not(.crown) {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__summ {
	background: linear-gradient(0deg, #b5c0c9 0%, #8f939c 100%);
}

.silver .jack-rank__summ .wing.wing-l {
	background-image: url(../img/betnew/silver-wing.png);
}

.silver .jack-rank__summ .wing.wing-r {
	background-image: url(../img/betnew/silver-wing.png);
}

.silver .jack-rank__summ > span {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__bottom {
	background: linear-gradient(0deg, #b5c0c9 0%, #8f939c 100%);
}

.silver .jack-rank__bottom > span {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__bottom::after {
	background-image: url(../img/betnew/silver-badge.png);
}

.gold .jack-rank__title::after {
	background: linear-gradient(0deg, #f7e436 25%, #d58d21 100%);
}

.gold .jack-rank__title .crown {
	background-image: url(../img/betnew/gold-crown.png);
}

.gold .jack-rank__title span:not(.crown) {
	box-shadow: inset -1px -1px 1px 0px #ffff34;
}

.gold .jack-rank__summ {
	background: linear-gradient(0deg, #f7e436 25%, #d58d21 100%);
}

.gold .jack-rank__summ .wing.wing-l {
	background-image: url(../img/betnew/gold-wing.png);
}

.gold .jack-rank__summ .wing.wing-r {
	background-image: url(../img/betnew/gold-wing.png);
}

.gold .jack-rank__summ > span {
	box-shadow: inset -1px -1px 1px 0px #ffff34;
}

.gold .jack-rank__bottom {
	background: linear-gradient(0deg, #f7e436 25%, #d58d21 100%);
}

.gold .jack-rank__bottom > span {
	box-shadow: inset -1px -1px 1px 0px #ffff34;
}

.gold .jack-rank__bottom::after {
	background-image: url(../img/betnew/gold-badge.png);
}

.platinum .jack-rank__title::after {
	background: linear-gradient(0deg, #a2b2e7 0%, #d6ffd4 100%);
}

.platinum .jack-rank__title .crown {
	background-image: url(../img/betnew/platinum-crown.png);
}

.platinum .jack-rank__title span:not(.crown) {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__summ {
	background: linear-gradient(0deg, #a2b2e7 0%, #d6ffd4 100%);
}

.platinum .jack-rank__summ .wing.wing-l {
	background-image: url(../img/betnew/platinum-wing.png);
}

.platinum .jack-rank__summ .wing.wing-r {
	background-image: url(../img/betnew/platinum-wing.png);
}

.platinum .jack-rank__summ::after {
	background-image: url(../img/betnew/platinum-bottom-badge.png);
}

.platinum .jack-rank__summ > span {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__bottom {
	background: linear-gradient(0deg, #a2b2e7 0%, #d6ffd4 100%);
}

.platinum .jack-rank__bottom > span {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__bottom::after {
	background-image: url(../img/betnew/platinum-badge.png);
}

.sapphire .jack-rank__title::after {
	background: linear-gradient(0deg, #99a4f8 0%, #6677f5 45%, #dcd6dc 100%);
}

.sapphire .jack-rank__title .crown {
	background-image: url(../img/betnew/sapphire-crown.png);
}

.sapphire .jack-rank__title span:not(.crown) {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__summ {
	background: linear-gradient(0deg, #99a4f8 0%, #6677f5 45%, #dcd6dc 100%);
}

.sapphire .jack-rank__summ .wing.wing-l {
	background-image: url(../img/betnew/sapphire-wing.png);
}

.sapphire .jack-rank__summ .wing.wing-r {
	background-image: url(../img/betnew/sapphire-wing.png);
}

.sapphire .jack-rank__summ::after {
	background-image: url(../img/betnew/sapphire-bottom-badge.png);
}

.sapphire .jack-rank__summ > span {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__bottom {
	background: linear-gradient(0deg, #99a4f8 0%, #6677f5 45%, #dcd6dc 100%);
}

.sapphire .jack-rank__bottom > span {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__bottom::after {
	background-image: url(../img/betnew/sapphire-badge.png);
}

.diamond .jack-rank__title::after {
	background: linear-gradient(0deg, #6679dc 0%, #bf7ddc 45%, #dcd6dc 100%);
}

.diamond .jack-rank__title::before {
	background-image: url(../img/betnew/diamond-top-badge.png);
}

.diamond .jack-rank__title .crown {
	background-image: url(../img/betnew/diamond-crown.png);
}

.diamond .jack-rank__title span:not(.crown) {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__summ {
	background: linear-gradient(0deg, #6679dc 0%, #bf7ddc 45%, #dcd6dc 100%);
}

.diamond .jack-rank__summ .wing.wing-l {
	background-image: url(../img/betnew/diamond-wing.png);
}

.diamond .jack-rank__summ .wing.wing-r {
	background-image: url(../img/betnew/diamond-wing.png);
}

.diamond .jack-rank__summ::after {
	background-image: url(../img/betnew/diamond-bottom-badge.png);
}

.diamond .jack-rank__summ > span {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__bottom {
	background: linear-gradient(0deg, #6679dc 0%, #bf7ddc 45%, #dcd6dc 100%);
}

.diamond .jack-rank__bottom > span {
	box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__bottom::after {
	background-image: url(../img/betnew/diamond-badge.png);
}

.jackpot-page {
	padding: 20px 30px 0;
}

.jackpot-page .title {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}

/* jackpot ranks */

.search-block1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #13212d !important;
	padding: 20px;
	border-radius: 20px;
	gap: 30px;
}

.modal-container_2 form.active {
	width: 100%;
}

.modal-container_2 .parent-modal-win {
	width: 100%;
}

#recall {
	width: 100% !important;
}

#recall td:nth-child(2) {
	padding-left: 10px;
}

#recall tr + tr td {
	padding-top: 10px;
}

.form-modal-win.remind-form {
	margin-top: 20px;
}

.search-block1 .filter1 {
	display: flex;
	align-items: center;
	cursor: pointer;
	/*width: 15%;*/
}

.search-block1 .filter1 .all-games1,
.search-block1 .filter1 .specific1 {
	display: none;
}

.search-block1 .filter1 .all-games1.active,
.search-block1 .filter1 .specific1.active {
	display: flex;
}

.search-block1 .filter1:hover,
.search-block1 .filter1.active {
	color: #ff7a00;
}

.search-block1 .filter1:hover svg {
	fill: #ff7a00;
}

.search-block1 .filter1 svg {
	margin-right: 4px;
}

.search-block1 .filter1 .summ {
	margin-left: 5px;
}

.search-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	gap: 20px;
}

#search .search-block {
	margin-bottom: 20px;
}

.search-block .toggle {
	min-width: 215px;
	margin-left: 5px;
	line-height: 20px;
	padding: 10px 30px 10px 10px;
	background-color: #1b2b38;
	border-radius: 10px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.search-block .toggle:hover svg {
	color: #fff;
}

.search-block .toggle::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 13px;
	display: block;
	width: 6px;
	height: 6px;
	transform: rotate(225deg);
	transition: 0.3s linear;
	border-top: 2px solid rgba(255, 255, 255, 0.7);
	border-left: 2px solid rgba(255, 255, 255, 0.7);
}

.search-block .toggle span {
	margin-left: auto;
}

.search-block .toggle svg {
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin-right: 3px;
	color: #ff7900;
}

/* dropdown search */

.toggle-content > div {
	display: none;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.toggle-content > div::-webkit-scrollbar {
	width: 3px;
	background: transparent;
}

.toggle-content > div::-webkit-scrollbar-thumb {
	width: 3px;
	background-color: #858585;
	border-radius: 2px;
}

.toggle-content > div.active {
	display: flex;
	flex-wrap: wrap;
}

.toggle-content > div .toggle-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	text-align: center;
	cursor: pointer;
}

.toggle-content > div .toggle-item + .toggle-item {
	margin-top: 8px;
}

.toggle-content > div .toggle-item.active,
.toggle-content > div .toggle-item:hover {
	border-color: #ff7900;
	color: #ff7900;
}

.toggle-content > div .toggle-item:hover {
}

.toggle-content > div .toggle-item.active svg {
	display: block;
	stroke: #fff;
}

.toggle-content > div .toggle-item.revers svg {
	transform: rotate(180deg);
}

.toggle-content > div .toggle-item svg {
	display: none;
}

.toggle-content > div .toggle-item {
	width: calc((100% - 100px) / 6);
	padding: 15px 0;
	border-bottom: 2px solid rgba(212, 225, 245, 0.6);
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	color: inherit;
}

.toggle-content > div .toggle-item.active {
	border-bottom: 2px solid #ff7900;
}

.toggle-content > div .toggle-item:empty {
	padding: 0;
	border-bottom: 2px solid rgba(212, 225, 245, 0);
	height: 0;
	margin: 0;
}

.toggle-content > div .title-provider {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.toggle-content > div .title-provider img {
	max-height: 20px;
	max-width: 20px;
	margin-right: 5px;
	vertical-align: middle !important;
}

.toggle-content > div .amount {
	margin-left: auto;
}

.toggle-content > div .amount + .checkbox {
	margin-left: 8px;
}

.toggle-content > div .toggle-item.non-result {
	display: none;
}

.toggle-content > div .checkbox {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(157 148 148 / 50%);
	border-radius: 4px;
}

.toggle-content > div .toggle-item.active .checkbox {
	border: 2px solid #ff7a00;
}

.toggle-content > div .checkbox svg {
	display: none;
}

.toggle-content > div.active .checkbox svg {
	display: block;
}

.top-filters .title-block .remove-selected {
	width: 15px;
	height: 15px;
	fill: #fff;
	cursor: pointer;
}

.toggle-content > div .checkbox path {
	stroke-width: 4px;
	stroke: #ababab;
}

.toggle-content > div .toggle-item.active .checkbox path {
	stroke: #ff7900;
}

.toggle-content > div.active .provider-items {
	margin-left: auto;
}

/* dropdown search */

.notification-block {
	height: 0;
	position: relative;
	background-color: #ff7a00;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	transition: 0.3s;
	overflow: hidden;
}

.notification-block.active {
	height: 80px;
}

.notification-block .close {
	position: absolute;
	right: 30px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.notification-block .close svg {
	width: 17px;
}

.notification-block .text {
	width: 100%;
	text-align: center;
	padding: 0 60px;
}

#win-jackpot.modal-win {
	max-width: 900px;
	border: 4px solid transparent;
	position: relative;
	overflow: visible;
	background-image: url(../img/ocean-desctop.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20% 100px;
}

@keyframes shadow-anim {
	0% {
		box-shadow: 0px 0px 60px 0px rgb(125 122 219);
	}

	50% {
		box-shadow: 0px 0px 90px 0px rgb(125 122 219);
	}

	100% {
		box-shadow: 0px 0px 60px 0px rgb(125 122 219);
	}
}

#win-jackpot.modal-win::after,
#win-jackpot.modal-win::before {
	content: none;
	width: 89px;
	height: 200px;
	background: url(../img/betnew/diamond-wing.png);
	position: absolute;
	right: -80px;
	top: calc(50% - 80px);
	z-index: -1;
}

#win-jackpot.modal-win::before {
	left: -80px;
	right: inherit;
	transform: rotateY(180deg);
}

#win-jackpot .parent-modal-win {
	border-radius: 20px;
	background: none;
}

#win-jackpot .parent-modal-win::before {
	content: none;
	display: block;
	position: absolute;
	top: -16px;
	left: -19px;
	width: 40px;
	height: 40px;
	background-image: url(../img/betnew/blick.png);
	background-size: cover;
	background-position: center;
	opacity: 0.8;
	z-index: 3;
	animation: star-anim 6s 0.2s infinite linear;
}

#win-jackpot .content-modal-win::before {
	content: none;
	background-image: url(../img/shark.png);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 400px;
	height: 200px;
	position: absolute;
	bottom: calc(100% - 63px);
	left: 18px;
}

#win-jackpot .content-modal-win::after {
	content: none;
	background-image: url(../img/coins.png);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 400px;
	height: 200px;
	position: absolute;
	top: calc(100% - 63px);
	right: 18px;
}

@keyframes star-anim {
	0% {
		transform: scale(0) rotate(0deg);
		opacity: 0;
	}

	30% {
		transform: scale(1.1) rotate(360deg);
	}

	10%,
	50%,
	90% {
		transform: scale(1) rotate(360deg);
		opacity: 1;
	}

	70% {
		transform: scale(1.1) rotate(360deg);
	}

	100% {
		transform: scale(0) rotate(0deg);
		opacity: 0;
	}
}

#win-jackpot .content-modal-win {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	border-radius: 20px;
}

#win-jackpot .title {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0px 0px 22px #000;
}

#win-jackpot .close-small:not(.btn) {
	top: -40px;
	right: -15px;
}

#win-jackpot .jacksumm {
	font-size: 100px;
	font-weight: 700;
	animation: summ-animation 1.5s infinite cubic-bezier(0.48, -0.32, 0, 0.75);
	color: #dafe31;
	text-shadow: 0px 0px 22px #000;
}

@keyframes summ-animation {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

.ulogin-button-yandex {
	background-image: url(../img/yandex.svg) !important;
	background-size: 70px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: #fff !important;
	border-radius: 4px !important;
}

.ulogin-button-mailru {
	background-image: url(../img/mailimg.PNG) !important;
	background-size: 32px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	/*    background-color: #3688c8 !important;*/
	border-radius: 4px !important;
}

.ulogin-button-google {
	background-image: url(../img/google.svg) !important;
	background-size: 28px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: #fff !important;
	border-radius: 4px !important;
}

.search-block1 .header-search {
	margin-left: 0;
	width: 100%;
	margin-bottom: 10px;
	display: none;
}

.search-block1 .header-search input {
	border: 2px solid #70828f;
	border-radius: 20px;
	box-shadow: none;
	padding: 10px 35px 10px 10px;
	background-position: right 8px center;
	background-size: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #1b2b38;
	margin: 0;
	width: 100%;
	outline: none;
	opacity: 1;
}

.show-from-to {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	font-size: 18px;
}

.show-from-to .progress_bar__show-from-to {
	background: rgba(212, 225, 245, 0.2);
	border-radius: 4px;
	margin-top: 10px;
}

.show-from-to .progress {
	background: #ff7a00;
	height: 4px;
}

/* SUPPORT */

.support-content__block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 66vh;
}

.form-add-support {
	margin-top: 50px;
}

.message-history {
	display: flex;
	flex-direction: column;
	max-height: 500px;
	overflow: auto;
}

.one-message {
	display: flex;
	flex-direction: column;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	background-color: #161f2c;
	max-width: 300px;
}

.right-side-message {
	align-self: flex-end;
}

.left-side-message {
	align-self: flex-start;
}

.meta-one-message {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.author-one-message {
	display: flex;
	align-items: center;
}

.login-message {
	color: #fff;
	font-weight: bold;
}

.support-content .info-one-message {
	color: #fff;
	font-size: 12px;
}

.support-content .container-btn-more {
	display: none;
}

.text-one-message {
	color: #fff;
	font-weight: 500;
	text-align: justify;
	word-wrap: break-word;
}

.chat_textarea {
	font-size: 16px;
	padding: 20px;
	border-radius: 20px;
	background-color: #161f2c;
	color: #fff;
	flex-grow: 1;
	border: none;
}

:focus-visible {
	outline: 0px;
}

.chat_textarea::placeholder {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}

.file_chat_left {
	height: 35px;
	max-width: 40px;
	position: relative;
}

.file_chat_attachment {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	background-color: #161f2c;
	border-top-right-radius: 4px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 20px;
}

.message_reply {
	margin-top: 30px;
}

.file_chat_attachment input {
	order: 0;
	margin-bottom: 0;
	box-shadow: none;
	pointer-events: none;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
}

.file_chat_attachment input:hover {
	box-shadow: none;
}

.file_chat_attachment input[type='file']::file-selector-button {
	display: none;
}

.file_chat_attachment_icon {
	cursor: pointer;
	fill: #fff;
}

.file_chat_p {
	margin: 0 !important;
}

.popup2.jackpot-modal .popup__close svg {
	fill: white !important;
}

.bonuses-page {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bonuses-form {
	flex-direction: column;
	align-items: flex-start;
	margin-top: 15px;
	border-top: none;
	padding-top: 0;
}
.bonuses-form .h-pin {
	font-size: 14px;
	margin-right: 0;
	margin-bottom: 7px;
}
.bonuses-form .form-pin {
	gap: 15px;
}
.bonuses-form input {
	margin-bottom: 0;
}
.bonuses-form .reply-pin-block {
	margin-left: 0;
	margin-top: 3px;
}

.bonuses-page .reg-btn {
	margin-left: 0;
}

.bonuses-page .bonus-panel__info {
	width: 100%;
}

.bonuses-page .bonus-panel__action {
	width: 100%;
}

.tab-bonuses__gallery .tabs,
.bonuses-page .tabs {
	width: 100%;
	display: flex;
	margin: 20px 0;
}

.tab-bonuses__gallery .tab + .tab,
.bonuses-page .tab + .tab {
	margin-left: 20px;
}

.tab-bonuses__gallery .tab.active,
.bonuses-page .tab.active {
}

.tab-bonuses__gallery .tabs-content,
.bonuses-page .tabs-content {
	width: 100%;
}

.tab-bonuses__gallery .tab-content,
.bonuses-page .tab-content {
	display: none;
}

.tab-bonuses__gallery .tab-content.active,
.bonuses-page .tab-content.active {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tab-bonuses__gallery .tab-content.active .one-index-category,
.bonuses-page .tab-content.active .one-index-category {
	width: 100%;
}

.alert-success {
	display: none;
}

.file_chat_btn {
	font-size: 16px;
	padding: 15px 27px;
	background: #dafe31;
	color: #111111;
	margin-right: 15px;
}

.file_chat_btn svg {
	display: none;
}

.file_chat_left:hover .info-sub {
	opacity: 1;
}

.info-sub {
	padding: 10px;
	background-color: rgb(21 26 34 / 60%);
	border-radius: 4px;
	position: absolute;
	bottom: calc(100% + 10px);
	min-width: 180px;
	left: calc(50% - 90px);
	transition: 0.4s;
	opacity: 0;
	pointer-events: none;
	text-align: center;
}

/* SUPPORT */

.popup_undefined.static-profile input#profileform-email,
.popup_undefined.static-profile input#profileform-phone {
	padding-right: 134px;
	text-overflow: ellipsis;
}

textarea {
	font-family: 'Sora', sans-serif;
}

.game-page__footer .btn + .btn {
	margin-left: 15px;
}

/* .game-page__footer .btn.bordered {
    background: #735cfc;
} */

.debug-block {
	display: none;
}

.ulogin-button-google {
	background: url('/templates/bitcasino/img/providers-32-classic.png?version=img.3.0.1') 0px -206px / 32px !important;
}

/* search checkbox */

.toggle-checkbox {
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 16px;
	border-radius: 10px;
	white-space: nowrap;
	line-height: 20px;
	margin-left: 5px;
	background-color: #1b2b38;
}

.checkbox-wrapper {
	width: 18px;
	height: 18px;
	margin-right: 3px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.checkbox-wrapper input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox-wrapper input:checked + span {
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 6px;
	transform: rotate(-45deg);
	border-radius: 1px;
	border-color: #ff7900;
	border-style: solid;
	border-width: 0 0 2px 2px;
	z-index: 992;
}

/* search checkbox */

.one-form-modal-win {
	position: relative;
}
.show-hide-pass {
	position: absolute;
	right: 15px;
	bottom: 10px;
	background-image: url(../img/betnew/eye.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 22px;
	filter: invert(1);
	cursor: pointer;
}

.show-hide-pass.active {
	background-image: url(../img/betnew/eye_hidden.svg);
}

@media screen and (max-width: 1820px) {
	.logged-out-banner {
		padding: 0 32px;
	}

	.logged-out-banner + .game-swiper-wrapper.providers {
		width: calc(100% - 64px);
		margin: 0 auto;
	}
}

@media screen and (max-width: 1720px) {
	.block-topmenu_head.active {
		position: static;
	}

	.jack-rank__title {
		width: 60%;
	}

	.jack-rank__bottom {
		width: 90%;
	}

	.jack-rank__bottom > span {
		padding: 2px 2px 5px;
	}

	.jack-rank__summ > span {
		font-size: 18px;
		padding: 22px 5px;
	}

	.features__text .title {
		height: inherit;
		font-size: 16px;
	}
}

@media screen and (max-width: 1629px) {
	.toggle-content > div .toggle-item {
		width: calc((100% - 100px) / 4);
	}

	.popup2 {
		left: 48px;
	}

	.collapsed .popup2 {
		left: 230px;
	}

	.collapsed #cabinet-modal {
		left: inherit;
	}

	.top-filters .dropdown {
		max-width: 1136px;
		width: 100vw;
	}

	.top-filter.providers .dropdown-item,
	.top-filter.providers .dropdown-item:empty {
		width: calc((100% - 100px) / 4);
	}

	.list-game.grid {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}

	.jack-ranks {
		flex-wrap: wrap;
		gap: 0;
	}

	.jack-rank {
		width: calc((100% - 200px) / 3);
		margin: 0 10px;
	}

	.jack-rank__bottom {
		width: 80%;
	}

	.h-game-slide span {
		font-size: 14px;
	}

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

	.features__icon {
		min-width: 85px;
	}

	.features__icon img {
		height: 60px;
	}

	/* .features__text .title {
    height: inherit;
    font-size: 16px;
  } */

	.features__text {
		margin-left: 5px;
	}

	.features__text .desc {
		font-size: 12px;
		margin-top: 5px;
	}

	.features__text .stars svg {
		width: 20px;
		height: 20px;
	}

	.header {
		width: calc(100% - 48px);
		left: 48px;
	}

	.page-content {
		width: calc(100% - 48px);
	}

	.container {
		max-width: 1200px;
	}

	.block-topmenu {
		overflow: auto;
	}

	.block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice {
		display: none;
	}

	.block-topmenu {
		left: -182px;
	}

	.block-topmenu .topmenu-wrap:not(.mini) {
		padding-bottom: 0;
		top: 30px;
		opacity: 0;
		height: 0;
		overflow: hidden;
		transition: 0s;
		pointer-events: none;
	}

	.block-topmenu .topmenu-wrap.mini {
		height: auto;
		padding-top: 0;
		opacity: 1;
		transition-delay: 0.2s, 0.2s;
		transition-property: padding, opacity;
		transition-duration: 0.3s, 0.3s;
	}

	.block-topmenu .sidebar-menu-btn {
		transform: rotateY(180deg);
		width: 48px;
		padding: 10px 8px;
	}

	.block-topmenu:not(.active) + .overflow-topmenu {
		display: none;
		width: calc(100vw + 40px);
		height: calc(100vw + 40px);
		top: -20px;
		left: -20px;
		z-index: 20;
		background: rgba(27, 43, 56, 0.6);
	}

	.block-topmenu.active + .overflow-topmenu {
		display: block;
	}

	.block-topmenu .topmenu-wrap.mini .btn-lang {
		width: 100%;
		position: relative;
	}

	.block-topmenu .topmenu-wrap.mini .btn-lang a {
		border: none;
	}

	.block-topmenu .topmenu-wrap.mini .btn-lang a img {
		margin: 0 auto;
		height: 24px;
		width: 24px;
	}

	.hover-notice {
		display: none;
	}

	.block-topmenu.active {
		left: 0;
	}

	.block-topmenu.active .topmenu-wrap.mini {
		padding-top: 30px;
		opacity: 0;
		height: 0;
		transition: 0s;
		width: 48px;
		margin-left: auto;
		overflow-y: inherit;
	}

	.block-topmenu.active .topmenu-wrap:not(.mini) {
		height: auto;
		padding-top: 0;
		opacity: 1;
		transition-delay: 0.2s, 0.2s, 0.2s;
		transition-property: top, opacity, padding;
		transition-duration: 0.3s, 0.3s, 0.3s;
		position: relative;
		top: 0;
		pointer-events: all;
	}

	.list-game .parent-game-slide {
		width: calc((100% / 6) - 20px);
	}

	.random-slider__swiper img {
		min-width: 246px;
		height: 185px;
	}

	.random-slider__swiper .swiper-slide a::after {
		min-width: 246px;
		height: 185px;
	}

	.random-slider__swiper a {
		height: 185px;
	}

	.jackpot-games-swiper {
		max-width: 820px;
	}

	.jackpot-games-swiper .game-swiper .swiper-slide {
		width: calc(25% - 15px);
	}

	#home .list-game .parent-game-slide:nth-last-of-type(-n + 2) {
		display: none;
	}

	.index-vip .vipclub__item {
		width: 16.66%;
	}

	.index-slider .swiper-slide {
		min-height: 400px;
		position: relative;
		justify-content: flex-start;
		background-size: auto 120%;
	}

	.index-slider .swiper-slide:hover {
		background-size: auto 122%;
	}

	.bg-swiper-slide {
		position: relative;
		z-index: 2;
	}

	.TopSwiper .bg-swiper-slide {
		max-width: calc(100% - 400px);
	}

	.index-slider .swiper-slide .img-wrap {
		right: 10px;
		left: inherit;
		max-height: 250px;
		max-width: 390px;
	}

	.index-slider .swiper-slide .img-wrap img {
		max-height: 250px;
	}

	.slides-btns {
		max-width: 200px;
	}

	.slides-btns .item {
		padding: 0 12px;
	}

	.parent-swiper-navination {
		right: calc((100vw - 1362px) / 2);
	}

	.game-swiper.dup3 .swiper-slide {
		width: 13%;
	}

	.game-swiper .swiper-slide {
		width: calc(15% + 6px);
	}

	.one-index-category.one-row .parent-game-slide:nth-child(n + 5),
	.one-index-category.two-rows .parent-game-slide:nth-child(n + 9) {
		height: 0;
		pointer-events: none;
		overflow: hidden;
		margin: 0;
	}

	.footer-providers-logo .img-wrap {
		padding: 10px;
		width: auto;
		height: 70px;
	}

	.vip-page .vipclub__row {
		overflow: auto;
		flex-wrap: nowrap;
		padding-bottom: 10px !important;
	}

	.vip-page .vipclub__row::-webkit-scrollbar {
		height: 4px;
		background: transparent;
	}

	.vip-page .vipclub__row::-webkit-scrollbar-thumb {
		height: 4px;
		background-color: #2a3546;
		border-radius: 2px;
	}

	.vip-page .vipclub__item {
		min-width: calc((100% - 45px) / 4);
	}
}

@media screen and (max-width: 1401px) {
	.top-filters .dropdown {
		width: calc(100vw - 112px);
	}

	.filter__list-item,
	.filter__list-item1 {
		width: calc((100% - 80px) / 5);
	}

	html.dark-theme .vipclub__content.index-page .index-vip .vipclub__row {
		background-color: inherit;
	}

	html.dark-theme .vipclub__content.index-page .vipclub__item {
		background: #1e1e1e;
	}

	.mini-slider-win {
		width: calc(50% - 10px);
	}

	.swiper-tournament-slider {
		width: calc(50% - 10px);
	}

	.header-menu {
		display: none;
	}

	.header-left {
		width: 50%;
	}

	.game-swiper .swiper-slide {
		width: calc(22% + 6px);
	}

	.game-swiper.dup3 .swiper-slide {
		width: 15%;
	}

	.boost-block__wrapper {
		flex-direction: column;
		padding-bottom: 24px;
	}

	.boost-block__wrapper > .title {
		order: 1;
	}

	.boost-block__wrapper .l-side {
		order: 2;
		text-align: center;
	}

	.boost-block__wrapper .r-side {
		order: 3;
		flex-wrap: wrap;
		max-width: 303px;
		justify-content: center;
	}

	.boost-block__wrapper .show-games {
		order: 1;
		width: 100%;
		text-align: center;
		margin: 12px 0;
	}

	.boost-block__wrapper .r-side > span {
		order: 2;
	}

	.boost-block__wrapper .timer {
		order: 3;
	}

	.boost-block__wrapper > img {
		height: auto;
	}

	.boost-block__wrapper > img:nth-child(1) {
		left: -15%;
		height: 92px;
		top: 18px;
		z-index: 1;
	}

	.boost-block__wrapper > img:nth-child(2) {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.boost-block__wrapper > img:nth-child(3) {
		right: 9.63%;
		height: 109px;
		width: 323px;
		top: 38px;
	}

	.vipclub__content.index-page .vipclub__row {
		background-color: inherit;
		padding-top: 0;
		justify-content: space-between;
		gap: 40px;
	}

	.vipclub__content.index-page .vipclub__item {
		width: 30%;
		max-width: 100%;
		background: #13212d;
		padding: 30px 15px;
		display: flex;
		justify-content: center;
		border-radius: 20px;
	}

	.page-content .parent-swiper-navination {
		right: 50px;
	}

	/* .index-slider .swiper-slide {
        width: calc(100% - 40px);
    } */
}

@media screen and (max-width: 1200px) {
	.panel.panel_tournament .panel__caption {
		margin-bottom: 10px;
	}

	.pannel__sides-bg {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.sides-line {
		min-height: 2px;
		width: 100%;
		margin: 10px 0;
	}

	html.profile-drop-activated {
		overflow: hidden;
	}

	.list-tabs a.router-link img {
		margin-right: 5px;
	}

	.index-slider .swiper-slide {
		position: relative;
		justify-content: flex-start;
		min-height: 300px;
		background-size: auto 107%;
	}

	.index-slider .swiper-slide:hover {
		background-size: auto 102%;
	}

	.tour-type__dropdown {
		right: 0;
		left: inherit;
		width: 300px;
	}

	.filter__list-item,
	.filter__list-item1 {
		width: calc((100% - 60px) / 4);
	}

	.profile-dropdown .block-topmenu-heading {
		width: 100%;
		display: flex;
		margin-bottom: 10px;
	}

	.profile-dropdown .close-profile {
		width: 17px;
		height: 16px;
		opacity: 0.4;
		cursor: pointer;
	}

	.profile-dropdown .user-info-block__stats {
		display: block;
		margin: 15px 20px 20px;
		width: calc(100% - 40px);
	}

	.profile-dropdown .user-info-block__stats + .btn {
		display: flex;
		margin: 0 auto 10px;
		max-width: 110px;
	}

	.profile-dropdown .user-info-block__stats + .btn:hover {
		color: #111;
	}

	.profile-dropdown .block-topmenu-heading + .row {
		padding: 10px 20px 0;
	}

	.profile-dropdown-overflow {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #00000070;
		display: none;
		z-index: 19;
	}

	.profile-menu.active .profile-dropdown-overflow {
		display: block;
	}

	.profile-dropdown a {
		padding: 10px 24px;
	}

	.profile-menu__btn {
		padding: 0;
	}

	.profile-menu__btn > svg:nth-child(1) {
		width: 40px;
		height: 40px;
	}

	.profile-menu__btn svg:last-child {
		display: none;
	}

	.profile-dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -290px;
		border-radius: 0;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		transition: right 0.3s;
		z-index: 20;
	}

	.profile-menu.active .profile-dropdown {
		right: 0;
	}

	.list-game .parent-game-slide {
		width: calc((100% / 5) - 20px);
	}

	#home .list-game .parent-game-slide:nth-last-of-type(-n + 4) {
		display: none;
	}

	.footer-support {
		order: 1;
	}

	.footer-copyright {
		width: 100%;
		order: 2;
	}

	.footer-menus .container {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}

	.footer-pay-logo {
		flex-wrap: wrap;
	}

	.jackpot-block {
		overflow: hidden;
	}

	.footer-menu {
		width: auto;
		margin: 0;
	}

	.jackpot-games-swiper .swiper-button-next,
	.jackpot-games-swiper .swiper-button-prev {
		display: none;
	}

	.jackpot-games-swiper {
		max-width: 100%;
	}

	.jackpot-games-swiper .swiper.game-swiper {
		overflow: visible;
	}

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

	.content-modal-win .r-side .items {
		flex-direction: column;
	}

	.content-modal-win .r-side .item {
		width: 100%;
	}

	.content-modal-win .r-side .item + .item {
		margin-top: 16px;
	}

	.pannel__sides {
		flex-direction: column;
	}

	.pannel__r-side,
	.pannel__l-side {
		width: 100%;
	}

	.pannel__r-side {
		margin-top: 16px;
	}

	.game-swiper.dup3 .swiper-slide {
		width: 18%;
	}

	.fixed-header {
		padding: 5px 20px;
		height: 60px;
	}

	.log-out-mobile {
		display: block;
	}

	.header-logo {
		max-width: inherit;
		width: auto;
		margin: 0;
	}

	.header .header-balance {
		display: none;
	}

	.header-right .header-search {
		display: none;
	}

	.header-left {
		width: calc(50% + 47.5px);
		justify-content: space-between;
	}

	.header-menu a {
		margin: 0 9px 0 0;
		font-size: 13px;
	}

	span.title-slide {
		font-size: 30px;
	}

	.bg-swiper-slide {
		max-width: 100%;
	}

	.jackpot-tabs {
		width: 350px;
		min-height: 202px;
		padding-bottom: 8px;
	}

	.jackpot-tabs .list-game .parent-game-slide:nth-child(4) {
		display: none;
	}

	.jackpot-tabs .list-game .parent-game-slide {
		width: calc(33.33% - 20px);
	}

	.h-jackpot-tabs {
		margin-top: 0;
	}

	.jackpot-tabs span {
		font-size: 26px;
		letter-spacing: 0;
	}

	.summ-jackpot-tabs {
		font-size: 30px;
	}

	.head-tabs .index-slider {
		width: calc(100% - 365px);
	}

	.head-tabs .index-slider .swiper-slide {
		min-height: 202px;
	}

	.index-banner a {
		font-size: 14px;
	}

	.left-aside,
	.wrapper-left-aside {
		width: 200px;
	}

	.index-banner {
		background-position: right center;
		padding: 20px;
	}

	.footer-social {
		width: 145px;
	}

	.footer-social img {
		border-radius: 4px;
		margin: 0px 6px 0 0;
		width: 30px;
		height: 30px;
	}

	.footer-tournaments {
		width: calc(100% - 160px);
	}

	.footer-tournaments svg {
		height: 20px;
		margin: 0 2px 0 0;
	}

	.no-login-header-btn {
		display: none;
	}

	.no-login-header-btn.mobile {
		display: flex;
	}

	.header .header-search {
		display: none;
	}

	.index-slider .swiper-slide .img-wrap {
		filter: brightness(0.7);
		right: 100px;
	}

	.TopSwiper .bg-swiper-slide {
		max-width: 100%;
	}
}

@media screen and (max-width: 1170px) {
	.parent-swiper-navination {
		right: 20px;
	}

	.footer-pay-logo {
		padding: 10px 0;
	}

	.footer-pay-logo img {
		max-width: 100px;
		padding: 10px;
	}

	.footer-providers-logo .img-wrap {
		height: 50px;
	}
}

@media screen and (max-width: 1024px) {
	.search-block {
		background: none;
		padding: 0;
		width: 100%;
		gap: 0;
		margin-bottom: 16px;
	}

	.search-block1 {
		background-color: #151a22 !important;
		padding: 0;
		width: 100%;
		gap: 0;
	}

	.modal-win#search .search-field {
		margin: 0;
	}

	.modal-win#search .search-field input {
		max-width: 100%;
	}

	.search-block .filter {
		width: calc((100% - 20px) / 2);
		padding: 10px 15px;
		background-color: #13212d;
		border-radius: 10px;
		margin-top: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.search-block .filter svg {
		min-width: 20px;
	}

	.filter__list-item {
		width: calc((100% - 20px) / 2);
		justify-content: center;
		padding: 7px 5px;
		border: 2px solid rgba(212, 225, 245, 0.2);
		border-radius: 10px;
		margin-bottom: 10px;
	}

	.filter__list-item:hover,
	.filter__list-item.active {
		color: #fff;
		border: 2px solid #ff7a00;
	}

	.filter__list-item:hover,
	.filter__list-item.active:hover {
		border: 2px solid #ff7a00;
		color: #fff;
	}

	.filter__list-item > .checkbox {
		display: none;
	}

	.modal-win#search .search-field input {
		max-width: 100%;
	}

	.search-block1 .filter1 {
		width: calc((100% - 20px) / 2);
		padding: 10px 15px;
		border-radius: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		background: #13212d;
	}

	.search-block1 .filter1 svg {
		min-width: 20px;
	}

	.filter__list-item1 {
		width: calc((100% - 20px) / 2);
		justify-content: center;
		padding: 7px 5px;
		border: 2px solid rgba(212, 225, 245, 0.2);
		border-radius: 10px;
		margin-bottom: 10px;
	}

	.filter__list-item1:hover,
	.filter__list-item1.active {
		color: #fff;
	}

	.filter__list-item1.active {
		font-weight: 700;
		border: 2px solid #ff7a00;
	}

	.filter__list-item1:hover,
	.filter__list-item1.active:hover {
		color: #fff;
	}

	.filter__list-item1 > .checkbox {
		display: none;
	}

	.header-menu a {
		font-size: 13px;
		margin: 0 7px 0 0;
	}

	.list-anim-btn .anim-btn span {
		font-size: 18px;
	}

	.list-anim-btn .anim-btn small {
		font-size: 11px;
	}
}

@media screen and (max-width: 991px) {
	.swiper-tournament-slider .parent-swiper-navination {
		bottom: 20px;
	}

	.main__item {
		padding: 55px 20px 20px;
	}

	.top-filters .title-block svg {
		color: #fff;
	}

	.block-topmenu {
		box-shadow: none;
	}

	.popup2 {
		left: 0;
	}

	.collapsed .popup2 {
		left: 0;
	}

	.top-filters .dropdown {
		width: calc(100vw - 30px);
	}

	.content-modal-win .r-side {
		background: none;
	}

	.modal-win#reg {
		max-width: 100%;
	}

	.parent-modal-win {
		height: 100%;
		overflow: auto;
	}

	#win-jackpot .parent-modal-win {
		overflow: visible;
	}

	#reg .parent-modal-win {
		background-color: #151a22;
		background-image: url(../img/betnew/reg-bg.png);
		background-size: 50% 100%;
		background-repeat: no-repeat;
	}

	#reg .parent-modal-win {
		background-image: inherit;
	}

	#win-jackpot.modal-win {
		max-width: 760px;
		background-size: contain;
		padding: 20% 60px;
	}

	#win-jackpot .close-small:not(.btn) {
		top: -35px;
		right: 15px;
	}

	#win-jackpot .jacksumm {
		font-size: 80px;
	}

	#win-jackpot .content-modal-win {
		text-align: center;
	}

	.vip-page .vipclub__item {
		min-width: calc((100% - 30px) / 3);
	}

	.vip-page .vip-panel {
		max-width: 100%;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.vip-page .vip-panel__img {
		max-width: 100px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.vip-page .level-title {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.vip-page .level-range {
		font-size: 14px;
		margin-bottom: 0;
	}

	.vip-page .vipclub__item {
		padding: 24px 16px;
	}

	.vipclub__content.index-page .title {
		padding: 0 15px;
	}

	.vipclub__content.index-page .vipclub__row {
		flex-wrap: nowrap;
	}

	.vipclub__content.index-page .container {
		padding: 0;
	}

	.index-vip .vip-panel__img {
		padding-bottom: 0;
	}

	.vipclub__content.index-page .vipclub__item {
		min-width: 320px;
	}

	.vipclub__content.index-page .vipclub__row {
		gap: 0;
	}

	.index-slider .swiper-slide:hover {
		background-size: auto 112%;
	}

	.block-topmenu-heading {
		display: flex;
	}

	.block-topmenu_head .sidebar-menu-btn {
		display: flex;
		margin-right: 20px;
		width: 30px;
		height: 30px;
		margin-left: 0;
	}

	.slides-btns .item {
		border-bottom: 0;
	}

	html html.dark-theme .slides-btns .item {
		border-bottom: 0;
	}

	.content-modal-win .r-side .items {
		display: none;
	}

	.content-modal-win .r-side .banner {
		margin: 32px 0;
		width: 80%;
	}

	.content-modal-win .r-side > .title {
		text-align: center;
		padding: 0 10px;
	}

	.tournament-details__main-title {
		display: none;
	}

	.tournament-details {
		display: block;
	}

	.tournament-details__l-side {
		width: 100%;
		max-width: 100%;
	}

	.tournament-details__r-side {
		width: 100%;
	}

	.panel__header {
		width: 100%;
	}

	.block-topmenu {
		left: -240px;
	}

	.block-topmenu.active {
		left: 0;
	}

	.header {
		width: 100%;
		left: 0;
	}

	.header.active {
		width: 100%;
		left: 0;
	}

	.block-topmenu_head {
		display: flex;
		align-items: center;
		position: static;
	}

	.block-topmenu .sidebar-menu-btn {
		display: none;
	}

	.block-topmenu.active .sidebar-menu-btn {
		opacity: 1;
		pointer-events: all;
		display: flex;
	}

	.page-content {
		width: 100%;
	}

	.page-content.active {
		width: 100%;
	}

	.index-top {
		padding: 0 15px;
		flex-wrap: wrap;
	}

	.index-slider {
		width: 100%;
		border-radius: 12px;
	}

	.index-slider .swiper-slide {
		min-height: 245px;
		/* margin: 0; */
		width: 100%;
	}

	.index-slider .swiper-slide .container {
		min-height: 220px;
	}

	.bg-swiper-slide {
		order: 2;
		margin-right: 0;
		padding: 16px;
	}

	.index-slider .swiper-slide span.number-slide {
		font-size: 14px;
		font-weight: 400;
	}

	.index-slider .btn-slider {
		margin-top: 20px;
	}

	.index-slider .swiper-slide span.title-slide {
		font-size: 24px;
		line-height: 24px;
	}

	.slides-btns {
		background: none;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 16px;
	}

	.slides-btns .item {
		background: #e0e0e0;
		border-radius: 50%;
		width: 8px;
		min-height: 8px;
		font-size: 0;
		padding: 0;
		color: rgb(0, 0, 0, 0);
		margin: 0 4px;
		border-bottom: none;
	}

	.slides-btns .item.active {
		background: #ff7a00;
	}

	.slides-btns .item > * {
		display: none;
		font-size: 0;
	}

	.slides-btns .item::after {
		content: none;
	}

	.slides-btns {
		width: 100%;
		max-width: 100%;
	}

	.h-game-slide span {
		max-width: 100%;
	}

	.h-game-slide .game-info-desc {
		display: none;
	}

	.hover-game-slide .btn {
		padding: 5px 10px;
	}

	.hover-game-slide {
		padding: 0;
	}

	.head-one-category .head-btn {
		display: none;
	}

	.list-tabs-wrapper .header-search {
		margin-left: 0;
		min-width: 150px;
	}

	.list-tabs-wrapper .header-search input[type='search'] {
		max-width: 100%;
		width: 100%;
		background-image: url(../img/svg/search-white.svg);
		transition: background 0.3s;
	}

	.list-tabs-wrapper .header-search input[type='search']:hover {
		background-image: url(../img/svg/search.svg);
	}

	/* .subcat-select {
    background-color: #f3f5fc;
  } */

	.TopSwiper .swiper-slide-active .img-wrap {
		bottom: 0;
	}

	/* .head-subcat-select {
    display: none;
  } */

	.footer-pay-logo {
		flex-wrap: wrap;
	}

	.index-banner {
		padding: 25px;
		min-height: 200px;
	}

	.list-anim-btn {
		margin: 0;
	}

	.list-anim-btn .anim-btn {
		width: calc(50% - 8px);
		margin-bottom: 15px;
	}

	.one-index-category {
		width: 100%;
	}

	.fixed-header {
		padding: 0 15px;
	}

	.parent-header-btn {
		justify-content: space-between;
	}

	.no-login-header-btn,
	.yes-login-header-btn {
		justify-content: space-between;
	}

	.container {
		padding: 0 15px;
	}

	.header-menu {
		flex-wrap: wrap;
		align-items: flex-start;
		padding-top: 10px;
		padding-bottom: 23px;
	}

	.header-menu a {
		width: 100%;
		font-size: 15px;
		margin: 0;
		padding: 7px 0 7px;
	}

	.header-menu a,
	.header-menu a:hover,
	.header-menu a.active {
		border-bottom: none;
	}

	.header-menu a:hover,
	.header-menu a.active {
		color: #0c6fd5;
	}

	.reg-btn-topmenu {
		flex-wrap: wrap;
		align-items: flex-start;
		margin: 0 0 15px;
	}

	.reg-btn-topmenu,
	.reg-btn-topmenu .auth-btn {
		display: flex;
	}

	.left-aside {
		margin-bottom: 15px;
		position: relative;
		z-index: 9;
	}

	.left-aside,
	.wrapper-left-aside {
		width: 100%;
	}

	.wrapper-left-aside {
		top: 0;
		position: static;
		height: auto;
		margin-bottom: 10px;
		overflow-y: hidden;
	}

	.main-aside {
		width: 100%;
	}

	.search-aside {
		padding: 10px 10px 0 10px;
		margin: 0 0 10px;
	}

	.modal-win#search .search-field {
		padding: 20px 15px;
	}

	.parent-search-list-game .list-game .parent-game-slide {
		width: calc(25% - 20px);
	}

	.dropdown-left-aside {
		width: calc(100% - 20px);
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 10px;
	}

	.one-dropdown-left-aside {
		width: calc(50% - 5px);
	}

	.one-dropdown-left-aside .head-subcat-select {
		width: 100%;
	}

	.one-dropdown-left-aside .subcat-select {
		padding: 6px 3px 6px 5px;
	}

	.one-dropdown-left-aside .subcat-select-drop {
		width: 100%;
		left: 0;
		margin-top: 15px;
		border-radius: 12px;
	}

	.none-mobile {
		display: none;
	}

	input[type='search'] {
		padding: 10px 14px 10px 36px;
	}

	.footer {
		padding-left: 0;
	}

	.block-topmenu > .sidebar-menu-btn,
	.block-topmenu.active > .sidebar-menu-btn {
		display: none;
	}

	.mobile-bottom-menu {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 8px;
		background-color: #1b2b38;
		border-top: 1px solid #13212d;
		display: flex;
		align-items: center;
		justify-content: space-around;
		z-index: 19;
		height: 60px;
	}

	.mobile-bottom-menu .item {
		padding: 10px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
	}

	.mobile-bottom-menu .item:hover {
		color: #fff;
	}

	.mobile-bottom-menu .item svg {
		width: 20px;
		height: 20px;
	}

	.mobile-bottom-menu .sub-text {
		font-size: 10px;
		margin-top: 5px;
	}

	.mobile-bottom-menu .search {
		position: relative;
	}

	.mobile-bottom-menu .search input {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		opacity: 0;
		cursor: pointer;
	}

	.mobile-bottom-menu .userstat {
		display: flex;
		align-items: center;
		background-color: #fff;
		padding: 8px;
		border-radius: 8px;
		width: calc(100% - 88px);
	}

	.mobile-bottom-menu .reg-btn {
		margin-left: 0;
	}

	.mobile-bottom-menu .text-header-balance {
		margin-left: 12px;
	}

	.mobile-bottom-menu .show-search,
	.mobile-bottom-menu .open-menu {
		display: flex;
		cursor: pointer;
	}

	.mobile-bottom-menu .open-menu svg + svg {
		display: none;
	}

	.mobile-bottom-menu .open-menu.active svg {
		display: none;
	}

	.mobile-bottom-menu .open-menu.active svg + svg {
		display: flex;
	}

	.mobile-bottom-menu .show-search svg,
	.mobile-bottom-menu .open-menu svg {
		width: 32px;
		height: 32px;
	}

	.mobile-bottom-menu .header-vip {
		min-width: 32px;
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width: 768px) {
	.list-tabs {
		width: 100%;
	}

	.form-gift-reg .welcome-empty-state {
		max-width: 255px;
		min-height: 154px;
		background-color: #1b2b38;
	}

	.form-gift-reg .swiper-slide {
		min-height: 154px;
	}

	.toggle-content > div .checkbox {
		display: none;
	}

	.search-block {
		flex-wrap: wrap;
	}

	.search-block .toggle {
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}
	.toggle-checkbox {
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}

	.toggle-content > div .toggle-item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		padding: 15px 10px;
		border: 2px solid rgba(212, 225, 245, 0.6);
		border-radius: 10px;
		justify-content: space-between;
	}

	.toggle-content > div .toggle-item + .toggle-item {
		margin-top: 0;
	}

	.file_chat_btn.btn-filled.green {
		font-size: 0;
		color: rgba(0, 0, 0, 0);
		background: none;
		border: none;
		min-width: inherit;
		padding: 0;
	}

	.file_chat_btn svg {
		display: block;
		width: 30px;
		height: 30px;
		fill: #fff;
	}

	.file_chat_btn svg path {
		fill: #fff !important;
	}

	#home .list-game:not(.first-section) .parent-game-slide:nth-last-of-type(-n + 2) {
		display: none;
	}

	.swiper.game-swiper.provider-slider {
		padding: 0;
	}

	.modal-win#providers {
		max-height: 100%;
		border-radius: 0;
	}

	.modal-win#search {
		align-items: flex-start;
		border-radius: 0;
	}

	.modal-win#reg {
		background-image: none;
	}

	.modal-win#win-jackpot {
		height: 100%;
	}

	.modal-win#reg,
	.modal-win#remind,
	.modal-win#reset-pass,
	.modal-win#exit,
	.modal-win#authentication,
	.modal-win#login {
		max-width: 100%;
		border-radius: 0;
		height: 100%;
	}

	.search-block1 {
		display: none;
		background-color: #151a22 !important;
	}

	.search-block1.active {
		display: flex;
		padding: 10px;
	}

	.list-tabs-wrapper .header-search.filter {
		display: none;
	}

	.search-block1 .header-search {
		display: block;
	}

	.filter__list-item:hover {
		border: 2px solid rgba(212, 225, 245, 0.2);
		color: #fff;
	}

	.modal-container_2 form.active {
		height: 100%;
	}

	.modal-container_2 {
		align-items: flex-start;
		overflow: auto;
	}

	.modal-win#search .search-field {
		height: calc(100% + 60px);
		padding: 20px 15px 80px;
		border-radius: 0;
	}

	.modal-container > form.active {
		height: 100%;
	}

	.index-slider .btn-slider {
		margin-top: auto;
	}

	.index-slider .swiper-slide span.title-slide {
		margin-top: auto;
	}

	#win-jackpot.modal-win::after,
	#win-jackpot.modal-win::before {
		content: none;
	}

	#win-jackpot .content-modal-win {
		justify-content: center;
		border-radius: 0;
		padding: 60px 15px;
	}

	#win-jackpot .parent-modal-win {
		height: 100%;
	}

	#win-jackpot.modal-win {
		max-width: 385px;
		background-image: url(../img/ocean-mobile.png);
		padding: 60px 20px;
	}

	#win-jackpot .close-small:not(.btn) {
		position: fixed;
		top: 60px;
		right: 20px;
	}

	.jackpot-page .mini-slider-win {
		order: 1;
		margin-top: 15px;
	}

	.jack-rank {
		width: calc((100% - 130px) / 2);
		margin: 0;
	}

	.vip-page .vipclub__item {
		min-width: calc((100% - 15px) / 2);
	}

	.change-theme-color {
		justify-content: center;
	}

	.footer-copyright .copyright {
		text-align: center;
	}

	.footer-pay-logo svg {
		width: 73px;
		max-height: 30px;
		margin: 0 5px 20px;
	}

	.vipclub__content.index-page .bottom-btn {
		margin-top: 20px;
	}

	#home .panel__title.panel__title_tournament.title {
		margin-top: 0;
	}

	.features {
		gap: 10px;
	}

	.features__text {
		margin-left: 0;
	}

	.features__text .desc {
		margin-top: 0;
	}

	.features__block:nth-child(3) .features__text .desc {
		margin-top: 5px;
	}

	.features__text .arrow-link {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.index-top {
		padding: 0 10px;
		margin: 0 auto 20px;
	}

	.modal-win#authentication,
	.modal-win#login {
		max-width: 100%;
	}

	html.dark-theme #reg .content-modal-win .r-side {
		background-color: #1e1e1e;
	}

	html.dark-theme .list-tabs-wrapper .header-search {
		background-color: #1e1e1e;
	}

	.hover-game-slide .h-game-btns .btn-play-icon {
		width: 66px;
		height: 66px;
	}

	.hover-game-slide a:not(.btn) {
		padding: 0;
	}

	.h-game-btns {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.log-tabs {
		display: block;
	}

	.block-topmenu {
		max-width: 290px;
		left: -290px;
	}

	.footer-menus {
		margin-top: 20px;
	}

	.footer-pay-logo {
		margin-bottom: 0;
	}

	.random-slider .title {
		text-align: center;
	}

	.jackpot-block {
		padding-bottom: 30px;
	}

	.jackpot-block .title {
		font-size: 16px;
		padding: 10px 40px;
		margin-bottom: 45px;
	}

	.jackpot-block::before,
	.jackpot-block::after {
		width: 40px;
		height: 40px;
		background-size: cover;
	}

	.jackpot-games-swiper .game-swiper .swiper-slide {
		width: calc(46% - 15px);
	}

	.jackpot-block .jackpot-summ {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.swiper-tournament-slider .swiper-slide {
		min-height: inherit;
	}

	.sides-blocks {
		flex-direction: column;
	}

	.mini-slider-win {
		width: 100%;
	}

	.swiper-tournament-slider {
		width: 100%;
		margin-top: 15px;
		max-height: inherit;
	}

	.swiper-tournament-slider .swiper-slide .main__item {
		min-height: inherit;
	}

	.swiper-wins .mini-img {
		margin-right: 10px;
	}

	.tours-slider .swiper-button-next {
		top: 45%;
	}

	.tours-slider .swiper-button-prev {
		top: 45%;
	}

	.jackpot-page .swiper-wins .mini-desc {
		max-width: 100%;
		width: 100%;
	}

	.jackpot-page {
		padding: 20px 15px 0;
	}

	.head-one-category .arrow-link {
		display: none;
	}

	.panel__info-button {
		margin-top: 15px;
	}

	.mini-slider-win {
		padding: 85px 15px 30px;
		min-height: 325px;
	}

	.swiper-wins {
		max-height: 210px;
	}

	.list-game + .bottom-btn,
	.provider-slider + .bottom-btn {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.list-game + .bottom-btn a,
	.provider-slider + .bottom-btn a {
		font-size: 16px;
		margin-top: 15px;
	}

	.list-tabs-wrapper {
		flex-wrap: wrap;
		min-height: auto;
		margin-bottom: 20px;
	}

	.list-tabs-wrapper .header-search {
		width: 100%;
		background-color: #13212d;
		border-radius: 100px;
		margin: 20px auto 0;
	}

	.index-slider .swiper-slide {
		background-position: left center !important;
	}

	.index-slider .swiper-pagination {
		display: block;
	}

	.block-topmenu_head a svg {
		height: 40px;
		width: 110px;
	}

	.block-topmenu_head .sidebar-menu-btn {
		margin-right: 10px;
	}

	.content-modal-win .r-side {
		display: none;
	}

	.content-modal-win .l-side {
		max-width: 100%;
	}

	.no-login-header-btn {
		display: none;
	}

	.logged-out-banner {
		flex-direction: column;
		padding: 0 15px;
	}

	.logged-out-banner__text-block {
		order: 1;
		text-align: center;
		padding-right: 0;
		width: 100%;
	}

	.logged-out-banner .btn {
		margin: 0 auto 16px;
	}

	.logged-out-banner img {
		width: 100%;
	}

	.block-topmenu .header-btn {
		display: flex;
	}

	.items_tournament .list-game .parent-game-slide {
		width: calc((100% - 60px) / 3);
	}

	.top-filters__btn {
		width: 40px;
		height: 40px;
		padding: 9px;
		border-radius: 8px;
		display: flex;
	}

	.top-filters__btn:hover {
		background-color: #151a22;
	}

	html.dark-theme .top-filters__btn:hover {
		background-color: #323232;
	}

	.top-filters__btn svg {
		width: 32px;
		height: 32px;
	}

	.head-one-category.filters {
		flex-wrap: wrap;
		align-items: center;
	}

	.top-filters {
		width: 100%;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.top-filters.active {
		display: flex;
	}

	.top-filter {
		width: 100%;
	}

	.top-filter + .top-filter {
		margin-left: 0;
	}

	.top-filter.active {
		/*        z-index: 20;*/
	}

	.top-filters .dropdown {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.top-filter.active .dropdown {
		display: flex;
	}

	.top-filter.providers .checkbox {
		display: none;
	}

	.top-filter.providers.active .provider-items {
		display: none;
	}

	.top-filter.providers .dropdown-item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		padding: 15px 10px;
		border: 2px solid #70828f;
		border-radius: 10px;
		justify-content: center;
	}

	.top-filter.providers .dropdown-item:empty {
		width: calc(50% - 5px);
	}

	.top-filter.providers .dropdown-item .title-provider {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.top-filter.providers .dropdown-item.active {
		border: 2px solid #ff7a00;
	}

	.themes-slides.game-swiper .swiper-slide {
		min-width: 345px;
	}

	.themes-slides .parent-game-slide:nth-child(8) {
		display: none;
	}

	.footer-menus .container {
		flex-direction: column;
	}

	.footer-copyright {
		order: 1;
		margin-top: 16px;
	}

	.footer-copyright,
	.footer-menu {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}

	.footer-menu {
		padding: 40px 0;
		background-color: #13212d;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.footer-menu + .footer-menu {
		padding-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.footer-logo {
		display: none;
	}

	.footer-menu .h-footer-menu {
		text-align: center;
		font-size: 20px;
	}

	.footer-menu ul {
		text-align: center;
	}

	.footer-menu ul li {
		display: list-item;
	}

	.footer-menus .container {
		gap: 0;
	}

	.footer-menu.active {
		max-height: inherit;
		margin-bottom: 12px;
	}

	.footer-menu ul li a {
		font-size: 14px;
	}

	.footer {
		padding-bottom: 86px;
	}

	.block-bottom-links {
		display: none;
	}

	.block-bottom-links {
		display: none;
	}

	.footer-settings {
		display: none;
	}

	.block-topmenu .change-theme-color {
		display: flex;
		margin: 16px 0 0;
		padding: 0px 17px;
	}

	.block-topmenu .btn-lang {
		max-width: 100%;
	}

	.block-topmenu .btn-lang a svg {
		margin-left: auto;
	}

	.block-topmenu .laguage-wrapper {
		margin-left: auto;
		margin-top: 16px;
		display: block;
	}

	.block-topmenu .open-lang {
		width: 100%;
	}

	.header.active {
		/*
        width: 100%;
        left: 0;
        height: 0;
        overflow: hidden;
        z-index: 22;
*/
	}

	.block-topmenu_head.active {
		display: flex;
		align-items: center;
		position: static;
	}

	.page-content.active {
		width: 100%;
	}

	.block-topmenu .header-logo {
		display: none;
	}

	.block-topmenu .hellow-user {
		display: block;
	}

	.block-topmenu .partner-block {
		padding: 0;
		border: none;
		margin: 8px 0;
	}

	.one-menu.open-menu .one-open-menu a {
		padding: 8px 12px;
		border-radius: 8px;
	}

	.one-open-menu {
		margin-bottom: 8px;
	}

	.one-menu.open-menu {
		border: none;
	}

	.topmenu-else-links a {
		font-size: 16px;
	}

	.the-content {
		padding: 16px;
	}

	.the-content .text {
		width: 100%;
	}

	.the-content ul,
	.the-content ol {
		padding: 10px 10px 10px 20px;
	}

	.the-content h1 {
		font-size: 20px;
	}

	.game-swiper-wrapper > .swiper-button-next,
	.game-swiper-wrapper > .swiper-button-prev {
		display: none;
	}

	.block-topmenu .topmenu-wrap {
		padding-bottom: 86px;
	}

	.topmenu-wrap .logout-btn {
		background-color: #f2f2f2;
	}

	.game-swiper.dup3 .swiper-slide {
		width: calc(41% + 6px);
	}

	.boost-block__wrapper > .title {
		text-align: center;
	}

	.boost-block__wrapper {
		padding: 24px 12px;
	}

	.boost-block__wrapper > img:nth-child(2) {
		height: 70%;
	}

	.game-swiper .swiper-slide {
		width: calc(41% + 6px);
	}

	.block-topmenu_head .mobile-logo {
		display: block;
		height: 48px;
	}

	.block-topmenu_head svg {
		width: auto;
	}

	header .header-search {
		display: none;
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 998;
		max-width: 100%;
	}

	header .header-search.active {
		display: block;
	}

	.header-search .search-dropdown {
		height: calc(100vh - 174px);
	}

	.header-search .search-filters .item {
		margin-left: 0;
	}

	.list-game.grid {
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}

	.parent-swiper-navination {
		display: none;
	}

	.TopSwiper .bg-swiper-slide {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 220px;
	}

	.one-index-category.one-row .parent-game-slide:nth-child(n + 5),
	.one-index-category.two-rows .parent-game-slide:nth-child(n + 9) {
		height: auto;
		pointer-events: all;
		margin: 10px;
	}

	.list-game .parent-game-slide {
		width: calc((100% / 3) - 20px);
	}

	#home .list-game .parent-game-slide:nth-last-of-type(-n + 4) {
		display: block;
	}

	.h-one-category {
		font-size: 20px;
	}

	.line-one-index-category {
		margin-top: -14px;
		margin-bottom: 8px;
	}

	.parent-banner-ihb {
		background-size: 170px 95px;
	}

	.index-banner {
		margin-bottom: 15px;
		padding: 15px;
		min-height: 135px;
	}

	.jp-summ {
		font-size: 66px;
		line-height: 180px;
		text-align: center;
	}

	.jp-summ .shadow {
		right: 0;
	}

	.index-banner a,
	.index-banner small {
		font-size: 12px;
		min-height: 30px;
	}

	.list-anim-btn .anim-btn div {
		padding: 15px;
		background-size: 52px 50px;
		background-position: calc(100% - 15px) 50%;
	}

	.h-game-slide {
		font-size: 16px;
	}

	.the-content {
		margin: 30px 0 30px;
		font-size: 13px;
	}

	.parent-search-list-game .list-game .parent-game-slide {
		width: calc(33.33% - 20px);
	}

	.head-tabs {
		flex-wrap: wrap;
		margin: 0 0 15px;
	}

	.jackpot-tabs {
		width: 100%;
		border: 1px solid #c5991e;
		padding: 10px 10px 3px 10px;
		min-height: auto;
		margin-bottom: 15px;
		border-radius: 12px;
	}

	.h-jackpot-tabs svg {
		width: 11px;
		height: 11px;
		margin: -2px 6px 0;
	}

	.jackpot-tabs span {
		font-size: 17px;
	}

	.summ-jackpot-tabs {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.jackpot-tabs .list-game .parent-game-slide {
		width: calc(25% - 6px);
		margin: 3px;
	}

	.jackpot-tabs .list-game .parent-game-slide:nth-child(4) {
		display: flex;
	}

	.head-tabs .index-slider {
		width: 100%;
	}

	.head-tabs .index-slider .swiper-slide {
		border-radius: 12px;
	}

	.head-tabs .index-slider {
		margin: 0;
	}

	.list-tabs a.router-link {
		margin: 0 6px 0 0;
		font-size: 13px;
		font-weight: 450;
		border-bottom: none;
	}

	.list-tabs a.router-link:hover,
	.list-tabs a.router-link.active {
		border-bottom: none;
	}

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 17px;
	}

	.header-btn {
		width: 100%;
	}

	.btn-slider a,
	.btn-slider small {
		padding: 8px;
	}

	.footer-social {
		width: 100%;
		margin-bottom: 12px;
	}

	.footer-tournaments {
		width: 100%;
	}

	.footer-tournaments svg {
		height: 14px;
		margin: 0;
	}

	#login .content-modal-win,
	#reg .content-modal-win {
		flex-direction: column;
		overflow: auto;
	}

	#login .content-modal-win .l-side,
	#reg .content-modal-win .l-side {
		width: 100%;
		padding: 0 20px 40px;
		min-height: calc(90%);
	}

	#login .content-modal-win .l-side,
	#reset-pass .content-modal-win .l-side,
	#reg .content-modal-win .l-side,
	#remind .content-modal-win .l-side {
		height: calc(100% + 20px);
	}

	#reg .content-modal-win .r-side {
		display: flex;
		width: 100%;
		max-width: 100%;
		background-color: #151a22;
		background-image: none;
		height: auto;
	}

	.content-modal-win .or-block {
		margin-top: 0;
	}

	.h-form-modal-win {
		display: none;
	}

	#remind .h-form-modal-win {
		display: block;
	}
	#reset-pass .h-form-modal-win {
		display: block;
	}

	.form-gift-reg .swiper-slide input[type='radio']:checked + .indicator {
		top: 5px;
		font-size: 10px;
		width: 80px;
		padding: 2px 10px;
	}

	.form-gift-reg .slider-wrapper {
		width: calc(100% - 100px);
	}

	.form-gift-reg .denied {
		margin-bottom: 20px;
	}

	.form-gift-reg {
		padding: 0;
	}

	.form-gift-reg .main-title {
		display: none;
	}

	.form-gift-reg > img {
		display: none;
	}

	.form-gift-reg .swiper-slide label {
		flex-direction: row;
		padding-bottom: 0;
	}

	.form-gift-reg .text-one-form-gift-reg {
		display: none;
	}

	.form-gift-reg .title-one-form-gift-reg {
		margin-bottom: 0;
		font-size: 12px;
		display: flex;
		align-items: center;
	}

	.form-gift-reg .img-one-form-gift-reg {
		margin-bottom: 0;
		min-height: 150px;
	}

	.form-gift-reg .img-one-form-gift-reg img {
		border-top-right-radius: 0;
		border-bottom-left-radius: 20px;
		max-height: inherit;
		height: 100%;
		min-width: 100px;
	}

	.form-gift-reg .swiper-button-prev {
		left: -45px;
	}

	.form-gift-reg .swiper-button-next {
		right: -45px;
	}

	#reg.modal-win .close-small:not(.btn),
	#login.modal-win .close-small:not(.btn) {
		top: 7px;
	}

	.modal-main-title {
		font-size: 15px;
		padding-bottom: 20px;
	}

	.features__block {
		flex-direction: column;
		text-align: center;
	}

	.features__block:before {
		top: 75%;
		left: 50%;
		transform: translateX(-50%);
	}

	.features__text .title {
		justify-content: center;
	}

	.features__icon {
		margin-bottom: 10px;
	}

	.features__icon img {
		height: 50px;
	}

	html.dark-theme .footer-menu {
		background-color: #1e1e1e;
	}

	.form-gift-reg {
		max-width: 355px;
	}

	.form-modal-win.reg-form {
		max-width: 355px;
		margin: 0 auto;
	}

	.footer-support {
		margin-right: 0;
	}
}

@media screen and (max-height: 991px) and (min-width: 768px) {
	.modal-win#reg .close-small:not(.btn),
	.modal-win#authentication .close-small:not(.btn),
	.modal-win#login .close-small:not(.btn) {
		top: 48px;
	}
}

@media screen and (max-width: 700px) {
	.file_chat_attachment {
		flex-wrap: wrap;
	}

	.file_chat_left {
		margin-left: auto;
	}

	.h-game-btns {
		margin-top: 15px;
	}

	.swiper-wins .swiper-slide {
		justify-content: flex-start;
	}

	.leaderboard__slider.slider_leaderboard::after {
		right: -74px;
	}

	.leaderboard__slider.slider_leaderboard::before {
		left: -80px;
	}
}

@media screen and (max-width: 600px) {
	.header-left {
		width: auto;
	}
}

@media screen and (max-width: 560px) {
	#win-jackpot .jacksumm {
		font-size: 60px;
		line-height: 65px;
		display: inline-block;
		text-align: center;
	}

	.form-gift-reg .denied {
		padding: 0 20px;
		text-align: left;
	}

	.vipclub__content.index-page .vipclub__item {
		min-width: 220px;
	}

	/*.jack-rank__summ>span span {*/
	/*  font-size: 9px;*/
	/*}*/

	.jack-rank__bottom > span span {
		font-size: 7px;
	}

	.notification-block .close {
		right: 20px;
	}

	.jackpot-block {
		padding: 0px 15px 20px;
	}

	.vip-page .vipclub__item {
		min-width: 80%;
	}

	.open-lang {
		padding: 0;
	}

	.open-lang__wrapper {
		margin: 0;
		max-width: 100%;
		border-radius: 0;
		height: 100%;
	}

	.items_tournament .list-game .parent-game-slide {
		width: calc((100% - 40px) / 2);
	}

	.modal-win .close-small:not(.btn) {
		top: 30px;
	}

	.modal-win {
		width: 100%;
		height: 100%;
		border-radius: 0;
	}

	.modal-win.active#remind {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.parent-modal-win {
		height: 100%;
	}

	.leaderboard__slider.slider_leaderboard::after,
	.leaderboard__slider.slider_leaderboard::before {
		content: none;
	}

	.index-banner {
		background-position: left 25% center;
		background-size: auto 100%;
	}

	.jp-summ {
		font-size: 34px;
		line-height: 100px;
		min-height: auto;
	}

	.jp-summ .curr {
		font-size: 20px;
	}

	.header-right {
		margin-left: 0;
	}

	.yes-login-header-btn .btn {
		margin-left: 0;
	}

	.swiper-wins .swiper-slide {
		width: 100%;
		padding: 0 0 0 10px;
	}

	.index-slider .swiper-slide .img-wrap {
		width: 100%;
		left: 7%;
		filter: brightness(0.7);
		max-width: 100%;
		text-align: center;
	}

	span.number-slide {
		opacity: 1;
	}

	.list-game {
		margin-left: -5px;
		margin-right: -5px;
		width: calc(100% + 10px);
	}

	.list-game .parent-game-slide {
		width: calc(50% - 10px);
		margin: 5px;
	}

	.parent-search-list-game .list-game .parent-game-slide {
		width: calc(50% - 10px);
		margin: 5px;
	}

	.header-btn {
		justify-content: space-between;
	}

	.yes-login-header-btn .btn.open-deposit,
	.yes-login-header-btn a.btn.open-deposit {
		width: 100%;
	}

	.footer-support {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		text-align: center;
		order: 1;
	}

	.footer-support .btn {
		max-width: 200px;
		margin: 20px auto 0;
	}

	.details__btn {
		text-align: center;
	}
}

@media screen and (max-width: 510px) {
	.chat_textarea {
		width: 40%;
	}

	.file_chat_attachment_icon {
		width: 24px;
	}
}

@media screen and (max-height: 560px) {
	#win-jackpot.modal-win {
		max-width: 760px;
		background-size: contain;
		padding: 20px 60px;
		height: calc(100% - 20px);
	}
	#win-jackpot .content-modal-win {
		justify-content: center;
	}
	#win-jackpot .close-small:not(.btn) {
		top: 10px;
	}
}

@media screen and (max-width: 500px) {
	.pannel__sides {
		padding: 0;
	}

	.jack-rank__bottom span {
		padding: 5px;
	}

	.panel__title.panel__title_tournament.title {
		font-size: 21px;
	}

	.main__item {
		padding: 30px 10px 10px;
	}

	.main__item {
		padding: 30px 10px 10px;
	}

	#home .main__item {
		padding: 65px 10px 20px;
	}

	.panel.panel_tournament {
		padding: 10px;
	}

	.panel__countdown {
		font-size: 12px;
	}

	.panel__countbutton {
		font-size: 10px;
	}

	.pannel__sides-bg svg {
		margin-right: 5px;
	}

	.timer__table .timer__row_digit .timer__cell {
		font-size: 12px;
	}

	.panel__caption {
		font-size: 16px;
	}
}

@media screen and (min-width: 500px) {
	.jack-rank__bottom br {
		display: none;
	}
}

@media screen and (max-width: 495px) {
	.list-game2.grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}

	.list-game.grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}

	.wager-scale {
		display: none;
	}
}

@media screen and (max-width: 460px) {
	.tab-bonuses__gallery .tab + .tab,
	.bonuses-page .tab + .tab {
		margin-left: 0;
		margin-top: 20px;
	}
	.tab-bonuses__gallery .tab,
	.bonuses-page .tab {
		width: 100%;
	}

	.tab-bonuses__gallery .tabs,
	.bonuses-page .tabs {
		flex-wrap: wrap;
		justify-content: center;
	}
	#win-jackpot.modal-win {
		padding: 60px 20px;
	}
	.chat_textarea::placeholder {
		font-size: 12px;
	}

	.file_chat_btn {
		padding: 27px 8px;
		font-size: 13px;
	}

	.jack-rank__summ > span {
		font-size: 16px;
		padding: 24px 5px;
	}

	.jackpot-block {
		padding: 0px 5px 20px;
	}

	.jack-rank {
		width: calc((100% - 120px) / 2);
		margin: 0 10px;
	}

	.jack-rank__title {
		width: 70%;
	}

	.jack-rank__title span:not(.crown) {
		padding: 2px 1px;
	}

	.container.list-tabs-index {
		/* padding: 0; */
	}

	.swiper.list-tabs .swiper-button-next,
	.swiper.list-tabs .swiper-button-prev {
		display: none;
	}

	.list-tabs a.router-link {
		padding: 11.5px 30px 11.5px 10px;
		margin-right: 0;
	}

	.swiper.list-tabs .swiper-slide {
		margin-right: 0 !important;
	}

	.list-tabs a.router-link:hover::after {
		content: none;
	}

	.list-tabs a.router-link:hover {
		color: #ff7a00;
	}

	.list-tabs a.router-link:hover svg path {
		fill: #ff7a00;
	}

	.h-game-btns {
		margin-top: 0;
	}

	.hover-game-slide .h-game-btns .btn-play-icon {
		margin-bottom: 0;
	}

	.themes-slides.game-swiper .swiper-slide {
		min-width: 100%;
	}

	.themes-slides .parent-game-slide:nth-child(2) {
		display: none;
	}
}

@media screen and (max-width: 370px) {
	.list-game2.grid {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	}

	.jack-rank {
		width: calc((100% - 20px) / 2);
		margin: 0 5px;
	}

	.jack-rank__summ .wing {
		display: none;
	}

	.list-game.grid {
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	}

	.list-game.grid .parent-game-slide:first-child {
		grid-row: 1 / 1;
		grid-column: 1 / 1;
	}

	.block-topmenu_head .sidebar-menu-btn {
		margin-right: 5px;
	}

	.yes-login-header-btn .btn.open-deposit,
	.yes-login-header-btn a.btn.open-deposit {
		font-size: 14px;
		margin-right: 5px;
		max-width: 90px;
		min-width: inherit;
		padding: 5px;
	}

	.head-subcat-select {
		margin-left: 10px;
		width: 150px;
	}

	.head-subcat-select .subcat-select {
		padding: 0 10px;
	}

	.header-logo {
		margin-left: 10px;
	}

	.modal-main-title {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 359px) {
	.list-game .parent-game-slide {
		width: 100%;
	}

	.parent-search-list-game .list-game .parent-game-slide {
		width: 100%;
	}
}

.gam_bonus_activated {
	display: contents;
	text-align: center;
}

.deactivate-bonus.bonus-panel__button.button.button_shape_round {
	color: #fff;
	background: #fd2d5e;
	padding: 7px 11px;
	font-weight: 300;
	font-size: 13px;
	cursor: pointer;
	margin: 10px 0 0;
	width: auto;
	text-align: center;
	border-radius: 10px;
	font-weight: 500;
	align-self: center;
}

html.dark-theme .form-gift-reg .welcome-empty-state {
	background-color: #1e1e1e;
}

html.dark-theme .table.table.table_leaderboard .table__row:nth-child(1) td {
	background-color: #ffe4ad;
}

html.dark-theme .list-tabs-wrapper .header-search input[type='search'] {
	background: #1e1e1e;
}

html.dark-theme .table.table.table_leaderboard .table__row:nth-child(2) td {
	background-color: rgb(182 163 233 / 30%);
}

table.table.table_leaderboard .table__row:nth-child(3) td {
	background-color: rgba(233, 151, 151, 0.3);
}

html.dark-theme .table.table.table_leaderboard .table__row:nth-child(3) td {
	background-color: rgba(233, 151, 151, 0.3);
}

html.dark-theme .table.table.table_leaderboard .table__row:nth-child(2) td {
	background-color: rgb(182 163 233 / 30%);
}

html.dark-theme .page-content .support-content.user-support-block h1.page-title {
	color: #fff;
}

html.dark-theme,
html.dark-theme body {
	background-color: #101010;
	color: #fff;
}

html.dark-theme .header {
	background-color: #101010;
}

html.dark-theme .block-topmenu {
	background-color: #1e1e1e;
}

html.dark-theme .one-menu a {
	color: #fff;
}

html.dark-theme .one-menu a:hover {
	color: #ff7a00;
}

html.dark-theme .block-topmenu .header-logo a {
	color: #fff;
}

html.dark-theme .block-topmenu .partner-block {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
}

html.dark-theme .block-topmenu .partner-block .btn-block {
	background-color: #101010;
}

html.dark-theme .block-topmenu .partner-block .top-block {
	background-color: #101010;
}

html.dark-theme .block-topmenu .partner-block .top-block a .title {
	color: #fff;
}

html.dark-theme .one-menu.filled a {
	background-color: #101010;
}

html.dark-theme .footer .copyright_gambling_soft span {
	color: #fff;
}

html.dark-theme .footer .copyright_gambling_soft svg,
html.dark-theme .footer .copyright_gambling_soft svg g {
	fill: #ff7a00 !important;
}

html.dark-theme .footer .copyright_gambling_soft a {
	color: #ff7a00;
	border-color: #ff7a00;
}

html.dark-theme .the-content {
	background-color: #1e1e1e;
}

html.dark-theme .the-content .btn {
	background-color: #525252;
}

html.dark-theme .the-content .btn:hover {
	background-color: #606060;
}

html.dark-theme .h-one-category {
	color: #fff;
}

html.dark-theme .game-swiper-wrapper .swiper-button-next,
html.dark-theme .game-swiper-wrapper .swiper-button-prev {
	background-color: #1e1e1e;
}

html.dark-theme .game-swiper-wrapper .swiper-button-next:hover,
html.dark-theme .game-swiper-wrapper .swiper-button-prev:hover {
	background-color: #303030;
}

html.dark-theme .open-lang {
	background-color: #1e1e1e;
}

html.dark-theme .header-search .search-fiealdwrap {
	background-color: #1e1e1e;
	border: 1px solid #323232;
}

html.dark-theme .header-search .search-dropdown {
	background-color: #1e1e1e;
}

html.dark-theme .header-search .search-fiealdwrap input {
	color: #fff;
}

html.dark-theme .header-search .search-filters {
	border-bottom: 1px solid #323232;
}

html.dark-theme .game-stat-dropdown__wrapper {
	background-color: #1e1e1e;
}

html.dark-theme .game-stat-dropdown__wrapper::after {
	background-color: #1e1e1e;
}

html.dark-theme .game-stat-dropdown__wrapper .item:first-child {
	background-color: #101010;
}

html.dark-theme .content-modal-win .l-side {
	background-color: #1e1e1e;
}

html.dark-theme .content-modal-win .l-side .modal-logo {
	color: #fff;
}

html.dark-theme .content-modal-win .r-side {
	background-image: none;
	background-color: #101010;
}

html.dark-theme .modal-win input {
	background-color: #101010;
}

html.dark-theme input:not(.search-field) {
	color: #fff;
}

html.dark-theme .block-contact-form input[type='submit'] {
	color: #111;
}

html.dark-theme .close-small svg {
	fill: #fff;
}

html.dark-theme .slides-btns {
	background-color: #1e1e1e;
}

html.dark-theme .slides-btns .item {
	border-bottom: 2px solid #323232;
}

html.dark-theme .level-block {
	background-color: #101010;
}

html.dark-theme .level-block__wrapper {
	background: #323232;
}

html.dark-theme .header-vip {
	border: 3px solid #323232;
}

html.dark-theme .block-topmenu .partner-block .top-block::after {
	background-color: #323232;
}

html.dark-theme .popup2.popup_undefined {
	background-color: #1e1e1e;
}

html.dark-theme .popup2.popup_undefined .tab__action-wrapper {
	background-color: #323232;
}

html.dark-theme .popup2.popup_undefined .tab__action a.tab__item.tab__item_active {
	background-color: #101010;
}

html.dark-theme .popup2.popup_undefined .tab__action a.tab__item {
	color: #fff;
}

html.dark-theme .popup2.popup_undefined .payment__item.payitem:hover {
	background-color: #101010;
}

html.dark-theme .popup2.popup_undefined .payment__tooltip.payment__tooltip_open {
	background-color: #1e1e1e;
}

html.dark-theme .popup2.popup_undefined .pay-tooltip__summ label {
	background-color: #101010;
}

html.dark-theme .popup2.popup_undefined .pay-limits-wrapper {
	background-color: #101010;
}

html.dark-theme .popup2.popup_undefined .pay-limits-wrapper .pay-limits {
	color: #fff;
}

html.dark-theme .popup2.popup_undefined .enter-pin {
	border-top: 1px solid #323232;
}

html.dark-theme .popup2.popup_undefined .pay-tooltip__input.input input,
html.dark-theme .popup2.popup_undefined .form-pin input:hover {
	box-shadow: 0 0 0 2px #323232 inset;
}

html.dark-theme .popup2.popup_undefined .pay-tooltip__input.input input,
html.dark-theme .popup2.popup_undefined .form-pin input {
	box-shadow: 0 0 0 1px #323232 inset;
}

html.dark-theme .popup2.popup_undefined .history__row {
	background-color: #323232;
}

html.dark-theme .top-filter .title-block {
	background-color: #1e1e1e;
}

html.dark-theme .top-filters .dropdown {
	background-color: #1e1e1e;
}

html.dark-theme .top-filter.providers .checkbox {
	border: 1px solid rgb(255 255 255 / 20%);
}

html.dark-theme .top-filter.categories .dropdown-item {
	border: 1px solid #323232;
}

html.dark-theme .exchange-rate {
	background-color: #1e1e1e;
}

html.dark-theme .mobile-bottom-menu {
	background-color: #1e1e1e;
}

html.dark-theme .mobile-bottom-menu .userstat {
	background-color: #101010;
}

html.dark-theme .topmenu-wrap .logout-btn {
	background-color: #525252;
	color: #fff;
}

html.dark-theme .topmenu-wrap .logout-btn:hover {
	background-color: #606060;
}

html.dark-theme .block-topmenu .btn-lang a {
	background-color: #101010;
}

html.dark-theme .block-topmenu .open-lang {
	background-color: #101010;
}

html.dark-theme .block-topmenu .open-lang a {
	color: #fff;
}

html.dark-theme .block-topmenu_head .mobile-logo {
	color: #fff;
}

html.dark-theme .vip-panel {
	background-color: #1e1e1e;
}

html.dark-theme .vip-panel:before {
	background-color: #1e1e1e;
}

html.dark-theme .vip-page .vipclub__item {
	background: #1e1e1e;
}

html.dark-theme .tours-slider .swiper-button-next,
html.dark-theme .tours-slider .swiper-button-prev {
	background-color: #1e1e1e;
}

html.dark-theme .tours-slider .swiper-button-next:hover,
html.dark-theme .tours-slider .swiper-button-prev:hover {
	background-color: #323232;
}

html.dark-theme .pannel__r-side {
	background-color: #323232;
}

html.dark-theme .tournaments-bg .panel__countdown {
	background-color: #101010;
}

html.dark-theme .tournaments-bg .panel__countdown {
	color: #fff;
}

html.dark-theme .timer__table .timer__row_digit .timer__cell:not(.symbol) {
	color: #fff;
}

html.dark-theme .panel__info-button .tournament-show {
	background-color: #323232;
	color: #fff;
}

html.dark-theme .btn-lang a {
	background-color: #1e1e1e;
}

html.dark-theme .open-lang a {
	color: #fff;
}

html.dark-theme .pannel__l-side .tour-type {
	background-color: #323232;
}

html.dark-theme .leaderboard__block {
	background-color: #1e1e1e;
}

html.dark-theme table.table.table_leaderboard .table__row td {
	background-color: #323232;
}

html.dark-theme table.table.table_leaderboard td span {
	background-color: #101010;
}

html.dark-theme .profile__main {
	background-color: #1e1e1e;
}

.pass_border {
	border: 1px solid rgb(224 224 224);
}

.pass_border:hover {
	background: rgba(1, 1, 1, 0.1);
}

html.dark-theme .tab__action.head_action a:hover,
html.dark-theme .tab__action.head_action a.tab__item.tab__item_active {
	color: #fff;
}

html.dark-theme .profile-info__title.title.title_font_largest {
	border-bottom: 1px solid #323232;
}

html.dark-theme .profile-details {
	border-bottom: 1px solid #323232;
}

html.dark-theme .tab-bonuses__item {
	background-color: #1e1e1e;
}

html.dark-theme .bonus-panel__action {
	background-color: #323232;
}

html.dark-theme .vip__l-side {
	background-color: #1e1e1e;
}

html.dark-theme .vip__action {
	background-color: #1e1e1e;
}

html.dark-theme .vip__cell:nth-child(3) .vip__subtitle {
	color: #858585;
}

html.dark-theme .vip__profile-heading {
	background-color: #323232;
}

html.dark-theme .vip__botom-side {
	background-color: #323232;
}

html.dark-theme .vip__description-wrap {
	background-color: #323232;
}

html.dark-theme .vip__botom-side .course {
	color: #fff;
}

html.dark-theme .vip__profile-img .outer-rings {
	opacity: 0.06;
}

html.dark-theme .vip__profile-img .inner-circle {
	opacity: 0.1;
}

html.dark-theme .vip__min-desc .l-side span {
	color: #fff;
}

html.dark-theme .vip__min-desc .r-side .main-text {
	color: #fff;
}

html.dark-theme .vip__min-desc .l-side {
	border-right: 1px solid #606060;
}

html.dark-theme .game-stat-dropdown__wrapper.static > div {
	background-color: #1e1e1e;
}

html.dark-theme .game-stat-dropdown__wrapper.static {
	background: none;
}

html.dark-theme .quick-deposit__dropdown.active {
	background-color: #323232;
}

html.dark-theme .wager-scale__wrap {
	background-color: #323232;
}

html.dark-theme .payments-block {
	color: #fff;
}

html.dark-theme .payments-block .tabs .tab {
	color: #fff;
}

html.dark-theme .payments-block .tabs .tab.active {
	color: #1b1414;
}

html.dark-theme .footer-copyright .title {
	color: #fff;
}

html.dark-theme .notes-withdraw-tab {
	border-top: 1px solid #323232;
}

html.dark-theme .head-one-category .view-all {
	color: #fff;
}

html.dark-theme .modal-win#search .search-field {
	background-color: #1e1e1e;
}

html.dark-theme .modal-win#search .search-field input {
	color: #fff;
	background-color: #101010;
}

html.dark-theme .user-info-block__stats {
	background-color: #323232;
}

html.dark-theme .swiper.list-tabs .swiper-button-next {
	background: linear-gradient(-90deg, #101010 65%, rgba(27, 43, 56, 0) 100%);
}

html.dark-theme .swiper.list-tabs .swiper-button-prev {
	background: linear-gradient(90deg, #101010 65%, rgba(27, 43, 56, 0) 100%);
}

html.dark-theme .profile-dropdown {
	background-color: #1e1e1e;
}

html.dark-theme .mini-slider-win {
	background-color: #1e1e1e;
}

html.dark-theme .swiper-wins .mini-desc {
	background: #323232;
}

html.dark-theme .swiper-tournament-slider .swiper-slide .main__item::before {
	background: linear-gradient(90deg, rgb(34 31 31 / 80%) 35%, rgba(19, 33, 45, 0) 77%, rgba(19, 33, 45, 0.8) 100%);
}

html.dark-theme .vipclub__content.index-page .vipclub__row {
	background-color: #1e1e1e;
}

html.dark-theme .form-modal-win select {
	background-color: #101010;
}

html.dark-theme .form-modal-win select option {
	background: #101010;
}

html.dark-theme .log-tabs {
	background-color: #1e1e1e;
}

html.dark-theme .profile-info__caption span {
	background-color: #1e1e1e;
}

html.dark-theme .form-gift-reg .swiper-slide {
	background-color: #1e1e1e;
	border: 2px solid #1e1e1e;
}

html.dark-theme .form-gift-reg .swiper-slide:hover {
	border: 2px solid #ff7a00;
}

html.dark-theme .features__block {
	background-color: #1e1e1e;
}

html.dark-theme .game-swiper-wrapper.providers .swiper-slide {
	background-color: #1e1e1e;
}

html.dark-theme .pannel__sides-bg {
	background: #323232;
}

html.dark-theme .panel.panel_tournament {
	background: #1e1e1e;
}

html.dark-theme .modal-overflow {
	background-color: rgb(30 30 30 / 65%);
}

html.dark-theme .one-menu a:hover {
	background-color: #323232;
}

html.dark-theme .card {
	background-color: #1e1e1e;
}

html.dark-theme #history .tab__action {
	background: #1e1e1e;
}

html.dark-theme .history__row {
	background: #1e1e1e;
}

html.dark-theme .profile-dropdown a:hover {
	background-color: #323232;
}

html.dark-theme .sides-blocks .panel.panel_tournament {
	background: none;
}

html.dark-theme .parent-modal-win {
	background: #1e1e1e;
}

html.dark-theme .chat_textarea,
html.dark-theme .file_chat_attachment {
	background-color: #1e1e1e;
}

html.dark-theme {
}

html.dark-theme {
}

html.dark-theme {
}

html.dark-theme {
}

html.dark-theme {
}

html.dark-theme {
}

html.dark-theme {
}

html.dark-theme {
}

html.dark-theme {
}

@media screen and (max-width: 768px) {
	html.dark-theme .form-gift-reg .welcome-empty-state {
		background-color: #101010;
	}
}

/*  dark theme  */
