@font-face {
	font-family: TTFirs-700;
	src: url('fonts/TTFirs-700.woff');
	font-weight: bold;
	font-style: bold;
}

@font-face {
	font-family: TTFirs-800;
	src: url('fonts/TTFirs-800.woff');
	font-weight: extra-bold;
	font-style: extra-bold;
}

@font-face {
	font-family: TTFirs-regular;
	src: url('fonts/TTFirs-regular.woff');
	font-weight: regular;
	font-style: regular;
}

* {
	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: #2f2fde;
	display: inline-block;
	cursor: pointer;
}

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

::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

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

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

html.modal_open {
	overflow: hidden;
}

strong {
	font-weight: 700;
}

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

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: 1640px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
}

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

.fixed-header {
	padding: 20px 40px;
	height: 100px;
}

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

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

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

.header-logo {
	max-width: 144px;
	width: 100%;
	text-align: center;
	margin: 0 20px;
}

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

.header-logo img {
	max-width: 95.61px;
	max-height: 40px;
}

.dynamic-color,
.whisker {
	fill: #000 !important;
}

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

.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: #000;
	font-weight: 600;
	font-size: 14px;
	margin: 0 35px 0 0;
}

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

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

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

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

.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;
}

.yes-login-header-btn {
	/* display: none; */
}

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

.header .btn-filled {
	margin-left: 20px;
}

a.btn:not(.profile-new-btn) svg {
	fill: #fff;
	width: 17px;
	height: 17px;
	margin: 0px 5px 0 0;
	display: block;
	float: left;
}

.btn {
	color: #fff;
	font-family: 'TTFirs-800', sans-serif;
	justify-content: center;
	padding: 0 15px;
	text-align: center;
	border-width: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	align-items: center;
	background-color: #2f2fde;
	border-color: transparent;
	border-radius: 8px;
	border-style: solid;
	display: flex;
	width: auto;
	font-size: inherit;
	min-height: 30px;
	outline: none;
	text-decoration: none;
	vertical-align: top;
	font-size: 12px;
}

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

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;
}

.header-lang {
	width: 22px;
	margin-left: 20px;
	position: relative;
	z-index: 9991;
}

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

.btn-lang a {
	background-color: #fff;
	font-size: 14px;
	border-radius: 10px;
	padding: 5px 15px;
	color: #000;
	display: inline-block;
	width: 100%;
	min-height: 40px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.btn-lang a:hover,
.btn-lang.active a {
	background-color: #ffc400;
}

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

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

.btn-lang a svg {
	width: 20px;
	height: 20px;
	margin-left: auto;
}

.btn-lang a svg use {
	transform: scale(1.5);
	transform-origin: 50%;
}

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

.btn-filled {
	background: #ffc400;
	border: 2px solid #ffc400;
	color: #000;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

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

.btn-filled.pink {
	background-color: #c700cb;
	border-color: #c700cb;
	color: #fff;
}

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

.btn-bordered {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #ffc400;
	color: #000;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

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

.open-lang {
	background-color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	display: none;
	overflow: hidden;
}

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

.open-lang a {
	font-size: 12px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	width: 100%;
	color: #000;
}

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

.open-lang a:hover {
	background-color: #ffc400;
}

.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 {
	width: 100%;
	font-size: 11px;
}

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

.yes-login-header-btn .open-profile {
	background: #2f2fde;
	min-width: 36px;
	border-radius: 50%;
	cursor: pointer;
}

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

.block-content {
	min-height: 100vh;
}

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

.index-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

.index-slider {
	width: 100%;
}

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

.index-slider .swiper-slide {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 400px;
	position: relative;
	transition: background-size 0.6s !important;
	overflow: hidden;
}

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

.index-slider .swiper-slide .img-wrap {
	position: absolute;
	bottom: 100%;
	max-height: 100%;
	left: 50%;
	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 {
	position: relative;
	left: -1600px;
	transition: 0.9s !important;
	z-index: 2;
}

.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%;
	margin: 0 auto;
	font-family: 'Rubik', sans-serif;
}

span.title-slide {
	font-size: 44px;
	font-family: 'TTFirs-800', sans-serif;
	white-space: pre-line;
	text-shadow: 1px 1px 3px #000;
	z-index: 10;
	line-height: 1.12;
	width: 100%;
	max-width: 900px;
	display: block;
}

span.number-slide {
	font-size: 16px;
	margin-top: 4px;
	font-family: 'TTFirs-700', sans-serif;
	line-height: 1.31;
	opacity: 0.8;
	white-space: pre-line;
	text-shadow: 1px 1px 3px #000;
	z-index: 10;
	display: block;
	width: 100%;
	max-width: 900px;
}

.btn-slider {
	margin: 15px 0 0;
}

.btn-slider a,
.btn-slider small {
	max-width: 100%;
	padding: 8px 15px;
	background: linear-gradient(107deg, rgb(255, 86, 196) 0%, rgb(255, 50, 175) 100%);
	display: inline-block;
	margin: 0;
	font-family: 'TTFirs-800', sans-serif;
	line-height: 1.4;
	cursor: pointer;
	border: none;
	outline: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 6px;
	transition: 0.25s ease-in-out;
}

.parent-swiper-navination {
	position: absolute;
	width: 90px;
	bottom: 20px;
	right: calc((100vw - 1560px) / 2);
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

.parent-swiper-navination .swiper-button-next,
.parent-swiper-navination .swiper-button-prev {
	border-radius: 10px;
	background-color: #fff;
	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::after,
.parent-swiper-navination .swiper-button-prev::after {
	content: none;
}

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

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

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

.parent-swiper-navination .swiper-button-next:hover svg,
.parent-swiper-navination .swiper-button-prev:hover svg {
	fill: #fff;
}

.parent-swiper-navination svg {
	fill: #2f2fde;
}

.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 {
	width: 170px;
	display: block;
	margin-left: 20px;
	position: relative;
}

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

.subcat-select:hover {
	background: #bfc8dc;
}

.head-subcat-select svg {
	fill: #2f2fde;
	width: 19px;
}

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

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

.subcat-select-drop {
	background: #f3f5fc;
	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;
	color: #000;
	font-size: 12px;
}

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

.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;
	min-height: 80px;
	padding: 0 15px;
	background-color: #f3f5fc;
	border-radius: 10px;
	margin-bottom: 20px;
}

.list-tabs {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 15px;
	width: 100%;
}

.list-tabs::-webkit-scrollbar {
	height: 5px;
	background: transparent;
}

.list-tabs::-webkit-scrollbar-thumb {
	height: 4px;
	background-color: #2a3546;
	border-radius: 2px;
}

.list-tabs a.router-link {
	color: #000;
	padding: 5px 0;
	font-weight: 600;
	position: relative;
	text-align: center;
}

.list-tabs a.router-link.hide {
	display: none;
}

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

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

.list-tabs a.router-link:hover span,
.list-tabs a.router-link.active span {
	color: #2f2fde;
	transition: 0.3s !important;
}

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

.list-tabs-wrapper .header-search {
	margin-left: auto;
}

.list-tabs-wrapper .header-search input[type='search'] {
	background-image: url(../img/betnew/search-blue.svg);
	max-width: 157px;
	text-overflow: ellipsis;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 0 40px 0 15px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	width: auto;
	background-position: right 15px center;
	opacity: 1;
	transition: 0s;
}

.list-tabs-wrapper .header-search:hover input[type='search'] {
	background-color: #bfc8dc;
	transform: none;
}

.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:hover svg,
.swiper.list-tabs .swiper-button-prev:hover svg {
	fill: #2f2fde;
}

.swiper.list-tabs .swiper-button-prev {
	background: linear-gradient(90deg, #f3f5fc 65%, rgba(27, 43, 56, 0) 100%);
	left: -2px;
}

.swiper.list-tabs .swiper-button-prev svg {
	fill: #2f2fde;
	transition: 0.3s;
	transform: rotate(90deg);
}

.swiper.list-tabs .swiper-button-next {
	background: linear-gradient(-90deg, #f3f5fc 65%, rgba(27, 43, 56, 0) 100%);
	right: -2px;
}

.swiper.list-tabs .swiper-button-next svg {
	fill: #2f2fde;
	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;
}

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

.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:hover {
	transition: 0.3s !important;
}

.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;
}

.head-one-category {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: #f3f5fc;
	border-radius: 16px;
	padding: 30px 15px 15px;
	transition: 0s;
}

.head-one-category img {
	max-width: 70px;
	max-height: 70px;
}

.head-one-category.filters {
	flex-direction: row;
	width: 100%;
	margin: 20px 0;
	background: none;
	padding: 0 15px;
}

.head-one-category.text {
	display: block;
	width: 100%;
	margin: 40px 0 10px;
	background-color: inherit;
	border-radius: 0;
	padding: 0;
}

.head-one-category svg {
	fill: #2f2fde;
}

.h-one-category {
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.head-one-category .view-all {
	color: #2f2fde;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.head-one-category .view-all svg {
	transform: rotate(-90deg);
}

.head-one-category .view-all span {
	display: flex;
	margin-left: 5px;
}

.head-one-category .view-all:hover span {
	transform: rotateX(360deg) translateX(10px);
}

.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;
	background-color: #f3f5fc;
	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: #2f2fde;
	width: 9px;
	height: 28px;
}

.head-btn-slide:hover {
	background-color: #000;
}

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

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

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

.game-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15%;
}

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

.game-slide {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}

.provider-game-slide-img {
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 5px;
	max-width: 75px;
	width: 60%;
}

.game-preview__btn-star {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	border: none;
	z-index: 3;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 1px;
	padding-right: 1px;
}

.game-preview__btn-star svg {
	display: inline-block;
	fill: #000;
	width: 28px !important;
	height: 28px !important;
}

.game-preview__btn-star.star.favorite svg:nth-child(2),
.game-preview__btn-star.star.favorite.no_favorites:hover svg:nth-child(1),
.game-preview__btn-star.star.favorite.in_favorites svg:nth-child(1) {
	display: none;
}

.game-preview__btn-star.star.favorite.in_favorites svg:nth-child(2),
.game-preview__btn-star.star.favorite.no_favorites:hover svg:nth-child(2) {
	display: inline-block;
	fill: #2f2fde;
}

.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;*/
	/*  opacity: 0;*/
	z-index: -4;
	padding: 10px 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.hover-game-slide::before {
	transition: all 0.25s linear;
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	background: rgba(255, 255, 255, 0.8);
	transform: translateX(-100%) skewX(35deg);
}

.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(255, 255, 255, 0.8);
	text-align: center;
	font-size: 16px;
	padding: 20px 10px 10px;
}

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

.game-slide:hover .hover-game-slide::before {
	transform: translateX(0) skewX(0);
}

.hover-game-slide .btn {
	font-size: 11px;
	padding: 5px 10px;
	margin: 5px;
}

.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);
}

.img-game-slide {
	position: relative;
	overflow: hidden;
	height: 100%;
	padding-top: 75%;
	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:hover > .hover-game-slide {
	/*  opacity: 1;*/
	z-index: 2;
	pointer-events: all;
}

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

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

.data-game-slide {
	background: rgb(32, 33, 42);
	border-radius: 0 0 10px 10px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 80px;
	display: none;
}

.provider-game-slide {
	color: rgb(122, 123, 145);
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	width: 100%;
}

.h-game-slide {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin-top: auto;
}

.h-game-btns {
	display: flex;
	margin-top: auto;
}

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

.mini-slider-win {
	margin: 10px 0;
	box-shadow: 10px 0 20px #3232321f;
	padding: 15px 0;
}

.swiper-wins {
	overflow: hidden;
}

.swiper-wins .swiper-slide {
	height: 60px;
	max-width: 320px;
	width: auto;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	position: relative;
}

.swiper-jack-wins.swiper-wins .swiper-slide {
	justify-content: flex-start;
}

.swiper-wins .swiper-slide::before {
	content: '';
	position: absolute;
	top: 10%;
	left: 0;
	width: 3px;
	height: 90%;
	background-color: #bfc8dc;
	border-radius: 3px;
}

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

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

.swiper-wins .mini-desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 195px;
	flex-wrap: wrap;
}

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

.swiper-wins .mini-desc .name.jackpot-name {
	margin-right: 20px;
}

.swiper-jack-wins.swiper-wins .mini-desc .name {
	font-size: 18px;
}

.swiper-wins .mini-desc .summ {
	max-width: 134px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #000;
	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;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

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

.swiper-tournament-slider {
	overflow: hidden;
	position: relative;
	margin: 10px 0;
}

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

.swiper-tournament-slider .swiper-slide .main__item {
	margin: 0;
}

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

.swiper-button-next.swiper-button-disabled svg,
.swiper-button-prev.swiper-button-disabled svg {
	fill: #000;
}

.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;
}

.swiper-slide .data-game-slide {
	padding: 30px 5px 5px;
	height: auto;
	min-height: 100px;
	background: none;
	margin-top: -40px;
	position: relative;
	z-index: 100;
	background: linear-gradient(to top, rgb(25, 26, 35) 58%, rgba(25, 26, 35, 0) 100%);
}

.list-game {
	display: grid;
	flex-grow: 1;
	grid-auto-rows: 1fr;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.parent-search-list-game.static_games .list-game {
	margin-left: 0;
}

.list-game .parent-game-slide {
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 16px;
	overflow: hidden;
}

.list-index-category .list-game .data-game-slide,
.one-category.parent-list-game .list-game .data-game-slide {
	display: none;
}

.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.grid .parent-game-slide:first-child {
	grid-row: 1 / 3;
	grid-column: 1 / 3;
}

.list-game.grid .parent-game-slide:first-child .img-game-slide {
	padding-top: 76%;
}

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

.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;
}

.the-content {
	margin: 50px 0 50px;
	font-size: 14px;
	color: #000;
}

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

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

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

.the-content h1 {
	font-size: 22px;
}

.the-content h2 {
	font-size: 19px;
}

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

.the-content a {
	color: #2f2fde;
}

.the-content img {
	display: none;
}

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

.tvbet_info {
	margin-top: 30px;
}

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

.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACuUlEQVRIie2WTU8TQRjHf7MsJaSkNzkoMUY5mBQu6GW3SQMierR44APIgWiMNSZEP4ERiOFskC+wCfJyIiEYJXR3NfWiNPGiRiNi6q0XstLu46HTBBTaLQFP/E87b89vZp7Z/wyc6D9JNepQKBRipVIpIyIZoA/o0k3fgXdKqcVEIrGQTCZ/HxnY87ybIjIFnG8Q5xMwbtv2fFSwsV+liBiu606KyJyGvheRrGEYyXg83hGPxzvCMOwB7gMfgAvAC8/znojIvjH/1r4rdl13EhgHAiBrWdaMUio8aJK+74+JyDTQppSasCzrUdNgvb1zGnrdtu3XUVbgeV6/iCwDbcCwbdsL9frv2ZZCoRDTOQXIRoUCWJb1SkQe6OJUPp9vjQwulUoZdE4ty5qJCq1pc3PzGbABdAdBcCMyGBgGUEo9Pyin9TQyMlIBZnUxExkchmGfBq82C90VY0XHuBwZrJQ6DbC9vf3tsGCgNvZMZPBRyDTNhm74D1hEfgC0t7efPSy4UqnUxv6MDFZK5QHCMBw6LNgwjGs6lt8MeFF/jka1vt1yHKdFRG4BiMhSZHAikVigavi9vu+PNQvu6uq6DSSBz0EQ1L0w9oD11TauZzzteV5/VOj6+voA8FQXswMDA+XIYADbtueVUhNAm4gs53K5O47jtBwUwHGcFtd17xqGsQzEgKKIvG000X2Pvr5xHovIQ121AcyGYbiys7PzFSAWi50zDGNIREapbi9AEegENkRkMJVKFZsC1+S6bgaYArobLOALcK9cLr8xTfMl0NMI3vBnz+fzrdrwM0qpS1SfPgrYUkr5IrIUBMF8Lae5XK5TW25deCSXaVZra2unTNNcBXqBj+Vy+Uo6nd46dnAU+JF7dU3pdPqXiFylejAvmqa5uLv92MAAqVSqKCKDVJ/BleNknehA/QF7cy2MjI/mRAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 10px 50%;
	background-color: #1f2941;
	border: none;
	margin: 0;
	width: 100%;
	border-radius: 12px;
}

.header-search {
	margin-left: 20px;
}

.header-search:hover input[type='search'] {
	transform: rotate(30deg);
	opacity: 1;
}

.header-search input[type='search'] {
	background-image: url(../img/betnew/search-dark.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: inherit;
	background-size: auto;
	border: none;
	font-family: 'TTFirs-700', sans-serif;
	margin: 0;
	padding: 0;
	border-radius: 0;
	width: 19px;
	height: 19px;
	cursor: pointer;
	opacity: 0.7;
	transition: 0.3s;
}

.block-topmenu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -100%;
	max-width: 290px;
	width: 100%;
	background-color: #f3f5fc;
	z-index: 20;
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
	overflow-y: auto;
	padding-bottom: 30px;
	transition: 0.3s;
}

.block-topmenu.active {
	left: 0;
}

.block-topmenu_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.block-topmenu_head svg {
	max-width: 17px;
	margin-left: auto;
	opacity: 0.7;
	cursor: pointer;
}

.block-topmenu_head svg:hover {
	opacity: 1;
}

.block-topmenu_head svg use {
	transform: scale(2);
	transform-origin: 50%;
}

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

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

.block-topmenu .header-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 30px 0 0;
	padding: 20px;
	background-color: #fff;
}

.block-topmenu .header-btn .reg-btn {
	margin-left: 0;
	margin-bottom: 20px;
}

.block-topmenu .header-btn .btn.auth-btn {
	width: 160px;
}

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

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

.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%;
	padding: 8px 25px;
	color: #000;
}

.one-menu a:hover {
	background: #ffc400;
}

.img-one-menu {
	width: 24px;
	margin-right: 8px;
}

.one-menu a svg {
	fill: #2f2fde;
	width: 25px;
	height: 25px;
}

.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.open-menu.active .h-one-open-menu {
	background: #ffc400;
}

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

.one-menu.open-menu.active .h-one-open-menu svg.svg-open {
	fill: #2f2fde;
	transform: rotate(-90deg);
}

.one-menu.open-menu .one-open-menu a {
	font-size: 12px;
}

.one-menu.open-menu .one-open-menu a .img-one-menu svg {
	fill: #ffbb39;
	transition: 0.3s;
}

.one-menu.open-menu .one-open-menu a:hover .img-one-menu svg {
	fill: #2f2fde;
}

.one-menu.open-menu .one-open-menu a {
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3333;
	display: flex;
	align-items: center;
	white-space: nowrap;
	width: 100%;
	padding: 5px 12px;
}

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

.one-menu.open-menu .one-open-menu .img-one-menu {
	width: 22px;
	margin-right: 20px;
	margin-left: 40px;
}

.one-menu.open-menu .one-open-menu {
	display: none;
}

.one-menu.open-menu.active .one-open-menu {
	display: block;
}

.topmenu-line {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	width: calc(100% - 50px);
	height: 2px;
	margin: 10px auto;
}

.topmenu-else-links a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 25px;
	color: #000;
}

.topmenu-else-links a:hover {
	background-color: #ffc400;
}

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

.top-menu-profile-info .username {
	overflow: hidden;
	text-overflow: ellipsis;
}

.top-menu-profile-info > span {
	margin-right: 10px;
	background-color: #2f2fde;
	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;
}

.header-balance {
	border-radius: 10px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: color 0.3s;
	cursor: pointer;
}

.yes-login-header-btn .header-balance:hover {
	color: #2f2fde;
}

.h-header-balance,
.text-header-balance {
	font-size: 16px;
	font-weight: 600;
	width: auto;
}

.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: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
}

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

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

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

.modal-container form.active {
	height: 100%;
}

.modal-win {
	display: none;
	position: relative;
	padding: 0;
	width: 400px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 15px;
	overflow: hidden;
}

#search.modal-win {
	border-radius: 0;
}

#reg.modal-win {
	max-width: 920px;
	width: 100%;
	left: 50%;
	overflow: auto;
	max-height: 100vh;
}

.modal-win.active {
	z-index: 102;
	display: block;
	max-height: 100vh;
	overflow: auto;
}

.close-small {
	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 svg {
	fill: #4a3e6d;
}

.close-small svg:hover {
	fill: #4a3e6d;
}

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

.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;
}

#reg .img-modal-win {
	display: block;
}

.content-modal-win {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

#login .content-modal-win,
#authentication .content-modal-win,
#choose_currency_modal .content-modal-win,
#reset-pass .content-modal-win,
#remind .content-modal-win {
	padding: 50px;
}

.content-modal-win a {
	font-weight: 600;
}

.content-modal-win .bottom-modal-text p a {
	text-decoration: underline;
}

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

.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: 700;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	line-height: 1;
}

.form-modal-win {
	margin: 22px 0 0;
}

input {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #222332;
	transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	border-radius: 5px;
	padding: 12px 14px;
	padding-left: 36px;
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: 12px;
	outline: none;
	font-weight: 400;
	color: #4a3e6d;
}

.modal-win input {
	border: 2px solid rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 10px 50%;
	padding-left: 14px;
}

.login-form .forgot {
	display: flex;
	justify-content: flex-end;
}

#login .btn,
#authentication .btn,
#choose_currency_modal .btn,
#reg .btn {
	margin: 20px auto 0;
}

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

.answer {
	text-align: center;
	margin: 10px 0 0;
	color: #ff0000;
	font-weight: 600;
}

.answer.green {
	color: #13960a;
}

.answer:empty {
	margin: 0;
}

.modal-win input:hover,
.modal-win input:active,
.modal-win input:focus,
.modal-win input:focus-visible {
	border: 2px solid #ffc400;
	outline: none;
}

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

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

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

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

.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: 11px;
	text-decoration: underline;
	padding: 0;
	border: none;
	cursor: pointer;
	transition: color 0.1s ease-in-out;
	display: flex;
}

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

.or-block {
	margin-bottom: 15px;
}

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

.bottom-modal-text {
	font-size: 14px;
	color: #4a3e6d;
	line-height: 1.2;
	margin: 10px 0 0;
	text-align: left;
}

.bottom-modal-text p {
	display: block;
	white-space: break-spaces;
}

.bottom-modal-text span {
	font-size: 14px;
	color: #4a3e6d;
	display: block;
	width: 100%;
	margin: 10px 0 0;
}

.one-form-modal-win input[type='checkbox'] {
	opacity: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	border: none;
	outline: none;
	visibility: hidden;
}

.one-form-modal-win input[type='checkbox'] + .checkbox-block {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 8px 0 0;
	padding: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #2f2fde;
	transition: border-color 0.1s ease-in-out;
	z-index: 991;
}

.one-form-modal-win input[type='checkbox'] + .checkbox-block:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -4px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 6px;
	visibility: hidden;
	transform: rotate(-45deg);
	border-radius: 1px;
	border-color: #2f2fde;
	border-style: solid;
	border-width: 0 0 2px 2px;
	z-index: 992;
}

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

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

.form-check {
	display: flex;
	align-items: center;
	font-size: 11px;
	color: #4a3e6d;
	line-height: 1.2;
}

.margin-form-check {
	margin: 10px 0 8px;
}

.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: 360px;
	background: #fff;
}
.modal-win#reset-pass {
	width: 360px;
	background: #fff;
}

.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: 24px;
	padding-top: 0;
	position: relative;
	z-index: 995;
}

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

.content-modal-win .r-side {
	background-image: url(../img/betnew/reg-bg.png);
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.form-gift-reg {
	width: 100%;
	padding: 50px 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: #fff;
	border: 2px solid #fafafa;
	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 #ffc403;
}

.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: #ffc403;
}

.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;
	color: #fff;
}

.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: 18px;
	border-top-right-radius: 18px;
	min-height: 150px;
}

.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 .welcome-empty-state {
	min-height: 330px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	font-size: 20px;
	max-width: 320px;
	margin: 0 auto 30px;
	color: #000;
}

.form-gift-reg input[type='radio'] {
	width: 0px;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	opacity: 0;
}

.form-gift-reg .denied {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	cursor: pointer;
	user-select: none;
	color: #fff;
}

.form-gift-reg .denied .checkbox {
	height: 24px;
	width: 24px;
	margin-right: 20px;
	background: #fff;
	border: 2px solid #2f2fde;
	border-radius: 5px;
}

.form-gift-reg .denied input:checked + .checkbox {
	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: #2f2fde;
	border-style: solid;
	transform: rotate(-45deg);
	z-index: 992;
}

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

.form-gift-reg .swiper-button-next,
.form-gift-reg .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 10px;
}

.form-gift-reg .swiper-button-next svg,
.form-gift-reg .swiper-button-prev svg {
	fill: #2f2fde;
}

.form-gift-reg .swiper-button-next {
	right: -20px;
}

.form-gift-reg .swiper-button-prev {
	left: -20px;
}

.form-gift-reg .swiper-button-next svg {
	transform: rotate(-90deg);
}

.form-gift-reg .swiper-button-prev svg {
	transform: rotate(90deg);
}

.log-tabs {
	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: #2f2fde;
	border-bottom: 3px solid #2f2fde;
}

.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;
}
#reset-pass p,
#remind p {
	display: inline-block;
	color: #4a3e6d;
	margin-bottom: 4px;
}

#remind .one-form-modal-win svg.svg-bg,
#reset-pass .one-form-modal-win svg.svg-bg {
	left: 24px;
}

#remind .submit,
#reset-pass .submit {
	width: 100%;
	background-color: #ffc400;
}

#remind .submit:hover,
#reset-pass .submit:hover {
	background-color: #ffa300;
	border-color: #ffa300;
}

.submit-remind {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 0;
}

.history-remind {
	background: rgba(47, 47, 222, 0);
	border: 2px solid #2f2fde;
	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;
	transition: background 0.3s;
}

.history-remind:hover {
	background: rgba(47, 47, 222, 0.1);
}

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

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

footer {
	margin-top: 30px;
}

.footer-menus {
	padding: 0 0 15px;
}

.footer-menus .container {
	width: 100%;
	display: flex;
}

.footer-support {
	width: 25%;
	max-width: 180px;
	margin-right: 40px;
}

.footer-support .btn {
	margin-top: 20px;
	font-weight: 600;
}

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

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

.footer-copyright {
	width: calc(100% - 420px);
}

.text-footer-support {
	font-size: 11px;
	line-height: 12px;
	margin-top: 6px;
	margin-bottom: 10px;
}

.email-footer-support {
	margin: 0;
}

.email-footer-support img {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

.email-footer-support a {
	color: #fff;
	font-size: 12px;
}

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

.h-footer-menu {
	font-weight: 700;
	font-size: 16px;
	color: #2f2fde;
	margin-bottom: 20px;
}

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

.footer-menu ul li {
	margin: 0 0 5px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer-menu ul li:last-child {
	border-right: none;
}

.footer-menu ul li a {
	padding: 0;
	text-align: left;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.footer-menu ul li a:hover {
	color: #2f2fde;
}

.footer-social {
	width: 250px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer-social img {
	border-radius: 10px;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
}

.footer-tournaments {
	width: calc(100% - 250px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-tournaments svg {
	height: 30px;
	margin: 0 10px 0 0;
}

.footer .copyright_gambling_soft {
	color: #000;
}

.footer .copyright_gambling_soft span {
	color: #000;
}

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

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

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

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

.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;
	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;
}

.hidden {
	display: none;
}

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

.tournaments-bg {
	background-color: #f3f5fc;
}

.tournaments-bg .main_tournament-details {
	background-color: #fff;
}

.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: #2f2fde;
}

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

.panel-sticker {
	background-color: #ffc400;
	color: #000000;
	font-weight: 700;
	font-size: 15px;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 140px;
	text-align: center;
	border-radius: 10px 0 10px 0;
}

.panel.panel_tournament {
	max-width: 566px;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-radius: 10px;
	padding: 25px;
	box-shadow: 3px 4px 16px rgb(0 0 0 / 7%);
	border: 2px solid rgba(255, 255, 255, 0.5);
	overflow: hidden;
}

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

.panel__title.panel__title_tournament.title {
	font-size: 36px;
}

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

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

.sides-line {
	background: #000;
	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: #2f2fde;
}

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

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

.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 {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-width: 105px;
}

.timer__table .timer__row_digit .timer__cell {
	color: #000;
	padding: 0;
	background: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
}

.timer__table .timer__row_digit .timer__cell.timer__cell_empty,
.timer__table .timer__cell:nth-child(4),
.timer__table .timer__cell:nth-child(6) {
	padding: 0;
}

.timer__table .timer__cell.timer__cell_empty:before {
	padding-right: 0;
}

.panel__timer .timer__note {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

.panel__caption {
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	font-weight: 600;
	height: 59px;
}

.panel__info-button {
	margin: 50px 0 0;
	display: flex;
	gap: 20px;
}

.main_tournament-details {
	padding-top: 20px;
}

.tournament-details__header {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	padding: 30px 0;
}

.tournament-details__header .panel.panel_tournament {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

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

.tournament-details__header .panel__caption {
	text-align: center;
}

.tournament-details__header .panel__title.panel__title_tournament.title {
	font-size: 24px;
	text-align: center;
}

.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: #2f2fde;
}

.leaderboard__slider.slider_leaderboard {
	background: #f3f5fc;
	margin-top: 0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.leaderboard__slider.slider_leaderboard::after {
	content: '';
	position: absolute;
	top: 0;
	right: -8px;
	width: 200px;
	height: 400px;
	background: url(../img/betnew/right-detail.png);
	background-repeat: no-repeat;
}

.leaderboard__slider.slider_leaderboard::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 400px;
	background: url(../img/betnew/left-detail.png);
	background-repeat: no-repeat;
}

.leaderboard__block {
	max-width: 100%;
	width: 460px;
	min-width: 290px;
	margin: 0 auto;
}

table.table.table_leaderboard td,
table.table.table_leaderboard th {
	border: none;
	font-weight: 600;
}

.table_leaderboard .table__body .table__row:nth-child(odd),
.table_leaderboard .table__body .table__row:nth-child(2) {
	background-color: #fff;
}

.table_leaderboard .table__head .table__headrow .table__cell:first-child,
.table_leaderboard .table__body .table__row .table__cell:first-child {
	padding-left: 40px;
}

.table_leaderboard .table__head .table__headrow .table__cell:last-child,
.table_leaderboard .table__body .table__row .table__cell:last-child {
	padding-right: 40px;
}

.tournament-details__leaderboard,
.tournament-details__slider,
.tournament-details__summary,
.tournament-details__crosstitle.tournament-details__crosstitle_small.title {
	padding-bottom: 20px;
	margin: 0;
}

.tournament-details__crosstitle.tournament-details__crosstitle_small.title {
	text-align: center;
}

.items_tournament {
	display: flex;
	flex-wrap: wrap;
}

.items_tournament .parent-game-slide {
	margin: 10px;
	/* max-width: 16.66%; */
	max-width: calc(25% - 20px);
}

.tournament-details__summary .summary__block:first-child .summary__cell {
	width: 100%;
	justify-content: center;
	margin-bottom: 20px;
	padding: 0;
	font-size: 22px;
	font-weight: 700;
}

#search .data-game-slide {
	display: none;
}

.modal-win#search {
	background-image: none;
}

.modal-win#search .search-field {
	position: relative;
	background-color: #fff;
	max-width: 1433px;
	width: 100%;
	margin: 40px auto;
	padding: 30px 50px;
	border-radius: 20px;
}

.modal-win#search .search-field .modal-main-title {
	width: calc(100% - 0px);
	margin: 0 auto;
}

.modal-win#search .h-game-btns {
	flex-direction: column;
	margin-top: 5px;
}

.search-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-block .toggle {
	min-width: 215px;
	margin-left: 5px;
	line-height: 20px;
	padding: 10px 30px 10px 10px;
	background-color: #ffc400;
	border-radius: 10px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.search-block .toggle:hover {
	background-color: #ffa300;
}

.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(0, 0, 0, 0.7);
	border-left: 2px solid rgba(0, 0, 0, 0.7);
}

.search-block .toggle span {
	margin-left: auto;
}

.search-block .toggle svg {
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin-right: 3px;
}

.modal-main-title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
}

.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: calc(100%);
	border: 2px solid rgba(0, 0, 0, 0.7);
	padding: 10px 35px 10px 10px;
	background-position: right 8px center;
	background-size: 18px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}

/* 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;
	padding: 12px;
}

.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: #2f2fde;
	color: #2f2fde;
}

.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 rgb(47 47 222);
}

.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: 16px;
	height: 16px;
	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 {
	background-color: #fff;
	border: 1px solid #fff;
}

.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: #2f2fde;
	cursor: pointer;
}

.toggle-content > div .checkbox path {
	stroke-width: 4px;
	stroke: #ababab;
}

.toggle-content > div .toggle-item.active .checkbox path {
	stroke: #2f2fde;
}

.toggle-content > div.active .provider-items {
	margin-left: auto;
}

/* dropdown search */

.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;
	margin: 0 0 0 20px;
	cursor: pointer;
}

.change-theme-color input[type='checkbox'] {
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.change-theme-color input[type='checkbox']:checked + span::after {
	top: 19px;
	background-color: #171824;
}

.change-theme-color input[type='checkbox']:checked + span {
	background-color: #313249;
}

.change-theme-color > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	height: 40px;
	padding: 3px 0;
	border-radius: 100px;
	background-color: #bfc8dc;
	position: relative;
}

.change-theme-color > span::after {
	transition: all 0.3s linear;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin: 2px;
	transform: translate(0);
	background-color: #fff;
	transition: 0.3s;
}

.change-theme-color span span {
	font-size: 0;
	position: relative;
	transition: 0.3s;
	transform: rotate(120deg);
	opacity: 0;
}

.change-theme-color span span:first-child {
	top: 5px;
}

.change-theme-color span span:last-child {
	bottom: 5px;
}

.change-theme-color span span.active:first-child {
	top: 0px;
}

.change-theme-color span span.active:last-child {
	bottom: 0px;
}

.change-theme-color span span.active {
	transform: rotate(0deg);
	opacity: 1;
}

.change-theme-color span span {
	font-size: 0;
	position: relative;
	transition: 0.3s;
}

.change-theme-color span span svg {
	width: 16px;
	height: 16px;
}

.providers-slider {
	display: flex;
	text-align: center;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
	/*
  margin: 10px;
  padding: 10px;
*/
	border-radius: 16px;
}

.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;
}

.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;
}

.wager-scale {
	margin-left: 20px;
}

.wager-scale__title {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.wager-scale__wrap {
	width: 100%;
	height: 6px;
	background-color: #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}

.wager-scale__inner {
	height: 100%;
	background: #8abf4f;
}

.wager-scale__percent {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.profile .wager-scale {
	margin-left: 0;
	display: flex;
	align-items: center;
	max-width: 400px;
	width: 100%;
}

.profile .wager-scale__title,
.profile .wager-scale__percent {
	color: inherit;
	font-size: 16px;
}

.profile .wager-scale__wrap {
	height: 8px;
	margin: 0 12px;
}

.topmenu .wager-scale {
	display: flex;
	align-items: center;
	width: 100%;
	margin-left: 0;
	padding: 5px 15px;
}

.topmenu .wager-scale__wrap {
	height: 8px;
	margin: 0 12px;
}

.one-form-modal-win select {
	align-items: center;
	transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	height: 44px;
	border-radius: 10px;
	padding: 0 10px;
	width: 100%;
	background-color: transparent;
	line-height: 20px;
	font-size: 14px;
	outline: none;
	font-weight: 600;
	color: #000;
	outline: none;
	border: 2px solid rgba(0, 0, 0, 0.4);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/arrow-bottom-dark.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 15px;
}

.one-form-modal-win select option {
	background-color: #fff;
}

.one-form-modal-win__title {
	font-size: 11px;
	margin-bottom: 5px;
}

.panel__info-button .opt-in {
	margin-left: 15px;
	cursor: pointer;
}

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

.panel__info-button .opt-in.active {
	color: #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__header .panel__info-button {
	display: flex;
	justify-content: center;
}

.tournament-details__header .opt-in {
	margin: 0 auto;
}

.top-filters {
	display: flex;
	align-items: flex-end;
	margin-left: 15px;
}

.top-filters__btn {
	display: none;
}

.top-filter {
	position: relative;
	z-index: 9;
}

.top-filter + .top-filter {
	margin-left: 4px;
}

.top-filter .text {
	color: #858585;
	padding-bottom: 8px;
}

.top-filter .title-block {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 12px;
	cursor: pointer;
	min-width: 150px;
	font-weight: 600;
}

.top-filters .title-block svg {
	margin-left: 8px;
	color: #2f2fde;
}

.top-filter.providers .title-block {
	padding: 9.5px 11px;
}

.top-filter.categories .title-block {
	border: 1px solid #000;
}

.top-filter .valNum {
	display: none;
}

.top-filter .default {
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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: -15px;
	max-width: 1600px;
	width: calc(100vw - 320px);
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 7px 20px 2px rgba(0, 0, 0, 0.32);
	max-height: calc(100vh - 300px);
	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.6);
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	color: inherit;
}

.top-filter.providers .dropdown-item.active {
	border-bottom: 2px solid rgb(47 47 222);
}

.top-filter.providers .dropdown-item:empty {
	padding: 0;
	border-bottom: 2px solid rgba(212, 225, 245, 0);
	height: 0;
}

.top-filter.providers .title-provider {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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.non-result {
	display: none;
}

.top-filter.providers .dropdown-item:hover {
	background-color: #1b14140a;
}

.top-filter.providers .checkbox {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	border: 1px solid rgb(157 148 148 / 50%);
	border-radius: 4px;
}

.top-filter.providers .dropdown-item.active .checkbox {
	background-color: #fff;
	border: 1px solid #fff;
}

.top-filter.providers .checkbox svg {
	display: none;
}

.top-filter.providers.active .checkbox svg {
	display: block;
}

.top-filters .title-block .remove-selected {
	width: 15px;
	height: 15px;
	fill: #2f2fde;
	cursor: pointer;
}

.top-filter.providers .checkbox path {
	stroke-width: 4px;
	stroke: #ababab;
}

.top-filter.providers .dropdown-item.active .checkbox path {
	stroke: #2f2fde;
}

.top-filter.providers.active .provider-items {
	margin-left: auto;
}

.load-more,
.load-more-category {
	max-width: 200px;
	margin: 20px auto 0;
}

.modal-game-name span {
	color: #fff;
}

.top-pannel .name {
	color: #000;
}

.top-pannel .arrow {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.top-pannel .arrow img {
	filter: invert(100%);
}

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

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

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

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

/* JACKPOT MODAL */

.popup2.jackpot-modal {
	transform: scale(0) translate(-50%, -49%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	background-color: rgb(0 0 0 / 40%);
	background-image: url(../img/cat-desctop.png);
	background-size: 900px;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	box-shadow: none;
	font-size: 26px;
	overflow: hidden;
	top: 0;
	left: 0;
	padding-bottom: 0;
}

.popup2.jackpot-modal.active {
	transform: scale(1);
}

.jackpot-modal__summ {
	font-size: 128px;
	line-height: 145px;
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	color: #ffc403;
	position: relative;
	z-index: 2;
}

.jackpot-modal__value {
	margin-right: 10px;
}

.popup2.jackpot-modal .popup__close {
	box-shadow: none;
}

/* JACKPOT MODAL */

.popup2.cashback-modal {
	padding: 40px 20px;
	background: linear-gradient(270deg, #421f87 0%, #7810af 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup2.cashback-modal svg {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.popup2.cashback-modal > span {
	position: relative;
	z-index: 4;
}

.popup2.cashback-modal::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 200px;
	top: 0;
	right: 0;
	background-image: url(../img/small-confetti.svg);
	background-size: cover;
	pointer-events: none;
	opacity: 0.7;
}

.popup2.cashback-modal .chasback-summ {
	margin-right: 5px;
}

.enter-pin {
	padding: 2px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

/* 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;
	color: #fff;
}

.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 .panel-sticker {
	display: none;
}

.jackpot-page .title {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}

.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: 30px 0;
	color: #fff;
}

.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;
	font-weight: 500;
}

.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);
}

/* jackpot ranks */

/* SUPPORT */

.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: #f2f2f2;
	max-width: 300px;
}

.right-side-message {
	align-self: flex-end;
	background-color: #f3f5fc;
}

.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: #808080;
	font-weight: bold;
}

.page-content .support-content .info-one-message {
	color: #808080;
	font-size: 12px;
}

.support-content__block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 66vh;
}

.text-one-message {
	color: #000000;
	font-weight: 500;
	text-align: justify;
	word-wrap: break-word;
}

.chat_textarea {
	font-size: 16px;
	padding: 20px;
	border-radius: 20px;
	background-color: #f3f5fc;
	flex-grow: 1;
	border: none;
}

:focus-visible {
	outline: 0px;
}

.chat_textarea::placeholder {
	font-size: 16px;
	color: #1b1414;
}

.file_chat_left {
	height: 35px;
	max-width: 40px;
}

.file_chat_attachment {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	background-color: #f2f2f2;
	border-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_btn {
	font-size: 16px;
}

.file_chat_attachment input[type='file']::file-selector-button {
	display: none;
}

.file_chat_attachment_icon {
	cursor: pointer;
}

.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;
}

.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 {
	color: blue;
}

.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%;
}

.bonuses-page .reg-btn {
	margin-left: 0;
}

.bonuses-page .bonus-panel__info {
	padding-right: 10px;
	flex-grow: 1;
}

.bonuses-page .bonus-panel__action {
	width: auto;
	flex-grow: 1;
}

.timer__row.timer__row_caption {
	font-size: 13px;
}

.timer__row.timer__row_digit {
	margin-left: 23px;
}

.alert-success {
	display: none;
}

.file_chat_btn {
	padding: 27px 24px;
	border-radius: 20px;
}

.file_chat_btn svg {
	display: none;
}

/* SUPPORT */
.popup_undefined.static-profile input {
	padding-left: 14px;
	font-size: 16px;
}

.popup_undefined.static-profile input#profileform-email,
.popup_undefined.static-profile input#profileform-phone {
	padding-right: 134px;
	text-overflow: ellipsis;
}

.bonus-panel__desc-text {
	padding-top: 10px;
}

.bonus-panel__row {
	display: flex;
	align-items: center;
}

.bonus-panel__row + .bonus-panel__row {
	margin-top: 5px;
}

.bonus-panel__row span:first-child {
	padding-right: 15px;
}

.bonus-panel__row span:last-child {
	margin-left: auto;
	white-space: nowrap;
}

.bonus-panel__row span.wrapped:last-child {
	white-space: normal;
	text-align: right;
}

.another-win-jackpot {
	position: fixed;
	top: -60px;
	right: 0;
	width: 100%;
	background-color: #ffc403;
	padding: 20px 30px;
	transition: top 0.3s;
	z-index: 9;
	color: #000;
	font-weight: 600;
}

.another-win-jackpot.active {
	top: 100px;
}

.another-win-jackpot span {
	font-weight: 700;
	font-size: 17px;
}

.another-win-jackpot br {
	display: none;
}

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

.game-page__footer .btn + .btn {
	margin-left: 15px;
}

.game-page__footer .btn.btn-bordered {
	background: #c0bebe;
	border: 2px solid #c0bebe;
}

.ulogin-button-vkontakte {
	background: url(/templates/cat/img/providers-32-classic.png?version=img.3.0.1) 0px -36px / 32px no-repeat !important;
}

.ulogin-button-odnoklassniki {
	background: url(/templates/cat/img/providers-32-classic.png?version=img.3.0.1) 0px -70px / 32px no-repeat !important;
}

.ulogin-button-yandex {
	background: url(/templates/cat/img/providers-32-classic.png?version=img.3.0.1) 0px -240px / 32px no-repeat !important;
}

.ulogin-button-mailru {
	background: url(/templates/cat/img/providers-32-classic.png?version=img.3.0.1) 0px -104px / 32px no-repeat !important;
}

.ulogin-button-steam {
	background: url(/templates/cat/img/providers-32-classic.png?version=img.3.0.1) 0px -512px / 32px no-repeat !important;
}

.ulogin-button-google {
	background: url('/templates/bitcasino/img/providers-32-classic.png?version=img.3.0.1') 0px -206px / 32px !important;
}

.debug-block {
	display: none;
}

.provider-slide-img {
	height: 80px;
	width: 100%;
	border-radius: 16px;
	background-size: calc(100% - 60px);
	background-repeat: no-repeat;
	background-position: center;
	filter: contrast(0.5);
}

.rules.page_content .main-title {
	padding-top: 0;
}

.debug-block {
	display: none;
}

.one-index-category {
	margin: 40px 0;
	width: 100%;
}

.one-index-category.two-rows .parent-game-slide:nth-child(n + 13) {
	display: none;
}

/* search checkbox */

.toggle-checkbox {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #ffc400;
	font-size: 16px;
	border-radius: 10px;
	white-space: nowrap;
	line-height: 20px;
	margin-left: 5px;
}

.checkbox-wrapper {
	width: 18px;
	height: 18px;
	margin-right: 3px;
	background-color: #fff;
	border: 1px solid #000;
	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: #000;
	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;
	cursor: pointer;
}

.show-hide-pass.active {
	background-image: url(../img/betnew/eye_hidden.svg);
}

@media screen and (max-width: 1629px) {
	.index-top {
		margin-bottom: 20px;
	}

	.one-index-category {
		margin: 20px 0;
	}

	.index-slider .swiper-slide {
		min-height: 300px;
	}

	.jack-ranks {
		flex-wrap: wrap;
		gap: 0;
	}

	.jack-rank {
		width: calc((100% - 200px) / 3);
		margin: 0 10px;
	}

	.jack-rank__bottom {
		width: 80%;
	}
}

@media screen and (max-width: 1620px) {
	.container {
		max-width: 1170px;
	}

	.list-game {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}

	.parent-swiper-navination {
		right: calc((100vw - 1130px) / 2);
	}

	.one-index-category.one-row .parent-game-slide:nth-child(n + 5) {
	}

	.one-index-category.two-rows .parent-game-slide:nth-child(n + 11) {
		display: none;
	}

	.footer-providers-logo .img-wrap {
		padding: 10px;
		width: auto;
		height: 70px;
	}

	.top-filters .dropdown {
		max-width: 1130px;
		width: calc(100vw - 45px);
		right: -15px;
	}

	.top-filter.providers .dropdown-item {
		width: calc((100% - 100px) / 4);
	}

	.toggle-content > div .toggle-item {
		width: calc((100% - 100px) / 4);
	}
}

@media screen and (max-width: 1401px) {
	.list-game.grid {
		grid-gap: 15px;
	}

	.list-game {
		grid-gap: 15px;
	}

	.header-menu {
		display: none;
	}

	.header-left {
		width: 30%;
	}
}

@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: 1200px) {
	.tournaments-bg > .container {
		padding: 0;
		max-width: 100%;
	}

	.tournament-details__header {
		padding: 30px 20px;
		margin-left: -20px;
		width: calc(100% + 40px);
	}

	.list-tabs-wrapper {
		min-height: 60px;
	}

	.another-win-jackpot.active {
		top: 70px;
	}

	.jackpot-block::before,
	.jackpot-block::after {
		width: 80px;
		height: 80px;
		background-size: cover;
	}

	.yes-login-header-btn .wager-scale {
		display: none;
	}

	.header .change-theme-color {
		display: none;
	}

	.block-topmenu .change-theme-color {
		display: flex;
		align-items: center;
		max-width: 240px;
		margin: 10px auto;
		padding: 5px 15px;
		min-height: 40px;
		border-radius: 10px;
		background-color: #fff;
	}

	.block-topmenu .change-theme-color > span {
		flex-direction: row;
		width: 40px;
		height: 20px;
		padding: 0 3px;
		margin-left: auto;
	}

	.block-topmenu .change-theme-color span span:first-child {
		top: inherit;
		left: 5px;
	}

	.block-topmenu .change-theme-color span span.active:first-child {
		top: inherit;
		left: 0px;
	}

	.block-topmenu .change-theme-color span span:last-child {
		bottom: inherit;
		right: 5px;
	}

	.block-topmenu .change-theme-color span span.active:last-child {
		bottom: inherit;
		right: 0px;
	}

	.block-topmenu .change-theme-color input[type='checkbox']:checked + span::after {
		top: inherit;
		left: 19px;
	}

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

	.full-width-page {
		padding-top: 70px;
	}

	.fixed-header {
		padding: 5px 20px;
		height: 70px;
	}

	.index-slider .swiper-slide {
		min-height: 200px;
		background-size: auto 100%;
	}

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

	.log-out-mobile {
		display: block;
	}

	.header-logo {
		max-width: inherit;
		width: auto;
		margin: 0;
	}

	.header .header-balance {
		display: none;
	}

	.no-login-header-btn .header-btn {
		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;
	}
}

@media screen and (max-width: 1084px) {
	.one-index-category.two-rows .parent-game-slide:nth-child(n + 9) {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.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) {
	.popup2.jackpot-modal {
		font-size: 20px;
		background-size: 740px;
	}

	.jackpot-modal__summ {
		font-size: 100px;
		line-height: 104px;
	}

	.tournament-details__header {
		padding: 30px 15px;
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	.top-filters .dropdown {
		width: calc(100vw - 35px);
	}

	.top-filters .dropdown {
		right: 0;
	}

	.list-game.grid {
		grid-gap: 10px;
	}

	.list-game {
		grid-gap: 10px;
	}

	.panel__caption {
		height: 50px;
	}

	.top-filter .title-block {
		background-color: #f3f5fc;
	}

	.jackpot-block::before,
	.jackpot-block::after {
		display: none;
	}

	.jackpot-block .jackpot-summ {
		font-size: 40px;
	}

	.jackpot-block .title {
		font-size: 20px;
	}

	.index-slider .swiper-slide .img-wrap {
		width: 55%;
		left: 45%;
	}

	.swiper-wins .swiper-slide {
		width: 50%;
	}

	.h-game-slide {
		padding: 0 3px;
		display: -webkit-box;
		max-width: 100%;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.hover-game-slide .btn {
		padding: 5px 10px;
	}

	.hover-game-slide {
		padding: 0;
	}

	.head-one-category {
		padding: 15px 10px;
	}

	.head-one-category .head-btn {
		display: none;
	}

	.list-tabs-wrapper .header-search {
		margin-left: 0;
		width: calc(100% - 190px);
	}

	.list-tabs-wrapper .header-search.full-width {
		width: 100%;
	}

	.list-tabs-wrapper .header-search input[type='search'] {
		background-color: #f3f5fc;
		max-width: 100%;
		width: 100%;
	}

	.subcat-select {
		background-color: #f3f5fc;
	}

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

	.list-tabs-wrapper {
		background: none;
		padding: 0;
		margin-bottom: 10px;
		flex-wrap: wrap;
	}

	.list-tabs {
		width: 100%;
		align-items: center;
		background-color: #f3f5fc;
		padding: 3px 15px;
		margin-top: 10px;
		min-height: 60px;
		order: 1;
		border-radius: 10px;
		margin-right: 0;
	}

	.top-filters {
		margin-left: auto;
	}

	.footer-pay-logo {
		flex-wrap: wrap;
	}

	.index-top {
		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;
	}

	.fixed-header .container {
		background-image: none;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}

	.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;
	}

	.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;
	}
}

@media screen and (max-width: 864px) {
	.one-index-category.two-rows .parent-game-slide:nth-child(n + 9) {
		display: block;
	}

	.one-index-category.two-rows .parent-game-slide:nth-child(n + 9) {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.authentication__qr {
		width: calc(100% - 320px);
	}

	.authentication__block {
		width: 300px;
	}

	.authentication__key .key {
		font-size: 24px;
	}

	.popup2.jackpot-modal {
		background-image: url(../img/cat-mobile.png);
		background-size: 400px auto;
		font-size: 14px;
	}

	.jackpot-modal__summ {
		font-size: 50px;
		line-height: 54px;
	}

	.file_chat_btn.btn.btn-success {
		font-size: 0;
		color: rgba(0, 0, 0, 0);
		background: none;
		border: none;
		min-width: inherit;
		padding: 0;
		margin-right: 20px;
	}

	.file_chat_btn svg {
		display: block;
		width: 30px;
		height: 30px;
		fill: #000;
	}

	.file_chat_btn path {
		fill: #000;
	}

	.search-block {
		flex-wrap: wrap;
	}

	.modal-win#search .search-field input {
		margin-bottom: 10px;
	}

	.search-block .toggle {
		width: calc((100% - 10px) / 2);
		margin-left: 0;
		min-width: inherit;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.toggle-checkbox {
		width: calc((100% - 10px) / 2);
		margin-left: 0;
		min-width: inherit;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.top-filter.providers .dropdown-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: center;
	}

	.top-filter.providers .dropdown-item:empty {
		width: calc(50% - 5px);
	}

	.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:empty {
		width: calc(50% - 5px);
		border: none;
	}

	.top-filter.providers .dropdown-item .title-provider {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.top-filter.providers .dropdown-item.active {
		border: 2px solid #2f2fde;
	}

	.tab__action_menu::-webkit-scrollbar {
		height: 5px;
		background: transparent;
	}

	.tab__action_menu::-webkit-scrollbar-thumb {
		height: 4px;
		background-color: #f3f5fc;
		border-radius: 2px;
	}

	.content-modal-win .l-side {
		padding: 55px 20px;
	}

	.form-gift-reg {
		padding: 50px 30px 30px;
	}

	.another-win-jackpot br {
		display: block;
	}

	.jack-rank {
		width: calc((100% - 130px) / 2);
		margin: 0;
	}

	.list-tabs a.router-link.hide {
		display: block;
	}

	.list-game.grid {
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}

	#reg.modal-win {
		width: calc(100% - 30px);
	}

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

	#reg .img-modal-win {
		display: none;
	}

	.parent-swiper-navination {
		display: none;
	}

	.TopSwiper .bg-swiper-slide {
		text-align: center;
	}

	.one-index-category.one-row .parent-game-slide:nth-child(n + 5),
	.one-index-category.two-rows .parent-game-slide:nth-child(n + 9) {
		display: block;
	}

	.h-one-category {
		font-size: 16px;
	}

	.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: 12px;
		margin-top: auto;
		margin-bottom: 5px;
	}

	.the-content {
		margin: 30px 0 30px;
		font-size: 13px;
	}

	.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;
	}

	.items_tournament .parent-game-slide {
		max-width: calc(33.33% - 20px);
	}

	.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;
		padding: 5px;
		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: 5px 12px;
	}

	.footer-support,
	.footer-menu {
		width: 50%;
		margin-bottom: 10px;
	}

	.footer-social {
		width: 100%;
		margin-bottom: 12px;
	}

	.footer-tournaments {
		width: 100%;
	}

	.footer-tournaments svg {
		height: 14px;
		margin: 0;
	}
}

@media screen and (max-width: 700px) {
	.hover-game-slide .btn {
		margin: 2px 5px;
		padding: 2px 10px;
		min-height: inherit;
	}

	.game-preview__btn-star {
		top: 5px;
		left: 5px;
	}

	.file_chat_left {
		margin-left: auto;
	}

	.chat_textarea {
		width: 40%;
	}

	.h-game-btns {
		margin-top: 15px;
		flex-direction: column;
	}

	.swiper-wins .swiper-slide {
		width: 70%;
		justify-content: flex-start;
	}

	.swiper-wins .mini-desc {
		max-width: calc(100% - 85px);
		width: 100%;
	}

	.footer-menus .container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-menu {
		margin-right: 0;
	}

	.footer-copyright {
		width: 100%;
	}

	.leaderboard__slider.slider_leaderboard::after {
		right: -74px;
	}

	.leaderboard__slider.slider_leaderboard::before {
		left: -80px;
	}
}

@media screen and (max-height: 700px) {
	.h-game-btns {
		margin-top: 15px;
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.header-left {
		width: auto;
	}

	.header-logo {
		margin-left: 20px;
	}
}

@media screen and (max-width: 560px) {
	.authentication {
		min-width: 260px;
	}

	.authentication__qr {
		width: 100%;
		margin: 0 auto;
	}

	.authentication__block {
		width: 100%;
	}

	.form-gift-reg .welcome-empty-state {
		width: calc(100% - 100px);
		min-height: 150px;
	}

	.jackpot-modal__summ {
		font-size: 60px;
		line-height: 65px;
		display: inline-block;
	}

	.popup2.jackpot-modal {
		text-align: center;
	}

	.list-game {
		grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	}

	.modal-win#search .search-field .modal-main-title {
		width: calc(100% - 0px);
	}

	.modal-main-title {
		padding-bottom: 20px;
	}

	.list-game.grid .parent-game-slide:first-child {
		grid-row: 1 / 1;
		grid-column: 1 / 1;
	}

	#login div:not(.title) > .close-small,
	#authentication div:not(.title) > .close-small,
	#reg div:not(.title) > .close-small {
		display: none;
	}

	#remind .close-small {
		top: 23px;
		right: 15px;
	}

	.log-tabs .title {
		position: relative;
	}

	.log-tabs .close-small {
		top: calc(50% - 19px);
		right: 0;
	}

	.modal-container {
		height: 100%;
	}

	.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;
		text-align: left;
	}

	.form-gift-reg .swiper-slide {
		border: 2px solid #ffc403;
	}

	.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: 16px;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.form-gift-reg .img-one-form-gift-reg {
		margin-bottom: 0;
	}

	.form-gift-reg .img-one-form-gift-reg img {
		border-top-right-radius: 0;
		border-bottom-left-radius: 20px;
		height: 100%;
		max-height: inherit;
		max-width: 150px;
		object-fit: cover;
		min-width: 100px;
	}

	.form-gift-reg .swiper-button-prev {
		left: -45px;
	}

	.form-gift-reg .swiper-button-next {
		right: -45px;
	}

	.log-tabs {
		display: block;
		padding: 0 0 32px;
	}

	#remind .content-modal-win,
	#reset-pass .content-modal-win,
	#authentication .content-modal-win,
	#login .content-modal-win {
		padding: 15px;
	}

	#login .parent-modal-win,
	#authentication .parent-modal-win,
	#reg .parent-modal-win {
		overflow: auto;
	}

	#login .content-modal-win,
	#authentication .content-modal-win,
	#reg .content-modal-win {
		flex-direction: column;
		justify-content: flex-start;
	}

	#reg .content-modal-win .l-side,
	#reg .content-modal-win .r-side,
	.log-tabs {
		width: 100%;
	}

	#reg .content-modal-win .r-side {
		padding: 20px 5px 10px;
		border-radius: 15px;
	}

	#reg .content-modal-win .l-side {
		padding: 0 0 50px;
	}

	#reg .content-modal-win .l-side .h-form-modal-win {
		display: none;
	}

	.jack-rank__bottom > span span {
		font-size: 7px;
	}

	.jackpot-block {
		padding: 0px 15px 20px;
	}

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

	.content-modal-win {
		padding: 15px;
	}

	.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%;
		align-items: flex-start;
	}

	.h-game-btns {
		margin-top: auto;
	}

	.leaderboard__slider.slider_leaderboard::after,
	.leaderboard__slider.slider_leaderboard::before {
		content: none;
	}

	.panel__title.panel__title_tournament.title {
		font-size: 24px;
	}

	.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 3px;
		justify-content: center;
	}

	.swiper-wrapper__jackpot .swiper-slide {
		padding: 0 20px;
	}

	.index-slider .swiper-slide .img-wrap {
		width: 100%;
		left: 0;
		opacity: 0.7;
	}

	span.number-slide {
		opacity: 1;
	}

	.modal-win#search .search-field input {
		max-width: calc(100%);
	}

	.search-block .toggle {
		width: 100%;
	}

	.toggle-checkbox {
		width: 100%;
		margin-bottom: 10px;
	}

	.header-btn {
		justify-content: space-between;
	}

	.header-btn .auth-btn,
	.header-btn .reg-btn {
		width: calc(50% - 5px);
	}

	.block-topmenu.topmenu .header-btn .btn {
		width: auto;
	}

	.yes-login-header-btn .btn.open-deposit,
	.yes-login-header-btn a.btn.open-deposit {
		width: 100%;
	}

	.footer-copyright {
		order: 2;
		text-align: center;
	}

	.footer-menu ul li a {
		text-align: center;
	}

	.footer-menu {
		text-align: center;
	}

	.footer-menu ul li {
		justify-content: center;
	}

	.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;
	}

	.items_tournament .parent-game-slide {
		margin: 5px;
		max-width: calc(50% - 10px);
	}

	.panel__info-button .btn {
		font-size: 12px;
	}
}

@media screen and (max-width: 510px) {
	.chat_textarea {
		width: 40%;
	}

	.file_chat_attachment_icon {
		width: 24px;
	}
}

@media screen and (max-height: 500px) {
	#login .close-small,
	#authentication .close-small,
	#reg .close-small {
		top: 41px;
	}
}

@media screen and (max-width: 500px) {
	.h-game-slide {
		margin-top: 40px;
	}

	.panel__info-button .btn {
		font-size: 10px;
	}

	.panel__title.panel__title_tournament.title {
		font-size: 21px;
	}

	.main__item {
		padding: 30px 10px 10px;
	}

	.panel.panel_tournament {
		padding: 10px;
	}

	.panel__countnote.title {
		font-size: 11px;
	}

	.panel__countdown {
		font-size: 12px;
	}

	.panel__countbutton {
		font-size: 10px;
	}

	.pannel__sides-bg {
		padding: 5px;
		width: 100%;
		justify-content: space-evenly;
	}

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

	.timer__table .timer__row_digit .timer__cell {
		font-size: 12px;
	}

	.sides-line {
		margin: 0 5px;
	}

	.panel__caption {
		font-size: 16px;
		height: 45px;
	}

	.panel__info-button {
		margin: 50px auto 0;
	}
}

@media screen and (min-width: 500px) {
	.jack-rank__bottom br {
		display: none;
	}
}

@media screen and (max-height: 480px) {
	.popup2.jackpot-modal {
		background-image: url(../img/cat-desctop.png);
		background-size: auto 95%;
		min-height: auto;
	}

	.popup2.jackpot-modal {
		font-size: 14px;
	}

	.jackpot-modal__summ {
		font-size: 60px;
		line-height: 64px;
	}
}

@media screen and (max-width: 480px) {
	body .list-game .head-one-category:not(.filters) img {
		margin: 15px auto;
		height: 50px;
	}

	.list-game .parent-game-slide {
		/* width: 43%; */
	}

	.swiper.game-swiper {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 460px) {
	.modal-win#search .img-game-slide {
		padding-top: 92%;
	}
	.modal-win#search .list-game {
		grid-template-columns: repeat(2, 1fr);
	}

	.chat_textarea::placeholder {
		font-size: 12px;
	}

	.file_chat_btn {
		padding: 27px 8px;
		font-size: 13px;
	}

	.jack-rank__summ .wing {
		display: none;
	}

	.jack-rank__summ > span {
		font-size: 16px;
		padding: 24px 5px;
	}

	.jackpot-block {
		padding: 0px 5px 20px;
	}

	.jack-rank {
		width: calc((100% - 40px) / 2);
		margin: 0 10px;
	}

	.jack-rank__title {
		width: 70%;
	}

	.jack-rank__title span:not(.crown) {
		padding: 2px 1px;
	}
}

@media screen and (max-width: 425px) {
	.popup2.jackpot-modal {
		padding: 0px 80px;
	}

	.popup2.jackpot-modal {
		background-size: 300px auto;
	}

	.list-game {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}
}

@media screen and (max-width: 370px) {
	.popup2.jackpot-modal {
		padding: 0px 42px;
	}

	.modal-win#search .img-game-slide {
		padding-top: 105%;
	}

	.modal-win#search .search-field input {
		max-width: 100%;
	}

	.modal-win#search .search-field {
		padding: 20px 15px;
	}

	.h-game-btns {
		margin-top: auto;
		flex-direction: column;
	}

	.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;
	}

	.yes-login-header-btn .btn.open-deposit,
	.yes-login-header-btn a.btn.open-deposit {
		padding: 5px 10px;
		font-size: 14px;
		margin-right: 10px;
	}

	.head-subcat-select {
		margin-left: 10px;
		width: 150px;
	}

	.list-tabs-wrapper .header-search {
		width: 100%;
	}

	.top-filters {
		width: 100%;
		margin-top: 10px;
	}

	.top-filter {
		width: 100%;
	}

	.top-filters .dropdown {
		width: 100%;
	}

	.list-tabs-wrapper .header-search input[type='search'] {
		padding: 0 10px;
		background-position: right 10px center;
	}

	.head-subcat-select .subcat-select {
		padding: 0 10px;
	}

	.list-game {
		gap: 10px;
		margin-left: 0;
	}

	.header-logo {
		margin-left: 10px;
	}

	.head-one-category {
		width: 100%;
		margin: 0 0 10px 0;
	}

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

	.h-one-category {
		/*margin-top: 20px;*/
	}
}

@media screen and (max-width: 364px) {
	.list-game {
		grid-template-rows: auto;
	}
}

@media screen and (max-height: 980px) {
	.top-filters .dropdown {
		max-height: calc(100vh - 200px);
	}
}

/*  dark theme  */

html.dark-theme,
html.dark-theme body {
	background-color: #171824;
	color: #fff;
}

html.dark-theme .authentication {
	background-color: #222335;
}

html.dark-theme .tab__action_menu::-webkit-scrollbar {
	height: 5px;
	background: transparent;
}

html.dark-theme .tab__action_menu::-webkit-scrollbar-thumb {
	height: 4px;
	background-color: #222335;
	border-radius: 2px;
}

html.dark-theme .top-filter.providers .dropdown-item.active .checkbox path {
	stroke: #ffc403;
}

html.dark-theme .file_chat_btn svg {
	fill: #fff;
}

html.dark-theme .file_chat_btn path {
	fill: #fff;
}

html.dark-theme .top-filter.providers .dropdown-item {
	border-bottom: 2px solid rgba(212, 225, 245, 0.2);
}

html.dark-theme .top-filters .title-block .remove-selected {
	fill: #fff;
}

html.dark-theme .top-filter.providers .dropdown-item.active {
	border-bottom: 2px solid #ffc403;
}

html.dark-theme .page-content .support-content {
	background-color: #171824;
}

html.dark-theme .page-content .support-content.user-support-block h1.page-title {
	color: #fff;
}

html.dark-theme .page-content form#add-support-reply {
	background: #171824;
}

html.dark-theme .page-content form#add-support-reply {
	background: #171824;
}

html.dark-theme .block-topmenu .change-theme-color {
	background-color: #171824;
}

html.dark-theme .header {
	background-color: #171824;
}

html.dark-theme .header-menu a {
	color: #fff;
}

html.dark-theme .dynamic-color,
html.dark-theme .whisker {
	fill: #fff !important;
}

html.dark-theme .head_menu_btn svg {
	fill: #fff;
}

html.dark-theme .yes-login-header-btn .open-profile {
	background: #ffc400;
}

html.dark-theme .yes-login-header-btn .open-profile img {
	filter: brightness(0);
}

html.dark-theme .header-search input[type='search'] {
	background-image: url(../img/betnew/search-light.svg);
}

html.dark-theme .list-tabs-wrapper {
	background-color: #222335;
}

html.dark-theme .list-tabs a.router-link {
	color: #fff;
}

html.dark-theme .list-tabs a.router-link:hover span,
html.dark-theme .list-tabs a.router-link.active span {
	color: #ffc400;
}

html.dark-theme .list-tabs a.router-link::after {
	background-color: #ffc400;
}

html.dark-theme .list-tabs-wrapper .header-search input[type='search'],
html.dark-theme .subcat-select {
	background-color: #171824;
	color: #fff;
}

html.dark-theme .list-tabs-wrapper .header-search:hover input[type='search'],
html.dark-theme .subcat-select:hover {
	background-color: #313249;
}

html.dark-theme .head-subcat-select svg {
	fill: #ffc400;
}

html.dark-theme .list-tabs-wrapper .header-search input[type='search'] {
	background-image: url(../img/betnew/search-yellow.svg);
}

html.dark-theme .subcat-select-drop {
	background-color: #313249;
}

html.dark-theme .subcat-select-drop a {
	color: #fff;
}

html.dark-theme .subcat-select-drop a:hover {
	background-color: #171824;
}

html.dark-theme .top-filter .title-block {
	background-color: #171824;
}

html.dark-theme .top-filter .title-block:hover {
	background-color: #313249;
}

html.dark-theme .top-filters .title-block svg {
	color: #ffc400;
}

html.dark-theme .top-filters .dropdown {
	background-color: #222335;
}

html.dark-theme .top-filter.providers .dropdown-item.active .checkbox {
	background-color: #171824;
	border: 1px solid #31313b;
}

html.dark-theme .head-one-category:not(.filters) {
	background-color: #222335;
}

html.dark-theme .head-one-category:not(.filters) svg {
	fill: #ff00ff;
}

html.dark-theme .head-one-category:not(.filters) img {
	filter: invert(19%) sepia(87%) saturate(3210%) hue-rotate(291deg) brightness(103%) contrast(135%);
	margin: auto;
}

html.dark-theme .head-one-category.filters svg {
	fill: #ffc400;
	stroke-width: 0;
}

html.dark-theme .head-one-category.filters path {
	stroke: #ffc400;
}

html.dark-theme .head-one-category .view-all {
	color: #ff00ff;
}

html.dark-theme .h-one-category {
	color: #fff;
}

html.dark-theme .list-game .parent-game-slide {
	background-color: #222335 !important;
}

html.dark-theme .swiper-wins .mini-desc .summ,
html.dark-theme .swiper-wins .mini-desc a .text {
	color: #fff;
}

html.dark-theme .mini-desc a {
	color: #ffc400;
}

html.dark-theme .swiper-wins .swiper-slide::before {
	background-color: #313249;
}

html.dark-theme .btn-filled.pink {
	background-color: #ffc400;
	border-color: #ffc400;
	color: #000;
}

html.dark-theme .btn-filled.pink:hover {
	background-color: #ffa300;
	border-color: #ffa300;
	color: #fff;
}

html.dark-theme .hover-game-slide::before {
	background: rgba(0, 0, 0, 0.8);
}

html.dark-theme .locked-game-slide {
	background: rgba(0, 0, 0, 0.8);
}

html.dark-theme .btn-bordered {
	color: #fff;
}

html.dark-theme .h-game-slide {
	color: #fff;
}

html.dark-theme .footer-pay-logo {
	background-color: #222335;
}

html.dark-theme .footer .copyright_gambling_soft span {
	color: #fff;
}

html.dark-theme .footer-menu ul li a {
	color: #fff;
}

html.dark-theme .block-topmenu {
	background-color: #222335;
}

html.dark-theme .top-menu-profile-log-out svg path {
	fill: #c4c4c4;
	stroke: #c4c4c4;
}

html.dark-theme .popup_undefined.static-profile input {
	color: #c4c4c4;
	border: 1px solid #b8b9bf;
}

html.dark-theme .one-menu a svg,
html.dark-theme .one-menu.open-menu.active .h-one-open-menu svg.svg-open {
	fill: #ff00ff;
}

html.dark-theme .one-menu.open-menu .one-open-menu a .img-one-menu svg {
	fill: #2f2fde;
}

html.dark-theme .one-menu a:hover,
html.dark-theme .one-menu.open-menu.active .h-one-open-menu {
	background: #2f2fde;
}

html.dark-theme .one-menu a:hover img {
	filter: invert(19%) sepia(87%) saturate(3210%) hue-rotate(291deg) brightness(103%) contrast(135%);
}

html.dark-theme .top-menu-profile-info > span {
	background-color: #ffc400;
}

html.dark-theme .top-menu-profile-info > span img {
	filter: brightness(0);
}

html.dark-theme .block-topmenu_head svg {
	fill: #fff;
}

html.dark-theme .one-menu a {
	color: #fff;
}

html.dark-theme .modal-win#search {
	background: rgba(0, 0, 0, 0);
}

html.dark-theme .modal-overflow {
	background-color: rgba(0, 0, 0, 0.5);
}

html.dark-theme .head-one-category.text {
	background-color: inherit;
}

html.dark-theme .the-content {
	color: #fff;
}

html.dark-theme .modal-win#search .search-field {
	background-color: #bbbcd1;
}

html.dark-theme .modal-win#search .close-small svg,
html.dark-theme .modal-win#search .close-small svg:hover {
	fill: #000;
}

html.dark-theme .game-modal .game,
html.dark-theme .side-pannel .block {
	background-color: #222335;
}

html.dark-theme .payments-block {
	color: #fff;
}

html.dark-theme .payments-block .tabs .tab {
	color: #fff;
}

html.dark-theme .payments-table {
	box-shadow: 0 0 5px rgb(255 255 255 / 40%);
}

html.dark-theme .payments-row + .payments-row {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

html.dark-theme .one-menu.open-menu .one-open-menu a:hover .img-one-menu svg {
	fill: #ff00ff;
}

html.dark-theme .btn-lang a {
	background-color: #171824;
	color: #fff;
}

html.dark-theme .btn-lang a:hover,
html.dark-theme .btn-lang.active a {
	background-color: #2f2fde;
}

html.dark-theme .btn-lang a svg {
	filter: invert(1);
}

html.dark-theme .open-lang {
	background-color: #bbbcd1;
}

html.dark-theme .popup2:not(.jackpot-modal) {
	background-color: #222335;
}

html.dark-theme .popup2.popup_undefined .payment__tooltip.payment__tooltip_open {
	background-color: #222335;
}

html.dark-theme .tab__action.deposit-action,
html.dark-theme .profile-info__action {
	border-bottom: 2px solid #fafafa;
}

html.dark-theme .enter-pin {
	border-top: 2px solid #fafafa;
}

html.dark-theme .tab__action a.tab__item {
	color: #fff;
}

html.dark-theme .icon_action_menu svg {
	fill: #fff;
}

html.dark-theme .tab__action.head_action a:hover,
html.dark-theme .tab__action.head_action a.tab__item.tab__item_active {
	color: #ffc400;
	fill: #ffc400;
}

html.dark-theme .tab__action.head_action a.tab__item.tab__item_active .icon_action_menu svg {
	fill: #ffc400;
}

html.dark-theme .tab__action.deposit-action a:hover,
html.dark-theme .tab__action.deposit-action a.tab__item.tab__item_active {
	color: #ffc400;
}

html.dark-theme .popup2.popup_tabs input {
	background-color: #222335;
	color: #fff;
}

html.dark-theme .pay-tooltip__summ {
	background: inherit;
	color: #fff;
}

html.dark-theme .pay-tooltip__summ label.active {
	color: #ffc400;
}

html.dark-theme .payment__tooltip.payment__tooltip_open {
	border-top: 2px solid #fafafa;
}

html.dark-theme #history-tab table tr th,
html.dark-theme #history-tab table tr td {
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}

html.dark-theme .profile-contacts__input label.profile-contacts__label.input__label,
html.dark-theme .profile-details__input label.input-lbl {
	color: #fff;
}

html.dark-theme .tab-bonuses__item {
	background-color: #222335;
}

html.dark-theme .timer__table .timer__row_digit .timer__cell {
	color: #fff;
}

html.dark-theme .levels-table__slider-bar {
	border: 2px solid #fafafa;
}

html.dark-theme .popup2 .js-close-popup svg {
	fill: #fff;
}

html.dark-theme .block-topmenu .header-btn {
	background-color: #313249;
}

html.dark-theme .topmenu-line {
	background-color: rgba(255, 255, 255, 0.4);
}

html.dark-theme .topmenu-else-links a {
	color: #fff;
}

html.dark-theme .topmenu-else-links a:hover {
	background-color: #2f2fde;
}

html.dark-theme .parent-modal-win {
	background-color: #bbbcd1;
	color: #000;
}

html.dark-theme .modal-win input,
html.dark-theme .modal-win select {
	background-color: #fff;
}

html.dark-theme .modal-win .btn-bordered {
	color: #000;
}

html.dark-theme .modal-win#remind,
html.dark-theme .modal-win#reset-pass {
	background-color: #bbbcd1;
}

html.dark-theme .h-remind {
	background-color: #bbbcd1;
}

html.dark-theme .tournaments-bg {
	background-color: #222335;
}

html.dark-theme .lottery__tabitem.lottery__tabitem_active {
	color: #ffc400;
}

html.dark-theme .pannel__sides-bg {
	background: #171824;
}

html.dark-theme .tournaments-bg .main_tournament-details {
	background-color: #171824;
}

html.dark-theme .details__btn:hover {
	color: #ffc400;
}

html.dark-theme .panel__prize.large .panel__countdown,
html.dark-theme .panel__prize.large .panel__countbutton {
	color: #ffc400;
}

html.dark-theme .leaderboard__slider.slider_leaderboard {
	background: #222335;
}

html.dark-theme .table_leaderboard .table__body .table__row:nth-child(odd),
html.dark-theme .table_leaderboard .table__body .table__row:nth-child(2) {
	background-color: #171824;
}

html.dark-theme .sides-line {
	background: #fafafa;
}

html.dark-theme .header-menu a:hover,
html.dark-theme .header-menu a.active {
	color: #ffc400;
}

html.dark-theme .popup__input.input input {
	background-color: #fff;
}

html.dark-theme .modal-win#search .btn-bordered {
	color: #fff;
}

html.dark-theme table.history__table tbody.history__body tr:nth-child(1n) {
	background: #222335;
}

html.dark-theme #history-tab table tr th,
html.dark-theme #history-tab table tr td {
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-top: none;
	border-right: none;
	border-bottom: none;
}

html.dark-theme .popup2 table tbody tr:nth-child(2n) td {
	background: #222335;
}

html.dark-theme .vip-panel,
html.dark-theme .vip-panel:before {
	background: #222335;
}

html.dark-theme .log-out-mobile svg path {
	fill: rgba(255, 255, 255, 0.7);
}

html.dark-theme .pay-tooltip {
	background: #222335;
}

html.dark-theme .popup2.popup_undefined .payment__item.payitem:hover {
	background: #171824;
}

html.dark-theme .payment__tooltip_close {
	color: #fff;
}

html.dark-theme .one-form-modal-win select option {
	background-color: #bbbcd1;
}

html.dark-theme .top-pannel .name {
	color: #fff;
}

html.dark-theme .top-pannel .arrow {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

html.dark-theme .top-pannel .arrow img {
	filter: none;
}

html.dark-theme .chat_textarea {
	background-color: #222335;
	color: #fff;
}

html.dark-theme .chat_textarea::placeholder {
	color: #fff;
}

html.dark-theme .file_chat_attachment {
	background-color: #222335;
}

html.dark-theme .file_chat_attachment_icon {
	fill: #fff;
}

html.dark-theme .one-message {
	background-color: #222335;
	color: #fff;
}

html.dark-theme .login-message {
	color: #fff;
}

html.dark-theme .page-content .support-content .info-one-message {
	background-color: #222335;
	color: #fff;
}

html.dark-theme .one-message .content-one-message .text-one-message {
	color: #fff;
}

html.dark-theme .history__main {
	background: #222335;
}

html.dark-theme .popup2.popup_undefined input:not(input[type='radio']) {
	border: 1px solid #fff;
	color: #fff;
}

html.dark-theme .bonus-panel__action {
	background: #171824;
}

html.dark-theme .vip__l-side {
	background-color: #222335;
}

html.dark-theme .vip__action {
	background-color: #222335;
}

html.dark-theme .vip__cell:nth-child(3) .vip__subtitle {
	color: #858585;
}

html.dark-theme .vip__profile-heading {
	background-color: #171824;
}

html.dark-theme .vip__botom-side {
	background-color: #171824;
}

html.dark-theme .vip__description-wrap {
	background-color: #171824;
}

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.2;
}

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 #history .tab__action-wrapper {
	background: #222335;
}

html.dark-theme #history .tab__action a.tab__item {
	color: #fff;
}

html.dark-theme .popup2.popup_undefined .tab__action a.tab__item.tab__item_active,
html.dark-theme #history .tab__action a.tab__item.tab__item_active {
	background: #171824;
}

html.dark-theme .popup2.popup_undefined .history__row,
html.dark-theme .history__main .history__row {
	background: #171824;
}

html.dark-theme .popup2.popup_undefined .tab__action a.tab__item {
	color: #fff;
}

html.dark-theme .tab__action.deposit-action a.tab__item.tab__item_active {
	color: #ffc400;
}

html.dark-theme .top-pannel > span {
	background: #171824;
}

html.dark-theme .game-page__footer .btn.btn-bordered {
	background: #171824;
	border: 2px solid #171824;
}

.dark-theme ::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

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

.dark-theme .list-tabs::-webkit-scrollbar {
	height: 5px;
	background-color: #222335;
}

.dark-theme .list-tabs::-webkit-scrollbar-thumb {
	height: 4px;
	background-color: #2a3546;
	border-radius: 2px;
}

.dark-theme .head-btn-slide {
	background-color: #353f59;
}

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

.dark-theme .head-btn-slide:hover {
	background-color: #000;
}

.dark-theme .swiper.list-tabs .swiper-button-prev {
	background: linear-gradient(90deg, #222335 76%, rgba(27, 43, 56, 0) 100%);
}

.dark-theme .swiper.list-tabs .swiper-button-next {
	background: linear-gradient(-90deg, #222335 76%, rgba(27, 43, 56, 0) 100%);
}

.dark-theme .swiper.list-tabs .swiper-button-next svg,
.dark-theme .swiper.list-tabs .swiper-button-prev svg,
.dark-theme .swiper.list-tabs .swiper-button-next:hover svg,
.dark-theme .swiper.list-tabs .swiper-button-prev:hover svg {
	fill: #ffc403;
}

@media screen and (max-width: 1200px) {
	html.dark-theme .payment__tooltip.payment__tooltip_open {
		border-top: 0;
	}
}

@media screen and (max-width: 991px) {
	html.dark-theme .list-tabs {
		background-color: #222335;
	}

	html.dark-theme .list-tabs-wrapper {
		background-color: inherit;
	}

	html.dark-theme .list-tabs-wrapper .header-search input[type='search'],
	html.dark-theme .subcat-select {
		background-color: #313249;
	}

	html.dark-theme .top-filter .title-block {
		background-color: #313249;
	}
}

@media screen and (max-width: 768px) {
	html.dark-theme .levels-table__item:nth-child(2n) {
		background-color: #222335;
	}

	html.dark-theme .top-filter.providers .dropdown-item.active {
		border: 2px solid #ffc403;
	}

	html.dark-theme .tab__action_container_child {
		background-color: #171824;
	}

	html.dark-theme .tab__action.head_action a.tab__item {
		border-bottom: 0;
	}

	html.dark-theme .tab__action.head_action a.tab__item.tab__item_active {
		background-color: #222335;
	}

	html.dark-theme .log-out-mobile svg path {
		fill: #fff;
		opacity: 0.7;
	}
}

.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;
}

/*  dark theme  */
