﻿* {
	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;
	transition: 0.5s !important;
	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%;
	height: auto;
	vertical-align: middle !important;
}

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

a {
	transition: 0.2s;
	text-decoration: none;
	color: #3e3ef4;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
	color: #3e3ef4;
}

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

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

html,
body {
	background-color: #131521;
	color: #fff;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	transition: 0.2s;
	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;
}

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

.header {
	position: relative;
	z-index: 28;
}

.fixed-header {
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 25px 20px;
	z-index: 104;
}

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

.header-logo {
	display: none;
}

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

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

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

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

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

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

.btn,
a.btn {
	color: #fff;
	border-color: transparent;
	padding: 6px 12px;
	border-radius: 14px;
	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;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #202a39;
}

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

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

.auth-btn {
	background-color: #3e3ef4;
}

.auth-btn:hover {
	background-color: #0b6ada;
}

.header .reg-btn {
	background-color: #fd2d5e;
	margin-left: 12px;
}

.header .reg-btn:hover {
	background-color: #c31d40;
}

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

.header-lang {
	width: 22px;
	margin-left: 20px;
}

.btn-lang {
	width: 30px;
	margin-top: -4px;
}

.btn-lang a {
	padding: 0;
	border-width: 1px;
	color: #7a7b91;
	display: inline-block;
	font-size: 0;
}

.btn-lang a img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin: -1px 6px 0 0;
}

.open-lang {
	background-color: #272831;
	border-color: #272831;
	border-style: solid;
	transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	border-radius: 14px;
	margin-top: 15px;
	padding: 3px 0;
	display: none;
	width: 62px;
	position: absolute;
	margin-left: -35px;
	z-index: 105;
}

.open-lang:before {
	top: -10px;
	bottom: auto;
	right: 8px;
	left: auto;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 7px solid #272831;
	display: block;
	margin: 4px 0 0 6px;
	content: '';
	position: absolute;
	z-index: 105;
}

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

.open-lang a {
	background-color: #272831;
	border-color: #272831;
	border-style: solid;
	transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	font-size: 12px;
	border-radius: 14px;
	padding: 5px 6px;
	border-width: 1px;
	color: #7a7b91;
	display: inline-block;
	width: 100%;
}

.open-lang a img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin: -1px 6px 0 0;
}

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

.close-menu {
	display: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 14px;
	padding: 5.5px 5px;
	margin-left: 20px;
	cursor: pointer;
}

.close-menu img:nth-child(2),
.close-menu.active img:nth-child(1) {
	display: none;
}

.close-menu.active img:nth-child(2) {
	display: block;
}

.topmenu {
	padding-top: 0;
	position: fixed;
	z-index: 103;
	left: 0;
	top: 0;
	bottom: 0;
	width: 232px;
	background-color: #1c1d27;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
	z-index: 103;
	z-index: 31;
}

.topmenu .container {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	position: relative;
}

.logo {
	padding: 25px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.logo img,
.logo svg {
	max-width: 120px;
	max-height: 50px;
}

.btn-banners {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px;
}

.btn-banners a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(50% - 1px);
	margin-bottom: 2px;
	padding: 10px;
	color: #c6c6c6;
	font-size: 13px;
	font-weight: 600;
	border-radius: 14px;
	background-color: #20212a;
}

.btn-banners svg,
.btn-banners img {
	fill: #c6c6c6;
	width: 30px;
	height: 30px;
	margin-bottom: 4px;
}

.btn-banners span {
	width: 100%;
	text-align: center;
}

.wheel-rotate {
	animation: spin 20s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

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

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

.reg-btn-topmenu .auth-btn {
	display: none;
}

.profile-btn-topmenu {
	display: none;
}

.one-menu {
	margin-bottom: 2px;
}

.one-menu a {
	font-size: 14px;
	font-weight: 600;
	color: #c6c6c6;
	background-color: #20212a;
	transition: color 0.1s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 0;
	text-decoration: none;
	align-items: center;
	display: flex;
	position: relative;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	justify-content: flex-start;
	width: 100%;
	padding: 8px 12px;
}

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

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

.one-menu a svg {
	fill: #c6c6c6;
	width: 22px;
	height: 22px;
}

.one-menu a:hover svg {
	fill: #ffbb39;
}

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

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

.one-menu.open-menu.active .h-one-open-menu .img-one-menu svg {
	fill: #ffbb39;
}

.one-menu.open-menu.active .h-one-open-menu a {
	color: #ffbb39;
}

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

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

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

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

.one-menu.open-menu .one-open-menu a:hover {
	color: #ffbb39;
}

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

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

.one-menu.open-menu .one-open-menu .img-one-menu {
	width: 16px;
	margin-right: 9px;
	margin-bottom: -4px;
}

.one-menu.open-menu .one-open-menu {
	display: none;
	margin-top: 2px;
}

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

.topmenu-lang {
	display: none;
}

.header-balance {
	background-color: #202a39;
	padding: 6.5px 12px 6.5px;
	margin-right: 0;
	border-radius: 14px;
	font-weight: 600;
	color: #55657e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-balance span {
	color: #fff;
	padding-right: 4px;
}

.yes-login-header-btn .header-btn a {
	background-color: #202a39;
	line-height: 1.8;
	margin-left: 12px;
}

.yes-login-header-btn .header-btn a:nth-child(2) {
	margin-left: 9px;
}

.one-mini-menu a {
	text-decoration: none;
	line-height: 16px;
	font-size: 12px;
	display: flex;
	align-items: center;
	padding: 6px 12px;
	font-weight: 600;
	color: #c6c6c6;
	transition: color 0.1s ease-in-out;
}

.one-mini-menu a:hover {
	font-weight: 600;
	color: #fff;
}

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

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

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

.index-slider {
	width: calc(100% - 295px);
	padding-right: 30px;
}

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

.index-slider .swiper-slide {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 380px;
	height: auto;
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(32, 33, 42, 1) 0%, #161f2c 100%);
}

.index-slider .video-container {
	position: absolute;
	right: 0;
	height: 100%;
	width: 55%;
	mask-image: linear-gradient(to left, #000 85%, transparent);
}
.index-slider .video-slide {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.parent-swiper-pagination {
	position: absolute;
	width: 10px;
	top: 0;
	right: 15px;
	bottom: 0;
	height: 380px;
	display: flex;
	align-items: 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;
	border: 1px solid #b3b4b8;
	opacity: 1;
}

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

.bg-swiper-slide {
	display: inline-block;
	max-width: 500px;
	padding: 30px 40px;
	margin: 30px 120px 30px 50px;
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-family: 'Rubik', sans-serif;
	position: relative;
}

span.title-slide {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	display: block;
}

span.number-slide {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	display: block;
}

span.yellow-slide {
	color: #ffe400;
}

span.mini-text-slide {
	background: rgba(178, 189, 197, 0.2);
	font-size: 24px;
	padding: 0 8px;
	border-radius: 8px;
	line-height: 1.2;
}

span.blue-slide {
	color: #00baff;
}

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

.btn-slider a {
	max-width: 100%;
	padding: 8px 15px;
	background-color: #3e3ef4;
	display: inline-block;
	margin: 0;
	font-weight: 300;
	line-height: 1.4;
	cursor: pointer;
	border: none;
	outline: none;
	font: inherit;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 6px;
	transition: 0.25s ease-in-out;
}

.top-latest-win {
	width: 295px;
	overflow-x: hidden;
}

.h-top-latest-win {
	font-size: 20px;
	margin: 7px 0 15px;
	font-weight: 500;
	text-transform: capitalize;
}

.one-gamer-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border-radius: 14px;
}

.one-gamer-slide span {
	font-size: 14px;
	color: #7a7b91;
	padding-right: 15px;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.one-gamer-slide small {
	color: #f1f3f5;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.top-latest-win .one-gamer-slide:nth-child(odd) {
	background: #1c1d27;
}

.top-latest-win .one-gamer-slide {
	display: none;
}

.top-latest-win .one-gamer-slide:nth-child(1),
.top-latest-win .one-gamer-slide:nth-child(2),
.top-latest-win .one-gamer-slide:nth-child(3),
.top-latest-win .one-gamer-slide:nth-child(4),
.top-latest-win .one-gamer-slide:nth-child(5),
.top-latest-win .one-gamer-slide:nth-child(6),
.top-latest-win .one-gamer-slide:nth-child(7),
.top-latest-win .one-gamer-slide:nth-child(8) {
	display: flex;
}

.list-tabs {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}

a.router-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(12.5% - 6px);
	color: #fff;
	border-radius: 14px;
	padding: 15px 5px;
	background: url(../img/betnew/bg.jpg) no-repeat left center/cover;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: 0.25s all ease;
}

a.router-link img {
	width: auto;
	height: 42px;
	display: flex;
	justify-content: center;
}

a.router-link:hover {
	color: #fff;
	border-color: #3e3ef4;
}

.tab__title {
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin: 8px 0 0;
	font-weight: 600;
}

.head-subcat {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	min-height: 44px;
}

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

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

.head-subcat-routers a {
	display: inline-flex;
	align-items: center;
	text-align: center;
	background: #1c1d27;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	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;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	transition: 0.4s all ease;
}

.head-subcat-routers a:hover {
	border: 1px solid #fff;
}

.head-subcat-select {
	width: 250px;
}

.subcat-select {
	background: #1c1d27;
	color: #c6c6c6;
	font-size: 12px;
	border-radius: 14px;
	padding: 5px 7px 5px 12px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border: 1px solid #222332;
}

.head-subcat-select svg {
	fill: #9d9d9d;
	width: 24px;
	height: 24px;
}

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

.subcat-select-img svg {
	margin-right: 7px;
}

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

.subcat-select-img span {
	padding-top: 3px;
}

.subcat-select-drop {
	background: #1c1d27;
	font-size: 14px;
	padding: 2px;
	border-radius: 14px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	margin-top: 10px;
	z-index: 9991;
	width: 250px;
	max-height: 416px;
	overflow-y: scroll;
	display: none;
	border: 1px solid #222332;
}

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

.subcat-select-drop a {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding: 8px 10px;
	color: #2a3546;
}

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

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

.one-category {
	margin: 0 0 30px;
}

.one-category:not(.parent-list-game) a.play-game-slide.reg-btn,
.parent-search-list-game a.play-game-slide.reg-btn {
	font-size: 10px;
	padding: 8px;
}

.head-one-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	min-height: 30px;
}

a.h-one-category {
	display: flex;
	align-items: center;
	margin: 0;
	font-weight: 600;
	font-size: 24px;
	white-space: nowrap;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;
	transition: color 0.1s ease-in-out;
}

.h-one-category svg {
	fill: #c6c6c6;
	margin-right: 5px;
	transition: fill 0.1s ease-in-out;
}

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

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

a.view-all {
	color: #fff;
	font-size: 15px;
	line-height: 1;
	border-bottom: 1px solid #fff;
	transition: 0.25s all ease;
	padding-bottom: 3px;
}

a.view-all:hover {
	border-bottom: 1px solid transparent;
}

.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;
	z-index: 1;
}

.head-btn-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 44px;
	background-color: #272831;
	color: #c6c6c6;
	border-color: transparent;
	padding: 6px;
	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;
}

.head-btn-slide.left-slide {
	border-radius: 20px 20px 0 0;
	padding-top: 12px;
	margin-bottom: 1px;
}

.head-btn-slide.right-slide {
	border-radius: 0 0 20px 20px;
	padding-top: 10px;
}

.head-btn-slide svg {
	fill: #c6c6c6;
	width: 23px;
	height: 23px;
}

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

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

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

.parent-game-swiper {
	display: flex;
	position: relative;
}

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

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

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

.game-preview__btn-star {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 0;
	border: none;
	z-index: 25;
	background-color: transparent;
}

.game-preview__btn-star svg {
	display: block;
	fill: #fff;
}

.game-preview__btn-star.star.favorite svg:nth-child(2),
.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) {
	display: block;
}

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

.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 {
	background-color: rgba(44, 46, 51, 0.7);
	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;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
}

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

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

a.play-game-slide {
	width: 100%;
	text-align: center;
	/*	max-width: 120px;*/
	background: rgb(253, 45, 94);
	color: #fff;
	font-size: 12px;
	padding: 8px 15px;
	border-radius: 10px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
}

a.demo-game-slide {
	font-size: 12px;
	width: 100%;
	margin: 10px 0px 0px;
	transition: all 0.25s ease 0s;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
}

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

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

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

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

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

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

.h-game-slide {
	font-size: 14px;
	color: #fff;
	margin: 2px 0 0;
	font-weight: 500;
	text-align: center;
	width: 100%;
	line-height: 1.15;
}

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

.swiper-slide .data-game-slide {
	padding: 30px 5px 12px;
	height: auto;
	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;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	width: calc(100% + 36px);
}

.list-game .parent-game-slide {
	width: calc(16.66% - 14px);
	margin: 5px;
}

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

a.all-games {
	min-width: 140px;
	max-width: 140px;
	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;
}

.current-tournament {
	background-image: url(../img/betnew/banner-default.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 30px;
	margin: 0 0 25px;
	display: flex;
	justify-content: flex-end;
}

.data-current-tournament {
	width: 42%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.h-data-current-tournament {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px;
	font-size: 16px;
}

.content-data-current-tournament {
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	font-size: 30px;
}

.pdp-data-current-tournament {
	font-weight: 500;
	line-height: 1.2;
	margin: 15px 0 0;
	font-size: 18px;
}

.battle-time {
	font-weight: 600;
	font-size: 10px;
	grid-column: 2/3;
	grid-row: 1/2;
	color: #2a3546;
	white-space: nowrap;
	color: #fff;
	display: block;
	width: 100%;
	margin: 15px 0 0;
}

.battle-time small.timer__row {
	color: #2ddc4b;
	display: flex;
	padding-left: 0;
}

.timer__cell.timer__cell_empty {
	/* padding-right: 10px; */
}

.battle-time .timer__cell {
	display: inline-block;
}

.battle-time .timer__cell.timer__cell_empty {
	padding: 0;
}

.battle-time .timer__cell.timer__cell_empty:before {
	content: 'D';
	padding-right: 5px;
}

.battle-time .timer__row_digit .timer__cell {
	color: #aaa9b3;
	font-size: inherit;
	padding: 8px;
	background: rgba(35, 37, 52, 0.6);
	border-radius: 10px;
	font-weight: 500;
	font-size: 22px;
}

.battle-time .timer__row_digit .timer__cell.timer__cell_empty,
.battle-time .timer__cell:nth-child(4),
.battle-time .timer__cell:nth-child(6) {
	background: transparent;
}

.battle-time div {
	display: inline-block;
}

.users-current-tournament {
	width: calc(40% - 30px);
	padding-left: 30px;
}

.current-tournament table {
	width: 100%;
	border-spacing: 0;
	background: #202231;
	border-collapse: collapse;
	table-layout: fixed;
}

.current-tournament table tr {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #5a5c5f;
}

.current-tournament table tr th,
.current-tournament table tr td {
	color: #a9a8b3;
	font-weight: 600;
	line-height: 1.4;
	text-overflow: ellipsis;
	overflow: hidden;
	font-variant-numeric: tabular-nums;
	padding: 12px 25px;
	font-size: 15px;
	text-align: center;
}

.current-tournament table tr th {
	border-bottom: none;
	color: #fff;
	font-weight: 600;
}

.current-tournament table tr:nth-child(7),
.current-tournament table tr:nth-child(8),
.current-tournament table tr:nth-child(9),
.current-tournament table tr:nth-child(10),
.current-tournament table tr:nth-child(11) {
	display: none;
}

.current-tournament table tr th:nth-child(1),
.current-tournament table tr td:nth-child(1) {
	color: #ffbb39;
	width: 70px;
	font-size: 14px;
}

.current-tournament table tr th:nth-child(1) {
	color: #fff;
}

.current-tournament table tr:first-child,
.current-tournament table tr:nth-child(6),
.current-tournament table tr:last-child {
	border-bottom: none;
}

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

.one-index-pr {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(25% - 7px);
	background: #232632;
	border-radius: 20px;
	margin: 47px 0 0;
	padding: 30px 20px 15px 20px;
	text-align: center;
}

.container-one-index-pr {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.img-one-index-pr {
	width: 60px;
	background: #232632;
	margin-top: -58px;
	border-radius: 20px 20px 0 0;
	padding: 10px 12px;
}

.one-index-pr span {
	font-size: 15px;
	color: #7f8b94;
	font-weight: 500;
	margin: 0 0 10px;
	line-height: 1.15;
	width: 100%;
}

.one-index-pr small {
	font-size: 13px;
	margin: 0;
	color: #d5d5d5;
	width: 100%;
	line-height: 1.25;
}

.the-content {
	margin: 50px 0 50px;
	font-size: 14px;
	color: hsla(0, 0%, 100%, 0.65);
}

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

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
	color: hsla(0, 0%, 100%, 0.65);
	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: #9d9d9d;
}

.the-content img {
	display: none;
}

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

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

.modal-container {
	position: fixed;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	opacity: 0;
	z-index: -1;
}

.modal-container.active {
	opacity: 1;
	z-index: 9992;
}

.modal-container.active.full {
	top: 0;
	bottom: 0;
	transform: translate(0, 0);
	left: 0;
	display: flex;
	align-items: center;
}

.modal-win {
	display: none;
	z-index: -1;
	position: relative;
	padding: 0;
	width: 736px;
	left: calc(50% - 368px);
	overflow: auto;
	max-height: 100vh;
}

.modal-win.active {
	z-index: 9993;
	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: #4a3e6d;
}

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

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

.img-modal-win {
	width: 50%;
	padding: 32px;
	background: #1a2131 url(../img/betnew/registration-bg.jpg) no-repeat center bottom/100% 100%;
	background-size: cover;
	min-height: 300px;
	text-align: center;
}

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

.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 {
	display: initial;
	margin: 55px 0 0;
	color: #342d56;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	line-height: 1;
}

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

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

.modal-win input {
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 10px 50%;
}

.modal-win input[name='email'] {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAED0lEQVRoge2YbUhddRzHv7//uc6a1YtclDTaiLKRENuaznD3eLEEz/VhpEhbzQhCBrv3uCJovuhBFkH2gOjRDIn2otFobg7Se48OkXuPDk1dDXu5aDR6UFaOqDP1ds/59cLF5map13N3ZZzP2/N/+HzhnPP//f6Ai4uLi0sKIL+scqolnECkWsApBAAr1RJOICCoDMB0qkVWATP4XQKA8l0HH7KEfRLAjhRLrZQ/CXgpZGhdoqww8FT3UPNFyZwrBONYqs1WwHcC9GTI0LqefTqQKT2yKf9C9qadsZ6R9sj5i6Mnszfn/wqgBICUatP/hHEsfmf6bn2gaVKR1W2WTf3Xfr+MzzPinv2dw00zfjkgA+I4gPtTa3wTcQLeCBlaIwD4C+tqwPwJgPULzhEGviGPXRkeaPtR8akbyeYTAO1MmfZCLjF4j260DiiKmk4m3gdQ9+/DBecIAdsRF+OKHCzSI9pPnEGFIHx6y5Vv5ozH4q260TpQVvTqg2QigutCAIsfiBsI1Fcqq4d0XZsLR7VaItoPIHZLlG+AwR0Zv2cWfXWm9Re/HJDteHwcQP6N45YoUegLyZyt7T7bcUXxBguIqBNAVvK0FzAL4gPhaOuRec9gHUAfAEhb1HTpWovPSUBlt9F6QfGq9wE4TgSf49rXSwHfWyyqegebJ3y+A3ettz2fAVz9f3OWUWvR1jhozF8YKNYHtUszUmYxA41OSS9CCHY8r3ewecK/K5CdwdLIUiGAZRaNBGSChV4qq4cikQZLN7R6Yq4BMLNq7WswA415RmZFaKj9cqkcrIAQo8zIWZZjAmX8l/E70l8+ffpDU5HVbQR0Adi8cu8FTEPQC+FIS291dbVkTmW9CfBbAGi5CyRSxj/nmZ0bL/cFt+iG9q0k1uWC0Z/AOlfhc2R7csORlt5y32sbzKksHeC3sYIQQOL9yBbLpq/93rrd3ZGPfst4YLIkoe+G6KhkxgpCQ00/lHsD2y07NgZwcSJCq2ms7gHxKUVW38vpzOH574b2AjCXMXcO4FfC0Zaa7rMdVxRZfdEiMYRVvKLOtLpEPbG02X39/R1/lHgPPiHIOgXQw4sP5p8FcXVPtG1YUdR08Rc0JtSuVsGZVpe5bF0sfVTxqo/3DjZPWH+n5TLQt8hAA8Le0RNtG1Z86kYyOepECMDZnj2bCCOlslrZN9w0rRuaQkA9ABuYLzWmzNgz4cjHk2W+oI9sjDtZkCbjFoUBOpxn3Hu4AQ223xusYhDpg9oJAOT31tWD+B043O8k7TqIwGHY1r7QUPtlAKgoeP3uuDR7BOCqpOyX5Hut8xD8PACA6SgYjyVrI0+yFr7Ko7BpLMl7ALjNLuhuC9wgaw03yFrDDbLWcIO4uLi4uLgA+AeQDIO8ahYHLgAAAABJRU5ErkJggg==);
}

.modal-win input[name='pass'] {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAABrUlEQVRIie2UO0sjYRSGnzMzkhRJYaOFsZL8CSFBG1FHrey3i7Iwrf4FL4VCVFTY/QE2XuNg4eIFC8Ett9vKaGEhghdETXIsohCTmEnMKIK+1cw775znO+f7+OCrSWoJd7UPN1lWgwPaBxIFboB/qK7rvfxyD5OXvoN7Ys6gCL+B8CuRM1H9kdqf2aqmnlEDdAkII6yo0pEJBkKZYCBkGNoJrALNKrJhxxy7mpqeHT+N9z8QRhnZ3E9OlsvZcWdUYQy4CDTkosvbs+eV6np2nN/TfKevQQFSe8lxYB1ovHswHa+63qMW+gE0x7RnVGQq/6QDdYNFaQO4NbN/vbJmJngEIBCtG6wQAtjZmbv2yq4dTFwV/lMX+L1UcqrtmGOr6AJIi0+MExVNuLszbqFZ0rEK8z5CASKislBslht1xEfos1qrAX+IvsHFShmWFVGDVsCtwy+RVemjGgxv/Jk6BeiK/xyyMI/f4pfT57lAeuOOFry6apDI5rJiqbmI0P1Gn8295AtWxVEDPZIjbWEWL7FWv0Sf9lR/DfDJO3DSnmAVTfgMT2NIwsd636pNj8Pamtc+wz9qAAAAAElFTkSuQmCC);
}

button.submit {
	background-color: #3e3ef4;
	color: #fff;
	border-color: transparent;
	border-radius: 14px;
	font-size: 16px;
	padding: 10px 14px;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 16px;
	cursor: pointer;
}

button.submit {
	background-color: #0b6ada;
}

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

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

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

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

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

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

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

.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;
	width: 100%;
	margin: 10px 0 16px;
}

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

.h-login-social {
	font-size: 14px;
	color: #4a3e6d;
	font-weight: 700;
	text-align: center;
	margin: 0 0 5px;
}

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

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

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

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

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

.one-form-modal-win input[type='checkbox'].active {
	background-color: #fd2d5e;
}

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

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

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

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

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

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

.footer {
	content-visibility: auto;
	background-color: #131521;
	margin-top: auto;
	border-top: 1px solid rgba(85, 101, 126, 0.15);
}

.footer-slider {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(85, 101, 126, 0.15);
}

.swiper.footer-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper.footer-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	height: 30px;
}

.swiper.footer-swiper img {
	max-height: 20px;
	filter: grayscale(100%);
	filter: gray;
	cursor: pointer;
}

.swiper.footer-swiper img:hover {
	filter: grayscale(0%);
	filter: none;
}

.footer-menu {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(85, 101, 126, 0.15);
}

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

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.footer-menu ul li {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid rgba(198, 198, 198, 0.2);
}

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

.footer-menu ul li a {
	padding: 0;
	border: none;
	background-color: transparent;
	display: block;
	width: 100%;
	text-align: left;
	color: #c6c6c6;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.3s;
	font-size: 13px;
	cursor: pointer;
}

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

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

.footer-copyright .copyright {
	padding: 0;
	width: 50%;
	font-size: 10px;
}

.logos-one-footer-menu {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.logos-one-footer-menu img {
	margin-left: 15px;
	filter: grayscale(100%);
	filter: gray;
	width: auto;
	max-height: 35px;
}

.logos-one-footer-menu img:hover {
	filter: grayscale(0%);
	filter: none;
}

.main.main_tournament .tab__content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

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

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

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

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

.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: 12px;
	color: #fff;
	font-weight: 500;
}

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

.wager-scale__inner {
	height: 100%;
	background: #28b563;
}

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

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

.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 {
	display: flex;
	align-items: center;
	transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	height: 44px;
	border-radius: 4px;
	padding: 0 14px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	line-height: 20px;
	font-size: 14px;
	outline: none;
	font-weight: 600;
	color: #000;
	border: none;
	border: 1px solid #222332;
}

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

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

.tournament-details__header .panel__info-button {
	display: flex;
	justify-content: center;
}

.tournament-details__header .panel__info-button .opt-in {
	margin-left: 0;
}

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

.variables-block-for-js {
	display: none;
}

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

.top-filters__btn {
	display: none;
}

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

.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: #1c1d27;
	border-radius: 8px;
	padding: 12px;
	border: 2px solid rgba(0, 0, 0, 0.05);
	font-size: 16px;
	color: #858585;
	cursor: pointer;
	min-width: 236px;
}

.top-filters .title-block:hover {
	border: 2px solid rgba(0, 0, 0, 0.1);
}

.top-filters .title-block:active {
	border: 2px solid #d63741;
}

.top-filters .title-block svg {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	transition: 0.3s;
}

.top-filters .title-block svg:first-child {
	fill: #9d9d9d;
	width: 24px;
	height: 24px;
	transform: rotate(0deg);
	margin-left: 0;
	margin-right: 8px;
}

.top-filter.active.providers .title-block svg:not(:first-child):not(.remove-selected) {
	transform: rotate(180deg);
}

.top-filters .title-block .remove-selected {
	width: 15px;
	height: 15px;
	fill: #9d9d9d;
	cursor: pointer;
	margin-right: 10px;
}

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

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

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

.top-filter .default {
	margin-right: auto;
}

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

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

.top-filters .dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: calc(100% + 50px);
	padding: 4px;
	background-color: #1c1d27;
	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 .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(27 20 20 / 50%);
	border-radius: 4px;
}

.top-filter.providers .title-provider {
	display: flex;
	align-items: center;
}

.top-filter.providers .title-provider img {
	max-width: 20px;
	max-height: 20px;
	margin-right: 10px;
}

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

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

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

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

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

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

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

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

/* JACKPOT MODAL */

.popup2.jackpot-modal {
	transform: scale(0);
	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;
	transition: 0s !important;
}

.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: 2px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

.game-page__footer .btn {
	font-size: 14px;
	padding: 8px 18px;
}

.game-page__footer .btn.blue {
	background-color: #3e3ef4;
}

.bonuses-page {
	display: flex;
	flex-wrap: wrap;
}

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

.tab-bonuses__gallery .tab.btn-filled:not(.btn-bordered),
.bonuses-page .tab.btn-filled:not(.btn-bordered) {
	background-color: #ee3760;
}

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

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

.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_btn svg {
	display: none;
}

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

.file_chat_attachment_icon {
	cursor: pointer;
	fill: #fff;
}

.file_chat_p {
	margin: 0 !important;
}

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

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

.bonuses-page .reg-btn {
	margin-left: 0;
	background-color: #fd2d5e;
}

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

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

.alert-success {
	display: none;
}

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

/* SUPPORT */

.hidden {
	display: none;
}

.another-win-jackpot {
	position: fixed;
	top: 104px;
	right: -400px;
	max-width: 320px;
	background-color: #d63741;
	border-bottom-left-radius: 15px;
	padding: 10px 30px;
	transition: top 0.3s;
	z-index: 30;
}

.another-win-jackpot.active {
	right: 0;
}

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

.load-more,
.load-more-category {
	display: block;
	max-width: 200px;
	margin: 20px auto 0;
	background: #ee3760;
}

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

.panel.panel_tournament a.h-one-category {
	white-space: normal;
}

/* search checkbox */

.modal-win#search .search-field input {
	color: #fff;
}

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

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

@media screen and (max-width: 1600px) {
	.list-game .parent-game-slide {
		width: calc(25% - 16px);
	}

	.index-slider .video-container {
		width: 100%;
	}
}

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

	.parent-search-list-game .list-game {
		width: calc(100% + 10px);
		margin-left: -5px;
		margin-right: -5px;
	}

	.panel__summary {
		width: 100%;
	}

	a.play-game-slide.reg-btn {
		font-size: 10px;
		padding: 8px;
	}

	.index-top {
		flex-wrap: wrap;
	}

	.index-slider {
		width: 100%;
		padding: 0;
	}

	.top-latest-win {
		margin-top: 15px;
		width: 100%;
	}

	.index-slider .swiper-slide {
		background-position: center right -100px;
	}
}

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

	.header {
		z-index: 97;
	}

	.overflow-topmenu.active {
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		z-index: 30;
		background-color: rgba(154, 154, 154, 0.6);
	}

	.block-content.menu-open,
	.footer.menu-open {
		padding-left: 0;
	}

	.header-btn .auth-btn {
		margin-left: 0px;
	}

	.close-menu {
		display: flex;
		margin-left: 12px;
	}

	.fixed-header {
		height: 50px;
		padding: 10px 20px;
		background-color: #1c1d27;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

	/* .header-search input, */
	.header-btn .reg-btn,
	.header-lang {
		display: none;
	}

	.header-search input[type='search'] {
		width: 34px;
		padding: 7px 16px;
		background-color: #202a39;
		margin-left: 15px;
		background-position: 6px 50%;
		cursor: pointer;
	}

	.header-search input[type='search']::placeholder {
		color: rgba(0, 0, 0, 0);
	}

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

	.header-logo img,
	.header-logo svg {
		height: 35px;
		width: auto;
	}

	.topmenu {
		top: 50px;
		height: calc(100vh - 50px);
		padding-top: 15px;
		background-color: rgba(0, 0, 0, 0.5);
		background-image: url(../img/betnew/mob-bg.jpg);
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		width: 100%;
		max-width: 500px;
		opacity: 0;
		display: none;
		padding-bottom: 100px;
	}

	.topmenu.active {
		opacity: 1;
		display: block;
	}

	.logo {
		display: none;
	}

	.one-menu a {
		background-color: transparent;
		padding: 8px 0;
	}

	.one-menu.open-menu .one-open-menu a {
		padding: 5px 0;
	}

	.btn-banners {
		display: none;
	}

	.btn-banners a {
		width: calc(50% - 7px);
	}

	.reg-btn-topmenu {
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px;
		padding: 0 0 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	}

	.reg-btn-topmenu .reg-btn,
	.reg-btn-topmenu .auth-btn {
		display: flex;
		width: calc(50% - 7px);
		justify-content: center;
	}

	.profile-btn-topmenu {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 0 20px;
		padding: 0 0 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	}

	.profile-btn-topmenu a.btn {
		justify-content: flex-start;
		text-align: left;
	}

	.profile-btn-topmenu .header-balance {
		margin-left: 10px;
	}

	.one-menu a svg.svg-open {
		left: auto;
		right: 0;
	}

	.one-mini-menu a {
		padding: 6px 0;
	}

	.topmenu-lang {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 30px 0 0;
		width: 70px;
	}

	.btn-lang a {
		font-size: 14px;
		font-weight: 700;
		color: #fff;
	}

	.topmenu-lang .btn-lang {
		width: 100%;
	}

	.open-lang {
		position: static;
		width: 100%;
		margin: 10px 0 0 -6px;
		padding: 0;
	}

	.open-lang a {
		background-color: transparent;
		border-color: transparent;
		border: none;
		padding: 6px 6px;
		font-size: 13px;
		color: #fff;
	}

	.block-content {
		padding-top: 80px;
	}

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

	a.router-link {
		width: calc(25% - 2px);
		margin-top: 2px;
		margin-bottom: 2px;
		padding: 12px 5px;
	}

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

	.parent-swiper-pagination {
		height: 300px;
	}

	.bg-swiper-slide {
		padding: 25px 30px;
		margin: 25px 80px 25px 30px;
		width: 100%;
	}

	span.title-slide {
		font-size: 26px;
	}

	span.number-slide {
		font-size: 22px;
		margin: 0 0 5px;
	}

	span.mini-text-slide {
		font-size: 18px;
		padding: 2px 8px;
	}

	.btn-slider a {
		padding: 6px 15px;
	}

	.h-top-latest-win {
		font-size: 16px;
		margin: 0 0 8px;
	}

	.one-gamer-slide {
		padding: 7px 11px;
	}

	.one-gamer-slide small {
		font-size: 13px;
		font-weight: 500;
	}

	.head-one-category {
		margin-bottom: 5px;
		min-height: 20px;
	}

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

	.data-current-tournament {
		width: 50%;
	}

	.users-current-tournament {
		width: calc(50% - 30px);
	}

	.one-index-pr {
		width: calc(50% - 7px);
	}

	.modal-win#search .search-field {
		padding: 50px 30px 30px 30px;
	}

	.parent-search-list-game .list-game {
		width: calc(100% + 10px);
	}

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

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

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

	.file_chat_btn path {
		fill: #fff;
	}

	.container {
		padding: 0 15px;
	}

	.block-content.game-page-width.menu-open .container {
		padding: 0;
		width: calc(100% - 37px);
		margin: 0;
	}

	.side-pannel .block {
		border-radius: 0;
	}

	.fixed-header {
		padding: 10px 15px;
	}

	.topmenu {
		max-width: 80%;
	}

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

	.parent-swiper-pagination {
		height: 230px;
	}

	span.title-slide {
		font-size: 21px;
	}

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

	span.mini-text-slide {
		font-size: 15px;
		padding: 2px 5px;
	}

	.list-tabs {
		justify-content: flex-start;
	}

	a.router-link {
		width: calc(33.33% - 4px);
		margin-right: 4px;
	}

	.list-game {
		width: calc(100% + 38px);
	}

	.data-game-slide {
		height: 55px;
	}

	.provider-game-slide {
		font-size: 10px;
	}

	.h-game-slide {
		font-size: 12px;
		margin: 0;
	}

	a.play-game-slide {
		font-size: 10px;
		padding: 6px 10px;
	}

	a.demo-game-slide {
		font-size: 11px;
		margin: 8px 0 0;
	}

	a.view-all {
		font-size: 12px;
		padding-bottom: 2px;
	}

	.bg-swiper-slide {
		padding: 20px 20px;
		margin: 25px 43px 25px 25px;
	}

	a.all-games {
		min-width: 75px;
		max-width: 100px;
		margin: 15px auto 0;
		padding: 7px 12px;
		font-size: 12px;
	}

	.swiper.game-swiper {
		width: calc(100% - 38px);
	}

	.slide-head-btn {
		width: 28px;
	}

	.head-btn-slide {
		width: 28px;
		height: 40px;
		padding: 0;
	}

	.head-btn-slide svg {
		width: 18px;
		height: 18px;
	}

	.current-tournament {
		flex-wrap: wrap;
		padding: 20px;
	}

	.data-current-tournament {
		width: 100%;
		text-align: center;
		margin: 0 0 30px;
		justify-content: center;
	}

	.h-data-current-tournament {
		font-weight: 400;
		margin: 0 0 10px;
		font-size: 14px;
	}

	.content-data-current-tournament {
		font-weight: 500;
		font-size: 18px;
	}

	.pdp-data-current-tournament {
		font-weight: 400;
		margin: 10px 0 0;
		font-size: 14px;
	}

	.battle-time {
		display: flex;
		justify-content: center;
	}

	.battle-time .timer__row_digit .timer__cell {
		padding: 6px;
		font-size: 17px;
	}

	.users-current-tournament {
		width: 100%;
		padding: 0;
	}

	.current-tournament table tr th,
	.current-tournament table tr td {
		font-weight: 500;
		padding: 7px 15px;
		font-size: 11px;
	}

	.current-tournament table tr th:nth-child(1),
	.current-tournament table tr td:nth-child(1) {
		width: 45px;
		font-size: 11px;
	}

	.current-tournament table tr:nth-child(4) {
		border-bottom: none;
	}

	.current-tournament table tr:nth-child(5),
	.current-tournament table tr:nth-child(6) {
		display: none;
	}

	.the-content {
		font-size: 12px;
		line-height: 1.35;
	}

	.the-content h2 {
		font-size: 15px;
		line-height: 1.15;
	}

	.the-content h3 {
		font-size: 13px;
		line-height: 1.15;
	}

	.the-content h4 {
		font-size: 12px;
		line-height: 1.15;
	}

	.the-content ul,
	.the-content ol {
		padding: 0 0 0 20px;
	}

	.yes-login-header-btn .header-btn {
		margin-top: -9px;
	}

	.yes-login-header-btn .header-btn a {
		font-size: 0;
		padding: 6px 6px;
		margin-left: 5px;
	}

	.yes-login-header-btn .header-btn a:nth-child(2) {
		margin-left: 1px;
	}

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

	.header-balance {
		text-overflow: ellipsis;
		overflow-x: hidden;
		white-space: nowrap;
		font-size: 13px;
	}

	.modal-win {
		left: 0;
	}

	h1 {
		font-size: 22px;
	}

	.header-search {
		width: 49px;
	}

	.footer-slider {
		padding-top: 15px;
		padding-bottom: 15px;
	}

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

	.footer-menu ul li {
		border: none;
		padding: 0;
	}

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

	.footer-copyright .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footer-copyright .copyright {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}

	.logos-one-footer-menu {
		width: 100%;
		justify-content: center;
	}

	.logos-one-footer-menu img {
		max-height: 30px;
		margin-left: 7px;
		margin-right: 7px;
	}

	.modal-container {
		width: 100%;
	}

	.modal-win {
		width: 100%;
	}

	.parent-modal-win {
		flex-wrap: wrap;
	}

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

	.content-modal-win {
		width: 100%;
		padding: 28px;
	}

	.login-social {
		margin: 25px 0 10px;
	}

	.bottom-modal-text {
		font-size: 13px;
	}

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

	.block-content {
		padding-top: 53px;
	}
}

@media screen and (max-width: 640px) {
	a.h-one-category {
		white-space: normal;
	}

	.swiper.game-swiper {
		width: 100%;
	}

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

	.one-index-pr span {
		font-size: 13px;
		margin: 0 0 3px;
	}

	.one-index-pr small {
		font-size: 12px;
	}

	.the-content {
		margin: 40px 0 30px;
	}

	.list-game {
		width: calc(100% + 0px);
		margin-left: 8px;
	}

	.head-subcat .head-subcat-routers {
		display: none;
	}

	.head-subcat .top-filters {
		margin-left: auto;
		width: 100%;
	}

	.head-subcat .top-filter {
		width: 100%;
	}

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

@media screen and (max-width: 560px) {
	.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;
	}
	.header-logo img,
	.header-logo svg {
		height: 19px;
	}
}

@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: 480px) {
	.top-filters {
		width: 100%;
	}

	.top-filter {
		width: 100%;
	}

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

	.header-logo img {
		height: 50px;
	}

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

	.list-tabs {
		justify-content: space-between;
	}

	a.router-link {
		width: calc(50% - 2px);
		margin-right: 0;
	}

	a.router-link img {
		width: auto;
		height: 30px;
	}

	.tab__title {
		margin: 5px 0 0;
		font-weight: 500;
	}

	.head-subcat-routers {
		display: none;
	}

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

	.subcat-select-drop {
		width: calc(100% - 30px);
	}

	.one-index-pr {
		margin: 35px 0 0;
		padding: 15px;
	}

	.img-one-index-pr {
		width: 50px;
		margin-top: -38px;
		padding: 7px 13px;
	}

	.yes-login-header-btn .header-btn a:nth-child(1) {
		display: none;
	}

	.yes-login-header-btn .header-btn a:nth-child(2) {
		margin-left: 5px;
		padding: 6px;
	}

	.header-balance {
		font-size: 10px;
		padding: 9.5px 9px 9.5px;
	}

	.close-menu {
		margin-left: 5px;
	}

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

@media screen and (max-width: 374px) {
	.list-game {
		margin-left: 0px;
	}

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

	.one-index-pr {
		width: 100%;
	}
}

@media screen and (max-width: 425px) {
	.popup2.jackpot-modal {
		background-size: 300px auto;
		padding: 0 60px;
	}
}
