﻿* {
	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: rgba(255, 255, 255, 0.4);
	display: inline-block;
	cursor: pointer;
}

a:not(.btn):hover,
a:not(.btn):active,
a:not(.btn):focus,
a:not(.btn):visited {
	text-decoration: none;
}

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

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

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

html.modal_open {
	overflow: hidden;
}

strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat;
	font-weight: 700;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 19px;
}

p {
	margin: 5px 0;
}

svg {
	vertical-align: top;
}

.page-content {
	padding-left: 70px;
}

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

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

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

.fixed-header {
	padding: 0 30px 0 0;
	height: 70px;
}

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

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

.header-logo {
	text-align: center;
	margin: 0 20px 0 0;
}

.header-logo img {
	max-height: 70px;
	height: 100%;
}

.header-logo a {
	display: flex;
	align-items: center;
	color: #fff;
}

.header-logo a:hover {
	color: #fff;
}

.header-logo a span {
	font-size: 28px;
}

.header-logo a b {
	font-weight: 700;
}

.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: #61656b;
	padding: 20px;
	width: 70px;
	height: 70px;
}

.head_menu_btn svg rect {
	transition: 0.3s;
}

.head_menu_btn.active svg rect:first-child {
	-webkit-transform: translate(25%, 2%) rotate(45deg);
	-ms-transform: translate(25%, 2%) rotate(45deg);
	transform: translate(25%, 2%) rotate(45deg);
}

.head_menu_btn.active svg rect:nth-child(2) {
	opacity: 0;
}

.head_menu_btn.active svg rect:last-child {
	-webkit-transform: translate(-29%, 25%) rotate(-45deg);
	-ms-transform: translate(-29%, 25%) rotate(-45deg);
	transform: translate(-29%, 25%) rotate(-45deg);
}

.head_menu_btn:hover {
	opacity: 1;
}

.header-menu a {
	font-weight: 500;
	font-size: 18px;
	margin: 0 25px 0 0;
	position: relative;
	display: flex;
	align-items: center;
}

.header-menu a.yellow {
	color: #f8b800;
}

.header-menu a.yellow:hover {
	color: #f8b800;
}

.header-menu a .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 5px;
	background: #55c12f;
}

.header-menu a svg {
	width: 20px;
	margin-right: 5px;
}

.header-menu a:hover,
.header-menu a.active {
	color: rgba(255, 255, 255, 0.6);
}

.header-menu a.active::after {
	content: '';
	position: absolute;
	bottom: -21.5px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #55c12f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.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 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

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

.header .btn-filled,
.header .btn-bordered {
	padding: 12px 25px;
}

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

.btn {
	color: #fff;
	font-weight: 400;
	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: #55c12f;
	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;
	white-space: nowrap;
	font-size: 12px;
}

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

.head-panel__button.button_font_cond {
	color: #55c12f;
}

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 {
	font-size: 14px;
	border-radius: 10px;
	padding: 5px 15px;
	display: inline-block;
	width: 100%;
	min-height: 40px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.btn-lang a:hover,
.btn-lang.active a {
	border: 0;
	background-color: #55c12f;
	color: #fff;
}

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

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

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

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

.btn-filled {
	background: #55c12f;
	border: 1px solid #55c12f;
	color: #fff;
	padding: 5px 20px;
	font-weight: 400;
	font-size: 16px;
}

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

.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: 1px solid #61656b;
	color: #fff;
	padding: 5px 20px;
	font-weight: 400;
	font-size: 16px;
}

.btn-bordered:hover {
	background: rgba(255, 255, 255, 0.05);
}

.wheel-img {
	background: rgb(255 66 66 / 10%);
	border-radius: 50%;
}

.wheel-img img {
	width: 25px !important;
	position: relative;
	left: 8px;
}

.bonus-img {
	background: rgb(84 193 47 / 10%);
	border-radius: 50%;
}

.bonus-img img {
	width: 25px !important;
	position: relative;
	left: 8px;
}

.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;
	white-space: nowrap;
}

.open-lang a img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 25px;
	margin-left: 7.5px;
}

.open-lang a:hover {
	background-color: #55c12f;
	color: #fff;
}

.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: #087cf5;
	min-width: 36px;
	border-radius: 50%;
	cursor: pointer;
}

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

.aside-main {
	min-height: 100vh;
}

.block-content {
	min-height: calc(100vh - 220px);
}

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

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

.index-slider {
	width: 100%;
}

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

.index-slider .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 500px;
	background-size: auto 110%;
	background-position: center right;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	margin-right: 16px;
	border-radius: 15px;
	/* filter: grayscale(1); */
	pointer-events: none;
}

.index-slider .swiper-slide:nth-child(1) {
	background: linear-gradient(270deg, rgba(0, 65, 146, 0) 0%, #a4a15f 51.23%, #a4a15f 100%);
}
.index-slider .swiper-slide:nth-child(1) .video-container:before {
	background: linear-gradient(270deg, rgba(0, 65, 146, 0) 0%, #a4a15f 51.23%, #a4a15f 100%);
}
.index-slider .swiper-slide:nth-child(2) {
	background: linear-gradient(270deg, rgba(0, 65, 146, 0) 0%, #012358 51.23%, #012358 100%);
}
.index-slider .swiper-slide:nth-child(2) .video-container:before {
	background: linear-gradient(270deg, rgba(0, 65, 146, 0) 0%, #012358 51.23%, #012358 100%);
}

.index-slider .swiper-slide.swiper-slide-active {
	/* filter: grayscale(0); */
	pointer-events: all;
}

.index-slider .swiper-slide .container {
	padding: 0px;
	display: flex;
	flex-grow: 1;
}

.TopSwiper .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0;
}

.TopSwiper .swiper-pagination-bullet {
	width: 30px;
	height: 8px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.25);
	border: none;
	margin: 0 10px;
}

.TopSwiper .swiper-pagination-bullet-active {
	width: 30px;
	height: 8px;
	background-color: #55c12f;
}

.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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 45%;
	padding: 25px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
}

.TopSwiper .video-container {
	width: 55%;
	position: relative;
}
.TopSwiper .video-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5%;
	z-index: 2;
	width: 25%;
	height: 100%;
}

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

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

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

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

.btn-slider a,
.btn-slider small {
	max-width: 100%;
	width: 300px;
	padding: 20px 15px;
	background-color: #55c12f;
	display: inline-block;
	margin: 0;
	font-size: 21px;
	cursor: pointer;
	border: none;
	outline: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	border-radius: 35px;
	transition: 0.25s ease-in-out;
}

.btn-slider a:hover,
.btn-slider small:hover {
	background-color: #439825;
	color: #fff;
}

.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: #55c12f;
	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 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: #212730;
}

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

.hot-slots {
	padding: 15px 60px;
	background-color: #171921;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.hot-slots__title {
	display: flex;
	align-items: center;
	font-size: 23px;
	margin-right: 50px;
}

.hot-slots__title img {
}

.swiper-hot .swiper-slide {
	max-width: 260px;
	margin-right: 30px;
}

.swiper-hot .swiper-slide a {
	display: flex;
	align-items: center;
	background-image: linear-gradient(to bottom, rgba(40, 21, 24, 0.3) 53%, rgba(254, 164, 41, 0.3));
	padding: 10px;
	border: 1px solid rgba(254, 164, 41, 0.3);
	border-radius: 10px;
}

.swiper-hot .swiper-slide a:hover {
	background-image: linear-gradient(to bottom, rgba(40, 21, 24, 0.3) 53%, rgba(254, 164, 41, 0.5));
	border: 1px solid #fea429;
}

.swiper-hot .swiper-slide a img {
	width: 54px;
	min-width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #fea429;
}

.swiper-hot .swiper-slide .text {
	color: #c2c5c8;
	margin: 0 10px;
	line-height: 1em;
	overflow: hidden;
}

.hot-slots__desc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-width: 85px;
}

.hot-slots__desc span {
	width: 100%;
	color: #b1b1b1;
}

.hot-slots__desc .percent {
	color: #fff;
	font-size: 23px;
	line-height: 23px;
}

.hot-slots__desc svg {
	width: 16px;
	margin-left: 5px;
}

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

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

.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: #1e212b;
	color: #78797f;
	font-size: 18px;
	font-weight: 600;
	border-radius: 30px;
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.head-subcat-select svg {
	width: 10px;
}

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

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

.subcat-select-drop {
	background: #1e212b;
	font-size: 16px;
	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: #78797f;
	font-size: 12px;
}

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

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

/* 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 .title {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}

/* jackpot ranks */

.list-tabs-wrapper {
	display: flex;
	align-items: center;
	min-height: 80px;
	padding: 0 60px;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(56, 65, 75, 0.2);
	border-radius: 15px;
	margin: 25px auto;
}

#home .list-tabs-wrapper {
	width: 100%;
}

#home .list-tabs-overflow {
	margin-right: 0;
}

.list-tabs-overflow {
	overflow: auto;
	padding-right: 10px;
	margin-right: 25px;
}

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

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

.list-tabs {
	white-space: nowrap;
	min-width: 800px;
}

.list-tabs-wrapper .head-subcat-select {
	margin-left: auto;
}

.list-tabs a.router-link {
	padding: 5px;
	font-weight: 600;
	position: relative;
}

.list-tabs a.router-link .tab__title {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	background-color: #1e212b;
	color: #78797f;
	border-radius: 30px;
	font-size: 12px;
	white-space: nowrap;
}

.debug-block {
	display: none;
}

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

@media (min-width: 1450px) {
	.list-tabs a.router-link .tab__title {
		font-size: 22px;
	}
}

.list-tabs a.router-link .tab__title.green:hover {
	background-color: #285119;
	color: #55c12f;
}

.list-tabs a.router-link .tab__title.red:hover {
	background-color: #fe41411f;
	color: #fe4141;
}

.list-tabs a.router-link .tab__title.blue:hover {
	background-color: #143558;
	color: #2f77c2;
}

.list-tabs a.router-link .tab__title.yellow:hover {
	background-color: #51350e;
	color: #fea429;
}

.list-tabs a.router-link .tab__title.l-green:hover {
	background-color: #004728;
	color: #00cb73;
}

.list-tabs a.router-link img {
	width: 30px;
	margin-right: 10px;
}

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

.head-one-category {
	display: flex;
	align-items: center;
	width: calc(100% - 20px);
	margin: 0 auto;
	transition: 0s;
	padding-bottom: 10px;
}

.head-one-category .btn {
	margin-left: auto;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.head-one-category .btns {
	margin-left: auto;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.h-one-category {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
}

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

.h-one-category img {
	margin-right: 5px;
	height: 30px;
	width: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.game-slide {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 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: #55c12f;
}

.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: -1;
	padding: 10px 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

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

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

.hover-game-slide::before {
	transition: all 0.25s linear;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	transform: translateX(-100%) skewX(35deg);
	pointer-events: none;
}

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

.hover-game-slide .btn {
	font-size: 12px;
	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: auto;
	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;
	z-index: 1;
}

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

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

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

.game-slide.slide-view-all:hover > .img-game-slide {
}

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

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

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

.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;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin-top: auto;
	z-index: 2;
}

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

.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;
	width: 320px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	position: relative;
}

.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;
	overflow: hidden;
}

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

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

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

.swiper-wins .mini-desc .summ {
	max-width: 105px;
	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 40px;
}

.swiper-tournament-slider .swiper-slide {
	min-height: 380px;
	max-width: 78%;
	filter: grayscale(1);
	pointer-events: none;
}

.swiper-tournament-slider .swiper-slide.swiper-slide-active {
	filter: grayscale(0);
	pointer-events: all;
}

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

.swiper-tournament-slider .parent-swiper-navination {
	right: calc(11% + 40px);
	bottom: 40px;
}

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

.index-banner {
	margin: 10px 0 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: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px auto;
}

.list-game .parent-game-slide {
	width: calc(16.66% - 20px);
	margin: 10px;
	background-image: url(../img/logo.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1e212b;
	border-radius: 16px;
}

.one-index-category .btn.bottom {
	margin: 20px auto;
	text-transform: uppercase;
	width: 100%;
	max-width: 300px;
}

.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 {
	width: calc(100% - 20px);
	display: grid;
	flex-grow: 1;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(auto-fill, minmax(253px, 1fr));
	grid-gap: 20px;
}

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

.list-game__show-more {
	width: calc(100% - 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 20px 0;
}

.list-game__show-more span span {
	margin-left: 5px;
}

.list-game__show-more span span:nth-child(2) {
	display: none;
}

.list-game__show-more.active span span:nth-child(1) {
	display: none;
}

.list-game__show-more.active span span:nth-child(2) {
	display: inline;
}

.list-game__show-more::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	border-top: 1px solid #363e47;
}

.two-rows .list-game .parent-game-slide:nth-child(n + 8) {
	display: none;
}

.two-rows.active .list-game .parent-game-slide:nth-child(n + 8) {
	display: block;
}

.show-more-btn {
	position: relative;
	z-index: 2;
	background-color: #1a1d26;
	font-weight: 600;
	color: #55c12f;
	display: flex;
	align-items: center;
	padding: 10px 30px;
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
}

.show-more-btn svg {
	margin-left: 10px;
	width: 15px;
}

.list-game__show-more.active .show-more-btn svg {
	transform: rotate(180deg);
}

.show-more-btn:hover {
	background-color: #242935;
}

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

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

.the-content img {
	display: none;
}

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

.tvbet_info {
	margin-top: 30px;
}

.full-width-page {
	width: 100%;
	padding-top: 85px;
	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: 10px;
}

.header-search input[type='search'] {
	background-image: url(../img/betnew/search-light.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-color: inherit;
	background-size: 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 12px 0 12px 40px;
	width: 130px;
	border-radius: 20px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.4);
	transition: 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.header-search input[type='search']:hover {
	border-color: #55c12f;
	background-color: #55c12f;
	color: #fff;
}

.block-topmenu {
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 0;
	max-width: 290px;
	width: 70px;
	background-color: rgba(21, 24, 29, 0.8);
	-webkit-backdrop-filter: blur(2.2em);
	backdrop-filter: blur(2.2em);
	z-index: 20;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 30px 0 50px;
	transition: 0.3s;
}

.block-topmenu.active {
	width: 290px;
}

.block-topmenu.active .one-menu a {
	padding: 10px 25px;
}

.block-topmenu.active .one-menu.open-menu .one-open-menu .img-one-menu {
	margin-right: 20px;
	margin-left: 40px;
	height: 40px;
}

.block-topmenu.active .btn-lang a img,
.block-topmenu.active .open-lang a img {
	width: 20px;
	height: 20px;
	margin-right: 17.5px;
}

.block-topmenu.active .btn-lang a {
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.block-topmenu.active .btn-lang a:hover,
.block-topmenu.active .btn-lang.active a {
	border: 1px solid #55c12f;
}

.block-topmenu.active .btn-lang.active + .open-lang a img,
.block-topmenu.active .btn-lang.active a img {
	margin-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;
	padding: 20px;
}

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

.block-topmenu .header-btn .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: 18px;
	font-weight: 400;
	border-radius: 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	width: 290px;
	padding: 10px 15px;
	color: rgba(255, 255, 255, 0.4);
	position: relative;
}

.topmenu_label {
	display: block;
	position: fixed;
	background: #fff;
	border-radius: 3px;
	padding: 3px 7px;
	color: #000;
	z-index: 9999;
	transform: translate(10px, -50%);
	pointer-events: none;
}

.topmenu_label.hidden {
	display: none;
}

.topmenu_label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 6px 3px 0;
	border-color: transparent #fff transparent transparent;
}

.one-menu.green a:hover {
	color: #55c12f;
}

.one-menu.blue a:hover {
	color: #2f77c2;
}

.one-menu.red a:hover {
	color: #fe4141;
}

.one-menu.yellow a:hover {
	color: #fea429;
}

.one-menu.violet a:hover {
	color: #8142fc;
}

.img-one-menu {
	width: 40px;
	margin-right: 15px;
}

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

.one-menu a img {
	width: 40px;
	height: 40px;
}

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

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

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

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

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

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

.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 {
	min-width: 22px;
	height: 22px;
	margin-right: 30px;
	margin-left: 10px;
}

.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(56, 65, 75, 0.2);
	width: 100%;
	height: 1px;
	margin: 10px 0 20px;
	transition: 0.3s;
}

.topmenu-else-links a {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 15px;
	color: rgba(255, 255, 255, 0.4);
	white-space: nowrap;
}

.block-topmenu.active .topmenu-else-links a {
	padding: 8px 25px;
}

.topmenu-else-links a svg {
	fill: rgba(255, 255, 255, 0.4);
	stroke: rgba(255, 255, 255, 0.4);
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin: 0 25px 0 10px;
}

.topmenu-else-links a:hover {
	color: rgba(255, 255, 255, 1);
}

.topmenu-else-links a:hover svg {
	fill: rgba(255, 255, 255, 1);
	stroke: rgba(255, 255, 255, 1);
}

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

.top-menu-profile-info > span {
	margin-right: 10px;
	background-color: #55c12f;
	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: #fff;
	stroke: #fff;
	stroke-width: 0.4;
}

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

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

.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: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal-overflow.active {
	z-index: 100;
	display: flex;
}

.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	max-height: 100%;
	pointer-events: none;
	align-items: center;
	justify-content: center;
}

.modal-container.active {
	display: flex;
	z-index: 101;
	pointer-events: all;
}

.modal-container > form {
	max-height: 100%;
	display: flex;
}

.modal-win {
	display: none;
	position: relative;
	padding: 0;
	max-width: 400px;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.modal-win#reg,
.modal-win#login {
	max-height: 100%;
	overflow: auto;
}

#reg.modal-win {
	max-width: 736px;
}

.modal-win.active {
	z-index: 102;
	display: block;
}

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

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

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

.img-modal-win {
	width: 60%;
	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 .content-modal-win {
	width: 50%;
}

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

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

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

.content-modal-win a:hover {
	color: #fff;
}

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

.modal-win input {
	border: 2px solid rgba(255, 255, 255, 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,
#choose_currency_modal .btn,
#reg .btn {
	margin: 20px auto 0;
}

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

.deactevate-popup {
	margin-top: 10px;
}

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

.answer.error {
	color: #ea4669;
}

.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: 30px 0 15px;
	text-align: center;
}

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

.bottom-modal-text {
	font-size: 14px;
	color: #b1b1b1;
	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: #b1b1b1;
	display: block;
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
}

.bottom-modal-text a {
	color: #55c12f;
}

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

.one-form-modal-win input[type='checkbox'] + span {
	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 #55c12f;
	transition: border-color 0.1s ease-in-out;
	z-index: 991;
}

.one-form-modal-win input[type='checkbox'] + span: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: #55c12f;
	border-style: solid;
	border-width: 0 0 2px 2px;
	z-index: 992;
}

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

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

.form-check {
	display: flex;
	align-items: center;
	font-size: 11px;
	color: #b1b1b1;
	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,
.modal-win#reset-pass {
	width: 360px;
	background: #212730;
}

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

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

#remind p {
	display: inline-block;
	color: #b1b1b1;
	margin-bottom: 4px;
}

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

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

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

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

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

.swiper.providers-slider {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 auto;
}

.swiper.providers-slider .swiper-slide {
	width: calc(33.33% - 30px);
	min-width: 450px;
	margin: 0 20px;
	background-color: #12161c;
}

.swiper.providers-slider .swiper-slide:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.swiper.providers-slider .title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}

.swiper.providers-slider .title img {
	max-width: 180px;
	max-height: 80px;
}

.swiper.providers-slider .provider-game-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 20px;
	height: 220px;
	display: none;
}

.swiper.providers-slider .provider-game-links a:nth-child(2) {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 280px;
}

.swiper.providers-slider .provider-game-links a:nth-child(2) img {
	width: 100%;
	max-width: 280px;
}

.swiper.providers-slider .provider-game-links a:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.swiper.providers-slider .provider-game-links img {
	max-width: 180px;
	border-radius: 15px;
}

.one-index-category.slider .list-game {
	width: 100%;
}

.one-index-category.slider .head-one-category {
	width: calc(100% - 60px);
	margin: 0 auto;
}

.one-index-category.slider .head-one-category .btns {
	padding: 0;
	display: flex;
	align-items: center;
}

.one-index-category.slider .providers.swiper-button-next,
.one-index-category.slider .providers.swiper-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: none;
	position: relative;
	top: auto;
	bottom: auto;
	margin: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #70747a;
	transition: 0.3s;
	z-index: 0;
}

.one-index-category.slider .providers.swiper-button-next:hover,
.one-index-category.slider .providers.swiper-button-prev:hover {
	border: 1px solid #fff;
	z-index: 1;
}

.one-index-category.slider .providers.swiper-button-next {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	right: auto;
	left: -1px;
}

.one-index-category.slider .providers.swiper-button-prev {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	left: auto;
	right: auto;
}

.footer {
	padding-left: 70px;
}

.footer-menus {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #363e47;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-menus .footer-links {
	width: 50%;
	display: flex;
	align-items: center;
}

.footer-menus .footer-links img {
	max-height: 40px;
	max-width: 45px;
	filter: grayscale(1);
	transition: 0.3s;
}

.footer-menus .footer-links img:hover {
	filter: grayscale(0);
}

.footer-menus .footer-links img + img,
.footer-menus .footer-links a + a {
	margin-left: 20px;
}

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

.footer-copyright {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-top: 1px solid #363e47;
}

.footer-copyright .images {
	margin-right: 70px;
}

.footer-copyright .images img + img {
	margin-left: 20px;
}

.footer-copyright .images img {
	filter: grayscale(1);
	transition: 0.3s;
}

.footer-copyright .images img:hover {
	filter: grayscale(0);
}

.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: calc(100% - 60px);
	margin: 0 auto;
	border-top: 1px solid #363e47;
	padding: 45px 10px;
}

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

.footer-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.footer-menu ul li {
	list-style: none;
}

.footer-menu ul li + li {
	margin-left: 20px;
}

.footer .footer-menu ul li a {
	padding: 0;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
	color: #61656b;
}

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

.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 {
	width: auto;
}

.footer .copyright_gambling_soft span {
	width: auto;
}

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

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

.footer-pay-logo {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background-color: #212730;
	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;
	width: 200px;
	height: 75px;
	filter: contrast(0.5);
	text-align: center;
}

.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 {
	width: calc(100% - 316px);
	padding: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

.footer-copyright .copyright a {
	color: #fff;
}

.footer-copyright .copyright a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.footer-bottom {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #363e47;
}

.footer-logo {
	filter: grayscale(1);
	display: flex;
	align-items: center;
	font-size: 23px;
	color: rgba(255, 255, 255, 0.5);
}

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

.footer-logo b {
	font-weight: 700;
}

.footer-bottom .age span {
	border: 3px solid #8f9095;
	background-color: #e2e2e2;
	color: #45464b;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0 0 1px;
}

.hidden {
	display: none;
}

.bonus-panel__row {
	display: flex;
	justify-content: space-between;
}

.bonus-panel__row span:first-child {
	text-align: left;
}

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

#recall td {
	width: 256px;
}

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

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

.main__item {
	background-color: #212730;
	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: #212730;
	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: rgba(255, 255, 255, 0.4);
	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: #55c12f;
}

.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 {
	min-width: 105px;
}

.timer__table .timer__row_digit .timer__cell {
	color: #55c12f;
	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;
}

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

.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 {
	background-color: inherit;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	box-shadow: none;
	border: none;
	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;
	font-size: 14px;
}

.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 rgba(255, 255, 255, 0.4);
}

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

.details__btn:hover {
	color: #55c12f;
}

.leaderboard__slider.slider_leaderboard {
	background: #212730;
	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;
}

.slick-list.draggable {
	position: relative;
	z-index: 2;
}

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: #16191f;
}

.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 .game-slide {
	margin: 10px;
	max-width: 16.66%;
}

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

.parent-search-list-game .list-game .parent-game-slide {
	width: calc(20% - 20px);
}

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

.modal-win#search {
	background: rgba(0, 0, 0, 0.7);
	background-image: none;
}

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

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

.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% - 40px);
	padding: 10px 35px 10px 10px;
	background-position: right 8px center;
	background-size: 18px;
	font-size: 14px;
	background-color: #212730;
}

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

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

.payments-block {
	color: inherit;
}

.vipclub {
	padding: 0 15px;
}

.ulogin-buttons-container {
	width: auto !important;
}

.ulogin-button-steam {
	margin-right: 0 !important;
}

.ulogin-dropdown-button {
	display: none !important;
}

.page-content .support-content {
	background-color: #1a1d26;
}

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

.page-content form#add-support-reply {
	background: #1a1d26;
}

.page-content form#add-support-reply {
	background: #1a1d26;
}

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

.page-content #add-support-reply .note-editor.note-frame {
	display: none;
}

.wager-scale {
	margin-right: 12px;
}

.wager-scale__title {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
}

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

.wager-scale__inner {
	height: 100%;
	background: #55c12f;
}

.wager-scale__percent {
	font-size: 13px;
	font-weight: 500;
}

.profile .wager-scale {
	margin-right: 0;
	display: flex;
	align-items: center;
	width: 100%;
}

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

.profile .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: #fff;
	outline: none;
	border: 2px solid rgba(255, 255, 255, 0.4);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/arrow-down-white.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 13px;
}

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

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

#game-page .container {
	max-width: 1545px;
}

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

.top-filters__btn {
	display: none;
}

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

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

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

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

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

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

.top-filter .valNum.active {
	display: block;
	margin-right: auto;
}

.top-filter .valNum.active + .default {
	display: none;
}

.top-filters .dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: calc(100% + 50px);
	padding: 4px;
	background-color: #1e212b;
	border-radius: 8px;
	box-shadow: 0px 7px 20px 2px rgba(0, 0, 0, 0.32);
	max-height: calc(100vh - 300px);
	overflow: auto;
}

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

.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: #d63741;
	color: #fff;
	border: none;
	border: 1px solid #d63741;
}

.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 {
	padding: 8px;
	color: #858585;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.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 .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: #55c12f;
	cursor: pointer;
}

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

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

.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 .arrow {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-pannel .arrow img {
}

.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/crypto-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: #54c12f;
	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: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

/* SUPPORT */

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

.form-add-support {
	margin-top: 50px;
}

.message-history {
	display: flex;
	flex-direction: column;
	max-height: 500px;
	overflow: auto;
}

.one-message {
	display: flex;
	flex-direction: column;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	background-color: #161f2c;
	max-width: 300px;
}

.right-side-message {
	align-self: flex-end;
}

.left-side-message {
	align-self: flex-start;
}

.meta-one-message {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.author-one-message {
	display: flex;
	align-items: center;
}

.login-message {
	color: #fff;
	font-weight: bold;
}

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

.support-content .container-btn-more {
	display: none;
}

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

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

:focus-visible {
	outline: 0px;
}

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

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

.file_chat_attachment {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	background-color: #161f2c;
	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;
	fill: #fff;
}

.file_chat_p {
	margin: 0 !important;
}

.popup2.jackpot-modal .popup__close svg {
	fill: white !important;
}

.bonuses-page {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.bonuses-page .bonus-panel__info {
	width: 100%;
}

.bonuses-page .bonus-panel__action {
	width: 100%;
	margin-left: 16px;
}

.tab-bonuses__gallery .tabs,
.bonuses-page .tabs {
	width: 100%;
	display: flex;
	margin: 20px 0;
}

.tab-bonuses__gallery .tab + .tab,
.bonuses-page .tab + .tab {
	margin-left: 20px;
}

.tab-bonuses__gallery .tab.active,
.bonuses-page .tab.active {
}

.tab-bonuses__gallery .tabs-content,
.bonuses-page .tabs-content {
	width: 100%;
}

.tab-bonuses__gallery .tab-content,
.bonuses-page .tab-content {
	display: none;
}

.tab-bonuses__gallery .tab-content.active,
.bonuses-page .tab-content.active {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tab-bonuses__gallery .tab-content.active .one-index-category,
.bonuses-page .tab-content.active .one-index-category {
	width: 100%;
}

.alert-success {
	display: none;
}

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

.file_chat_btn svg {
	display: none;
}

/* SUPPORT */

.another-win-jackpot {
	position: fixed;
	top: -60px;
	right: 0;
	width: 100%;
	background-color: #439825;
	padding: 20px 30px;
	transition: top 0.3s;
	z-index: 9;
	text-align: right;
}

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

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

/* search checkbox */

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

.toggle-checkbox {
	display: flex;
	align-items: center;
	padding: 12px 10px;
	border: 2px solid #2a3546;
	font-size: 16px;
	border-radius: 5px;
	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-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-block .toggle {
	min-width: 215px;
	margin-left: 5px;
	line-height: 20px;
	padding: 14px 30px 14px 10px;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 2px solid #2a3546;
}

.search-block .toggle::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 13px;
	display: block;
	width: 6px;
	height: 6px;
	transform: rotate(225deg);
	transition: 0.3s linear;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	border-left: 2px solid rgba(255, 255, 255, 0.3);
}

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

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

/* search checkbox */

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

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

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

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

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

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

/* dropdown search */
.one-form-modal-win {
	position: relative;
}

.show-hide-pass {
	position: absolute;
	right: 15px;
	bottom: 10px;
	background-image: url(../img/betnew/eye.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 22px;
	filter: invert(1);
	cursor: pointer;
}

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

@media screen and (max-width: 1800px) {
	.hot-slots {
		flex-wrap: wrap;
	}

	.hot-slots__title {
		width: 100%;
	}
}

@media screen and (max-width: 1620px) {
	.jack-ranks {
		flex-wrap: wrap;
		gap: 0;
	}

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

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

	.header-menu a {
		margin: 0 15px 0 0;
	}

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

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

	.two-rows .list-game .parent-game-slide:nth-child(n + 8) {
		display: block;
	}

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

	.two-rows .list-game .parent-game-slide:nth-child(n + 7) {
		display: none;
	}

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

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

@media screen and (max-width: 1401px) {
	.header-menu {
		display: none;
	}

	.list-tabs-wrapper {
		padding: 0 30px;
	}

	.list-tabs a.router-link .tab__title {
		font-size: 14px;
	}

	.subcat-select {
		font-size: 14px;
	}

	.footer-menus .footer-links {
		width: auto;
	}

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

	.hover-game-slide {
		flex-direction: row;
	}
}

@media (max-width: 1140px) and (min-width: 990px) {
	.hover-game-slide .btn {
		margin: 3px;
	}
}

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

	.footer-menus {
		flex-wrap: wrap;
		border-top: 0;
		padding: 0;
	}

	.footer-menus .footer-links {
		padding: 20px 0;
		width: 100%;
		border-top: 1px solid #363e47;
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1200px) {
	.toggle-content > div .toggle-item {
		width: calc((100% - 80px) / 5);
	}

	.footer .footer-menu ul li a {
		font-size: 16px;
	}

	.list-tabs-wrapper {
		padding: 19px 10px;
		align-items: flex-start;
	}

	.list-tabs a.router-link {
		padding: 0;
	}

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

	.TopSwiper .video-slide {
		object-position: 80%;
	}

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

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

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

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

	.header-right .header-search {
		display: none;
	}

	.header-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: 1024px) {
	.index-slider .swiper-slide .container {
		flex-direction: column-reverse;
	}

	.TopSwiper .video-container {
		height: 265px;
		width: 100%;
	}

	.TopSwiper .video-container:before {
		top: initial;
		bottom: -35px;
		width: 100%;
		height: 22%;
		left: 0;
		right: 0;
    filter: blur(4px);
	}

	.index-slider .swiper-slide:nth-child(1) {
		background: linear-gradient(180deg, rgba(0, 65, 146, 0) 0%, #a4a15f 51.23%, #a4a15f 100%);
	}
	.index-slider .swiper-slide:nth-child(1) .video-container:before {
		background: linear-gradient(180deg, rgba(1, 65, 146, 0) 0%, #a4a15f 31.48%, #a4a15f 100%);
	}
	.index-slider .swiper-slide:nth-child(2) {
		background: linear-gradient(180deg, rgba(0, 65, 146, 0) 0%, #012358  51.23%, #012358  100%);
	}
	.index-slider .swiper-slide:nth-child(2) .video-container:before {
		background: linear-gradient(180deg, rgba(1, 65, 146, 0) 0%, #012358  31.48%, #012358  100%);
	}

	.bg-swiper-slide {
		text-align: center;
		width: 100%;
	}

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

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

	.hot-slots {
		padding: 15px;
	}

	.footer-menu ul {
		flex-wrap: wrap;
	}

	.index-slider .swiper-slide {
		width: 100%;
	}

	.list-game .parent-game-slide {
		width: calc(25% - 20px);
	}

	.two-rows .list-game .parent-game-slide:nth-child(n + 7) {
		display: block;
	}

	.two-rows .list-game .parent-game-slide:nth-child(n + 6) {
		display: none;
	}

	.header .btn-filled,
	.header .btn-bordered {
		padding: 12px 15px;
	}

	.header-right {
		margin-left: 0;
	}

	.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 .head-btn {
		display: none;
	}

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

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

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

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

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

	.parent-search-list-game .list-game .parent-game-slide {
		width: calc(25% - 20px);
	}

	.dropdown-left-aside {
		width: calc(100% - 20px);
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 10px;
	}

	.one-dropdown-left-aside {
		width: calc(50% - 5px);
	}

	.one-dropdown-left-aside .head-subcat-select {
		width: 100%;
	}

	.one-dropdown-left-aside .subcat-select {
		padding: 6px 3px 6px 5px;
	}

	.one-dropdown-left-aside .subcat-select-drop {
		width: 100%;
		left: 0;
		margin-top: 15px;
		border-radius: 12px;
	}

	.none-mobile {
		display: none;
	}

	input[type='search'] {
		padding: 10px 14px 10px 36px;
	}
}

@media screen and (max-width: 768px) {
	.jack-ranks .jack-rank {
		width: calc((100% - 85px) / 2);
	}

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

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

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

	.toggle-checkbox,
	.search-block .toggle {
		width: calc(50% - 5px);
		margin-top: 10px;
		margin-left: 0;
	}

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

	.file_chat_btn path {
		fill: #fff;
	}

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

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

	.another-win-jackpot {
		text-align: left;
	}

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

	.footer-bottom,
	.footer-menus,
	.footer-menu {
		width: calc(100% - 30px);
	}

	.footer-menu ul li {
		margin: 5px 10px;
	}

	.footer-menu ul li + li {
		margin-left: 0;
	}

	.footer-copyright .images img,
	.footer-menus .footer-links img {
		filter: grayscale(0);
	}

	.footer-menus .footer-links img {
		margin: 5px 10px;
	}

	.footer-copyright .images img + img {
		margin-left: 10px;
	}

	.footer-menus .footer-links img + img,
	.footer-menus .footer-links a + a {
		margin-left: 0;
	}

	.footer .copyright_gambling_soft {
		margin: 10px 0 20px;
	}

	.footer-bottom {
		flex-direction: column;
	}

	.footer-copyright {
		flex-direction: column;
		text-align: center;
	}

	.footer-copyright .images {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.footer-copyright .copyright {
		width: 100%;
	}

	.page-content {
		padding-left: 0;
	}

	.block-topmenu {
		width: 100vw;
		left: -100%;
		bottom: 48px;
	}

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

	.head_menu_btn svg {
		padding: 20px 10px;
		width: 50px;
	}

	.index-slider .swiper-slide {
		margin-right: 0;
	}

	#home .list-tabs-wrapper {
		width: 100%;
	}

	span.number-slide {
		font-size: 16px;
	}

	.parent-header-btn {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		justify-content: center;
		background: #16191f;
	}

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

	.no-login-header-btn,
	.yes-login-header-btn {
		width: 100%;
	}

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

	.yes-login-header-btn .open-profile {
		width: 50%;
		border-radius: 0;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header .btn-filled,
	.header .btn-bordered {
		width: 50%;
		border: 0;
		border-radius: 0;
	}

	.header .btn-bordered {
		background-color: #3b424d;
	}

	.header-logo {
		margin: 0 auto;
	}

	.header-search {
		margin-left: 0;
	}

	.header-search input[type='search'] {
		border-radius: 50%;
		color: rgba(0, 0, 0, 0);
		width: 40px;
	}

	.header-left {
		width: 100%;
	}

	.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) {
		height: auto;
		pointer-events: all;
		margin: 10px;
	}

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

	.h-one-category {
		font-size: 16px;
		display: flex;
		align-items: center;
	}

	.two-rows .list-game .parent-game-slide:nth-child(n + 6) {
		display: block;
	}

	.two-rows .list-game .parent-game-slide:nth-child(n + 5) {
		display: none;
	}

	.two-rows.active .list-game .parent-game-slide:nth-child(n + 13) {
		display: block;
	}

	.footer {
		padding-left: 0;
		padding-bottom: 40px;
	}

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

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

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

	.head-tabs {
		flex-wrap: wrap;
		margin: 0 0 15px;
	}

	.jackpot-tabs {
		width: 100%;
		border: 1px solid #c5991e;
		padding: 10px 10px 3px 10px;
		min-height: auto;
		margin-bottom: 15px;
		border-radius: 12px;
	}

	.h-jackpot-tabs svg {
		width: 11px;
		height: 11px;
		margin: -2px 6px 0;
	}

	.jackpot-tabs span {
		font-size: 17px;
	}

	.summ-jackpot-tabs {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.jackpot-tabs .list-game .parent-game-slide {
		width: calc(25% - 6px);
		margin: 3px;
	}

	.items_tournament .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 {
		white-space: nowrap;
	}

	.list-tabs a.router-link {
		margin: 0 6px 0 0;
		font-size: 13px;
		font-weight: 450;
		padding: 0;
		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%;
		justify-content: center;
	}

	.header .btn-filled {
		margin-left: 0;
	}

	.btn-slider a,
	.btn-slider small {
		padding: 5px 12px;
	}

	.footer-support {
		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) {
	/* .index-slider .swiper-slide {
		min-height: 205px;
		background-position: 77% 100%;
	} */

	.index-slider .swiper-slide {
		background-position: 65% 100%;
	}

	.chat_textarea {
		width: 40%;
	}

	.file_chat_left {
		margin-left: auto;
	}

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

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

	.swiper-wins .mini-img {
		margin-right: 25px;
	}

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

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

	.footer-copyright {
		width: 100%;
	}

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

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

@media screen and (max-width: 560px) {
	.jack-ranks {
		gap: 0;
	}

	.jack-ranks .jack-rank {
		width: 100%;
	}

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

	.popup2.jackpot-modal {
		padding: 0px 30px;
		text-align: center;
	}

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

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

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

	.popup2.jackpot-modal {
		padding: 0px 30px;
		text-align: center;
	}

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

	.modal-container {
		top: 0;
		left: 0;
		transform: none;
		height: 100%;
	}

	.top-filters {
		margin-left: 0;
		width: 100%;
	}

	.top-filter {
		width: 100%;
	}

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

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

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

	.modal-win .close-small {
		top: 30px;
	}

	.modal-win {
		width: 100%;
		max-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%;
	}

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

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

	span.number-slide {
		opacity: 1;
	}

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

	.two-rows .list-game .parent-game-slide:nth-child(n + 5) {
		display: block;
	}

	.two-rows .list-game .parent-game-slide:nth-child(n + 6) {
		display: none;
	}

	.list-tabs-wrapper {
		flex-wrap: wrap;
	}

	.list-tabs-overflow {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.head-subcat-select {
		width: 100%;
	}

	.subcat-select-drop {
		width: 100%;
	}

	.list-game .parent-game-slide {
		width: calc(50% - 20px);
	}

	.parent-search-list-game .list-game .parent-game-slide {
		width: calc(50% - 20px);
	}

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

	.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 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 .game-slide {
		margin: 5px;
		max-width: calc(50% - 10px);
	}
}

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

	.file_chat_attachment_icon {
		width: 24px;
	}
}

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

@media screen and (max-width: 500px) {
	.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;
	}

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

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

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

@media screen and (max-height: 480px) {
	.popup2.jackpot-modal {
		background-image: url(../img/crypto-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: 425px) {
	.popup2.jackpot-modal {
		background-size: 300px auto;
	}

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

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

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

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

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

@media screen and (max-width: 370px) {
	.list-game {
		justify-content: center;
		gap: 5px;
	}

	.list-tabs-wrapper {
		margin: 25px auto 0;
	}

	.header-logo a span {
		font-size: 18px;
	}

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

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

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

	.list-tabs-wrapper .header-search {
		width: calc(100% - 160px);
	}

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

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

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

	.list-game .parent-game-slide {
		width: 47%;
		margin: 0 0 10px 0;
	}

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

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

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

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