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

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

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

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

html,
body {
	background-color: #090f1e;
	color: #fff;
	line-height: 1.5;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

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: 1900px;
	margin: 0 auto;
	padding: 0 20px;
}

.content {
	background-color: #090f1e;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 28;
	background-color: #090f1e;
}

.fixed-header {
	max-height: 47px;
	height: 100%;
	margin: 15px auto 15px;
	padding: 0;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 25px 20px;
	z-index: 993;
	position: relative;
}

.fixed-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1890px;
	width: 100%;
	padding: 0 10px;
	background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, 0.6));
	background-color: #090f1e;
	border-radius: 10px;
	z-index: 993;
	position: relative;
}

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

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

.header-logo {
	margin-right: 25px;
}

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

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

.header-menu a {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	border-bottom: 3px solid transparent;
	margin: 0 25px 0 0;
	padding: 12px 0 11px;
}

.header-menu a.show-on-mobile {
	display: none;
}

.header-menu a:hover {
	text-shadow: -0.2px 0 #fff, 0 0.2px #fff, 0.2px 0 #fff, 0 -0.2px #fff;
}

.header-menu a .img-one-menu {
	display: none;
}

.header-menu a.active {
	text-shadow: -0.2px 0 #fff, 0 0.2px #fff, 0.2px 0 #fff, 0 -0.2px #fff;
	border-bottom: 3px solid #0c6fd5;
}

.overflow-topmenu {
	display: none;
}

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

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

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

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

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

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

a.btn.reg-btn svg {
	background-image: linear-gradient(210deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.06) 48%, #fff 133%);
	padding: 3px;
	border-radius: 50%;
}

.btn,
a.btn {
	background-image: -webkit-linear-gradient(347deg, #108de7 -30%, #0855c4);
	background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
	color: #fff;
	font-weight: 400;
	justify-content: center;
	padding: 0 15px;
	text-align: center;
	border-width: 0;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	align-items: center;
	background-color: #fff;
	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;
	background-color: #202a39;
}

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-btn .reg-btn {
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	margin-left: 12px;
}

.head-panel__button.button_font_cond {
	color: #3e3ef4;
}

.header-btn .reg-btn:hover {
	opacity: 0.9;
}

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

.btn-lang {
	width: 30px;
}

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

.open-lang {
	background-color: #fff;
	border-color: #090f1e;
	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: 9991;
}

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

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

.open-lang a {
	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: #222;
}

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

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

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

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

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

.header-balance {
	padding: 0;
	margin-right: 10px;
	font-weight: 600;
	color: #55657e;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: auto;
	transition: color 0.3s;
	cursor: pointer;
}

.header-balance:hover {
	color: #768397;
}

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

.text-header-balance {
	color: #fff;
	width: 100%;
	font-size: 11px;
}

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

.yes-login-header-btn .btn,
.yes-login-header-btn a.btn {
	padding: 0 12px;
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
}

.yes-login-header-btn .btn.open-profile,
.yes-login-header-btn a.btn.open-profile {
	padding: 0 6.5px;
	background-image: linear-gradient(103deg, #108de7 -30%, #0855c4);
	margin-right: 10px;
}

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

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

.index-slider {
	width: 60%;
	/* padding-right: 30px; */
}

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

.index-slider .swiper-slide {
	display: flex;
	align-items: stretch;
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	min-height: 429px;
	border-radius: 14px;
}

.parent-swiper-pagination {
	position: absolute;
	width: 200px;
	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;
	border-radius: 14px;
	padding: 35px 15px 60px 35px;
	max-width: 450px;
	font-family: 'Rubik', sans-serif;
}

span.title-slide {
	font-size: 42px;
	font-weight: 500;
	white-space: pre-line;
	text-shadow: 0 3px 5px rgba(9, 15, 30, 0.2);
	z-index: 10;
	line-height: 1.12;
	width: 100%;
	display: block;
}

.head-tabs span.title-slide {
	font-size: 33px;
}

span.number-slide {
	font-size: 13px;
	margin-top: 4px;
	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: auto 0 0;
}

.btn-slider a,
.btn-slider small {
	max-width: 100%;
	padding: 12px 32px;
	background: #fff;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	cursor: pointer;
	border: none;
	outline: none;
	color: #090f1e;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 12px;
	transition: 0.25s ease-in-out;
}

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

.parent-swiper-navination {
	position: absolute;
	width: 91px;
	top: auto;
	bottom: 10px;
	right: 15px;
	height: 48px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: hsla(0, 0%, 100%, 0.2);
	border-radius: 10px;
	z-index: 99;
}

.parent-swiper-navination .swiper-button-next,
.parent-swiper-navination .swiper-button-prev {
	border-radius: 8px;
	background-color: hsla(0, 0%, 100%, 0.2);
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	top: 29px;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	z-index: 6;
	font-size: 16px;
	background-size: 12px 44px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	opacity: 0.5;
	color: #fff;
	font-size: 16px;
}

.parent-swiper-navination .swiper-button-next:hover,
.parent-swiper-navination .swiper-button-prev:hover {
	background-color: hsla(0, 0%, 100%, 0.5);
}

.parent-swiper-navination .swiper-button-next {
	right: 7px;
}

.parent-swiper-navination .swiper-button-prev {
	left: 7px;
}

.index-banner {
	width: calc(20% - 15px);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 429px;
	border-radius: 14px;
	padding: 30px;
}

.index-banner span {
	width: 100%;
	display: flex;
	line-height: 106%;
	white-space: pre-line;
	text-shadow: 0 3px 5px rgb(9 15 30 / 20%);
	max-width: 100%;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 0.33px;
	text-align: left;
}

.index-banner a,
.index-banner small {
	width: 100%;
	display: flex;
	background-color: #fff;
	box-shadow: 0 10px 35px rgb(0 0 0 / 20%);
	border-radius: 12px;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 15px;
	padding: 20px 10px;
	margin-top: auto;
	color: #090f0c;
	white-space: nowrap;
	min-height: 45px;
	text-align: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.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;
	color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 90px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.list-anim-btn .anim-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background-image: linear-gradient(110deg, rgba(30, 40, 63, 1), rgba(20, 27, 46, 0.6) 100%);
	opacity: 0.7;
	transition: 0.3s;
}

.list-anim-btn .anim-btn:hover::before {
	opacity: 1;
}

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

.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: 500;
	line-height: 1;
}

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

.index-frames {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 14px;
}

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

.one-index-frames iframe.index-iframe {
	height: calc(100vh - 180px);
	margin-bottom: 0px;

	@media (max-height: 450px) {
		height: calc(100vh - 100px) !important;
	}
}

.list-index-category {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 14px;
}

.one-index-category {
	width: calc(50% - 7px);
	background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, 0.6) 100%);
	border-radius: 12px;
	padding: 20px 25px 20px 25px;
}

.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-repeat: no-repeat;
	min-height: 202px;
}

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

.banner-ihb span {
	font-size: 16px;
}

.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: 10px;
	max-width: 200px;
}

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

.head-subcat__categories,
.head-subcat__providers {
	width: calc(50% - 8px);
	margin: 0;
}

.head-subcat__categories .swiper-slide,
.head-subcat__providers .swiper-slide {
	width: auto;
	margin-right: 5px;
}

.head-subcat__categories a,
.head-subcat__providers a {
	display: flex;
	align-items: center;
	padding: 6px 10px 6px 7px;
	background-color: #94a6cd26;
	height: 34px;
	border-radius: 8px;
	color: #fff;
}

.head-subcat__categories img,
.head-subcat__providers img {
	max-width: 22px;
	max-height: 22px;
	margin-right: 7px;
}

.head-subcat__categories .swiper-button-prev,
.head-subcat__providers .swiper-button-prev,
.head-subcat__categories .swiper-button-next,
.head-subcat__providers .swiper-button-next {
	width: 21px;
	height: 30px;
	top: calc(50% - 15px);
	margin: 0;
	background-image: linear-gradient(332deg, #0855c4, #108de7);
	border-radius: 6px;
}

.head-subcat__categories .swiper-button-prev.swiper-button-disabled,
.head-subcat__providers .swiper-button-prev.swiper-button-disabled,
.head-subcat__categories .swiper-button-next.swiper-button-disabled,
.head-subcat__providers .swiper-button-next.swiper-button-disabled {
	display: none;
}

.head-subcat__categories .swiper-button-prev.swiper-button-disabled + span,
.head-subcat__providers .swiper-button-prev.swiper-button-disabled + span,
.head-subcat__categories .swiper-button-next.swiper-button-disabled + span,
.head-subcat__providers .swiper-button-next.swiper-button-disabled + span {
	display: none;
}

.head-subcat__categories .swiper-button-prev,
.head-subcat__providers .swiper-button-prev {
	left: 0;
}

.head-subcat__categories .swiper-button-next,
.head-subcat__providers .swiper-button-next {
	right: 0;
}

.head-subcat__categories .swiper-button-prev::after,
.head-subcat__providers .swiper-button-prev::after,
.head-subcat__categories .swiper-button-next::after,
.head-subcat__providers .swiper-button-next::after {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 9px;
	height: 11px;
	opacity: 1;
}

.head-subcat__categories .swiper-button-prev::after,
.head-subcat__providers .swiper-button-prev::after {
	content: '';
	background-image: url(../img/svg/arrow-left.svg);
}

.head-subcat__categories .swiper-button-next::after,
.head-subcat__providers .swiper-button-next::after {
	content: '';
	background-image: url(../img/svg/arrow-right.svg);
}

.head-subcat__categories .swiper-button-prev:hover,
.head-subcat__providers .swiper-button-prev:hover,
.head-subcat__categories .swiper-button-next:hover,
.head-subcat__providers .swiper-button-next:hover {
	background-image: linear-gradient(332deg, rgba(8, 85, 196, 0.7), rgba(16, 141, 231, 0.7));
}

.head-subcat__categories .swiper-button-prev + span,
.head-subcat__providers .swiper-button-prev + span,
.head-subcat__categories .swiper-button-next + span,
.head-subcat__providers .swiper-button-next + span {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
	z-index: 2;
}

.head-subcat__categories .swiper-button-prev + span,
.head-subcat__providers .swiper-button-prev + span {
	left: 0;
	background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, 0) 100%);
}

.head-subcat__categories .swiper-button-next + span,
.head-subcat__providers .swiper-button-next + span {
	right: 0;
	background-image: linear-gradient(110deg, rgba(30, 40, 63, 0), rgba(20, 27, 46, 1) 100%);
}

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

.subcat-select {
	background: rgba(148, 166, 205, 0.15);
	color: #c6c6c6;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	padding: 3px 3px 3px 5px;
	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;
}

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

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

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

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

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

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

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

.jackpot-tabs {
	width: 500px;
	border: 2px solid #58aafe;
	border-radius: 14px;
	padding: 15px;
}

.h-jackpot-tabs {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.h-jackpot-tabs {
	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);
	margin-bottom: 0;
}

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

.list-tabs {
	display: flex;
	width: 100%;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 0 0 8px;
}

.list-tabs a.router-link {
	color: #fff;
	margin: 0 15px 0 0;
	padding: 0 0 5px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}

.list-tabs a.router-link:hover,
.list-tabs a.router-link.active {
	color: #108de7;
	border-bottom: 2px solid #108de7;
}

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

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

.head-one-category .h-one-category {
	white-space: normal;
}

.h-one-category img {
	margin-right: 6px;
	border-radius: 7px;
	max-width: 40px;
}

.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: #1a68db;
	background: -webkit-linear-gradient(148deg, #0855c4, #0095ff);
	background: linear-gradient(302deg, #0855c4, #0095ff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.07px;
	cursor: pointer;
	position: relative;
}

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

.head-btn-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 28px;
	background-color: #353f57;
	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:hover {
	background-color: #47516d;
}

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

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

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

.game-preview__btn-star svg {
	display: inline-block;
	fill: #fff;
	width: 20px !important;
	height: 20px !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;
}

.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 {
	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 0;
	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-color: rgba(44, 46, 51, 0.7);
	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%; */
	/* max-width: 120px; */
	background: rgb(253, 45, 94);
	color: #fff;
	font-size: 11px;
	padding: 5px 7px;
	border-radius: 5px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
}

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

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

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

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

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

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

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

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

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

.data-game-slide {
	margin-top: 8px;
}

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

.h-game-title {
	color: #667697;
	font-size: 11px;
}

.h-game-slide {
	font-size: 14px;
	color: #fff;
	margin: 2px 0 0;
	font-weight: 500;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.swiper-slide .data-game-slide {
	text-align: center;
	color: #94a6cd;
	font-size: 13px;
	margin-top: 10px;
}

.swiper-slide .h-game-slide {
	text-align: center;
	color: #94a6cd;
	font-size: 13px;
	margin-top: 10px;
}

.list-game {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
	width: calc(100% + 14px);
}

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

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

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

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

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

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

.the-content {
	margin: 50px 0 50px;
	font-size: 14px;
	color: 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;
}

.full-width-page {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-top: 80px;
	position: relative;
}

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

.wrapper-left-aside .none-mobile {
	height: calc(100% - 84px);
	overflow: auto;
}

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

.main-aside {
	width: calc(100% - 285px);
	min-height: calc(100vh - 80px);
}

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

.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;
	align-items: center;
	width: 100%;
	padding: 13px 15px;
	color: #fff;
	font-size: 12px;
	border-top: 1px solid rgba(38, 46, 72, 0.5);
	border-radius: 10px;
	transition: 0s;
}

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

.list-routers a:hover {
	background: rgba(38, 46, 72, 0.5);
	border-top: none;
	padding-top: 14px;
}

.list-routers a:hover + a {
	padding-top: 14px;
	border-top: none;
}

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

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

.title-list-routers {
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	color: #fff;
	font-weight: 700;
}

.col-list-routers {
	margin-left: auto;
	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 .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;
	background-color: rgba(3, 11, 21, 0.98);
	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;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	opacity: 0;
	z-index: -1;
	width: 100%;
}

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

.modal-win {
	display: none;
	z-index: -1;
	position: relative;
	padding: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.modal-win:not(#search) {
	max-width: 400px;
}

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

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

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

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

#reg .close-small,
#remind .close-small,
#reset-pass .close-small,
#login .close-small {
	top: 10px;
	right: 10px;
}

#reg .close-small svg,
#remind .close-small svg,
#reset-pass .close-small svg,
#login .close-small svg {
	fill: #99a2ad;
	background-color: #edf0f7;
	padding: 4px;
}

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

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

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

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

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

#remind .form-modal-win {
	height: 340px;
	display: flex;
	flex-direction: column;
}

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: 10px;
	padding: 15px;
	padding-left: 36px;
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: 12px;
	outline: none;
	font-weight: 400;
	color: #4a3e6d;
}

.modal-win input {
	padding-left: 14px;
	background-color: #edf0f7;
	border: none;
}

.modal-win input:hover {
	border: none;
}

button.submit {
	background: linear-gradient(90.77deg, #0095ff 0.96%, #0855c4 99.87%);
	color: #fff;
	border-color: transparent;
	font-size: 16px;
	padding: 10px 14px;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 20px;
	cursor: pointer;
	box-shadow: 0 6px 18px #1178df4d;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

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

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

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

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

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

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

.or-block {
	position: relative;
	text-align: center;
	color: #6a769033;
}

.or-block::before {
	content: '';
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
	right: 0;
	height: 1px;
	background-color: #6a769033;
}

.or-block span {
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 0 7px;
}

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

.forgot a {
	font-size: 11px;
	padding: 0;
	border: none;
	cursor: pointer;
	display: inline-block;
	color: #6a7690a6;
}

.forgot a:hover {
	opacity: 0.8;
}

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

.h-login-social {
	font-size: 13px;
	color: #070c19;
	font-weight: 300;
	margin-bottom: 20px;
}

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

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

.bottom-modal-text span {
	text-align: center;
	font-size: 11px;
	color: #6a7690a6;
	display: block;
	width: 100%;
	margin: 20px 0 0;
}

.bottom-modal-text a {
	color: #1077de;
}

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

.reg-tabs {
	padding: 3px;
	margin: 10px 0 5px;
	background: #edf0f7;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
}

.reg-tabs .tab {
	width: calc((100% - 3px) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	color: #070c19;
}

.reg-tabs .tab svg {
	margin-right: 10px;
	color: #99a2ad;
	width: 14px;
}

.tabs-cont .tab-cont {
	display: none;
}

.tabs-cont .tab-cont.active {
	display: block;
}

.reg-tabs .tab.active {
	color: #fff;
	background: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
	font-weight: 500;
}

.reg-tabs .tab.active svg {
	color: #fff;
}

.modal-win#remind,
.modal-win#reset-pass {
	width: 360px;
	background: #fff;
}

.h-remind {
	font-size: 20px;
	font-weight: 500;
	color: #4a3e6d;
	display: block;
	background: #fff;
	border-radius: 14px 14px 0 0;
	padding: 20px 20px 0;
}

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

#remind p,
#reset-pass p {
	display: inline-block;
	color: #4a3e6d;
	margin-bottom: 4px;
}

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

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

.submit-remind button.submit {
	margin: 0;
}

.history-remind {
	background-color: #edf0f7;
	color: #c6c6c6;
	border-color: transparent;
	border-radius: 14px;
	font-size: 14px;
	padding: 10px;
	width: 44px;
	height: 44px;
	margin-right: 8px;
	-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;
}

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

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

.footer {
	padding-left: 285px;
	background-color: #090f1e;
}

#home .footer {
	padding-left: 0;
}

.footer-line {
	width: 100%;
	margin-bottom: 48px;
}

.footer-line .container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-line-logo {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: -5px;
}

.footer-line-logo svg,
.footer-line-logo img {
	max-height: 20px;
	width: auto;
}

.footer-line-border {
	-webkit-box-flex: 1;
	flex: 1;
	margin-left: 20px;
	margin-right: 18px;
	height: 1px;
	background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0.2) 9.92%, transparent);
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.2) 9.92%, transparent);
}

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

.footer-menus .container {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.footer-support {
	width: 25%;
	padding-right: 30px;
}

.h-footer-support {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}

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

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

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

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

.footer-menu {
	width: 25%;
	padding-right: 30px;
}

.h-footer-menu {
	font-weight: 500;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4a5b87;
	margin-bottom: 16px;
}

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

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

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

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

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

.footer-logos {
	margin: 5px 0 0;
}

.footer-logos .container {
	width: calc(100% - 30px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid hsla(0, 0%, 100%, 0.2);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.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-slider {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

.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-copyright .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-copyright .copyright {
	padding: 0;
	width: 100%;
	font-size: 10px;
	color: #34405e;
}

.support-content .panel-heading.note-toolbar .note-btn-group.btn-group.note-insert i {
	color: #fff;
}

.hidden {
	display: none;
}

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

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

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

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

.page-content .support-content {
	background-color: #090f1e;
}

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

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

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

.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;
	margin-left: auto;
}

.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: 1px solid rgba(148, 166, 205, 0.2);
	background-image: url(../img/svg/arrow-down.svg);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 10px;
}

.one-form-modal-win select::-ms-expand {
	display: none;
}

.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;
	gap: 15px;
}

.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: #858585;
	pointer-events: none;
	background: 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;
	margin-left: auto;
}

.top-filters__btn {
	display: none;
}

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

.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: #141b2f;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 12px;
	border: 2px solid rgba(0, 0, 0, 0.05);
	font-size: 16px;
	color: #fff;
	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 #108de7;
}

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

.top-filters .title-block svg:first-child {
	fill: #93acd3;
	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: #141b2f;
	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: #fff;
	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(27 20 20 / 50%);
	border-radius: 4px;
}

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

.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 {
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
}

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

/* SUPPORT */

.bonus-panel__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}

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

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

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

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

.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.disabled {
	background-color: #141b2f;
	background-image: none;
}

.mobile-menu {
	z-index: 27;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #090f1e;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 8px;
	border-top: 1px solid rgba(183, 207, 255, 0.0509803922);
	overflow: hidden;
	display: none;
}

.mobile-menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 8px;
	position: relative;
	width: 27%;
}

.mobile-menu a span {
	font-weight: 600;
	font-size: 9px;
	line-height: 12px;
	transition: color 0.1s ease-in-out;
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	color: #536387;
	width: 100%;
	display: flex;
	justify-content: center;
}

.mobile-menu a svg {
	fill: #fff;
	transition: fill 0.1s ease-in-out;
}

.one-dropdown-left-aside .top-filter {
	width: 100%;
}

.one-dropdown-left-aside .top-filter .title-block {
	background: rgba(148, 166, 205, 0.15);
	border-radius: 5px;
	padding: 6px 3px 6px 5px;
	border: none;
	min-width: inherit;
}

.one-dropdown-left-aside .top-filter .default {
	font-size: 12px;
}

.one-dropdown-left-aside .top-filters .title-block svg:first-child {
	fill: #9d9d9d;
}

.one-dropdown-left-aside .wrapper-left-aside {
	fill: #9d9d9d;
}

.one-dropdown-left-aside .top-filters .dropdown {
	top: calc(100% + 15px);
	right: -10px;
	width: calc(100vw - 35px);
	background-color: #273047;
	max-height: 285px;
}

.debug-block {
	display: none;
}

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

/* search checkbox */

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

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

.checkbox-wrapper {
	width: 18px;
	height: 18px;
	margin-right: 3px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.checkbox-wrapper input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox-wrapper input:checked + span {
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 6px;
	transform: rotate(-45deg);
	border-radius: 1px;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 2px 2px;
	z-index: 992;
}

.search-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1060px;
	margin: 0 auto;
}

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

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

.btn-banners {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	width: 100%;
  flex-wrap: wrap;
}

.btn-banners a {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	border-bottom: 3px solid transparent;
	margin: 0 25px 0 0;
	padding: 12px 0 11px;
}

.btn-banners a.active,
.btn-banners a:hover {
	text-shadow: -0.2px 0 #fff, 0 0.2px #fff, 0.2px 0 #fff, 0 -0.2px #fff;
}

.btn-banners a img,
.btn-banners a svg {
	display: none;
}

/* 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: 1520px) {
	.one-index-category + .one-index-category {
		margin-top: 14px;
	}

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

	.one-index-category.parent-banner-ihb.poker-banner .head-one-category {
		justify-content: flex-start;
	}

	.one-index-category.parent-banner-ihb.poker-banner {
		text-align: left;
		background-size: auto 100%;
	}

	.banner-ihb a {
		margin: 25px 0 0;
	}
}

@media screen and (max-width: 1400px) {
	.index-banner:last-child {
		/*    background-position: center 7%;*/
	}
}

@media screen and (max-width: 1300px) {
	.header-menu a {
		margin: 0 9px 0 0;
		font-size: 13px;
	}

	.index-banner a,
	.index-banner small {
		font-size: 14px;
	}

	.btn-slider a,
	.btn-slider small {
		font-size: 14px;
	}
	.list-game.grid .parent-game-slide {
		width: calc(25% - 14px);
	}
}

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

	.header-logo {
		margin-right: 7px;
	}

	.header-right {
		margin-left: 7px;
	}

	.header-lang {
		margin-left: 7px;
	}

	.header-btn .reg-btn {
		margin-left: 7px;
	}

	span.title-slide {
		font-size: 30px;
		margin-bottom: 10px;
	}

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

	.h-jackpot-tabs {
		margin-top: 0;
	}

	.h-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: 260px;
	}

	.index-banner span {
		font-size: 24px;
	}

	.left-aside,
	.wrapper-left-aside {
		width: 200px;
	}

	.main-aside {
		width: calc(100% - 215px);
	}

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

	.footer {
		padding-left: 215px;
	}
}

@media screen and (max-width: 1024px) {
	.header-menu a {
		font-size: 13px;
		margin: 0 7px 0 0;
	}

	.index-slider {
		width: calc(50% - 5px);
	}

	.index-banner {
		width: calc(25% - 8px);
		padding: 15px;
	}

	.list-anim-btn .anim-btn span {
		font-size: 18px;
	}

	.list-anim-btn .anim-btn small {
		font-size: 11px;
	}
}

@media screen and (max-width: 991px) {
	.btn-banners a {
		margin: 0 auto;
		padding: 5px 0 5px;
	}

	.header-menu a.show-on-mobile {
		display: flex;
	}

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

	#home .footer {
		padding-bottom: 70px;
	}

	.mobile-menu {
		display: flex;
	}

	.list-tabs {
		display: none;
	}

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

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

	.index-slider {
		width: 100%;
		margin-bottom: 15px;
	}

	.index-slider .swiper-slide {
		min-height: 200px;
		/* background-position: left center; */
	}

	.index-banner {
		width: calc(50% - 8px);
		padding: 25px;
		min-height: 200px;
	}

	.list-anim-btn {
		margin: 0;
	}

	.list-anim-btn .anim-btn {
		width: calc(50% - 8px);
		margin-bottom: 15px;
	}

	.one-index-frames {
		width: 100%;
		margin-bottom: 15px;
	}

	.poker-banner {
		background-size: 400px 100%;
	}

	.fixed-header {
		padding: 0 15px;
		max-height: 80px;
		margin: 15px auto 10px;
	}

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

	.header-left {
		width: 100%;
		border-bottom: 1px solid #141b2e;
		padding-bottom: 9px;
	}

	.header-right {
		width: 100%;
		margin: 10px 0 0 0;
		justify-content: space-between;
	}

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

	.no-login-header-btn,
	.yes-login-header-btn {
		justify-content: space-between;
	}

	.open-menu-mobile:not(a) {
		position: absolute;
		right: 0;
		top: 9px;
		cursor: pointer;
		display: flex;
	}

	.open-menu-mobile:not(a) svg {
		width: 21px;
		height: 19px;
	}

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

	.open-menu-mobile:not(a) svg:nth-child(2),
	.open-menu-mobile:not(a).active svg:nth-child(1) {
		display: none;
	}

	.container {
		padding: 0 15px;
	}

	.block-topmenu {
		flex-direction: column;
		gap: 15px;
		position: fixed;
		width: 240px;
		background: linear-gradient(173deg, rgba(37, 46, 76, 1) 2%, rgba(25, 32, 51, 1));
		left: 0;
		top: 0;
		bottom: 0;
		height: 100vh;
		flex-wrap: wrap;
		align-items: flex-start;
		overflow-y: scroll;
		padding: 20px;

		display: none;
	}

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

	.overflow-topmenu {
		width: calc(100% - 225px);
		position: absolute;
		background: #00000070;
		height: 100vh;
		display: none;
		right: 0;
		top: 0;
	}

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

	.header-menu {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 5px;
		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;
	}

	.reg-btn-topmenu {
		flex-wrap: wrap;
		align-items: flex-start;
		margin: 0 0 15px;
	}

	.reg-btn-topmenu,
	.reg-btn-topmenu .auth-btn {
		display: flex;
	}

	.reg-btn-topmenu .reg-btn {
		background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	}

	.reg-btn-topmenu .reg-btn,
	.reg-btn-topmenu .auth-btn {
		width: 100%;
		margin-bottom: 8px;
	}

	.full-width-page {
		padding-top: 105px;
		flex-wrap: wrap;
	}

	.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;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.main-aside {
		width: 100%;
	}

	.search-aside {
		padding: 10px 10px 0 10px;
		margin: 0 0 10px;
	}

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

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

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

	.bg-swiper-slide {
		padding: 20px 20px 60px;
		justify-content: center;
		margin: 0;
	}

	.btn-slider {
		margin-top: 20px;
	}

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

	.profile-btn-topmenu {
		display: flex;
		flex-wrap: wrap;
	}

	.profile-btn-topmenu .header-balance {
		width: 100%;
		margin: 0 0 5px;
	}

	.profile-btn-topmenu .h-header-balance {
		font-size: 13px;
	}

	.profile-btn-topmenu .text-header-balance {
		font-size: 13px;
	}

	.one-index-frames iframe.index-iframe {
		height: calc(100vh - 280px);
		margin-bottom: 0;
	}

	.footer {
		padding-left: 0;
	}

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

	.header-menu a .img-one-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 25px;
		margin-right: 15px;
	}

	.header-menu .img-one-menu img {
		height: 100%;
	}

	.header-menu a:hover {
		text-shadow: none;
	}
}

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

	.head-subcat {
		flex-wrap: wrap;
	}

	.head-subcat__categories,
	.head-subcat__providers {
		width: 100%;
	}
	.head-subcat__categories {
		margin-bottom: 10px;
	}

	.one-index-category.parent-banner-ihb.poker-banner {
		background-size: 40%;
	}

	.mobile-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.game-preview__btn-star.star.favorite.no_favorites:hover svg:nth-child(1) {
		display: inline-block;
	}

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

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

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

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

	.chat_textarea {
		width: 40%;
	}

	.file_chat_left {
		margin-left: auto;
	}

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

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

	.one-index-category {
		padding: 15px 15px 8px 15px;
	}

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

	.line-one-index-category {
		margin-top: -14px;
		margin-bottom: 8px;
	}

	.parent-banner-ihb {
		background-size: 170px 95px;
	}

	.index-slider {
		margin-bottom: 8px;
	}

	.index-banner {
		width: calc(50% - 4px);
		margin-bottom: 8px;
		padding: 15px 10px;
		min-height: 135px;
	}

	.index-banner span {
		font-size: 18px;
		font-weight: 450;
	}

	.index-banner a,
	.index-banner small {
		font-size: 12px;
		min-height: 30px;
		padding: 4px 8px;
	}

	.list-anim-btn .anim-btn {
		width: calc(50% - 4px);
		margin-bottom: 8px;
		min-height: 60px;
	}

	.list-anim-btn .anim-btn span {
		font-size: 16px;
	}

	.list-anim-btn .anim-btn small {
		font-size: 10px;
	}

	.list-anim-btn .anim-btn div {
		padding: 10px;
		background-size: 40px 38px;
		background-position: calc(100%) 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% - 14px);
	}

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

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

	.game-slide {
		border-radius: 8px;
	}

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

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

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

	.head-tabs .index-slider {
		margin: 0;
	}

	.list-tabs {
		flex-wrap: wrap;
		padding-bottom: 7px;
	}

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

	.parent-swiper-navination {
		width: 64px;
		top: auto;
		bottom: 7px;
		right: 7px;
		height: 41px;
	}

	.parent-swiper-navination .swiper-button-next,
	.parent-swiper-navination .swiper-button-prev {
		width: 26px;
		background-size: 9px 44px;
		top: 25px;
	}

	.parent-swiper-navination .swiper-button-prev {
		left: 4px;
	}

	.parent-swiper-navination .swiper-button-next {
		right: 4px;
	}

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

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

	.footer-logos .container {
		padding: 15px 0;
	}

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

	.footer-tournaments {
		width: 100%;
	}

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

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

	.modal-win#search {
		margin-top: 60px;
	}

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

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

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

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

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

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

	.header-balance {
		width: auto;
		margin-right: 5px;
	}

	.h-header-balance {
		font-size: 11px;
	}

	.text-header-balance {
		font-size: 10px;
	}
}

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

	.file_chat_attachment_icon {
		width: 24px;
	}
}

@media screen and (max-height: 500px) {
	#remind .form-modal-win,
	#reset-pass .form-modal-win {
		height: auto;
	}

	.modal-win.active {
		max-height: calc(100vh - 120px);
	}
}

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

.img_evolution {
	height: 40px !important;
}

@media screen and (min-width: 100px) {
	.new_block_poker_btn {
		top: 40px;
	}

	.poker_main.poker_class:after {
		background-size: 200px !important;
	}
}

@media screen and (min-width: 550px) {
	.new_block_poker_btn {
		top: unset;
	}
}

@media screen and (min-width: 600px) {
	.poker_main.poker_class:after {
		background-size: 270px !important;
	}
}

@media screen and (min-width: 800px) {
	.poker_main.poker_class:after {
		background-size: 300px !important;
	}
}

@media screen and (min-width: 900px) {
	.poker_main.poker_class:after {
		background-size: 400px !important;
	}
}

@media screen and (min-width: 1000px) {
	.poker_main.poker_class:after {
		background-size: 470px !important;
	}
}

@media screen and (max-width: 435px) {
	.chat_textarea::placeholder {
		font-size: 12px;
	}

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

@media screen and (max-width: 374px) {
	.list-anim-btn .anim-btn div {
		background-size: 0;
	}
	.list-anim-btn .anim-btn span {
		font-size: 17px;
	}
	.list-anim-btn .anim-btn small {
		font-size: 11px;
	}
}

.new_block_poker_btn {
	position: absolute !important;
	right: 20px;
	margin-top: -25px !important;
	z-index: 100;
}

.poker_icon_txt {
	padding-bottom: 70px;
	z-index: 100;
}

.poker_desc {
	position: absolute;
}

.poker_main.poker_class {
	margin: 20px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 12px;
	background: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, 0.6) 100%);
	position: relative;
	padding: 20px 30px;
	min-height: 150px;
	z-index: 0;
}

.poker_main.poker_class:before {
	content: '';
	display: block;
	background-image: -webkit-gradient(linear, left top, right top, from(#8d53e9), to(#00b7ff));
	background-image: linear-gradient(90deg, #8d53e9, #00b7ff);
	position: absolute;
	top: 0;
	left: 25px;
	right: 25px;
	height: 4px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	background-size: 200% auto;
}

.poker_main.poker_class:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/betnew/poker-casino.png) bottom no-repeat;
	/*background-size: 470px;*/
	display: block;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (min-width: 900px) {
	.poker_main.poker_class:after {
		background-size: 470px;
	}
}

.vip-points span:first-child {
	margin-left: 10px;
}
