@keyframes hsl-pulsing {
	0% {
		box-shadow: 0 0 0 0 #28984a;
	}
	100% {
		box-shadow: 0 0 0 5px #28984a;
	}
}
@keyframes showSubTop3 {
	0%,
	80% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(180deg);
	}
}
@keyframes notice-splash {
	0% {
		left: -10px;
	}
	100% {
		left: 100%;
	}
}
@keyframes box-rotate {
	20%,
	60% {
		transform: rotate(20deg);
	}
	40% {
		transform: rotate(-20deg);
	}
	80% {
		transform: rotate(0);
	}
}
@keyframes light-opacity {
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
}
@keyframes attend-btn {
	0% {
		opacity: 0;
	}
	2% {
		opacity: 1;
	}
	4% {
		opacity: 0;
	}
}
@keyframes attend-dollar {
	0% {
		transform: rotate(0deg) scale(1);
	}
	1% {
		transform: rotate(20deg) scale(1.07);
	}
	2% {
		transform: rotate(0deg) scale(1.1);
	}
	3% {
		transform: rotate(-20deg) scale(1.07);
	}
	4% {
		transform: rotate(0deg) scale(1);
	}
}
@keyframes attend-circle {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 0.4;
		transform: translateX(-36%) translateY(-50%) scale(0.2);
	}
	2% {
		opacity: 0.2;
		transform: translateX(-36%) translateY(-50%) scale(0.5);
	}
	3.5% {
		opacity: 0.05;
		transform: translateX(-36%) translateY(-50%) scale(1);
	}
	4% {
		opacity: 0;
	}
}
@keyframes showSubTop1 {
	0%,
	80% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(180deg);
	}
}
@keyframes opacity-head-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes opacity-transform-head-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}
@keyframes opacity-head-out {
	from {
		display: block;
		opacity: 1;
		transform: translateY(0);
	}
	to {
		display: none;
		opacity: 0;
		transform: translateY(1.25em);
	}
}
@keyframes opacity-transform-head-out {
	from {
		display: block;
		opacity: 1;
		transform: translate(-50%, 0);
	}
	to {
		display: none;
		opacity: 0;
		transform: translate(-50%, 1.25em);
	}
}
#fTop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10111;
	width: auto;
	color: #fff;
}
#loc_info {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 38px;
	display: flex;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
}
.loc_info_leftFL {
	flex: 0 0 auto;
	display: flex;
}
.loc_info_leftFL:dir(rtl) {
	float: right;
}
.loc_info_leftFL a {
	position: relative;
	flex: 0 0 auto;
	height: 37px;
	display: flex;
	vertical-align: bottom;
	place-content: center flex-start;
	align-items: center;
	padding: 0 12px;
	box-sizing: border-box;
	background-color: #174b73;
	color: #fff;
	box-shadow: inset 0 50px 25px -15px #216ca6;
	text-align: left;
	font-size: 10px;
	line-height: 11px;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}
.loc_info_leftFL a:not(:first-child) {
	border-left: 1px solid #ccc;
}
.loc_info_leftFL a:not(:first-child):dir(rtl) {
	border-left: 0;
}
.loc_info_leftFL a:not(:last-child):dir(rtl) {
	border-left: 1px solid #ccc;
}
.loc_info_leftFL a::before {
	position: relative;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	line-height: 22px;
	margin-right: 9px;
}
@media screen and (width <= 1850px) {
	[dir='rtl'] .loc_info_leftFL a::before {
		margin-left: 0;
	}
}
.loc_info_leftFL a:hover {
	border-bottom: none;
	background-color: #1a5684;
	box-shadow: none;
}
.loc_info_leftFL a .name {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.loc_info_leftFL a .name:dir(rtl) {
	text-align: right;
	font-size: 11px;
}
@media screen and (width <= 1850px) {
	.loc_info_leftFL a .name:dir(rtl) {
		display: none;
	}
}
.loc_info_leftFL a .name b,
.loc_info_leftFL a .name span {
	display: block;
	font-weight: 400;
}
.asian_but {
	position: relative;
	flex: 0 0 auto;
	order: 1;
	height: 37px;
	display: inline-block;
	vertical-align: bottom;
	padding: 7px 12px 8px 60px;
	box-sizing: border-box;
	background-color: #174b73;
	color: #fff;
	box-shadow: inset 0 50px 25px -25px #216ca6;
	text-align: left;
	font-size: 11px;
	line-height: 24px;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
	border-left: 1px solid #ccc;
}
.asian_but:hover {
	border-bottom: none;
	background-color: #1a5684;
	box-shadow: none;
}
.asian_but .name {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.asian_but::before {
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	content: '';
	background-image: url('/genfiles/cms/1/desktop/asia/asian_but3.png');
	background-repeat: no-repeat;
	left: 0;
}
@keyframes notice-splash {
	0% {
		left: -10px;
	}
	100% {
		left: 100%;
	}
}
.header__notice {
	position: relative;
	width: 100%;
	margin: 0 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	overflow: hidden;
	background: #e70404;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 10.5px;
}
.header__notice::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	content: '';
	background: linear-gradient(
		to right,
		transparent 0,
		hsla(0, 0%, 100%, 0.5) 100%,
		transparent 0
	);
	transform: skew(30deg);
	animation: notice-splash 2s infinite ease-in-out;
}
.loc_info_leftFL a .hideDop {
	position: absolute;
	top: 47px;
	z-index: 6;
	min-width: 200px;
	display: none;
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	background-color: #1d565a;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	left: 10px;
}
.loc_info_leftFL a .hideDop::before {
	position: absolute;
	top: -12px;
	content: '◣';
	color: #1d565a;
	text-shadow: 0 -1px 1px #fff;
	font-size: 14px;
	left: 10px;
}
.loc_info_leftFL a .hideDop .bigName {
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
.loc_info_leftFL a .hideDop .text {
	margin-top: 8px;
	display: inline-block;
	text-align: left;
	font-size: 11px;
}
.loc_info_leftFL .link_new_site .hideDop,
.loc_info_leftFL .lite_version .hideDop {
	min-width: 150px;
}
.paymentsTL {
	flex: 0 0 auto;
}
.paymentsTLBut {
	position: relative;
	flex: 0 0 auto;
	height: 37px;
	display: flex;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #0e5d9a;
	color: #fff;
	box-shadow: inset 0 50px 25px -15px #388ecc;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
	border-left: 1px solid #ccc;
}
.paymentsTLBut:hover {
	border-bottom: none;
	background-color: #1f72ad;
	box-shadow: none;
}
.top_extra_buttons {
	flex: 0 0 auto;
	display: flex;
	margin-right: auto;
}
.top_extra_buttons:dir(rtl) {
	margin-right: 0;
}
.top_extra_buttons a {
	position: relative;
	flex: 0 0 auto;
	height: 37px;
	display: flex;
	vertical-align: bottom;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #174b73;
	color: #fff;
	box-shadow: inset 0 50px 25px -15px #216ca6;
	text-align: left;
	font-size: 10px;
	line-height: 11px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border-left: 1px solid #ccc;
}
.top_extra_buttons a.bn {
	display: inline-flex;
	flex-direction: column;
	place-content: center center;
	align-items: center;
	padding: 0 7px;
	background-color: #658726;
	box-shadow: inset 0 50px 25px -15px #93c738;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', 'Roboto Local', 'Roboto Condensed Local', sans-serif;
	line-height: 10px;
}
.top_extra_buttons a.bn:hover {
	background-color: #93c738;
	box-shadow: none;
}
.top_extra_buttons a.bn b {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.top_extra_buttons a.bn b i {
	font-size: 10px;
	font-style: normal;
}
.top_extra_buttons a::before {
	position: relative;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	line-height: 22px;
}
.top_extra_buttons a span {
	position: absolute;
	top: 47px;
	z-index: 6;
	min-width: 200px;
	display: none;
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	background-color: #1a5684;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	left: 0;
}
.top_extra_buttons a span b {
	margin-bottom: 11px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
.top_extra_buttons a span::before {
	position: absolute;
	top: -12px;
	content: '◣';
	color: #1a5684;
	text-shadow: 0 -1px 1px #fff;
	font-size: 14px;
	left: 20px;
}
.top_extra_buttons a:hover {
	border-bottom: none;
	background-color: #1a5684;
	box-shadow: none;
}
.top_extra_buttons a:hover span {
	display: block;
}
.top_extra_buttons a.bn.kz {
	line-height: 13px;
}
.top_extra_buttons a.bn.kz b {
	font-size: 14px;
}
.top_extra_buttons a.bn.kz b i {
	font-size: 17px;
}
.top_extra_buttons .user-redirect-button {
	cursor: pointer;
	padding: 0.7142857143em 0.7142857143em 0.8571428571em;
	border: none;
	background: linear-gradient(180deg, #2b9f4e, #237e40);
	font-size: 1.1666666667em;
}
.top_extra_buttons .user-redirect-button__icon {
	width: 5.2142857143em;
	height: 0.8571428571em;
}
.top_extra_buttons .user-redirect-button__svg {
	width: 100%;
	height: 100%;
}
.callbackTLBut::before,
.callbackTLBut_10::before {
	content: '';
	font-size: 18px;
}
.callbackTLBut_wo_icon::before {
	content: none;
}
.callbackTLBut {
	transition: all 0.15s ease;
}
.callbackTLBut:hover > span {
	animation: showHint 1s 1;
}
.st::before {
	content: '';
	font-size: 18px;
}
.rz::before {
	content: '';
	font-size: 18px;
}
.top_extra_buttons .pl {
	position: relative;
	height: 37px;
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	padding: 7px 15px 8px;
	box-sizing: border-box;
	background-color: #0e5d9a;
	color: #fff;
	box-shadow: inset 0 50px 25px -25px #388ecc;
	text-align: left;
	font-size: 10px;
	line-height: 11px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border-left: 1px solid #ccc;
}
.top_extra_buttons .pl::before {
	position: relative;
	height: 22px;
	content: '';
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 22px;
}
.top_extra_buttons .pl.active,
.top_extra_buttons .pl:hover {
	border-bottom: none;
	background-color: #1f72ad;
	box-shadow: none;
}
.plDrop_div {
	position: absolute;
	top: 37px;
	z-index: 1;
	min-width: 220px;
	cursor: auto;
	display: none;
	padding: 12px 20px 2px 18px;
	background-color: #1f72ad;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	text-transform: none;
	left: 0;
}
.plDrop_div p {
	margin: 0 10px 13px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.plDrop_div p.title {
	text-transform: uppercase;
}
.plDrop_div input {
	width: calc(100% - 20px);
	height: 29px;
	margin-bottom: 12px;
	padding: 0 10px;
	outline: none;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	line-height: 29px;
}
.plDrop_div input::-moz-placeholder {
	color: #a2a6b3;
}
.plDrop_div input::placeholder {
	color: #a2a6b3;
}
.plDrop_div .enter_button_main {
	width: 100%;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	padding: 0;
	border-radius: 2px;
	background-image: linear-gradient(
		180deg,
		hsl(82, 68%, 43%),
		hsl(81, 77%, 32%)
	);
	color: #fff;
	box-shadow: inset 0 -1px 3px #81b724;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 29px;
	border-left: 0;
}
.plDrop_div .socAuthTxt {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
#loc_info > noindex,
.loc_info2 > noindex {
	flex: 0 0 auto;
	display: flex;
}
.langDropTop {
	flex: 0 0 auto;
}
.langDropTop .flag-icon {
	filter: drop-shadow(0 0 1px hsla(0, 0%, 100%, 0.3));
}
.curlangDropTop {
	flex: 0 0 auto;
	height: 37px;
	cursor: pointer;
	display: flex;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #174b73;
	box-shadow: inset 0 50px 25px -25px #216ca6;
	line-height: 22px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border-left: 1px solid #ccc;
}
.curlangDropTop::before {
	transition: all 0.15s linear;
}
.langDropTop_con.active .curlangDropTop {
	border-bottom: none;
	background-color: #1a5684;
	box-shadow: none;
}
.langDropTop_con.active .curlangDropTop::before {
	animation: showSubTop1 0.5s linear 1;
}
.langDropTop_con.active .curlangDropTop::after {
	transform: rotate(180deg);
}
.curlangDropTop::after {
	content: '';
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
}
.curlangDropTop:hover {
	border-bottom: none;
	background-color: #1a5684;
	box-shadow: none;
}
.curlangDropTop > .flag-icon {
	width: 18px;
	height: 18px;
}
.curlangDropTop .name {
	margin: 0 4px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 12px;
}
@keyframes showSubTop1 {
	0%,
	80% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(180deg);
	}
}
.langDropTop_ul {
	position: absolute;
	top: 37px;
	right: 0;
	z-index: 1;
	width: 304px;
	margin: 0;
	display: none;
	padding: 2px;
	box-sizing: border-box;
	background-color: #1a5684;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	list-style: none;
	text-align: left;
	font-size: 0;
}
.langDropTop_ul:dir(rtl) {
	right: auto;
	left: 0;
}
.langDropTop_ul li {
	width: 20%;
	margin-top: 10px;
	display: inline-block;
	font-size: 12px;
}
.langDropTop_ul li:nth-child(-n + 5) {
	margin-top: 0;
}
.langDropTop_ul li a {
	display: block;
	padding: 3px 3px 3px 10px;
	box-sizing: border-box;
	color: #fff;
	line-height: 22px;
	transition: 0.3s ease;
}
.langDropTop_ul li a:dir(rtl) {
	padding: 3px 10px 3px 3px;
}
.langDropTop_ul li a:hover {
	background-color: #1f72ad;
}
.langDropTop_ul li a span {
	text-transform: uppercase;
}
.timeButTopFl {
	position: relative;
	flex: 0 0 auto;
	height: 37px;
	cursor: pointer;
	display: flex;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #174b73;
	box-shadow: inset 0 50px 25px -25px #216ca6;
	line-height: 22px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border-left: 1px solid #ccc;
}
.timeButTopFl.active .timeButTop::before {
	animation: showSubTop2 0.5s linear 1;
}
.timeButTopFl::after {
	content: '';
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
}
.timeButTopFl.active,
.timeButTopFl:hover {
	border-bottom: none;
	box-shadow: none;
}
.timeButTopFl.active::after {
	transform: rotate(180deg);
}
@keyframes showSubTop2 {
	0%,
	80% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(180deg);
	}
}
.timeButTop {
	width: 34px;
	display: inline-block;
	font-size: 13px;
	margin-right: 4px;
}
.timeButTop::before {
	transition: all 0.15s linear;
}
.timeButTop_con {
	position: absolute;
	top: 37px;
	right: 0;
	z-index: 1;
	width: 640px;
	display: none;
	background-color: #1a5684;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.timeButTop_con:dir(rtl) {
	right: auto;
	left: 0;
}
.timeButTop_con_scroll {
	height: 200px;
	overflow: auto;
}
.timeButTop_con_scroll .ps-scrollbar-y-rail {
	top: 0 !important;
}
.timeButTop_con ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.timeButTop_con li {
	position: relative;
	display: block;
	padding: 3px 15px;
	font-size: 12px;
	line-height: 22px;
}
.timeButTop_con li:not(:first-child)::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #1f72ad;
}
.timeButTop_con li:hover {
	background-color: #1f72ad;
}
.coefDropTop {
	position: relative;
}
.coefDropTop_con {
	position: absolute;
	top: 37px;
	right: 0;
	z-index: 1;
	background-color: #1a5684;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	text-align: left;
}
.coefDropTop_con:dir(rtl) {
	right: auto;
	left: 0;
}
.coefDropTop_con.active {
	min-width: 500px;
}
.curcoefDropTop {
	position: relative;
	flex: 0 0 auto;
	height: 37px;
	cursor: pointer;
	display: flex;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #18474b;
	box-shadow: inset 0 50px 25px -15px #277479;
	line-height: 22px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border-left: 1px solid #ccc;
}
.curcoefDropTop__fire {
	position: absolute;
	inset-inline-start: 15px;
	top: 3px;
}
.coefDropTop_con.active .curcoefDropTop::before {
	animation: showSubTop3 0.5s linear 1;
}
@keyframes showSubTop3 {
	0%,
	80% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(180deg);
	}
}
.curcoefDropTop::before {
	position: relative;
	z-index: 2;
	height: 22px;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 20px;
	margin-inline-end: 12px;
}
.curcoefDropTop::after {
	position: absolute;
	top: 50%;
	height: 20px;
	content: '';
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	transform: translateY(-50%);
	right: 12px;
}
.curcoefDropTop.active,
.curcoefDropTop:hover {
	border-bottom: none;
	background-color: #1d565a;
	box-shadow: none;
}
.curcoefDropTop.active::after {
	transform: translateY(-50%) rotate(180deg);
}
.header-settings-tooltip {
	position: absolute;
	top: 120%;
	z-index: 1;
	min-width: 13.4375em;
	right: -1.25em;
	box-sizing: border-box;
	border: 1px solid #a5bfc2;
	border-radius: 0.1875em;
	background-color: #fff;
	font-size: 16px;
	padding: 0.625em 1.25em 0.625em 0.9375em;
}
.header-settings-tooltip::before {
	position: absolute;
	top: -0.3125em;
	width: 0.5em;
	height: 0.5em;
	content: '';
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: rgba(117, 153, 184, 0.5);
	background-color: #fff;
	transform: rotate(-45deg);
	right: 1.25em;
}
.header-settings-tooltip__close {
	position: absolute;
	top: 0.375em;
	margin: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
	font-size: inherit;
	right: 0.375em;
}
.header-settings-tooltip__cross {
	position: relative;
	width: 0.875em;
	height: 0.875em;
	display: block;
}
.header-settings-tooltip__cross::before,
.header-settings-tooltip__cross::after {
	position: absolute;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #a5bfc2;
}
.header-settings-tooltip__cross::before {
	transform: rotate(45deg);
}
.header-settings-tooltip__cross::after {
	transform: rotate(-45deg);
}
.header-settings-tooltip__content {
	margin: 0;
	padding: 0;
	color: #2c7179;
	font-size: 0.6875em;
}
.teo-item,
[class*='top-options'] {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-extra-options,
[class*='top-options'] {
	display: none;
}
.coefDropTop_con.active .top-extra-options,
.coefDropTop_con.active [class*='top-options'] {
	display: flex;
}
[class*='top-options'] {
	position: relative;
	top: auto !important;
	left: auto !important;
	width: 100%;
}
.coefDropTop_con.active [class*='top-options'] {
	justify-content: center;
}
.top-options-left,
.top-options-right {
	flex: 1 0 50%;
	flex-direction: column;
}
.top-options--coefs {
	flex-wrap: nowrap;
}
@media (width >= 1367px) {
	.top-name.live_line_view,
	.top-options#live_line_view {
		display: none !important;
	}
}
.top-options_views {
	padding: 1px;
}
[class*='top-options'] li {
	position: relative;
	flex: 1 1 0;
	cursor: pointer;
}
[class*='top-options'] li.top-view {
	flex-basis: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
}
.top-name {
	position: relative;
	width: 100%;
	height: 25px;
	display: none;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 25px;
}
.coefDropTop_con.active .top-name {
	display: block;
}
.top-name:first-child::before {
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	box-shadow: inset 0 -5px 6px -6px rgba(0, 0, 0, 0.5);
}
.top-options li {
	margin-left: 1px;
	background-color: #4684b4;
	transition: background-color 0.3s ease;
}
.top-options li:last-child {
	margin-right: 1px;
}
.top-options li.check,
.top-options li:hover {
	background-color: #1f72ad;
}
.top-options li::before {
	position: absolute;
	top: 9px;
	left: 50%;
	width: 7px;
	height: 7px;
	content: '';
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	background-color: #999;
	transform: translateX(-50%);
}
.top-options li.check::before {
	background-color: #89c02a;
}
.top-view {
	cursor: pointer;
	padding: 0.1875em 1.875em;
	background-color: #4684b4;
	font-size: 16px;
	transition: background-color 0.3s;
	will-change: background-color;
}
.top-view::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1875em;
	content: '';
	transition: background-color 0.3s;
	will-change: background-color;
}
.top-view.active,
.top-view:hover {
	background-color: #1f72ad;
}
.top-view.active::before,
.top-view:hover::before {
	background-color: #89c02a;
}
.top-view:not(:first-of-type) {
	margin-left: 1px;
}
.top-view__name {
	margin: 0;
	padding: 0.8181818182em 0em 0.7272727273em;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	pointer-events: none;
}
.top-view .top-view__icon::before {
	position: absolute;
	top: 50%;
	opacity: 0.3;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 0.875em;
	transform: translateY(-50%);
	transition: opacity ease 0.3s;
	right: 0.8571428571em;
}
.top-view .top-view__icon:hover::before {
	opacity: 1;
}
.top-view .top-view__icon:hover + .header-settings-tooltip {
	opacity: 1;
	pointer-events: auto;
}
.top-view .header-settings-tooltip {
	width: 100%;
	min-width: auto;
	opacity: 0;
	padding: 0.5em;
	transition: opacity ease 0.3s;
	pointer-events: none;
	right: 0;
}
.top-view .header-settings-tooltip::before {
	right: 0.75em;
}
[class*='top-options'] li a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
	pointer-events: none;
}
[class*='top-options'] li a:dir(rtl) {
	font-size: 14px;
}
.top-options li a {
	padding: 20px 13px 0;
	white-space: nowrap;
}
.top-options__example {
	justify-content: center;
	color: #8fbadb;
	font-size: 9px;
}
.top-options.top-options--coefs .setting-site::before,
.top-options-right .top-options-list .setting-site::before {
	display: none;
}
.top-options.top-options--coefs .setting-site .setting-site__link {
	padding: 7px 13px 5px;
}
.top-options-right .top-options-list .setting-site .setting-site__link {
	padding: 14px 13px 10px;
	font-size: 12px;
}
.top-options.top-options--coefs .setting-site .setting-site__link,
.top-options-right .top-options-list .setting-site .setting-site__link {
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	line-height: 18px;
}
.top-options.top-options--coefs .setting-site:hover .setting-site__link,
.top-options.top-options--coefs .setting-site.check .setting-site__link,
.top-options-right .top-options-list .setting-site:hover .setting-site__link,
.top-options-right .top-options-list .setting-site.check .setting-site__link {
	border-bottom: 3px solid #24ab4d;
}
.top-extra-options {
	flex-wrap: wrap;
}
.top-extra-options-column--format {
	width: 100%;
}
.teo-item {
	flex: 1 1 50%;
	width: 50%;
	display: flex;
	flex-flow: column wrap;
	place-content: stretch center;
	align-items: stretch;
	box-sizing: border-box;
	border-bottom: 1px solid #4684b4;
}
.withLangs .teo-item#live_line_view {
	display: none;
}
@media (width >= 1367px) {
	.teo-item#live_line_view {
		display: none;
	}
}
.teo-item:nth-child(2n) {
	box-shadow: inset 1px 0 0 #4684b4;
}
.teo-item:nth-child(2n):dir(rtl) {
	box-shadow: inset -1px 0 0 #4684b4;
}
[class*='teo-item__name'] {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	height: 25px;
	display: flex;
	align-content: center;
	align-items: center;
	padding: 2px 15px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
	transition: background-color 0.3s ease;
}
[class*='teo-item__name']:dir(rtl) {
	font-size: 13px;
}
.teo-item__name_switch {
	cursor: pointer;
	padding-right: 40px;
}
.teo-item__name_switch:dir(rtl) {
	padding-right: 15px;
}
.teo-item__name_switch:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
.teo-item__name_switch::after,
.teo-item__name_switch::before {
	position: absolute;
	top: 50%;
	content: '';
	transform: translateY(-50%);
}
.teo-item__name_switch::before {
	right: 15px;
	left: auto;
	width: 24px;
	height: 10px;
	border-radius: 4px;
	background-color: rgba(227, 227, 227, 0.5);
	transition: background-color 0.3s ease;
}
.teo-item__name_switch::after {
	right: 24px;
	left: auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #e3e3e3;
	transition: background-color 0.3s ease, right 0.3s ease;
}
.teo-item__name_switch.check::before {
	background-color: rgba(132, 179, 50, 0.5);
}
.teo-item__name_switch.check::after {
	right: 15px;
	left: auto;
	background-color: #84b332;
}
[class*='teo-color'] {
	height: 15px;
	cursor: pointer;
	padding: 0 5px;
	text-transform: none;
	line-height: 15px;
}
[class*='teo-color'].check,
[class*='teo-color']:hover {
	box-shadow: 0 2px 0 0 #89c02a;
}
.teo-color__gray {
	margin-left: auto;
	background-color: #d0dde1;
	color: #1a5684;
}
.teo-color__blue {
	background-color: #4b91b4;
	color: #fff;
}
.teo-mirrors {
	max-width: 50%;
	display: flex;
	flex-wrap: wrap;
	place-content: center flex-end;
	align-items: center;
	margin-left: auto;
}
.teo-mirrors_item {
	width: 32px;
	height: 17px;
	margin: 0 0 1px 1px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: #33759e;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	transition: 0.3s ease;
}
.teo-mirrors_item:hover {
	background-color: #4684b4;
}
.teo-mirrors_domain {
	color: #fff;
}
.top_short_link {
	display: none;
}
#loginout:not(.top__account) {
	margin-left: auto;
}
#loginout:not(.top__account),
.fLogin2 {
	flex: 0 0 auto;
	display: flex;
}
.fLogin2 > a:not(.register_button_main) {
	position: relative;
	height: 37px;
	cursor: pointer;
	display: flex;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #0e5d9a;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
}
.loginDropTop {
	flex: 0 0 auto;
}
.loginDropTop_con,
.loc_info_leftFL .app_link_wrap {
	position: relative;
	height: 37px;
	cursor: pointer;
	display: flex;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #0e5d9a;
	box-shadow: inset 0 50px 25px -25px #388ecc;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
}
.loginDropTop_con:hover {
	border-bottom: none;
	background-color: #1f72ad;
	box-shadow: none;
}
.loginDropTop_con.active {
	border: none;
	background-color: #1a5684;
	box-shadow: none;
}
.curloginDropTop::before {
	position: relative;
	height: 22px;
	content: '';
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 22px;
	margin-right: 9px;
}
.curloginDropTop .name {
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 20px;
}
.loginDropTop_div {
	position: absolute;
	top: 37px;
	z-index: 1;
	min-width: 250px;
	cursor: auto;
	display: none;
	padding: 19px 20px 5px 18px;
	background-color: #1a5684;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	text-transform: none;
	left: 0;
}
.loginDropTop_div:dir(rtl) {
	padding: 19px 18px 5px 20px;
}
.clearSave {
	display: flex;
	align-items: center;
}
.loginDropTop_div .big_check {
	width: auto;
	height: 13px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	line-height: 13px;
}
.loginDropTop_div .big_check + label {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
}
.loginDropTop_div .forgot_pass_main {
	margin-left: auto;
	vertical-align: top;
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
}
.loginDropTop_div .forgot_pass_main:hover {
	text-decoration: none;
}
.loginDropTop_div .enter_button_main {
	width: 100%;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	border-radius: 2px;
	background-image: linear-gradient(
		180deg,
		hsl(82, 68%, 43%),
		hsl(81, 77%, 32%)
	);
	color: #fff;
	box-shadow: inset 0 -1px 3px #81b724;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 29px;
}
.loginDropTop_div .socAuthTxt {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.loginDropTop_div .all_soc_enter {
	margin: 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 24px;
	white-space: nowrap;
	gap: 1.25em;
}
.loginDropTop_div .all_soc_enter li a::before {
	color: #fff;
}
.loginDropTop_div .all_soc_enter a:hover {
	color: #269af2;
}
.loginDropTop_div .all_soc_enter li .fb_en::before,
.loginDropTop_div .all_soc_enter li .gp_en::before,
.loginDropTop_div .all_soc_enter li .google_en::before,
.loginDropTop_div .all_soc_enter li .apple_en::before,
.loginDropTop_div .all_soc_enter li .vk_en::before,
.loginDropTop_div .all_soc_enter li .tg_en::before,
.loginDropTop_div .all_soc_enter li .ok_en::before {
	font-family: 'FontAwesome', sans-serif;
	font-size: 1em;
}
.loginDropTop_div .all_soc_enter li .fb_en::before {
	content: '';
}
.loginDropTop_div .all_soc_enter li .gp_en::before {
	content: '';
}
.loginDropTop_div .all_soc_enter li .google_en::before {
	content: '';
}
.loginDropTop_div .all_soc_enter li .apple_en::before {
	content: '';
}
.loginDropTop_div .all_soc_enter li .vk_en::before {
	content: '';
}
.loginDropTop_div .all_soc_enter li .tg_en::before {
	content: '';
}
.loginDropTop_div .all_soc_enter li .ok_en::before {
	content: '';
}
.loginDropTop_div .all_soc_enter li .tw_en::before {
	width: 0.8461538462em;
	height: 0.8461538462em;
	content: '';
	display: block;
	background-color: #fff;
	-webkit-mask: url('/genfiles/cms/1/desktop/media_asset/twitter-new-icon.svg');
	mask: url('/genfiles/cms/1/desktop/media_asset/twitter-new-icon.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: auto;
	mask-size: auto;
}
.loginDropTop_div .all_soc_enter li .line_en::before,
.loginDropTop_div .all_soc_enter li .metamask_en::before {
	width: 1em;
	height: 1em;
	content: '';
	display: block;
	background-color: #fff;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: auto;
	mask-size: auto;
}
.loginDropTop_div .all_soc_enter li .line_en::before {
	-webkit-mask-image: url('/genfiles/cms/1/desktop/auth/line.svg');
	mask-image: url('/genfiles/cms/1/desktop/auth/line.svg');
}
.loginDropTop_div .all_soc_enter li .metamask_en::before {
	-webkit-mask-image: url('/genfiles/cms/1/desktop/auth/metamask.svg');
	mask-image: url('/genfiles/cms/1/desktop/auth/metamask.svg');
}
.loginDropTop_div .all_soc_enter li .ya_en::before {
	content: 'Я';
	font-family: 'Tahoma', 'Arial', 'Verdana', sans-serif;
	font-size: 14px;
}
.loginDropTop_div .all_soc_enter li .mr_en::before {
	content: '@';
	font-family: 'Tahoma', 'Arial', 'Verdana', sans-serif;
	font-size: 14px;
}
.alt-auth {
	margin-bottom: 5px;
	display: flex;
	justify-content: space-around;
}
.login-btn {
	padding: 0;
}
.login-btn__inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 15px;
}
[class*='alt-auth__link'] {
	flex: 0 1 auto;
	cursor: pointer;
	display: flex;
	place-content: center center;
	align-items: center;
	padding: 5px 15px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.43;
	transition: background-color 0.3s;
}
[class*='alt-auth__link'].active,
[class*='alt-auth__link']:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
[class*='alt-auth__link']::before {
	margin-right: 5px;
	font-family: 'FontAwesome';
}
.alt-auth__link_sms::before {
	content: '';
	font-size: 13px;
}
.alt-auth__link_otp::before {
	content: '';
	font-size: 14px;
}
[class*='alt-auth__dialog']:not(.g-login__form) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 165px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	padding-bottom: 0;
	box-sizing: border-box;
	background-color: #1a5684;
}
.alt-auth__input {
	margin: 0 !important;
	display: flex;
	place-content: center center;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
	border: none;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: none;
}
#google_auth .alt-auth {
	margin-top: 20px;
	margin-bottom: 15px;
}
.alt-auth__btn {
	width: 100%;
	height: 29px;
	margin-top: 15px;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	border: none;
	border-radius: 2px;
	background-image: linear-gradient(
		to bottom,
		hsl(81, 77%, 32%),
		hsl(82, 68%, 43%)
	);
	color: #fff;
	box-shadow: inset 0 -1px 3px #81b724;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.alt-auth__text {
	margin: 10px 0 4px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}
.register_button_main {
	flex: 0 0 auto;
	height: 37px;
	cursor: pointer;
	display: flex;
	vertical-align: bottom;
	place-content: center flex-start;
	align-items: center;
	padding: 0 12px;
	box-sizing: border-box;
	background-color: #668a28;
	color: #fff;
	box-shadow: inset 0 50px 25px -25px #84b332;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
	border-left: 1px solid #ccc;
}
.register_button_main:dir(rtl) {
	font-size: 13px;
}
.register_button_main::before {
	position: relative;
	height: 22px;
	content: '';
	display: inline-block !important;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 22px;
	margin-right: 5px;
}
.register_button_main:hover {
	border-bottom: none;
	background-color: #84b332;
	box-shadow: none;
}
.user-money {
	position: relative;
	margin-right: 1px;
}
.show_bonusProgress {
	position: relative;
	flex: 0 0 auto;
	cursor: default;
	display: flex;
	vertical-align: bottom;
	align-items: center;
	background-color: #74a4c8;
	padding-right: 15px;
	padding-left: 25px;
	border-left: 1px solid #ccc;
}
.show_bonusProgress::after {
	position: absolute;
	top: 50%;
	content: '';
	cursor: pointer;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 14px;
	transform: translateY(-50%);
	transition: 0.5s ease;
	left: 10px;
}
.show_bonusProgress img {
	display: none;
}
.show_bonusProgress::before {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 0;
	height: 3px;
	content: '';
	background-color: #4b89b9;
	transition: width 0.2s ease;
	left: 0;
}
.show_bonusProgress:active::after {
	transform: translateY(-50%) rotate(180deg);
}
.show_bonusProgress:active::before {
	width: 100%;
}
.user-money {
	height: 100%;
}
.user-money,
.user-money_balance {
	display: flex;
}
.user-money_balance {
	position: relative;
}
.user-money_balance .scroll-wrapper > .scroll-content {
	max-height: 295px !important;
	margin: 0 !important;
	overflow: hidden !important;
}
.user-money_balance .scroll-wrapper > .scroll-content:dir(rtl) {
	right: auto;
}
.user-money_balance:hover .user-balance__contain {
	display: block;
}
.user-balance__contain {
	position: absolute;
	top: 100%;
	z-index: 6;
	display: none;
	left: 0;
}
.user-balance-list {
	min-width: 210px;
	max-height: 295px;
	overflow: auto;
	border-top: 2px solid #fff;
	background: #74a4c8;
	box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.6);
	font-size: 12px;
}
.user-balance-list:dir(rtl) {
	direction: ltr;
}
.user-balance-list a {
	color: #fff;
}
.user-balance-list a p {
	border-bottom: dashed 1px #bedad1;
}
.user-balance-list__currency {
	margin: 0 2px;
}
.user-balance-list__item {
	display: flex;
	flex-direction: column;
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	transition: all 0.2s ease-in-out;
}
.user-balance-list__item-row {
	display: flex;
	justify-content: space-between;
}
.user-balance-list__item-row:dir(rtl) {
	direction: ltr;
}
.user-balance-list__item-row:first-child {
	margin-bottom: 5px;
}
.user-balance-list__item-row p {
	margin: 0;
}
.user-balance-list__item-row p:first-child {
	margin-right: 0.5em;
}
.user-balance-list__item:last-of-type {
	border: 0;
}
.base-balance .user-balance-list__item:hover {
	cursor: pointer;
	background: #4b89b9;
}
.user-balance-list__name {
	margin: 12px 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.user-balance-list__value {
	margin: 12px 0;
}
.extra-balance-list {
	min-width: 400px;
	background: #1a5684;
}
.extra-balance-list__item {
	align-items: flex-start;
}
.extra-balance-list__item,
.extra-balance-list__row {
	display: flex;
	justify-content: space-between;
}
.extra-balance-list__row {
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.extra-balance-list__row:last-child {
	border: 0;
}
.extra-balance-list .user-balance-list__name,
.extra-balance-list .user-balance-list__value {
	margin-top: 5px;
	margin-bottom: 0;
}
.extra-balance-list__col_progress {
	min-width: 200px;
	margin-left: 10px;
}
.extra-balance-item {
	flex: 1;
	min-width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.extra-balance-item:first-child {
	border-right: 1px solid #4684b4;
}
.extra-balance-item + .extra-balance-item .new_header_compatibility {
	display: block;
}
.extra-balance-item__title {
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #4989b6;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.extra-balance-item__single {
	width: 100%;
	min-height: 31px;
	margin: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	box-sizing: border-box;
}
.extra-balance__tab {
	position: relative;
	flex: 0 0 auto;
	cursor: default;
	display: flex;
	vertical-align: bottom;
	align-items: center;
	padding: 0 15px 0 25px;
	background-color: #74a4c8;
	border-left: 1px solid #ccc;
}
.extra-balance__tab:dir(rtl) {
	padding: 0 25px 0 15px;
}
.extra-balance__tab::before {
	position: absolute;
	top: 0;
	height: 100%;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'FontAwesome', sans-serif;
	font-size: 14px;
	transition: all 0.2s ease-in-out;
	left: 10px;
}
.extra-balance:hover .top-b__arrow::after,
.show_bonusProgress:hover .top-b__arrow::after {
	transform: rotate(180deg);
}
.show_bonusProgress b {
	display: block;
	font-size: 10px;
	font-weight: 400;
}
.top-b__account {
	position: relative;
	display: flex;
	vertical-align: top;
	flex-direction: column;
	place-content: flex-start center;
	align-items: flex-start;
	padding: 5px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
.top-b__arrow,
.top-b__arrow::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.top-b__arrow {
	width: 15px;
}
.top-b__arrow::after {
	width: 100%;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 14px;
	transition: all 0.2s ease-in-out;
}
.top-b__account ~ .top-b__account::before {
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	content: '';
	background-image: linear-gradient(
		180deg,
		transparent,
		hsl(0, 0%, 100%),
		transparent
	);
	left: 0;
}
.top-b__prompt {
	position: absolute;
	top: 47px;
	z-index: 6;
	min-width: 200px;
	display: none;
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	background-color: #1a5684;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	left: 0;
}
.top-b__prompt b {
	margin-bottom: 11px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
.top-b__prompt::before {
	position: absolute;
	top: -12px;
	content: '◣';
	color: #1a5684;
	text-shadow: 0 -1px 1px #fff;
	font-size: 14px;
	left: 20px;
}
.extra-balance:hover .top-b__prompt {
	display: block;
	text-align: left;
}
.top-b-acc__title {
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 11px;
	font-weight: 500;
	line-height: 13px;
}
.top-b-acc__title .currency-account {
	margin: 0 2px;
}
.top-b-acc__title span {
	text-transform: none;
	font-size: 10px;
}
.top-b-acc__amount {
	margin: 0;
	font-size: 12px;
	line-height: 13px;
}
.top-b__show {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	cursor: pointer;
	display: flex;
	place-content: center center;
	align-items: center;
	padding: 0 5px;
	box-sizing: border-box;
	background-color: #74a4c8;
	background-image: radial-gradient(hsla(0, 0%, 100%, 0.2), transparent 0);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	transition: opacity 0.1s;
}
.top-b__show:hover {
	opacity: 0;
}
.bonuses_dropdown {
	position: absolute;
	top: 100%;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	color: #fff;
	box-shadow: none;
	transition: max-height 0.3s, border 0.3s;
	left: 1px;
}
.wrap_bonusProgress.new_header_compatibility ~ .bonuses_dropdown {
	left: 226px;
}
.bonuses_dropdown:hover,
.show_bonusProgress:hover ~ .bonuses_dropdown {
	max-height: 200px;
	border: 1px solid #74a4c8;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.bonuses_dropdown_head {
	min-height: 5px;
	padding: 0 10px;
	background-color: #74a4c8;
	color: #fff;
}
.bonuses_dropdown_head_text {
	margin: 0;
}
.bonuses_dropdown_head_coins,
.bonuses_dropdown_head_rating {
	width: 50%;
	margin: 0;
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 27px;
}
.bonuses_dropdown_head_coins {
	text-align: right;
}
.bonuses_dropdown_list {
	min-width: 225px;
	padding: 0;
	list-style: none;
}
.bonuses_dropdown_list > li {
	height: 37px;
	padding: 3px 0;
	box-sizing: border-box;
	border-top: 1px solid #74a4c8;
	background-color: #1a5684;
}
li.bonus_account {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	line-height: 31px;
}
li.bonus_account:hover {
	background-color: #1f72ad;
}
li.bonus_account::before {
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	content: '';
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	background-color: #999;
	transform: translateY(-50%);
	left: 10px;
}
li.bonus_account__active::before {
	background-color: #89c02a;
}
.bonus_account_balance,
.bonus_account_type {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}
.bonus_account_balance_currency {
	display: inline-block;
	margin-left: 4px;
	text-transform: uppercase;
}
#show_bonusProgress {
	display: none !important;
}
.progress {
	position: relative;
	width: 200px;
	height: 100% !important;
	display: inline-block;
}
.wrap_bonusProgress.new_header_compatibility {
	height: 37px;
	display: inline-block;
	vertical-align: bottom;
	padding: 3px 0;
	box-sizing: border-box;
	background: #1a5684;
	color: #fff;
	text-align: left;
	font-size: 12px;
}
.passwProgress {
	width: 100%;
	height: 9px !important;
	margin: 10px 0;
	display: inline-block;
}
.bonusProgress {
	height: 10px;
	margin: 0 10px;
	display: inline-block;
}
.bonus_start {
	padding-right: 10px;
}
.progress-label {
	position: absolute;
	left: 50%;
	font-size: 10px;
}
.bonus_end {
	padding-left: 10px;
}
.new_header_compatibility .nameBonus {
	margin-right: 0.625em;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
}
.new_header_compatibility .bonusProgress {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	vertical-align: top;
	font-size: 0;
}
.new_header_compatibility .bonus_end,
.new_header_compatibility .bonus_start {
	position: absolute;
	top: 100%;
	color: #fff;
	font-size: 9px;
}
.new_header_compatibility .bonus_start {
	left: 0;
}
.new_header_compatibility .bonus_end {
	right: 0;
}
.new_header_compatibility .progress {
	width: 100%;
	height: 4px !important;
	box-sizing: border-box;
	overflow: visible;
	border-top: 0;
	border-right: 1px solid #fff;
	border-bottom: 0;
	border-left: 1px solid #fff;
	border-radius: 0;
	background-color: #ccc;
	background-image: none;
}
.new_header_compatibility .bonus_progress_markers {
	padding-left: 0;
	list-style: none;
}
.new_header_compatibility .bonus_progress_markers > li {
	position: absolute;
	top: 100%;
	display: inline-block;
	color: #fff;
	font-size: 9px;
	transform: translateX(-50%);
}
.new_header_compatibility .bonus_progress_markers > li:first-child {
	left: 16.67%;
}
.new_header_compatibility .bonus_progress_markers > li:nth-child(2) {
	left: 33.33%;
}
.new_header_compatibility .bonus_progress_markers > li:nth-child(3) {
	left: 50%;
}
.new_header_compatibility .bonus_progress_markers > li:nth-child(4) {
	left: 66.67%;
}
.new_header_compatibility .bonus_progress_markers > li:nth-child(5) {
	left: 83.33%;
}
.new_header_compatibility .bonus_progress_markers > li::before {
	position: absolute;
	top: -4px;
	left: 50%;
	width: 1px;
	height: 4px;
	content: '';
	background-color: #fff;
}
.new_header_compatibility .progress-label {
	top: 100%;
	color: #fff;
	font-size: 9px;
	transform: translateX(-50%);
}
.new_header_compatibility .ui-progressbar-value {
	max-width: 100%;
	margin: 0 !important;
	border-right: 1px solid #fff;
	background-color: #89c02a !important;
}
.new_header_compatibility .bonus_race .ui-progressbar-value {
	border-right: none;
}
.up-funds-button-green {
	flex: 0 0 auto;
	height: 37px;
	cursor: pointer;
	display: flex;
	vertical-align: bottom;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #668a28;
	color: #fff;
	box-shadow: inset 0 50px 25px -25px #84b332;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
	border-left: 1px solid #ccc;
}
.up-funds-button-green:hover {
	border-bottom: none;
	background-color: #84b332;
	box-shadow: none;
}
.up-funds-button-green::before {
	position: relative;
	height: 22px;
	content: '';
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 24px;
	margin-right: 4px;
}
.up-funds-button-green--with-animation {
	position: relative;
}
.up-funds-button-green--with-animation::before {
	display: none;
}
.up-funds-button-green--with-animation::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: '';
	display: block;
	background: linear-gradient(
		360deg,
		hsl(82, 56%, 45%) 0%,
		hsl(82, 56%, 45%) 100%
	);
	animation: 40s linear infinite attend-btn 10s;
}
.up-funds-button-green--with-animation .up-funds-button-green__icon {
	position: relative;
	margin-right: 0.4285714286em;
	z-index: 2;
}
.up-funds-button-green--with-animation .up-funds-button-green__icon::before {
	content: '';
	display: inline-block;
	font-family: 'FontAwesome';
	animation: 40s linear infinite attend-dollar 10s;
}
.up-funds-button-green--with-animation .up-funds-button-green__icon::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 2.0909090909em;
	height: 2.0909090909em;
	opacity: 0;
	content: '';
	display: block;
	border-radius: 50%;
	background: #fff;
	transform: translateX(-36%) translateY(-50%) scale(0);
	transform-origin: center center;
	animation: 40s linear infinite attend-circle 10s;
}
.up-funds-button-green--with-animation .up-funds-button-green__label {
	position: relative;
	z-index: 2;
}
.header-history,
.header-history a {
	display: inline-block;
	vertical-align: bottom;
}
.header-history a {
	position: relative;
	height: 37px;
	cursor: pointer;
	padding: 7px 15px 8px;
	box-sizing: border-box;
	background-color: #174b73;
	color: #fff;
	box-shadow: inset 0 50px 25px -25px #216ca6;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0;
	line-height: 24px;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
	border-left: 1px solid #ccc;
}
.header-history a:hover {
	border-bottom: none;
	background-color: #1a5684;
	box-shadow: none;
}
.header-history a::before {
	position: relative;
	height: 22px;
	content: '';
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 22px;
}
.header-history img {
	display: none;
}
.wrap_lk {
	position: relative;
	display: flex;
}
.wrap_lk:hover .lk_header_options {
	max-height: 300px;
	transition: max-height 0.6s;
}
.lk_header_options {
	position: absolute;
	top: 37px;
	z-index: 6;
	max-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	list-style: none;
	transition: max-height 0.3s;
	left: 1px;
}
.lk_header_options_item a {
	position: relative;
	height: 28px;
	display: block;
	box-sizing: border-box;
	background-color: #1f72ad;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 28px;
	white-space: nowrap;
	transition: background-color 0.3s ease;
	padding-right: 15px;
	padding-left: 35px;
}
.lk_header_options_item a:hover {
	background-color: #1a5684;
}
.lk_header_options_item a::before {
	position: absolute;
	left: 15px;
	height: 28px;
	font-family: 'fontAwesome';
	font-size: 12px;
	line-height: 28px;
}
.lk_header_options_item:not(:last-child) a {
	border-bottom: 1px solid #1a5684;
}
.lk_header_options_recharge a::before {
	content: '';
}
.lk_header_options_deduce a::before {
	content: '';
}
.lk_header_options_account a::before {
	content: '';
}
.lk_header_options_bringfriend a::before {
	content: '';
}
.lk_header_options_history a::before {
	content: '';
}
.lk_header_options_settings a::before {
	content: '';
}
.lk_header_options_exit a::before {
	content: '';
}
.lk_header_options_withdraw_application a::before {
	content: '';
}
#uMessage a {
	box-shadow: inset 0 50px 25px -25px #216ca6;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
}
.submenu_link {
	position: relative;
	flex: 0 0 auto;
	height: 37px;
	cursor: pointer;
	display: flex;
	vertical-align: bottom;
	place-content: center flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #0e5d9a;
	color: #fff;
	box-shadow: inset 0 50px 25px -15px #388ecc;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 24px;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
	border-left: 1px solid #ccc;
}
.submenu_link::before {
	position: relative;
	height: 22px;
	content: '';
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 22px;
	margin-right: 6px;
}
.new_header_compatibility:hover .submenu_link:not(.exitLink),
.wrap_lk:not(.new_header_compatibility) .submenu_link:not(.exitLink):hover {
	border-bottom: none;
	background-color: #267b80;
	box-shadow: none;
}
.wrap_lk > .exitLink {
	position: relative;
	height: 37px;
	cursor: pointer;
	vertical-align: bottom;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #18474b;
	color: #fff;
	box-shadow: inset 0 50px 25px -25px #277479;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 24px;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
	border-left: 1px solid #ccc;
}
.wrap_lk > .exitLink:hover {
	background-color: #1d565a;
}
.submenu_link.alert::after {
	position: absolute;
	top: 8px;
	width: 13px;
	height: 13px;
	content: '!';
	border-radius: 50%;
	background-color: #e21603;
	text-align: center;
	font-size: 9px;
	font-weight: 700;
	line-height: 13px;
	left: 20px;
}
.wrap_lk > .exitLink::before {
	content: '';
}
.submenu_link span {
	border: none !important;
}
.upm-n {
	width: 300px;
	margin-bottom: 5px;
	display: none;
	padding: 7px;
	border-radius: 5px;
	background: #071d2c;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
	text-align: left;
	line-height: 16px;
}
div.upm-close {
	width: 21px;
	height: 21px;
	background: url('/genfiles/cms/desktop/all-types-images/close_circle.png')
		no-repeat;
}
.paymentsTLBut::before {
	position: relative;
	height: 22px;
	margin-right: 9px;
	content: '';
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 22px;
}
[dir='rtl'] .paymentsTLBut::before {
	margin-right: 0;
	margin-left: 4px;
}
@media screen and (width <= 1679px) {
	.paymentsTLBut span {
		display: none;
	}
	.paymentsTLBut::before {
		margin-right: 0;
	}
}
@media screen and (width <= 1865px) {
	.wrap_lk > .exitLink {
		font-size: 0;
	}
	.wrap_lk > .exitLink::before {
		margin-right: 0;
	}
}
@media screen and (width <= 1850px) {
	.loc_info_leftFL a {
		padding: 7px 15px 8px;
		font-size: 0;
	}
	.loc_info_leftFL a .name {
		display: none;
	}
	.asian_but {
		padding: 7px 30px 8px;
		font-size: 0;
	}
	.loc_info_leftFL a::before {
		margin-right: 0;
	}
	.loc_info_leftFL a:hover .hideDop {
		display: block;
	}
}
@media screen and (width <= 1430px) {
	.top_extra_buttons .rz,
	.top_extra_buttons .st {
		display: none;
	}
	.submenu_link,
	.up-funds-button-green {
		padding: 0 10px;
	}
}
@media screen and (width <= 1420px) {
	.loc_info_leftFL .asian_but {
		display: none;
	}
}
@media screen and (width <= 1280px) {
	.wrap_bonusProgress.new_header_compatibility {
		display: none !important;
	}
	.submenu_link {
		min-width: 43.3px;
		justify-content: center;
		font-size: 0;
	}
	[lang='ar'] .submenu_link span {
		display: none;
	}
	.submenu_link::before {
		margin: 0;
	}
}
@media screen and (width <= 1050px) {
	.china_top .submenu_link:not(.exitLink) {
		font-size: 0;
	}
	.china_top .submenu_link:not(.exitLink)::before {
		margin-right: 0;
	}
}
#headF {
	position: relative;
	min-width: 1000px;
	height: 76px;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	background-color: #1a5684;
	transition: 0.3s ease;
}
#header {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .age {
	min-width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 2px solid #d2dfef;
	border-radius: 50%;
	color: #d2dfef;
	font-weight: 700;
}
#header .age-pic-note {
	display: flex;
	align-items: center;
}
#header .age-pic-note__text {
	position: relative;
	max-width: 35em;
	box-sizing: border-box;
	text-align: right;
	font-size: 0.8333333333em;
	padding-right: 2em;
}
#header .age-pic-note__text::before {
	position: absolute;
	top: 50%;
	width: 1px;
	height: 3.7em;
	content: '';
	background: rgba(255, 255, 255, 0.27);
	transform: translateY(-50%);
	right: 0.8em;
}
#header .age-pic-note__text--pt {
	font-size: 1em;
}
#header .age-pic {
	width: 40px;
	height: 40px;
}
#header[data-country] {
	background-image: url('/genfiles/cms/desktop/all-types-images/coats-of-arms.png');
	background-position: 200px 74px;
	background-repeat: no-repeat;
}
#header[data-country='1'] {
	background-position: 200px 0;
}
#header[data-country='190'] {
	background-position: 200px -74px;
}
#header[data-country='148'] {
	background-position: 200px -148px;
}
#header[data-country='198'] {
	background-position: 200px -222px;
}
#header[data-country='31'] {
	background-position: 200px -296px;
}
#header[data-country='79'] {
	background-position: 200px -370px;
}
#header[data-country='6'] {
	background-position: 200px -444px;
}
#header[data-country='15'] {
	background-position: 200px -518px;
}
#header[data-country='53'] {
	background-position: 200px -592px;
}
#header[data-country='22'] {
	background-position: 200px -666px;
}
#header[data-country='82'] {
	background-position: 200px -740px;
}
#header[data-country='228'] {
	background-position: 200px -814px;
}
#header[data-country='122'] {
	background-position: 200px -888px;
}
#header[data-country='178'] {
	background-position: 200px -962px;
}
#header[data-country='188'] {
	background-position: 200px -1036px;
}
#header[data-country='192'] {
	background-position: 200px -1110px;
}
#header[data-country='2'] {
	background-position: 200px -1184px;
}
#header[data-country='75'] {
	background-position: 200px -1332px;
}
#header[data-country='147'] {
	background-position: 200px -1480px;
}
#header[data-country='61'] {
	background-position: 200px -1554px;
}
#header[data-country='27'] {
	background-position: 200px -1628px;
}
#header[data-country='78'] {
	background-position: 200px -1702px;
}
#header[data-country='90'] {
	background-position: 200px -1776px;
}
#header[data-country='40'] {
	background-position: 200px -1850px;
}
#header[data-country='60'] {
	background-position: 200px -1924px;
}
#header[data-country='109'] {
	background-position: 200px -1998px;
}
#header[data-country='205'] {
	background-position: 200px -2072px;
}
#header[data-country='102'] {
	background-position: 200px -2146px;
}
#header[data-country='5'] {
	background-position: 200px -2220px;
}
#header[data-country='133'],
#header[data-country='222'] {
	background-position: 200px -1258px;
}
[dir='rtl'] #header[data-country='1'] {
	background-position: 85% 0;
}
[dir='rtl'] #header[data-country='190'] {
	background-position: 85% -74px;
}
[dir='rtl'] #header[data-country='148'] {
	background-position: 85% -148px;
}
[dir='rtl'] #header[data-country='198'] {
	background-position: 85% -222px;
}
[dir='rtl'] #header[data-country='31'] {
	background-position: 85% -296px;
}
[dir='rtl'] #header[data-country='79'] {
	background-position: 85% -370px;
}
[dir='rtl'] #header[data-country='6'] {
	background-position: 85% -444px;
}
[dir='rtl'] #header[data-country='15'] {
	background-position: 85% -518px;
}
[dir='rtl'] #header[data-country='53'] {
	background-position: 85% -592px;
}
[dir='rtl'] #header[data-country='22'] {
	background-position: 85% -666px;
}
[dir='rtl'] #header[data-country='82'] {
	background-position: 85% -740px;
}
[dir='rtl'] #header[data-country='228'] {
	background-position: 85% -814px;
}
[dir='rtl'] #header[data-country='122'] {
	background-position: 85% -888px;
}
[dir='rtl'] #header[data-country='178'] {
	background-position: 85% -962px;
}
[dir='rtl'] #header[data-country='188'] {
	background-position: 85% -1036px;
}
[dir='rtl'] #header[data-country='192'] {
	background-position: 85% -1110px;
}
[dir='rtl'] #header[data-country='2'] {
	background-position: 85% -1184px;
}
[dir='rtl'] #header[data-country='75'] {
	background-position: 85% -1332px;
}
[dir='rtl'] #header[data-country='147'] {
	background-position: 85% -1480px;
}
[dir='rtl'] #header[data-country='61'] {
	background-position: 85% -1554px;
}
[dir='rtl'] #header[data-country='27'] {
	background-position: 85% -1628px;
}
[dir='rtl'] #header[data-country='78'] {
	background-position: 85% -1702px;
}
[dir='rtl'] #header[data-country='90'] {
	background-position: 85% -1776px;
}
[dir='rtl'] #header[data-country='40'] {
	background-position: 85% -1850px;
}
[dir='rtl'] #header[data-country='60'] {
	background-position: 85% -1924px;
}
[dir='rtl'] #header[data-country='109'] {
	background-position: 85% -1998px;
}
[dir='rtl'] #header[data-country='205'] {
	background-position: 85% -2072px;
}
[dir='rtl'] #header[data-country='102'] {
	background-position: 85% -2146px;
}
[dir='rtl'] #header[data-country='5'] {
	background-position: 85% -2220px;
}
[dir='rtl'] #header[data-country='222'],
[dir='rtl'] #header[data-country='133'] {
	background-position: 85% -1258px;
}
.fixTopMenuBut {
	display: none !important;
}
.fixTopMenuBut.Up:hover {
	animation: leftDergTop2 ease 0.3s 1;
}
@keyframes leftDergTop2 {
	0%,
	100% {
		transform: scale(1) rotate(180deg) translate(0);
	}
	20% {
		transform: scale(1) rotate(180deg) translateY(-2px);
	}
	40% {
		transform: scale(1) rotate(180deg) translateY(4px);
	}
	60% {
		transform: scale(1) rotate(180deg) translateY(-4px);
	}
	80% {
		transform: scale(1) rotate(180deg) translateY(2px);
	}
}
.fixTopMenuBut.Down:hover {
	animation: leftDergTop1 ease 0.3s 1;
}
@keyframes leftDergTop1 {
	0%,
	100% {
		transform: scale(1) rotate(0deg) translate(0);
	}
	20% {
		transform: scale(1) rotate(0deg) translateY(-2px);
	}
	40% {
		transform: scale(1) rotate(0deg) translateY(4px);
	}
	60% {
		transform: scale(1) rotate(0deg) translateY(-4px);
	}
	80% {
		transform: scale(1) rotate(0deg) translateY(2px);
	}
}
#headerLogo {
	position: relative;
	flex: 0 0 auto;
	min-width: 11.875em;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	font-size: 16px;
	transition: 0.3s ease;
	margin-inline-start: 0.625em;
}
#headerLogo.kz-logo {
	margin-left: 50px;
	min-width: inherit;
	overflow: visible;
}
#headerLogo.kz-logo + .header__switcher {
	right: unset;
	margin-inline-start: -1.75em;
}
#headerLogo.kz-logo::after {
	position: absolute;
	top: 0;
	left: -50px;
	width: 40px;
	height: 100%;
	content: '';
	background-image: url('/genfiles/cms/desktop/all-types-images/kz-logo.jpg');
}
#headerLogo.maxbet-logo img {
	max-width: 100%;
	height: 50px;
}
#headerLogo.NewYear {
	margin-left: -10px;
}
#headerLogo.kz-logo.NewYear {
	margin-left: 0;
}
#headerLogo a {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	transition: 0.3s ease;
}
#headerLogo.NewYear a {
	align-items: flex-start;
}
#headerLogo a::before {
	position: absolute;
	top: 50%;
	opacity: 0;
	content: '';
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 22px;
	transform: translateY(-50%);
	transition: 0.3s ease;
}
#headerLogo.NewYear a::before {
	left: 12px;
	animation: logo-shining 8s linear infinite;
}
@keyframes logo-shining {
	10%,
	20%,
	51% {
		top: -12px;
		opacity: 0;
		transform: rotate(0deg);
		right: 7px;
	}
	15% {
		top: -12px;
		opacity: 1;
		transform: rotate(0deg);
		right: 7px;
	}
	25%,
	35% {
		top: 37px;
		opacity: 0;
		transform: rotate(270deg);
		right: 88px;
	}
	30% {
		top: 37px;
		opacity: 1;
		transform: rotate(270deg);
		right: 88px;
	}
	40%,
	50% {
		top: -3px;
		opacity: 0;
		transform: rotate(90deg);
		right: 57px;
	}
	45% {
		top: -3px;
		opacity: 1;
		transform: rotate(90deg);
		right: 57px;
	}
}
body:not(.fixTop) #headerLogo.NewYear a::after {
	position: absolute;
	top: -12px;
	width: 36px;
	height: 46px;
	opacity: 0;
	content: '';
	background-image: url('/genfiles/cms/desktop/all-types-images/shine.png');
	pointer-events: none;
	right: 20px;
}
#headerLogo a img {
	max-width: 129px;
	display: block;
	transform: translateZ(0);
	transition: transform 0.3s ease, opacity 0.3s ease;
}
#headerLogo a .logo-nauryz {
	max-width: none;
}
#headerLogo a span {
	position: absolute;
	top: 31px;
	opacity: 1;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', 'Roboto Local', 'Roboto Condensed Local', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 13px;
	transform: translateZ(0);
	transition: transform 0.3s ease, opacity 0.3s ease;
	right: 0;
}
#headerLogo.NewYear a img {
	height: 64px;
}
#headerLogo.NewYear a span {
	left: 75px;
}
#headerLogo.kz-logo.NewYear a img {
	height: 74px;
}
.menubar {
	width: calc(100% - 230px);
	height: 100%;
	display: inline-block;
	white-space: nowrap;
}
.menubar.centered {
	width: 100%;
}
.menubar.xmaxbet_menubar {
	width: calc(100% - 285px);
}
.menu-promo--spin-of-thrones-two .menu-promo__img {
	width: 1.875em;
}
.menu-promo--indian-premier-league-2023 .menu-promo__link,
.menu-promo--grand-cruise .menu-promo__link,
.menu-promo--bali-dota-major-2023 .menu-promo__link,
.menu-promo--battle-of-heroes .menu-promo__link,
.menu-promo--golden-streak .menu-promo__link,
.menu-promo--christmas-madness .menu-promo__link,
.menu-promo--christmas-lottery .menu-promo__link,
.menu-promo--dragons-treasure .menu-promo__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0.375em;
	padding-left: 0.375em;
}
.menu-promo--indian-premier-league-2023 .menu-promo__img,
.menu-promo--grand-cruise .menu-promo__img,
.menu-promo--bali-dota-major-2023 .menu-promo__img,
.menu-promo--battle-of-heroes .menu-promo__img,
.menu-promo--golden-streak .menu-promo__img,
.menu-promo--christmas-madness .menu-promo__img,
.menu-promo--christmas-lottery .menu-promo__img,
.menu-promo--dragons-treasure .menu-promo__img {
	max-height: 70%;
}
.menu-promo--grand-cruise .menu-promo__img {
	max-height: 52%;
}
.menu-promo__link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.menu-promo__img {
	margin-left: 0.4166666667em;
	margin-right: 1.25em;
}
#games_top_menu.load > ul {
	flex-wrap: wrap;
	overflow: hidden !important;
}
#games_top_menu > ul {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
@media screen and (width >= 1800px) {
	.menubar:not(.centered) #games_top_menu > ul {
		width: auto;
	}
}
#games_top_menu.only_sport > ul {
	margin-right: 230px;
}
#games_top_menu.only_sport > ul,
.menubar.centered #games_top_menu > ul {
	justify-content: center;
}
#games_top_menu > ul > li {
	position: relative;
	flex: 0 0 auto;
	height: 100%;
	display: flex;
	vertical-align: top;
	flex-direction: row;
	text-align: left;
	white-space: normal;
	transition: height 0.3s ease;
}
#games_top_menu .main-item {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 16px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.3s ease;
}
#games_top_menu .main-item:dir(rtl) {
	font-size: 15px;
}
#games_top_menu .main-item--olympics::before {
	position: relative;
	width: 0.7857142857em;
	height: 1.7142857143em;
	content: '';
	background: url('/genfiles/cms/1/desktop/olympics2024/olympic-fire--white.svg')
		no-repeat 50% 50% / contain;
	margin-inline-end: 5px;
}
#games_top_menu .main-item--olympics-contrast::before {
	background: url('/genfiles/cms/1/desktop/olympics2024/olympic-fire--default.svg')
		no-repeat 50% 50% / contain;
}
#games_top_menu .main-item--champions::before {
	position: relative;
	width: 1.1428571429em;
	height: 1.1428571429em;
	content: '';
	background: url('/genfiles/cms/1/desktop/1xchampions/1xChampionsMenuLogo.svg')
		no-repeat 50% 50% / contain;
	margin-inline-end: 5px;
}
#games_top_menu .main-item.crypt-lotteru {
	color: #ffbf00;
}
#games_top_menu .main-item.crypt-lotteru:hover {
	color: #66c4ff;
}
#games_top_menu .main-item_vitamin {
	text-shadow: #31b35a 0em 0em 0.625em;
	font-weight: 700;
}
#games_top_menu .main-item.f-top-menu__item-fifa2022 {
	background: linear-gradient(135deg, #a9001e, #5c0010);
	color: #fff;
}
#games_top_menu .main-item_21 {
	width: 60px;
	opacity: 0.85;
	box-sizing: border-box;
	background-image: url('/genfiles/cms/desktop/all-types-images/link_21.png');
	background-position: 50% 45%;
	background-repeat: no-repeat;
	transition: opacity 0.3s;
	will-change: opacity;
}
#games_top_menu .main-item_21:hover {
	opacity: 1;
}
#games_top_menu .main-item__img {
	-o-object-fit: contain;
	object-fit: contain;
}
#games_top_menu .main-item__img--aviator {
	width: 5.625em;
}
#games_top_menu .main-item__img--jetx {
	width: 3.75em;
	height: 2.5em;
}
#games_top_menu .main-item__img--football-fever {
	width: 14.0625em;
	height: 1.875em;
}
#games_top_menu .main-item__img--1x-euro {
	width: 6.8125em;
	height: 2.5em;
}
#games_top_menu .main-item__img--copa-america {
	width: 4.375em;
	height: auto;
}
#games_top_menu .main-item:hover,
#games_top_menu li.active .main-item {
	color: #66c4ff;
}
#games_top_menu .menu_button .main-item::after,
#games_top_menu .newMenuButton .main-item::after {
	content: '';
	display: block;
	margin-left: 4px;
	font-family: 'FontAwesome';
	font-size: 16px;
	transition: transform 0.3s ease 0.5s, font-size 0.3s ease;
}
#games_top_menu .menu_button .main-item::after:dir(rtl),
#games_top_menu .newMenuButton .main-item::after:dir(rtl) {
	right: auto;
	left: 3px;
}
#games_top_menu .menu_button .main-item:hover::after,
#games_top_menu .newMenuButton .main-item:hover::after {
	transform: rotate(180deg);
}
#games_top_menu .top-menu-list__item--is-empty .main-item::after {
	display: none;
}
#games_top_menu .main-item .star::before {
	content: '';
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-right: 4px;
}
#games_top_menu .main-item:hover .star::before {
	color: #66c4ff;
}
.newSubMenu,
.sub-menu {
	position: absolute;
	top: 100%;
	padding: 5px 0;
	border-top: 3px solid #66c4ff;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	left: 0;
}
.newSubMenu {
	width: 415px;
}
.newMenuButton:hover .newSubMenu,
.sub-menu > li {
	display: block;
}
#games_top_menu .menu-group-container .more_sub .main-item,
#games_top_menu .menu-group-container .sub-menu .main-item,
#games_top_menu .more_container .more_sub .main-item,
#games_top_menu .more_container .sub-menu .main-item,
.sub-menu > li a {
	position: relative;
	display: block;
	padding: 0 15px;
	color: #4d4d4d;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 35px;
	white-space: nowrap;
}
#games_top_menu .menu-group-container .more_sub .main-item:dir(rtl),
#games_top_menu .menu-group-container .sub-menu .main-item:dir(rtl),
#games_top_menu .more_container .more_sub .main-item:dir(rtl),
#games_top_menu .more_container .sub-menu .main-item:dir(rtl),
.sub-menu > li a:dir(rtl) {
	direction: rtl;
	text-align: right;
}
@media screen and (width <= 1366px) {
	#games_top_menu .menu-group-container .more_sub .main-item,
	#games_top_menu .menu-group-container .sub-menu .main-item,
	#games_top_menu .more_container .more_sub .main-item,
	#games_top_menu .more_container .sub-menu .main-item,
	.sub-menu > li a {
		line-height: 25px;
	}
}
#games_top_menu .menu-group-container .more_sub .main-item:hover,
#games_top_menu .menu-group-container .sub-menu .main-item:hover,
#games_top_menu .more_container .more_sub .main-item:hover,
#games_top_menu .more_container .sub-menu .main-item:hover,
.sub-menu > li a:hover {
	color: #65b2e2;
}
#games_top_menu .menu-group-container .more_sub .main-item::after,
#games_top_menu .menu-group-container .sub-menu .main-item::after,
#games_top_menu .more_container .more_sub .main-item::after,
#games_top_menu .more_container .sub-menu .main-item::after,
.sub-menu > li a::after {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 0;
	height: 2px;
	margin-left: 0;
	content: '';
	background-color: #66c4ff;
	transition: 0.5s ease;
	left: 15px;
}
#games_top_menu .menu-group-container .more_sub .main-item:hover::after,
#games_top_menu .menu-group-container .sub-menu .main-item:hover::after,
#games_top_menu .more_container .more_sub .main-item:hover::after,
#games_top_menu .more_container .sub-menu .main-item:hover::after,
.sub-menu > li a:hover::after {
	width: calc(100% - 30px);
	transform: none;
}
#games_top_menu .menu-group-container,
#games_top_menu .more_container {
	position: absolute;
	top: 100%;
	max-width: 95vw;
	max-height: calc(100vh - 112px);
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 3px solid #66c4ff;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	white-space: normal;
	right: 0;
	left: auto;
}
#games_top_menu .menu-group-container .more_sub,
#games_top_menu .menu-group-container .sub-menu,
#games_top_menu .more_container .more_sub,
#games_top_menu .more_container .sub-menu {
	position: static;
	display: inline-block;
	vertical-align: top;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
}
#games_top_menu .menu-group-container .more_sub .groupName,
#games_top_menu .menu-group-container .sub-menu .groupName,
#games_top_menu .more_container .more_sub .groupName,
#games_top_menu .more_container .sub-menu .groupName {
	margin-bottom: 10px;
	padding: 0 15px;
	color: #4d4d4d;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
}
#games_top_menu .menu-group-container .sub-menu:not(.more_sub),
#games_top_menu .more_container .sub-menu:not(.more_sub) {
	min-width: 0;
}
#submenu {
	display: none;
}
#headF {
	transition: transform 0.3s;
}
.fixTop #headF {
	border-bottom: 1px solid #fff;
	transform: translate3d(0, -43px, 0);
}
.fixTop #headerLogo a::before {
	opacity: 1;
}
.fixTop #headerLogo a img,
.fixTop #headerLogo a span {
	opacity: 0;
	transform: translate3d(0, -80px, 0);
}
#header {
	transform: translateZ(0);
	transition: transform 0.3s;
}
.fixTop #fTop {
	height: 72px;
}
.fixTop #header {
	height: 32px;
	transform: translate3d(0, 43px, 0);
}
.fixTop #games_top_menu > ul > li > .main-item .star::before {
	font-size: 13px;
}
.fixTop #games_top_menu > ul > li > .main-item {
	font-size: 12px;
	font-weight: 400;
}
body.minRightSide:not(.fixedRight) #cuponFix.underSlider {
	top: 273px;
}
body.minRightSide:not(.fixedRight) .underSliderTop {
	top: 122px !important;
}
@media screen and (width <= 1366px) {
	body.minRightSide:not(.fixedRight) .underSliderTop {
		top: 90px !important;
	}
}
#sports_left,
#sports_right {
	transform: translateZ(0);
}
.fixTop #sports_left,
.fixTop.fixedRight #sports_right {
	transform: translate3d(0, -8px, 0);
}
.sub-menu-ul {
	position: absolute;
	left: 100%;
	display: none;
	padding: 5px 0;
	border-top: 3px solid #66c4ff;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	list-style: none;
}
.sub-menu-ul:hover,
a:hover + .sub-menu-ul {
	display: block;
}
.sub-menu-ul-in {
	right: 100%;
	display: block;
	padding: 0;
	background-color: #fff;
	list-style: none;
	margin-left: 20px;
}
#actual-domains {
	width: 100%;
	display: inline-block;
}
#actual-domains > div {
	width: 50%;
}
#actual-domains div:first-child {
	margin-top: -35px;
	float: right;
}
#actual-domains div:nth-child(odd) {
	float: right;
}
.win_load {
	transition: all 0.15s ease;
}
.win_load::before {
	content: '';
	font-size: 20px;
}
.access_load::before {
	content: '';
	font-size: 20px;
}
.smart_load {
	transition: all 0.15s ease;
}
.smart_load::before {
	content: '';
	font-size: 28px;
}
.telegram_icon::before {
	content: '';
	font-size: 22px;
}
#games_top_menu {
	height: 100%;
	display: flex;
	justify-content: flex-end;
}
.clearSave {
	position: relative;
}
.loginDropTop_div .big_check {
	position: absolute;
	left: -999999px;
}
.loginDropTop_div .big_check + label {
	position: relative;
	cursor: pointer;
}
.loginDropTop_div .big_check + label::before {
	width: 15px;
	height: 15px;
	content: '';
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.4);
	margin-right: 5px;
}
.loginDropTop_div .big_check + label::after {
	position: absolute;
	top: 1px;
	opacity: 0;
	content: '';
	display: inline-block;
	color: #000;
	text-align: center;
	text-rendering: auto;
	font: 400 normal normal 14px/1 'FontAwesome';
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: opacity 0.3s ease;
	left: 1px;
}
.loginDropTop_div .big_check:checked + label::after {
	opacity: 1;
}
.live_casino_drop_down .sub-menu,
.slots_drop_down .sub-menu {
	right: -100px;
	left: auto;
	padding: 0;
	background: #fff;
}
@media screen and (width <= 1630px) {
	#games_top_menu .menu_button.slots_drop_down .sub-menu {
		right: -152px;
	}
}
#games_top_menu .menu_button.slots_drop_down .sub-menu:dir(rtl) {
	right: -400px;
	left: auto;
}
.slots_drop_down .sub-menu {
	min-width: 297px;
	min-height: 75px;
	overflow: overlay;
}
.live_drop_down_more,
.slots_drop_down_more {
	min-width: 594px;
	max-width: 693px;
	max-height: 80vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
}
.slots_drop_down_more.preloader_spin::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: #fff;
}
.slots_drop_down_more.preloader_spin::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -35px;
	content: '';
	display: block;
	padding: 0;
	box-sizing: border-box;
	border: 4px solid;
	border-radius: 100%;
	border-color: rgba(6, 73, 122, 0.65) rgba(38, 119, 181, 0.15);
	animation: preloader4 0.8s ease-in-out infinite;
	margin-left: -35px;
}
.slots_drop_down_more .scroll-element.scroll-x {
	display: none !important;
}
@keyframes preloader4 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1turn);
	}
}
.live_drop_down_more {
	min-width: auto;
}
.live_drop_down_more a,
.slots_drop_down_more a {
	width: 99px;
	height: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #fff;
	box-shadow: inset 1px 1px #e0e0e0, 1px 1px #e0e0e0;
	text-align: center;
}
.live_casino_drop_down .sub-menu {
	right: 0;
	width: 299px;
}
.live_drop_down_more a {
	width: 100px;
}
.live_drop_down_more a img,
.slots_drop_down_more a img {
	max-width: 90px;
	height: auto;
	max-height: 50px;
}
.slots_drop_down_more .icon_text span {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.slots_drop_down_more .dropdown-icons {
	flex: 1 1 auto;
	max-height: 35px;
	padding: 5px;
	box-sizing: content-box;
}
.slots_drop_down_more a span {
	color: #000;
	font-size: 12px;
}
.shares_drop_down_more {
	position: absolute;
	z-index: 11;
	width: 199px;
	min-width: 0;
	max-width: 895px;
	cursor: default;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	right: 0;
	left: auto !important;
}
.betting-main .shares_drop_down_more a {
	width: 109px;
}
.shares_drop_down_more a {
	width: 99px;
	height: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	background-color: #fff;
	box-shadow: inset 1px 1px #e0e0e0, 1px 1px #e0e0e0;
	text-align: center;
}
.shares_drop_down_more a:hover {
	background-color: #e1ecf4;
}
.shares_drop_down_more a img {
	max-width: 90px;
	height: auto;
	max-height: 50px;
}
.shares_drop_down_more a:nth-child(-n + 5)::before {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 99;
	width: calc(100% + 1px);
	height: 3px;
	content: '';
}
.shares_drop_down_more a span {
	max-width: 100%;
	padding: 3px;
	color: #000;
	text-transform: none;
	font-size: 12px;
	line-height: 12px;
}
.shares_drop_down_more a span:first-child {
	padding: 0;
}
.shares_drop_down {
	align-self: center;
	height: 28px;
	padding: 0 16px;
	border: 1px solid #fff;
	border-radius: 3px;
	font-style: italic;
	margin-left: 10px;
}
.shares_drop_down_more.sub_menu_1 {
	width: 99px;
	min-width: 99px;
	margin-left: 9px;
}
.shares_drop_down_more.sub_menu_2 {
	width: 218px;
	min-width: 218px;
}
.shares_drop_down_more.sub_menu_3 {
	width: 327px;
}
#games_top_menu .menu-group-container,
#games_top_menu .menu_button .sub-menu:not(.more_sub),
#games_top_menu .more_container,
#games_top_menu .shares_drop_down_more {
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition: opacity 0.3s ease-in-out 0.5s, transform 0.3s ease-in-out 0.5s,
		visibility 0.3s ease-in-out 0.5s, left 0s linear 0.5s;
}
#games_top_menu .menu_button.hoverActive .menu-group-container,
#games_top_menu .menu_button.hoverActive .more_container,
#games_top_menu .menu_button.hoverActive .sub-menu:not(.more_sub),
#games_top_menu .menu_button:hover .menu-group-container,
#games_top_menu .menu_button:hover .more_container,
#games_top_menu .menu_button:hover .sub-menu:not(.more_sub),
#games_top_menu li.hoverActive .shares_drop_down_more,
#games_top_menu li:hover .shares_drop_down_more {
	visibility: visible;
	opacity: 1;
	transform: translateZ(0);
}
#games_top_menu .menu_button.hoverActive .sub-menu_five,
#games_top_menu .menu_button.hoverActive .sub_menu_2,
#games_top_menu .menu_button:hover .sub-menu_five,
#games_top_menu .menu_button:hover .sub_menu_2 {
	right: 0;
	left: auto;
	margin-right: 0;
}
#games_top_menu #games_top_menu #games_top_menu .toto_jackpot {
	display: none;
}
#games_top_menu #games_top_menu #games_top_menu > ul > li span.toto_jackpot {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
#games_top_menu #games_top_menu #games_top_menu > ul > li.menu_button::before {
	transition: all 0.15s linear;
}
#games_top_menu
	#games_top_menu
	#games_top_menu
	> ul
	> li.menu_button.hoverActive::before {
	animation: showSub3 0.5s linear 1;
}
@keyframes showSub3 {
	0%,
	80% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(180deg);
	}
}
#change_font_size span {
	white-space: nowrap;
}
#change_font_size span:first-child {
	flex: 1 0 50%;
}
#change_font_size span:first-child:lang(bn) {
	flex: 1 0 40%;
}
#change_font_size span:last-child {
	margin: 0;
}
#change_font_size .font-style {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-color: #4b91b4;
	text-align: center;
	line-height: 20px;
	transition: all 0.2s ease-in-out;
	margin-right: 5px;
}
#change_font_size .font-style:lang(bn) {
	width: auto;
	padding: 0 2px;
}
#change_font_size .font-style.f-s_normal:lang(bn) {
	font-size: 8px !important;
}
#change_font_size .font-style.f-s_medium:lang(bn) {
	font-size: 10px !important;
}
#change_font_size .font-style.f-s_big:lang(bn) {
	font-size: 12px !important;
}
#change_font_size .font-style.check,
#change_font_size .font-style:hover {
	background-color: #d0dde1;
	color: #1a5684;
	box-shadow: inset 0 -2px 0 0 #89c02a;
}
#change_font_size .font-medium {
	font-size: 14px;
}
#change_font_size .font-big {
	font-size: 16px;
}
@media screen and (width <= 1540px) {
	.header__notice {
		font-size: 9px;
	}
}
@media screen and (width <= 1366px) {
	#headF {
		height: 44px;
	}
	.fixTop #headF {
		transform: translate3d(0, -11px, 0);
	}
	.fixTop #header {
		transform: translate3d(0, 11px, 0);
	}
	#games_top_menu .main-item#forecast {
		background-size: contain;
	}
	.fixTop #sports_right {
		margin-top: -3px;
	}
	.fixTop #sports_left {
		margin-top: 7px;
	}
}
.o-games_drop_down {
	flex: 0 0 auto;
	max-width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	text-transform: none;
	font-size: 12px;
	line-height: 1;
}
html[lang='ja'] .o-games_drop_down {
	font-size: 11px;
	line-height: 1;
}
.live_casino_drop_down .sub-menu,
.slots_drop_down .sub-menu {
	min-width: 300px;
	background: rgba(0, 0, 0, 0);
}
.live_drop_down_more,
.shares_drop_down_more,
.slots_drop_down_more {
	overflow: hidden;
	background: #fff;
}
.live_drop_down_more {
	position: relative;
	box-shadow: inset 1px 1px #e0e0e0, 0 1px #e0e0e0;
}
.live_casino_drop_down .sub-menu_four {
	width: 400px;
	margin-left: -80px;
}
.live_casino_drop_down .sub-menu_five {
	width: 500px;
	margin-left: -170px;
}
.live_casino_drop_down .sub-menu_six {
	width: 600px;
}
.live_casino_drop_down .sub-menu_two {
	width: 200px;
	margin-left: 0;
}
.live_casino_drop_down .sub-menu.sub-menu_two {
	min-width: 199px;
}
.ribbon_best,
.ribbon_cashback,
.ribbon_free,
.ribbon_live,
.ribbon_new,
.ribbon_promo,
.ribbon_special {
	position: relative;
	overflow: hidden;
}
.ribbon_best::before,
.ribbon_cashback::before,
.ribbon_free::before,
.ribbon_live::before,
.ribbon_new::before,
.ribbon_promo::before,
.ribbon_special::before {
	position: absolute;
	top: 6px;
	width: 99px;
	background-color: red;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	transform: rotate(45deg);
	left: 36px;
}
.ribbon_best::before {
	content: 'BEST';
	background-color: #f8ad0d;
}
.ribbon_free::before {
	content: 'FREE';
	background-color: #5db1e5;
}
.ribbon_live::before {
	content: 'LIVE';
	background-color: #7eac2f;
	font-size: 10px;
}
.ribbon_new::before {
	content: 'NEW';
	background-color: #7eac2f;
}
.ribbon_special::before {
	top: 7px;
	content: 'SPECIAL';
	background-color: #ff575a;
	font-size: 9px;
}
.ribbon_cashback::before {
	top: 20px;
	content: 'CASHBACK';
	background: linear-gradient(
		90deg,
		hsl(38, 49%, 41%),
		hsl(47, 75%, 77%),
		hsl(38, 49%, 41%)
	);
	color: #000;
	right: -23px;
	left: auto;
}
.ribbon_promo::before {
	top: 15px;
	content: 'PROMO';
	background: linear-gradient(
		90deg,
		hsl(211, 48%, 60%),
		hsl(210, 100%, 88%),
		hsl(211, 48%, 60%)
	);
	color: #000;
	right: -28px;
	left: auto;
}
.sub-menu_onegames .ribbon_new::before {
	content: 'NEW';
	background-color: #7eac2f;
}
.sub-menu_slots .ribbon_new::before {
	content: 'NEW';
	background-color: red;
}
.size_partner {
	margin-left: -108px;
}
.size_partner:dir(rtl) {
	margin-left: 0;
}
.slots_drop_down_more.preloader_spin {
	max-height: 70px;
}
.slots_drop_down_more {
	transition: max-height 0.3s ease;
}
#headerLogo.logo_halloween {
	margin-left: 0;
}
#headerLogo.logo_halloween.kz-logo {
	margin-left: 50px;
}
#headerLogo.logo_halloween a img {
	max-width: 291px;
}
@media screen and (width <= 1366px) {
	#headerLogo.logo_halloween a img {
		max-width: 170px;
	}
}
#sports_right {
	top: 103px;
}
.fixTop #headF {
	transform: none;
}
#maincontent {
	padding-top: 93px;
}
#sports_left {
	top: 93px !important;
	z-index: 10006;
}
#headF {
	height: 55px;
	border-bottom: 1px solid #fff;
}
.fixTop #header {
	height: 100%;
	transform: none;
}
.fixTop #games_top_menu > ul > li > .main-item {
	font-size: 14px;
	font-weight: 500;
}
#headerLogo a img {
	min-height: 2em;
}
.fixTop #headerLogo a img,
.fixTop #headerLogo a span {
	opacity: 1;
	transform: none;
}
.fixTop #headerLogo a::before {
	opacity: 0;
}
.fixTop #sports_left {
	margin-top: 18px;
}
.fixTop #sports_right {
	margin-top: 8px;
}
.menu_dropdown .sub-menu {
	right: auto;
	left: -280px;
	min-height: 45px;
}
.menu_dropdown .sub-menu.sub_menu_one {
	left: 0;
}
#games_top_menu .menu_dropdown .sub-menu:dir(rtl) {
	right: unset;
}
@media (width <= 1700px) {
	.main-item_bingo + .sub-menu {
		right: 0;
		left: auto;
	}
}
.menu_dropdown .sub-menu,
.sub-menu.sub-menu_wrapper {
	min-width: 230px;
	padding: 0;
	overflow: overlay;
	background: #fff;
}
.sub-menu.sub-menu_wrapper {
	right: -205px;
	left: auto;
	min-height: 75px;
}
.menu_dropdown--other .sub-menu.sub-menu_wrapper {
	right: -200px;
}
.menu_dropdown--other .sub-menu.sub-menu_wrapper.sub-menu_pos {
	right: 0;
}
.sub-menu_dropdown,
.sub-menu_dropdown * {
	box-sizing: border-box;
}
.sub-menu_dropdown {
	position: relative;
	width: 690px;
	max-height: 80vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
	overflow: hidden;
	background: #fff;
	transition: max-height 0.3s ease;
}
.sub-menu_dropdown.preloader_spin {
	max-height: 70px;
}
.sub-menu_dropdown.preloader_spin::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: #fff;
}
.sub-menu_dropdown.preloader_spin::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -35px;
	content: '';
	display: block;
	padding: 0;
	box-sizing: border-box;
	border: 4px solid;
	border-radius: 100%;
	border-color: rgba(6, 73, 122, 0.65) rgba(38, 119, 181, 0.15);
	animation: preloader4 0.8s ease-in-out infinite;
	margin-left: -35px;
}
.sub-menu_dropdown .scroll-element.scroll-x {
	display: none !important;
}
.sub-menu_dropdown a {
	flex: 0 0 33.33333%;
	height: 45px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	background-color: #fff;
	box-shadow: inset -1px 0 #c2c2c2;
	text-align: center;
}
.sub-menu_dropdown a:dir(rtl) {
	box-shadow: inset 1px 0 #c2c2c2;
}
.sub-menu_dropdown .ico-slots {
	flex: inherit;
	margin: 0 auto;
	display: block;
}
.sub-menu_dropdown a:nth-child(6n + 1),
.sub-menu_dropdown a:nth-child(6n + 2),
.sub-menu_dropdown a:nth-child(6n + 3) {
	background-color: #f5f5f5;
}
.sub-menu_dropdown a:hover {
	background-color: #e1ecf4;
}
.sub-menu_dropdown a img {
	max-width: 54px;
	height: auto;
	max-height: 30px;
}
.sub-menu_dropdown .icon_text span {
	width: 100%;
	display: block;
	white-space: normal;
}
.sub-menu_dropdown a span {
	flex: 0 65%;
	margin: 0 auto;
	display: block;
	padding: 2px 4px;
	overflow: hidden;
	color: #383838;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	font-size: 11px;
}
.sub-menu_dropdown a span.ico-big-tiles {
	margin-top: 10px;
}
[lang='pl'] .sub-menu_dropdown a span {
	padding: 3px 13px;
}
.sub-menu_dropdown .sub-menu_wrapper_ico {
	flex: 0 0 45%;
}
.sub-menu_dropdown .ribbon_best::before,
.sub-menu_dropdown .ribbon_free::before,
.sub-menu_dropdown .ribbon_live::before,
.sub-menu_dropdown .ribbon_new::before,
.sub-menu_dropdown .ribbon_special::before {
	right: -35px;
	left: auto;
}
[dir='rtl'] .sub-menu_dropdown .ribbon_best::before,
[dir='rtl'] .sub-menu_dropdown .ribbon_free::before,
[dir='rtl'] .sub-menu_dropdown .ribbon_live::before,
[dir='rtl'] .sub-menu_dropdown .ribbon_new::before,
[dir='rtl'] .sub-menu_dropdown .ribbon_special::before {
	transform: rotate(-45deg);
}
#games_top_menu #share::after {
	display: none;
}
.sub-menu_dropdown .dropdown-icons {
	flex: 1 1 auto;
	max-height: 35px;
	padding: 5px;
	box-sizing: content-box;
}
.sub-menu_wrapper {
	padding: 0;
}
.sub-menu_wrapper .sub-menu_dropdown {
	width: 850px;
	padding: 5px;
}
.sub-menu_wrapper .sub-wrapper_menu_dropdown:first-child {
	margin-bottom: 2px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ededed;
}
.sub-menu_wrapper .sub-wrapper_menu_dropdown:first-child .ico-live-casino {
	width: 120px;
	height: 70px;
}
.sub-wrapper_menu_dropdown {
	flex: 1 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sub-menu_wrapper .sub-menu_dropdown a {
	flex: 1 12.5%;
	max-width: 99px;
	height: 65px;
	margin: 0 3px;
	margin-top: 5px;
	padding: 0 5px;
	background: linear-gradient(
		0deg,
		hsla(0, 0%, 85%, 0.5),
		hsla(0, 0%, 85%, 0) 40%,
		hsla(0, 0%, 85%, 0.5)
	);
	background-color: #fff;
	box-shadow: none;
	transition: box-shadow 0.3s ease;
}
.sub-menu_wrapper .sub-menu_dropdown a:hover {
	box-shadow: 0 0 0 1px #63bff8;
}
.sub-menu_wrapper .sub-menu_dropdown .sub-wrapper_menu_dropdown:first-child a {
	position: relative;
	flex: 0 calc(16.6666666667% - 6px);
	min-width: 105px;
	max-width: none;
	height: 100px;
	flex-basis: calc(16.6666666667% - 6px);
	flex-wrap: wrap;
	overflow: hidden;
}
.sub-menu_wrapper
	.sub-menu_dropdown
	.sub-wrapper_menu_dropdown:first-child
	a:nth-child(-n + 6) {
	margin-top: 0;
}
.sub-menu_wrapper .sub-menu_dropdown .sub-menu_wrapper_ico {
	flex-basis: 100%;
}
.sub-menu_wrapper_title {
	flex: 1 100%;
	margin-bottom: -10px;
}
.sub-menu_wrapper_flag,
.sub-menu_wrapper_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub-menu_wrapper_flag {
	padding: 2px 4px;
}
.sub-menu_dropdown .sub-menu_title {
	margin: 0;
	color: dimgray;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
}
.sub-menu_dropdown .sub-menu_flag {
	max-width: 15px;
	max-height: 11px;
	margin-left: 6px;
}
.sub-menu_dropdown .sub-menu_flag:first-child {
	margin-left: 0;
}
.sub-menu_dropdown.ps-container {
	overflow: hidden !important;
	touch-action: none;
}
.sub-menu_dropdown.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.sub-menu_dropdown.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	z-index: 1;
	display: block;
	background-color: rgba(0, 0, 0, 0) !important;
}
.sub-menu_dropdown.ps-container.ps-in-scrolling {
	pointer-events: none;
}
.sub-menu_dropdown.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	opacity: 0.9 !important;
	background-color: #ededed !important;
}
.sub-menu_dropdown.ps-container.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: #999;
}
.sub-menu_dropdown.ps-container > .ps-scrollbar-x-rail,
.sub-menu_dropdown.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.sub-menu_dropdown.ps-container > .ps-scrollbar-y-rail,
.sub-menu_dropdown.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	border-radius: 4px !important;
}
.sub-menu_dropdown.ps-container > .ps-scrollbar-x-rail,
.sub-menu_dropdown.ps-container > .ps-scrollbar-y-rail {
	bottom: 3px;
	width: 6px !important;
	height: 6px !important;
	opacity: 0 !important;
	display: none;
	transition: background-color 0.2s linear, opacity 0.2s linear;
}
.sub-menu_dropdown.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.sub-menu_dropdown.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	bottom: 0;
	width: 6px !important;
	height: 6px;
	background-color: #ababab !important;
	transition: background-color 0.2s linear;
}
.sub-menu_dropdown.ps-container:hover.ps-in-scrolling {
	pointer-events: none;
}
.sub-menu_dropdown.ps-container:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail,
.sub-menu_dropdown.ps-container:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail,
.sub-menu_dropdown.ps-container:hover > .ps-scrollbar-x-rail:hover {
	opacity: 0.9 !important;
	background-color: #ededed;
}
.sub-menu_dropdown.ps-container:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x,
.sub-menu_dropdown.ps-container:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y,
.sub-menu_dropdown.ps-container:hover
	> .ps-scrollbar-x-rail:hover
	> .ps-scrollbar-x {
	background-color: #999;
}
.sub-menu_dropdown.ps-container:hover > .ps-scrollbar-x-rail,
.sub-menu_dropdown.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 0.6 !important;
}
@media (width >= 1701px) {
	.menu_dropdown .sub_menu_one {
		left: -70px;
	}
}
.sub_menu_one .sub-menu_dropdown {
	width: 230px;
}
.sub_menu_one .sub-menu_dropdown a {
	flex-basis: 100%;
	box-shadow: none;
}
.sub_menu_one .sub-menu_dropdown a:not(:hover):nth-child(6n + 1),
.sub_menu_one .sub-menu_dropdown a:not(:hover):nth-child(6n + 2),
.sub_menu_one .sub-menu_dropdown a:not(:hover):nth-child(6n + 3) {
	background-color: #fff;
}
.sub_menu_one .sub-menu_dropdown a:not(:hover):nth-child(odd) {
	background-color: #f5f5f5;
}
.sub_menu_two .sub-menu_dropdown {
	width: 460px;
}
.sub_menu_two .sub-menu_dropdown a {
	flex-basis: 50%;
}
.sub_menu_two .sub-menu_dropdown a:not(:hover):nth-child(6n + 1),
.sub_menu_two .sub-menu_dropdown a:not(:hover):nth-child(6n + 2),
.sub_menu_two .sub-menu_dropdown a:not(:hover):nth-child(6n + 3) {
	background-color: #fff;
}
.sub_menu_two .sub-menu_dropdown a:not(:hover):nth-child(4n + 1),
.sub_menu_two .sub-menu_dropdown a:not(:hover):nth-child(4n + 2) {
	background-color: #f5f5f5;
}
@media screen and (width <= 1475px) {
	.menu_button_tr.menu_dropdown .main-item[href="https://nv-kasyno-mobile.com/go/to/\"]+.sub-menu
	{
		right: -70px;
		left: auto;
	}
}
.main-item[href='bonus/'] + .sub-menu {
	right: 0;
	left: auto;
}
.menu_dropdown .sub-menu.sub-menu_four {
	left: -505px;
}
.sub-menu_four .sub-menu_dropdown {
	width: 795px;
}
@media screen and (width <= 1350px) {
	.sub-menu_four.sub-menu_onegames .sub-menu_dropdown {
		width: 610px;
	}
	.sub-menu_four.sub-menu_onegames .sub-menu_dropdown a {
		max-width: 33.33333%;
		flex-basis: 33.33333%;
	}
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 1),
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 2),
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 3),
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 4) {
		background-color: #fff;
	}
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 1):hover,
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 2):hover,
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 3):hover,
	.sub-menu_onegames.sub-menu_four
		.sub-menu_dropdown
		a:nth-child(8n + 4):hover {
		background-color: #e1ecf4;
	}
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 1),
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 2),
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 3) {
		background-color: #f5f5f5;
	}
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 1):hover,
	.sub-menu_onegames.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 2):hover,
	.sub-menu_onegames.sub-menu_four
		.sub-menu_dropdown
		a:nth-child(6n + 3):hover {
		background-color: #e1ecf4;
	}
}
@media screen and (width <= 1115px) {
	.sub-menu_four.sub-menu_slots .sub-menu_dropdown {
		width: 610px;
	}
	.sub-menu_four.sub-menu_slots .sub-menu_dropdown a {
		max-width: 33.33333%;
		flex-basis: 33.33333%;
	}
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 1),
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 2),
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 3),
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 4) {
		background-color: #fff;
	}
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 1):hover,
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 2):hover,
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 3):hover,
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 4):hover {
		background-color: #e1ecf4;
	}
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 1),
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 2),
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 3) {
		background-color: #f5f5f5;
	}
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 1):hover,
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 2):hover,
	.sub-menu_slots.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 3):hover {
		background-color: #e1ecf4;
	}
}
.sub-menu_four .sub-menu_dropdown a {
	flex: 0 0 25%;
	max-width: 25%;
}
.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 1),
.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 2),
.sub-menu_four .sub-menu_dropdown a:nth-child(6n + 3) {
	background-color: #fff;
}
.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 1),
.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 2),
.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 3),
.sub-menu_four .sub-menu_dropdown a:nth-child(8n + 4) {
	background-color: #f5f5f5;
}
.sub-menu_four .sub-menu_dropdown a:hover {
	background-color: #e1ecf4;
}
.social-list,
.social-list * {
	box-sizing: border-box;
}
.social-list {
	padding-right: 40px;
	background: linear-gradient(
				180deg,
				transparent 15%,
				hsla(0, 0%, 0%, 0.15) 0,
				hsla(0, 0%, 0%, 0.15) 85%,
				transparent 0
			)
			100%/1px 70% no-repeat,
		rgba(0, 0, 0, 0) !important;
}
.social-list,
.social-list__item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-list__item {
	flex: 0 0 auto;
	padding: 0 7px;
}
.social-list__item::before {
	display: block;
	color: #292929;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 1;
	transition: color 0.3s ease;
}
.social-list--telegram::before {
	content: '';
}
.social-list--youtube::before {
	content: '';
}
.social-list--instagram::before {
	content: '';
}
.social-list--twitter::before {
	content: '';
}
.social-list--x::before {
	width: 1em;
	height: 1.125em;
	content: '';
	background: url('/genfiles/cms/1/desktop/media_asset/twitter-new-icon.svg')
		no-repeat 50% 50% / contain;
}
.social-list--facebook::before {
	content: '';
}
.social-list--google::before {
	content: '';
}
.social-list--vk::before {
	content: '';
}
.social-list--telegram:hover::before {
	color: #4ba2d8;
}
.social-list--youtube:hover::before {
	color: #cf2026;
}
.social-list--instagram:hover::before {
	color: #211c20;
}
.social-list--facebook:hover::before,
.social-list--twitter:hover::before {
	color: #4ba2d8;
}
.social-list--google:hover::before {
	color: #bb320c;
}
.social-list--vk:hover::before {
	color: #597ca1;
}
@media screen and (width <= 1249px) {
	.social-list__item {
		padding: 0 5px;
	}
	.social-list {
		padding-right: 5px;
	}
}
.sub-menu--right .sub-menu-ul {
	right: 100%;
	left: auto;
}
@media screen and (width <= 1024px) {
	.header__notice {
		font-size: 7px;
	}
}
.header__switcher {
	position: relative;
	align-self: flex-start;
	inset-inline-end: -0.9375em;
	margin-top: 0.8125em;
	margin-inline-start: -8.5em;
}
.header__logo-2021x {
	align-items: center;
	background-image: url('/default/img/snow/snow_1.png'),
		url('/default/img/snow/snow_2.png'), url('/default/img/snow/snow_3.png');
	background-size: cover;
	animation: snow 20s linear infinite;
}
@keyframes snow {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}
	100% {
		background-position: 31.25em 62.5em, 25em 25em, 18.75em 18.75em;
	}
}
.fLogin2-mobile {
	position: relative;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0em 1.2em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #171717;
	color: #fff;
	box-shadow: inset 0em 5em 2.5em -1.5em #2b2b2b;
	text-align: left;
	font-size: 0.8333333333em;
	line-height: 1.1em;
	transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}
.fLogin2-mobile:hover {
	border-bottom: none;
	background-color: #2b2b2b;
	box-shadow: none;
}
.fLogin2-mobile .smart_load::before {
	margin-right: 0.3214285714em;
	color: #fff;
	font-family: 'FontAwesome';
}
.fLogin2-mobile .name {
	position: relative;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
.fLogin2-mobile .name b,
.fLogin2-mobile .name span {
	display: block;
	font-weight: 400;
}
.fLogin2-mobile .hideDop {
	position: absolute;
	top: 3.9166666667em;
	z-index: 6;
	min-width: 16.6666666667em;
	display: none;
	padding: 1.0833333333em;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	background-color: #171717;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.25em;
	left: 0.8333333333em;
}
.fLogin2-mobile .hideDop::before {
	position: absolute;
	top: -0.8571428571em;
	content: '◣';
	color: #171717;
	text-shadow: 0 -1px 1px #fff;
	font-size: 1.1666666667em;
	left: 0.7142857143em;
}
[dir='rtl'] .fLogin2-mobile .hideDop::before {
	top: -0.7142857143em;
	content: '◢';
}
.fLogin2-mobile .hideDop .bigName {
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.1666666667em;
}
.fLogin2-mobile .hideDop .text {
	margin-top: 0.7272727273em;
	display: inline-block;
	text-align: left;
	font-size: 0.9166666667em;
}
@keyframes attend-btn {
	0% {
		opacity: 0;
	}
	2% {
		opacity: 1;
	}
	4% {
		opacity: 0;
	}
}
@keyframes attend-dollar {
	0% {
		transform: rotate(0deg) scale(1);
	}
	1% {
		transform: rotate(20deg) scale(1.07);
	}
	2% {
		transform: rotate(0deg) scale(1.1);
	}
	3% {
		transform: rotate(-20deg) scale(1.07);
	}
	4% {
		transform: rotate(0deg) scale(1);
	}
}
@keyframes attend-circle {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 0.4;
		transform: translateX(-36%) translateY(-50%) scale(0.2);
	}
	2% {
		opacity: 0.2;
		transform: translateX(-36%) translateY(-50%) scale(0.5);
	}
	3.5% {
		opacity: 0.05;
		transform: translateX(-36%) translateY(-50%) scale(1);
	}
	4% {
		opacity: 0;
	}
}
.onex-santa-menu__link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.coefDropTop:dir(rtl),
.timeButTopFl:dir(rtl) {
	float: left;
}
#qr_container:dir(rtl) {
	margin-right: auto;
}
#games_top_menu .main-item[href='toto/'] + .sub-menu:dir(rtl) {
	left: 30px;
}
#games_top_menu .main-item[href="https://nv-kasyno-mobile.com/go/to/\"]+.sub-menu:dir(rtl)
{
	left: -170px;
}
.top-menu-list__item--crash {
	margin-left: 0.9375em;
	margin-right: 1.875em;
	order: 1;
}
.top-menu-list__item--1x-euro {
	order: 1;
}
.top-menu-list--1x-euro {
	flex-wrap: nowrap !important;
}
.top-menu-list-item--crash {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-menu-list-item--crash .top-menu-list-item__link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-menu-list-item--crash .top-menu-list-item__img {
	width: 6.875em;
	height: 1.125em;
	transition: transform 0.3s;
}
.top-menu-list-item--crash .top-menu-list-item__img:hover {
	transform: scale(1.1);
}
.icon-top__social {
	padding-inline-start: 0.9375em;
}
.icon-top__social-link::before {
	position: relative;
	display: inline-block;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 1.8333333333em;
	transition: 0.2s all ease-in-out;
}
.icon-top__social-link:hover::before {
	color: #2b9f4e;
}
.icon-top__social-link_facebook::before {
	content: '';
}
.icon-top__social-link_instagram::before {
	content: '';
}
.icon-top__social-link_youtube::before {
	content: '';
}
.icon-top__social-link_telegram::before {
	content: '';
}
.icon-top__social-link_vk::before {
	content: '';
}
.icon-top__social-link_discord::before {
	width: 1.3125em;
	height: 1.3125em;
	content: '';
	background: url('/genfiles/cms/1/desktop/header/discord.svg') no-repeat
		center/cover;
}
.icon-top__social-link_medium::before {
	width: 1.3125em;
	height: 1.3125em;
	content: '';
	background: url('/genfiles/cms/1/desktop/header/medium.svg') no-repeat
		center/cover;
}
.icon-top__social-link_x::before {
	top: 1px;
	width: 0.875em;
	height: 0.875em;
	content: '';
	display: block;
	background-color: #fff;
	-webkit-mask: url('/genfiles/cms/1/desktop/media_asset/twitter-new-icon.svg')
		no-repeat center;
	mask: url('/genfiles/cms/1/desktop/media_asset/twitter-new-icon.svg')
		no-repeat center;
}
.icon-top__social-link_x:hover::before {
	background-color: #2b9f4e;
}
.teo-item-name[data-name='confetti'] .teo-item-name__label {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 0.9375em;
}
.teo-item-name[data-name='confetti'] .teo-item-name__label::before {
	position: relative;
	width: 2.9090909091em;
	height: 2em;
	content: '';
	background: url('/genfiles/cms/1/desktop/olympics2024/confetti-setting--ico.png')
		no-repeat 50% 50% / contain;
}
.link-line {
	min-width: 7.5em;
	display: flex;
	align-items: center;
	border-radius: 3px;
	background-color: #009c92;
	font-size: 16px;
	margin-inline: auto 1px;
}
.link-line:hover {
	background-color: #00837a;
}
.link-line__svg {
	width: 2.25em;
	height: 2.25em;
	border-inline-end: 1px solid #fff;
	margin-inline-end: 0.9375em;
}
.link-line__text {
	color: #fff;
	font-size: 0.875em;
	padding-inline-end: 1.0714285714em;
}
.link-line + #qr_container,
.link-line + #loginout:not(.top__account),
.link-line + .b-qr-wrapper {
	margin-inline-start: 0;
}
.sub-menu__ico {
	width: 1.5em;
	height: 1.5em;
	display: inline-flex;
	align-items: flex-end;
	font-size: 16px;
	fill: #3e9a9f;
}
.sub-menu__link:hover + .sub-menu-ul.sub-menu-ul--center-pos {
	transform: translateY(2.6666666667em);
}
@media screen and (width <= 1366px) {
	.sub-menu__link:hover + .sub-menu-ul.sub-menu-ul--center-pos {
		transform: translateY(1.8333333333em);
	}
}
.sub-menu__link + .sub-menu-ul.sub-menu-ul--center-pos:hover {
	transform: translateY(2.6666666667em);
}
@media screen and (width <= 1366px) {
	.sub-menu__link + .sub-menu-ul.sub-menu-ul--center-pos:hover {
		transform: translateY(1.8333333333em);
	}
}
.bonus-points {
	display: flex;
}
.bonus-points__item {
	width: -moz-fit-content;
	width: fit-content;
	margin-left: 1px;
	overflow: hidden;
}
.bonus-point__inner {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0em 0.625em;
	background-color: #616161;
	color: #fff;
	font-size: 16px;
}
.bonus-point__inner::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	content: '';
	background-color: #ff0;
	transform: translateX(-50%);
	transition: width 0.3s ease;
}
.bonus-point__inner:hover::before {
	width: 100%;
}
.bonus-point__content {
	height: 100%;
	margin: 0em 0.625em;
	display: flex;
	flex-direction: column;
}
.bonus-point__icon {
	width: 0.75em;
	height: 0.75em;
	display: flex;
}
.bonus-point__svg {
	width: 100%;
	height: 100%;
	fill: currentcolor;
}
.bonus-point__currency {
	position: relative;
	font-size: 0.625em;
	font-weight: 400;
}
.bonus-point__label {
	text-transform: uppercase;
	font-size: 0.6875em;
	font-weight: 500;
}
.bonus-point__amount {
	color: #ff0;
	font-size: 0.75em;
}
.bonus-point--office {
	font-size: 16px;
}
.bonus-point--office .bonus-point__link {
	margin: 0.1875em 0em;
	display: block;
}
.bonus-point--office .bonus-point__inner {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
}
.bonus-point--office .bonus-point__content {
	width: 100%;
	margin: 0;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	color: #fff;
}
.bonus-point--office .bonus-point__label,
.bonus-point--office .bonus-point__currency,
.bonus-point--office .bonus-point__amount {
	text-transform: none;
	font-size: 0.875em;
	font-weight: 400;
}
.header-logo--olympic.kz-logo + .header__switcher {
	right: -5.3125em;
	font-size: 16px;
}
.header-logo--olympic.kz-logo + .header__switcher:dir(rtl) {
	right: 0.75em;
}
.header-logo--olympic#headerLogo {
	min-width: 225px;
}
.header-logo--olympic .header-logo__link {
	padding-inline-end: 4.6875em;
}
.header-logo--olympic + .header__switcher {
	right: -2.5em;
	font-size: 16px;
}
.header-logo--olympic + .header__switcher:dir(rtl) {
	right: 1.125em;
}
.header-logo.kz-logo .header-logo__medal {
	top: -0.6875em;
}
.header-logo__link {
	font-size: 16px;
}
.header-logo__link--has-country {
	flex-direction: column;
	align-items: flex-start;
	padding-inline-end: 2.1875em;
}
.header-logo__link--has-country .header-logo__flag {
	position: absolute;
	bottom: 3px;
	margin-bottom: 0;
	inset-inline-end: 0;
}
.header-logo__link--has-country .header-logo__img {
	height: 2em;
	margin-top: 0;
}
.header-logo__medal {
	position: absolute;
	inset-inline-end: 1.4375em;
	top: -0.9375em;
}
.header-logo__flag {
	align-self: flex-end;
	width: 1.5625em;
	height: 0.875em;
	margin-bottom: 0.625em;
	transform: skew(345deg);
	margin-inline-start: 3px;
}
.header-logo__country {
	bottom: -2px;
}
#headerLogo .header-logo__link--has-country {
	align-items: flex-start;
}
#headerLogo .header-logo__link .header-logo__img {
	max-width: 7.5em;
}
#headerLogo .header-logo__link .header-logo__country {
	position: relative;
	top: auto;
	inset-inline-end: auto;
	max-width: 9.6153846154em;
	overflow: hidden;
	text-transform: inherit;
	text-overflow: ellipsis;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: initial;
	white-space: nowrap;
}
.header-switcher {
	text-align: start;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.header-switcher,
.header-switcher * {
	box-sizing: border-box;
}
.header-switcher-fade-enter-active,
.header-switcher-fade-leave-active {
	transition: opacity 0.125s ease-in-out, transform 0.125s ease-in-out;
}
.header-switcher-fade-enter,
.header-switcher-fade-leave-to {
	opacity: 0;
	transform: translateY(-0.3125em);
}
.header-switcher:hover .header-switcher__lnk {
	animation: none;
}
.header-switcher__lnk {
	min-width: 2.3125em;
}
.header-switcher__dropdown {
	position: absolute;
	top: 100%;
	min-width: 17.8125em;
	left: 0.1875em;
}
.header-switcher-lnk {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.0625em 0.3125em;
	border-radius: 0.1875em;
	background-color: #28984a;
	color: #fff;
	animation: hsl-pulsing 60s infinite cubic-bezier(0.66, 0, 0, 1) 10s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.header-switcher-lnk__text {
	text-transform: uppercase;
	font-size: 0.5em;
	font-weight: 500;
	line-height: 1.25em;
}
.header-switcher-lnk__ico {
	width: 0.25em;
	max-width: 100%;
	height: 0.375em;
	display: block;
	fill: currentcolor;
	margin-left: 0.25em;
}
.header-switcher-dropdown {
	z-index: 10;
	padding-top: 0.875em;
}
.header-switcher-dropdown__inner {
	position: relative;
	padding: 0.9375em;
	border: 1px solid #8eacc2;
	border-radius: 0.1875em;
	background-color: #1d565a;
	color: #fff;
	box-shadow: 0em 0.25em 2.5em rgba(2, 5, 5, 0.3);
}
.header-switcher-dropdown__inner::before {
	position: absolute;
	top: -0.9444444444em;
	content: '◣';
	color: #1d565a;
	text-shadow: 0 -1px 1px #fff;
	font-size: 1.125em;
	left: 0.7222222222em;
}
.header-switcher-dropdown__title {
	margin: 0em 0em 0.7142857143em;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1428571429em;
	padding-right: 1.0714285714em;
}
.header-switcher-dropdown__text {
	margin: 0;
	font-size: 0.875em;
	line-height: 1.1428571429em;
}
.header-switcher-dropdown__btn {
	width: 100%;
	margin-top: 0.9375em;
}
.header-switcher-dropdown__close {
	position: absolute;
	top: 0.625em;
	right: 0.625em;
}
.header-switcher-dropdown-btn {
	max-width: 100%;
	cursor: pointer;
	display: flex;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	font-size: 16px;
}
.header-switcher-dropdown-btn:focus,
.header-switcher-dropdown-btn .header-switcher-dropdown-btn__container:focus {
	outline: none;
}
.header-switcher-dropdown-btn:focus .header-switcher-dropdown-btn__container {
	box-shadow: 0 0 2px 2px #3fc7d1;
}
.header-switcher-dropdown-btn__container {
	display: flex;
}
.header-switcher-dropdown-btn--default:hover
	.header-switcher-dropdown-btn__container {
	background-color: #207743;
}
.header-switcher-dropdown-btn--default
	.header-switcher-dropdown-btn__container {
	width: 100%;
	min-height: 2em;
	align-items: center;
	justify-content: center;
	padding: 0.3125em 0.625em;
	border-radius: 0.1875em;
	background-color: #28984a;
	color: #fff;
	text-align: center;
	transition: background-color 0.125s ease-in-out;
}
.header-switcher-dropdown-btn--default .header-switcher-dropdown-btn__text {
	font-size: 0.875em;
	line-height: 1.1428571429em;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.header-switcher-dropdown-btn--close {
	opacity: 0.65;
	padding: 0;
	transition: opacity 0.3s ease-in-out;
}
.header-switcher-dropdown-btn--close:hover {
	opacity: 1;
}
.header-switcher-dropdown-btn--close .header-switcher-dropdown-btn__container {
	position: relative;
	width: 0.875em;
	height: 0.875em;
}
.header-switcher-dropdown-btn--close
	.header-switcher-dropdown-btn__container::before,
.header-switcher-dropdown-btn--close
	.header-switcher-dropdown-btn__container::after {
	position: absolute;
	top: -0.125em;
	width: 0.125em;
	height: 1.125em;
	content: '';
	background-color: #fff;
	left: 0.375em;
}
.header-switcher-dropdown-btn--close
	.header-switcher-dropdown-btn__container::before {
	transform: rotate(45deg);
}
.header-switcher-dropdown-btn--close
	.header-switcher-dropdown-btn__container::after {
	transform: rotate(-45deg);
}
.f-top-menu__item-aviator .f-top-menu__link {
	width: 7.6923076923em;
	content: url('/genfiles/cms/151/desktop/icons/aviator.svg');
}
.f-top-menu__item-olympics .f-top-menu__link {
	background-color: rgba(255, 255, 255, 0.17);
}
.f-top-menu__item-aviator .f-top-submenu__link {
	min-width: 7.6923076923em;
	max-width: 10em;
	content: url('/genfiles/cms/151/desktop/icons/aviator.svg');
}
.menu-promo {
	display: flex;
}
.menu-promo__img {
	margin-left: -2.6666666667em;
	margin-right: 2.6666666667em;
}
.menu-promo__img--aviator {
	margin-left: 0;
	margin-right: 0;
	width: 8.3333333333em;
	height: 2.5em;
}
.menu-promo__img--aviator::before {
	position: absolute;
	top: -0.5em;
	left: -2%;
	width: 102%;
	height: 2.4166666667em;
	content: '';
	background-image: url('/genfiles/cms/151/desktop/icons/aviator.svg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.f-top__home {
	position: relative;
}
