/* Aleksey Skubaev

askubaev@gmail.com
icq - 322253350
test-templates.com
------------------
*/
.button-link-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-link {
	display: flex;
	width: fit-content;
	padding: 12px 24px;
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 30px;
	background: #f54903;
	margin-right: 20px;
	font-weight: bold;
}
.button-link:hover {
	color: rgba(255, 255, 255, 1) !important;
	background: #3399ff;
}
.ui-ico.ui-ico--bordered.flag {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	display: block;
	object-fit: cover;
	margin-right: 8px;
}
:root {
	--or: #f54903;
	--orhover: rgba(203, 60, 0, 0.8);
	--gr: #00264d;
	--gr2: rgba(0, 45, 92, 0.8);
}

body {
	padding: 0;
	margin: 0;
	background: #001a33;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
}

input,
textarea {
	font-family: 'Roboto', sans-serif !important;
	outline: none !important;
}

h1,
h2,
h3,
h4,
form {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	transition: all 0.2s ease-in;
}
img {
	border: none;
}

html {
	min-height: 100vh;
}

form {
	margin: 0;
	padding: 0;
}

.head-line {
	background: #00264d;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5555;
	height: 88px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 207px;
	text-align: left;
}

.logo {
	display: flex;
	align-items: center;
	width: 207px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.logo img {
	width: 150px;
}

/*.logo img:nth-child(2) {
			width: 32px;
		}*/

.head-line-top {
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 44px;
}

.head-line-top-l {
	display: flex;
	align-items: center;
}

.tmenu1 {
	margin: 0 20px 0 0;
}

.tmenu1 a,
.tmenu1 .ecX8-e-QR9O-e {
	height: 24px;
	line-height: 24px;
	background: rgba(%backround%, 0.6);
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	padding: 0 10px;
	border-radius: 8px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.tmenu1 a svg,
.tmenu1 .ecX8-e-QR9O-e svg {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 4px 4px 0 0;
}

.tmenu1 a svg path,
.tmenu1 .ecX8-e-QR9O-e svg path {
	fill: rgba(255, 255, 255, 1);
}

.tmenu1 a:hover,
.tmenu1 .ecX8-e-QR9O-e:hover {
	background: rgba(255, 255, 255, 0.3);
}

.tmenu2 {
	display: flex;
}

.tmenu2 a,
.tmenu2 .ecX8-e-QR9O-e {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin: 0 10px 0 0;
	background: #f54903;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tmenu2 a svg,
.tmenu2 .ecX8-e-QR9O-e svg {
	width: 16px;
	height: 16px;
}

.tmenu2 a:hover,
.tmenu2 .ecX8-e-QR9O-e:hover {
	background: rgba(203, 60, 0, 1.5);
}

.head-line-top-r {
	display: flex;
	align-items: center;
}

.text-end {
	display: flex;
	align-items: center;
}

.text-end a,
.text-end .ecX8-e-QR9O-e {
	height: 24px;
	line-height: 24px;
	background: #3399ff;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	padding: 0 10px;
	border-radius: 8px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.text-end a:nth-child(1),
.text-end .ecX8-e-QR9O-e:nth-child(1) {
	background: #f54903;
	color: rgba(255, 255, 255, 1);
}

.text-end a:hover,
.text-end .ecX8-e-QR9O-e:hover {
	background: #3399ff;
	color: rgba(255, 255, 255, 1);
}

.tbl {
	height: 32px;
	border-right: 1px #3399ff solid;
	padding: 0 12px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 1);
}

.tbl > svg {
	width: 10px;
	margin: 0 0 0 5px;
}

.tbl span svg {
	width: 16px;
}

.tbl path {
	fill: rgba(255, 255, 255, 1);
}

.head-line-bottom {
	height: 44px;
	background: #00264d;
	margin: 0 0 0 44px;
	position: relative;
}

.head-line-bottom:before {
	content: '';
	display: block;
	position: absolute;
	border: 22px transparent solid;
	border-right: 22px solid #00264d;
	border-bottom: 22px solid #00264d;
	right: 100%;
	bottom: 0;
}

.nav {
	margin: 0;
	padding: 0;
}

.nav > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.nav-link {
	display: block;
	height: 44px;
	line-height: 44px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 15px;
}

.nav-link img {
	width: 32px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 4px 0 0;
}

.nav > li:has(ul) .nav-link {
}

.nav > li:has(ul) .nav-link:after {
	content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-v-6e10b7dc='' viewBox='0 0 32 19' class='ico__svg' focusable='false' role='img' data-v-ico='common%7Cangle'%3E%3Cpath d='M15.2 18.6.4 4c-.5-.5-.5-1.1 0-1.6l1.9-2c.5-.5 1.3-.5 1.7 0l12 11.8L28 .4c.4-.5 1.2-.5 1.7 0l2 2c.4.5.4 1 0 1.6L17 18.6c-.5.5-1.3.5-1.7 0Z'%3E%3C/path%3E%3C/svg%3E")
		center center no-repeat;
	width: 10px;
	height: 100%;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}

.nav-link:hover {
}

.nav:hover .nav-link {
	opacity: 0.5;
}

.nav-link:hover {
	opacity: 1 !important;
}

.nav ul {
	position: absolute;
	left: 0;
	top: 50px;
	background: rgba(255, 255, 255, 1);
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	width: 180px;
	padding: 20px;
	margin: 0;
	opacity: 0;
	transition: all 0.2s ease-in;
}

.nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.nav ul li a {
	display: block;
	border-left: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 5px 0 5px 10px;
	color: #3399ff;
	font-size: 13px;
}

.nav ul li a:hover {
	color: rgba(203, 60, 0, 0.8);
	border-left: 2px rgba(203, 60, 0, 0.7) solid;
	padding-left: 9px;
}

.nav > li:hover {
	overflow: visible;
}

.nav > li:hover > ul {
	opacity: 1;
	top: 44px;
}

.lcol::-webkit-scrollbar {
	width: 5px;
	background: #00264d;
	border-radius: 4px;
}

.lcol::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
}

.srcb {
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 254, 254, 0.6);
	height: 32px;
	border-radius: 8px;
	background: rgba(0, 30, 59, 1);
	font-size: 12px;
}

.srcb svg {
	height: 10px;
	margin: 0 5px 0 0;
}

.srcb path {
	fill: rgba(255, 254, 254, 0.6);
}

.srcb:hover {
	background: rgba(0, 30, 59, 0.5);
}

.llink {
	display: flex;
	align-items: center;
	color: rgba(255, 254, 254, 1);
	font-size: 14px;
	height: 32px;
	background: rgba(0, 30, 59, 1);

	margin: 0 0 1px 0;
	position: relative;
}

.llink2 {
}

.llink:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.llink:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.llink:after {
	content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-v-6e10b7dc='' viewBox='0 0 32 19' class='ico__svg' focusable='false' role='img' data-v-ico='common%7Cangle'%3E%3Cpath d='M15.2 18.6.4 4c-.5-.5-.5-1.1 0-1.6l1.9-2c.5-.5 1.3-.5 1.7 0l12 11.8L28 .4c.4-.5 1.2-.5 1.7 0l2 2c.4.5.4 1 0 1.6L17 18.6c-.5.5-1.3.5-1.7 0Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")
		center center no-repeat;
	background-size: 10px auto;
	width: 32px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px #00264d solid;
}

.llink svg {
	width: 16px;
	margin: 0 10px;
}

.llink path {
	fill: rgba(255, 254, 254, 1);
}

.lbl {
	background: rgba(255, 255, 255, 1);
	border-radius: 0 0 8px 8px;
	padding: 10px;
	display: block;
	margin: 0 0 10px 0;
}

.lbl-1 {
	color: rgba(0, 0, 0, 1);
	font-size: 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lbl-1 > svg {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	margin: 0 7px 0 0;
}

.lbl-1 > span {
	flex: 1;
}

.lbl-1-1 {
	display: flex;
	align-items: center;
}

.lbl-1-1 svg {
	height: 10px;
}

.lbl-1-1 svg:nth-child(2) {
	height: 12px;
	margin: 0 0 0 4px;
}

.lbl-1-1 svg:nth-child(2) path {
	stroke: rgba(203, 60, 0, 0.6);
	fill-opacity: 0;
	stroke-width: 40;
}

.lbl-1-2 {
	font-size: 11px;
	color: rgba(203, 60, 0, 0.6);
	padding: 5px 0;
}

.lbl-1-3 {
	padding: 6px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
}

.lbl-1-3 span:nth-child(2) {
	font-weight: bold;
}

.cblb {
}

.cblb-title {
	background: #00264d;
	border-radius: 8px 8px 0 0;
	display: flex;
}

.cblb-title div {
	width: 50%;
	text-align: center;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255, 254, 254, 0.6);
	font-size: 14px;
}

.cblb-title > div:nth-child(1) {
	background: rgba(0, 30, 59, 0.6);
	border-radius: 8px 0 0 0;
	color: rgba(255, 254, 254, 1);
}

.cblb-title > div:nth-child(1):before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #a4d058;
	margin: 0 5px 0 0;
}

.sidebar {
	background: rgba(255, 255, 255, 1);
	border-radius: 0 0 8px 8px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar a,
.sidebar .ecX8-e-QR9O-e {
	display: flex;
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	padding: 8px 40px 8px 0;
	background: rgba(255, 255, 255, 1);
	position: relative;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.sidebar a svg,
.sidebar .ecX8-e-QR9O-e svg {
	width: 16px;
	height: 16px;
	margin: 1px 10px;
}

.sidebar a path,
.sidebar .ecX8-e-QR9O-e path {
}

.sidebar a:after,
.sidebar .ecX8-e-QR9O-e:after {
	content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-v-6e10b7dc='' viewBox='0 0 32 19' class='ico__svg' focusable='false' role='img' data-v-ico='common%7Cangle'%3E%3Cpath d='M15.2 18.6.4 4c-.5-.5-.5-1.1 0-1.6l1.9-2c.5-.5 1.3-.5 1.7 0l12 11.8L28 .4c.4-.5 1.2-.5 1.7 0l2 2c.4.5.4 1 0 1.6L17 18.6c-.5.5-1.3.5-1.7 0Z' fill='%23000'%3E%3C/path%3E%3C/svg%3E")
		center center no-repeat;
	background-size: 10px auto;
	width: 32px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px rgba(255, 255, 255, 0.5) solid;
}

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

.lcol {
	/* position: fixed; */
	left: 10px;
	margin-top: 100px;
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	width: 255px;
	text-align: left;
	box-sizing: border-box;
	padding-right: 5px;
	position: sticky;
}

.ccol {
	width: calc(100% - 540px);
	margin: 0 auto;
	text-align: left;
	padding: 100px 10px 10px 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rcol {
	/* position: fixed; */
	right: 5px;
	margin-top: 100px;
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	width: 255px;
	text-align: left;
	box-sizing: border-box;
	padding-right: 5px;
	position: sticky;
}

.rcol::-webkit-scrollbar {
	width: 5px;
	background: #00264d;
	border-radius: 4px;
}

.rcol::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
}

.rcol .srcb svg {
	margin: 0 0 0 5px;
}

.rreg {
	border-radius: 8px;
	background: #e8e8e8;
	padding: 20px 10px;
	margin: 0 0 10px 0;
	position: relative;
}

.rreg-title {
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 30, 59, 1);
	text-align: center;
	margin: 0 0 10px 0;
}

.ptl {
	background: rgba(0, 30, 59, 1);
	border-radius: 8px;
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 254, 254, 1);
	font-size: 14px;
	margin: 0 0 10px 0;
}

.ptl svg {
	height: 16px;
	margin: 0 10px 0 0;
}

.ptl svg path {
	fill: rgba(0, 30, 59, 1);
}

.rtel {
	border-radius: 8px;
	height: 34px;
	background: #fff;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
}

.rtel span {
	color: rgba(0, 30, 59, 1);
	font-size: 14px;
	flex: 1;
	margin: 0 0 0 10px;
}

.rtel > svg:first-child {
	margin: 0 10px 0 0;
}

.rtel > div {
	background: rgba(0, 30, 59, 1);
	border-radius: 0 8px 8px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	width: 38px;
}

.rtel div svg {
	height: 10px;
}

.rtel div svg path {
	fill: rgba(255, 254, 254, 1);
}

.rrub {
	border-radius: 8px;
	height: 34px;
	background: #fff;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
	color: rgba(0, 30, 59, 1);
	position: relative;
}

.rrub svg {
	width: 10px;
	position: absolute;
	right: 12px;
	top: 15px;
}

.rrub svg path {
	fill: rgba(0, 30, 59, 1);
}

.rcp {
	border-radius: 8px;
	height: 34px;
	background: #fff;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
	color: #a8a8a8;
	position: relative;
}

.zareg {
	border-radius: 8px;
	height: 34px;
	background: rgba(203, 60, 0, 0.8);
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
	color: rgba(255, 255, 255, 1);
	position: relative;
	justify-content: center;
}

.zregtext {
	color: RGBA(120, 120, 120, 1);
	font-size: 10px;
	text-align: center;
}

.rbt {
	position: relative;
	margin: 0 0 10px 0;
}

.rbt .cblb-title > div:nth-child(1):before {
	display: none;
}

.rbt-content {
	padding: 10px;
	background: #e8e8e8;
	border-radius: 0 0 8px 8px;
}

.rbt-text {
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	color: #3399ff;
	font-size: 14px;
	text-align: center;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
	margin: 0 0 10px 0;
}

.slider-block {
	height: 248px;
	margin: 0 0 10px 0;
	position: relative;
}

.slider-item {
	border-radius: 5px;
	position: relative;
	display: block;
	height: 248px;
}

.slider-item-image {
	border-radius: 5px;
	display: block;
	height: 100%;
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.slider-item-content {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 69%);
	box-sizing: border-box;
	padding: 0 50% 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.slider-item-title {
	color: rgba(255, 255, 255, 1);
	margin: 0 0 15px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 35px;
}

.slider-item-title2 {
	color: #ccc;
	font-size: 14px;
	margin: 0 0 15px 0;
}

.slider-item-btn {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	background: var(--or);
	color: #000;
	border-radius: 5px;
}

.slider-item-btn:hover {
	background: var(--orhover);
}

.slider-nav {
}

.slider-nav > div {
	width: 32px;
	height: 112px;
	text-align: center;
	line-height: 120px;
	cursor: pointer;
	border-radius: 0px 5px 5px 0;
	left: 0;
	position: absolute;
	left: 0;
	top: calc(50% - 56px);
	background: rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	z-index: 222;
}

.slider-nav > div svg {
	height: 17px;
	opacity: 0.7;
}

.slider-nav > div path {
	fill: rgba(255, 255, 255, 1);
}

.slider-nav > div:hover svg {
	opacity: 1;
}

.slider-nav > div:nth-child(2) {
	border-radius: 5px 0 0 5px;
	left: auto;
	right: 0;
}

.slider-nav > div:hover {
	background: rgba(255, 255, 255, 0.4);
}

.slider-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	display: flex;
	z-index: 222;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.slider-pagination > span {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.35);
	opacity: 1;
}

.slider-pagination > span.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	width: 30px;
}

.cflb {
	background: #2e2e2e;
	height: 32px;
	border-radius: 8px 8px 0 0;
	display: flex;
	overflow: hidden;
}

.cflb-l {
	display: flex;
	align-items: center;
	padding: 0 15px 0 12px;
	border-right: 1px #000 solid;
	margin: 0 15px 0 0;
}

.cflb-l svg {
	width: 15px;
}

.cflb-l > svg:first-child path {
	fill: #fff;
}

.cflb-l svg path {
	fill: #c2c2c2;
}

.cflb-l span {
	margin: 0 8px;
}

.cflb-l span svg {
	width: 6px;
}

.cflb-r {
	color: #c2c2c2;
}

.cflb-r a {
	font-size: 13px;
	color: #c2c2c2;
	height: 32px;
	line-height: 32px;
	position: relative;
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: top;
}

.cflb-r a:hover {
	color: #fff;
}

.cflb-r a:first-child {
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
}

.cflb-r a:first-child:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #f54903;
	display: block;
}

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

.game {
	width: calc(20% - 16px);
	box-sizing: border-box;
	margin: 0 8px 20px 8px;
}

.game-image {
	aspect-ratio: 16 / 10;
	display: block;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.game-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.game-title {
	background: rgba(0, 30, 59, 1);
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: rgba(255, 254, 254, 1);
	font-size: 13px;
	font-weight: 500;
	border-radius: 0 0 8px 8px;
	text-align: center;
}

.game-title span {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lline {
	margin: 0 0 20px 0;
}

.lline-title {
	display: flex;
	align-items: center;
	background: #dedede;
	height: 50px;
	padding: 0 0 0 15px;
}

.lline-sport {
	color: #000;
	font-size: 14px;
	flex: 1;
}

.lline-sport svg {
	width: 16px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.lline-col {
	width: 25%;
}

.lline-col-title {
	display: flex;
	align-items: center;
}

.lline-col-title > div {
	width: 33.333%;
	text-align: center;
	color: #000;
	font-size: 13px;
}

.lline-item {
	background: #fff;
	display: flex;
	border-bottom: 1px #e8e8e8 solid;
	position: relative;
}

.lline-item-link {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.lline-item-name {
	color: #000;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	flex: 1;
}

.lcmi {
	display: flex;
	justify-content: space-between;
	margin: 0 0 5px 0;
}

.lcmi i {
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.mgjy {
	font-size: 12px;
	padding: 5px 0 0 0;
}

.lline-col-bet {
	display: flex;
	align-items: center;
	height: 100%;
}

.lline-col-bet > div {
	width: 33.333%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.betbet {
	background: #e8e8e8;
	border-radius: 8px;
	padding: 10px 10px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
}

.betbet:hover {
}

.faq-item {
	margin: 0 0 12px 0;
}

.faq-item-title {
	border: 2px solid rgb(var(--border-color-gray));
	border-radius: var(--border-8);
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	padding: var(--indent-base);
	margin: 0 0 2px 0;
	align-items: center;
	cursor: pointer;
}

.faq-item-text {
	border: 2px solid rgb(var(--border-color-gray));
	padding: 12px;
	border-radius: var(--border-8);
	display: none;
}

.ttul {
	padding: 0;
	margin: 0;
}

.ttul > li {
	font-size: 16px;
	color: #fff;
	list-style-type: none;
	position: relative;
	padding: 0 0 0 24px;
	margin: 0 0 12px 0;
}

.ttul > li:before {
	background: rgb(var(--green));
	border-radius: 50%;
	content: '';
	height: 5px;
	left: var(--indent-base);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.faq-item-active .faq-item-title svg {
	transform: rotate(180deg);
}

.faq-item-active .faq-item-text {
	display: block;
}

.footer {
	padding: 10px 10px;
	text-align: left;
}

.footer-w {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.footer-block {
	margin: 0 5px 10px 5px;
	background: rgba(0, 30, 59, 1);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 15px;
}

.f1 {
	width: calc(100% - 10px);
}

.f2 {
	width: calc(50% - 10px);
}

.f3 {
	width: calc(33.33% - 10px);
}

.footer-logo {
	display: block;
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	font-size: 16px;
	text-transform: uppercase;
}

.footer-cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-cols > div {
	width: 19%;
}

.footer-cols > div > b {
	font-weight: bold;
	color: rgba(255, 254, 254, 1);
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

.footer-cols a {
	margin: 0 0 8px 0;
	display: block;
	font-size: 12px;
	color: rgba(255, 254, 254, 1);
}

.footer-cols a:hover {
	opacity: 0.7;
}

.footer-text {
	color: rgba(255, 254, 254, 0.3);
	font-size: 12px;
	line-height: 18px;
}

.footer-block.f3 {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-block.f3 img {
	height: 56px;
	max-width: 100%;
}

.mtext {
	width: 100%;
	color: #a3accd;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 10px;
}

.mtext h1 {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: rgba(255, 255, 255, 1);
}

.mtext h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: rgba(255, 255, 255, 1);
}

.mtext h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: rgba(255, 255, 255, 1);
}

.mtext p {
	margin: 0 0 20px 0;
	padding: 0;
}

.mtext a {
	color: #428cdc;
	text-decoration: underline;
}

.mtext a:hover {
	opacity: 0.7;
}

.mtext ul {
	margin: 0 0 30px 0;
	padding: 0;
}

.mtext ul li {
	position: relative;
	padding: 0px 0 20px 20px;
	color: #d29d25;
	list-style-type: none;
	font-weight: bold;
}

.mtext ul li:before {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4f5151;
	content: '';
	left: 0;
	transition: 0.3s ease-in-out;
	top: 5px;
}

.mtext ul li:after {
	position: absolute;
	border-left: 1px dotted #4f5151;
	width: 1px;
	top: 22px;
	content: '';
	left: 3px;
	height: calc(100% - 30px);
}

.mtext ul li:last-child {
	padding-bottom: 0;
}

.mtext ul li:last-child:after {
	display: none;
}

.mtext ol {
	margin: 0 0 30px 0;
	padding: 0;
	counter-reset: listitem;
}

.mtext ol li {
	position: relative;
	padding: 0px 0 20px 20px;
	color: #d29d25;
	list-style-type: none;
	font-weight: bold;
}

.mtext ol li:before {
	position: absolute;
	border-radius: 50%;
	counter-increment: listitem;
	content: counters(listitem, '') '';
	left: 0;
	transition: 0.3s ease-in-out;
	top: 0px;
	color: rgba(255, 255, 255, 1);
}

.mtext ol li:after {
	position: absolute;
	border-left: 1px dotted #4f5151;
	width: 1px;
	top: 22px;
	content: '';
	left: 3px;
	height: calc(100% - 30px);
}

.mtext ol li:last-child {
	padding-bottom: 0;
}

.mtext ol li:last-child:after {
	display: none;
}

.mtable-wrap {
	overflow-x: auto;
	margin: 0 0 40px 0;
}

.mtable {
	border: 0;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.mtable tr {
}

.mtable strong {
	color: rgba(255, 255, 255, 1);
}

.mtable td {
	border: 0;
	padding: 20px;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

/*.ccol img {
	max-width: 100%;
	margin-bottom: 20px;
}*/

.ccol h1 {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 22px 0;
	color: rgba(255, 255, 255, 1);
	line-height: normal;
}

.ccol h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 22px 0;
	color: rgba(255, 255, 255, 1);
	line-height: normal;
}

.ccol h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 22px 0;
	color: rgba(255, 255, 255, 1);
	line-height: normal;
}

.ccol h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 22px 0;
	color: rgba(255, 255, 255, 1);
	line-height: normal;
}

.ccol p {
	margin: 0 0 22px 0;
	padding: 0;
}

.ccol a {
	color: rgba(255, 184, 5, 1);
	text-decoration: underline;
}

.ccol a:hover {
	opacity: 0.7;
}

.ccol ul {
	margin: 0 0 22px 0;
	padding: 0;
}

.ccol ul li {
	position: relative;
	padding: 0px 0 20px 20px;
	list-style-type: none;
	font-weight: bold;
}

.ccol ul li:before {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--or);
	content: '';
	left: 0;
	transition: 0.3s ease-in-out;
	top: 2px;
}

.ccol ul li:last-child {
	padding-bottom: 0;
}

.ccol ul li:last-child:after {
	display: none;
}

.ccol ol {
	margin: 0 0 22px 0;
	padding: 0;
	counter-reset: listitem;
}

.ccol ol li {
	position: relative;
	padding: 0px 0 20px 20px;
	color: rgba(255, 255, 255, 1);
	list-style-type: none;
	font-weight: bold;
}

.ccol ol li:before {
	position: absolute;
	border-radius: 50%;
	counter-increment: listitem;
	content: counters(listitem, '') '';
	left: 0;
	transition: 0.3s ease-in-out;
	top: 0px;
	color: var(--or);
}

.ccol ol li:last-child {
	padding-bottom: 0;
}

.ccol ol li:last-child:after {
	display: none;
}

.table {
	overflow-x: auto;
	margin: 0 0 32px 0;
}

.table table {
	border: 0;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.table table tr {
}

.table table strong {
	color: rgba(255, 255, 255, 1);
}

.table table td {
	border: 0;
	padding: 20px;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.table table tr:first-child td {
	color: rgba(255, 255, 255, 1);
}

.oops {
	display: none;
}

.mbpanel,
.bpanel {
	display: none;
}

@media (max-width: 1280px) {
	body {
		padding-bottom: 66px;
	}

	.mbpanel {
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		height: 66px;
		width: 100%;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 1);
	}

	.mbpanel > a,
	.mbpanel > .ecX8-e-QR9O-e {
		width: 20%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: rgba(59, 59, 59, 1);
		font-size: 14px;
		flex-direction: column;
	}

	.mbpanel > a span,
	.mbpanel > .ecX8-e-QR9O-e span {
		width: 38px;
		height: 38px;
		border-radius: 100%;
		background: #f54903;
		margin: 0 0 5px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mbpanel > a svg,
	.mbpanel > .ecX8-e-QR9O-e svg {
		height: 19px;
		margin: 0 0 5px 0;
	}

	.mbpanel > a svg path,
	.mbpanel > .ecX8-e-QR9O-e svg path {
		fill: rgba(59, 59, 59, 1);
	}

	.mbpanel > a:nth-child(3),
	.mbpanel > .ecX8-e-QR9O-e:nth-child(3) {
		color: rgba(255, 255, 255, 1);
		font-weight: bold;
	}

	.mbpanel > a:nth-child(3) svg,
	.mbpanel > .ecX8-e-QR9O-e:nth-child(3) svg {
		margin: 0;
	}

	.mbpanel > a:nth-child(3) path,
	.mbpanel > .ecX8-e-QR9O-e:nth-child(3) path {
		fill: rgba(255, 255, 255, 1);
	}

	.buty-fix-scroll {
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.bpanel {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99999;
		background: #fff;
		width: 100%;
		height: 100vh;
		display: none;
	}
	.bpanel.active {
		display: block;
	}

	.bpanel-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 74px;
		color: #3399ff;
		font-size: 19px;
		border-bottom: 1px #e8e8e8 solid;
	}

	.bpanel-top > div {
		display: flex;
		align-items: center;
	}

	.nhty {
		display: flex;
		align-items: center;
		padding: 0 0 0 20px;
	}

	.nhty svg {
		width: 10px;
		margin: 0 0 0 10px;
	}

	.mkky {
		width: 47px;
		height: 47px;
		border-radius: 8px;
		background: #dedede;
		margin: 0 5px 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mkky svg {
		width: 16px;
	}

	.mkky path {
		fill: #000;
	}

	.slej {
		width: 47px;
		height: 47px;
		border-radius: 8px;
		margin: 0 0 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.slej svg {
		width: 19px;
	}

	.slej path {
		fill: #000;
	}

	.bpanel-t {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		padding: 20px 10px;
		color: #000;
		font-size: 14px;
		border-bottom: 1px #e8e8e8 solid;
		text-align: center;
	}

	.bpanel-t > div {
		width: 100%;
		font-weight: bold;
		padding: 0 0 10px 0;
	}

	.bpanel-t a {
		width: 49%;
		height: 38px;
		line-height: 38px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		border-radius: 8px;
		background: var(--or);
		color: #000;
		font-weight: 500;
	}

	.bpanel-t a svg {
		margin: -3px 5px 0 0;
		width: 19px;
	}

	.bpanel-t path {
		fill: #000;
	}

	.navnav > ul {
	}

	.navnav li {
		display: block;
		border-bottom: 1px #e8e8e8 solid;
		text-align: left;
	}

	.navnav a,
	.nav-link {
		display: block;
		height: auto;
		line-height: normal;
		color: #3399ff;
		padding: 20px 20px;
		font-size: 16px;
		text-transform: none;
		font-weight: 400;
		opacity: 1 !important;
	}

	.nav-link img {
		margin: -5px 4px 0 0;
	}

	.navnav ul ul {
		display: none;
	}

	.lcol {
		display: none;
	}

	.rcol {
		display: none;
	}

	.ccol {
		width: 100%;
		padding: 70px 10px 10px 10px;
		box-sizing: border-box;
	}

	.head-line-top-l {
		display: none;
	}

	.head-line-bottom {
		display: none;
	}

	.head-line {
		height: 58px;
	}

	/*.logo img:nth-child(2) {
		display: none;
	}*/

	.logo img {
		height: 15px;
		width: auto;
	}

	.tbl {
		display: none;
	}

	.head-line-top {
		justify-content: flex-end;
		align-items: center;
		height: 100%;
	}

	.text-end a,
	.text-end .ecX8-e-QR9O-e {
		height: 40px;
		line-height: 40px;
	}

	.slider-item {
		border-radius: 10px;
		background: rgba(255, 255, 255, 1);
		padding: 5px;
		position: relative;
		display: block;
		height: 170px;
		width: 105px;
		width: 305px;
		margin: 0 10px 0 0;
	}

	.slider-item:last-child {
		margin: 0;
	}

	.slider-item-image {
		height: 96px;
		margin: 0 0 10px 0;
		border-radius: 10px;
	}

	.slider-item-content {
		position: static;
		height: auto;
		width: auto;
		padding: 0;
		justify-content: center;
		align-items: center;
		background: none;
		height: 60px;
	}

	.slider-item-btn {
		display: none;
	}

	.slider-item-title {
		color: #00264d;
		margin: 0;
		font-weight: 400;
		text-transform: none;
		font-size: 13px;
		text-align: center;
		display: block;
	}

	.slider-item-title2 {
		display: none;
	}

	.slider-pagination,
	.slider-nav,
	.cflb {
		display: none;
	}

	.slider-block {
		height: auto;
	}

	.oops {
		padding: 10px 20px;
		background: rgba(255, 255, 255, 0.7);
		display: block;
		margin: 0 -10px 20px -10px;
	}

	.oops-w {
		display: flex;
		margin: 0 -5px;
	}

	.oops a {
		width: calc(25% - 10px);
		box-sizing: border-box;
		margin: 0 5px;
		border-radius: 10px;
		background: rgba(%buttont-text-2%, 1);
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		font-weight: 500;
		color: #3399ff;
	}

	.oops a svg {
		height: 19px;
	}

	.lline-bl {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		margin: 0 0 10px 0;
	}

	.lline-title {
		height: 40px;
		border-radius: 8px 8px 0 0;
		background: #f2f2f2;
		border-bottom: 1px #e8e8e8 solid;
	}

	.lline-col {
		display: none;
	}

	.lline-item:last-child {
		border-radius: 0 0 8px 8px;
	}

	.lcmi {
		font-weight: bold;
	}

	.lline-item {
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.lline-item-name {
		flex: 0 auto;
		width: 100%;
		box-sizing: border-box;
	}

	.lline-item {
	}

	.lline-item-name + .lline-col {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.lline-col-bet > div {
		width: 33%;
	}

	.lline-col-bet {
		width: 100%;
		justify-content: space-between;
		padding: 0 10px 20px 10px;
	}

	.betbet {
		width: 100%;
		box-sizing: border-box;
	}

	.ccol {
		background: #001a33;
	}

	.footer {
		background: #00264d;
	}
}

@media (max-width: 900px) {
	.game {
		width: calc(33.33% - 16px);
	}

	.slider-item {
		width: 105px;
	}
}

@media (max-width: 650px) {
	.game {
		width: calc(50% - 16px);
	}

	.footer-cols > div {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}

	.f3 {
		width: calc(100% - 10px);
	}

	.oops a {
		font-size: 14px;
	}
}

@media (max-width: 420px) {
}

@media (max-width: 420px) {
}
.bonus {
	display: none;
}
.ecX8-e-QR9O-e {
	transition: all 1s ease;
}
.ecX8-e-QR9O-e {
	cursor: pointer;
}
section .container {
	background: rgba(26, 26, 26, 1) url(../images/head.png) center top no-repeat;
	background-size: auto 100%;
	margin: 0 0 0 0;
}

section .container .row {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	display: flex;
	overflow: hidden;
}

section .container .row .col-12 {
	flex: 1;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
	display: flex;
	align-items: center;
}

section .container .row .col-12 > div {
	padding: 60px 100px 60px 0;
}
section .container .row .col-12 h1,
section .container .row .col-12 h2,
section .container .row .col-12 h3 {
	font-size: 34px;
	line-height: 120%;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin: 0 0 30px 0;
}

section .container .row .col-12 h1:before,
section .container .row .col-12 h2:before,
section .container .row .col-12 h3:before,
section .container .row .col-12 h1:after,
section .container .row .col-12 h2:after,
section .container .row .col-12 h3:after {
	display: none;
}

section .container .row .col-6 {
	display: flex;
	align-items: flex-end;
	padding: 20px 0 0 0;
}

section .container .row .col-12 .col-12 {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	display: flex;
	align-items: center;
	border-top: 1px rgba(255, 255, 255, 0.5) solid;
}

section .container .row .col-12 .col-12 > div {
	flex: 1;
	padding: 0 0 0 20px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

section .container .row .col-12 .col-12 .btn {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 15px 50px;
	background: #f54903;
	border-radius: 60px;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s linear;
}

section .container .row .col-12 .col-12 .btn svg {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	margin: -2px 10px 0 0;
	fill: rgba(255, 255, 255, 1);
}
section .container .row .col-12 .col-12 .btn svg path {
	fill: rgba(255, 255, 255, 1);
}

section .container .row .col-12 .col-12 .btn span {
	font-weight: 700;
}

section .container .row .col-12 .col-12 .btn:hover {
	opacity: 0.8;
}
@media (max-width: 1480px) {
	section .container .row {
		width: 100%;
		margin: 0 auto;
	}
	section .container .row .col-6 {
		display: none;
	}

	section .container .row .col-12 > div {
		padding: 40px 0;
	}

	section .container .row .col-12 h1,
	section .container .row .col-12 h2,
	section .container .row .col-12 h3 {
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	section .container .row .col-12 {
		font-size: 13px;
		line-height: 20px;
	}
}
@media (max-width: 700px) {
	section .container .row .col-12 .col-12 {
		flex-direction: column-reverse;
	}

	section .container .row .col-12 .col-12 > div {
		padding: 0 0 20px 0;
		text-align: center;
		flex: 0 auto;
		width: 100%;
	}
}
@media (max-width: 600px) {
	section .container .row .col-12 .col-12 .btn {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 0px;
		width: 100%;
	}

	section .container .row .col-12 .col-12 .btn span {
		margin-left: 5px;
	}
}
@media (max-width: 550px) {
	section .container .row .col-12 > div {
		padding: 20px 0;
	}
}
.bonus a,
.bonus {
	display: none;
}
@media screen and (max-width: 1050px) {
	.bonus a {
		display: flex;
		align-items: center;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 20px;
		flex-wrap: wrap;
		background: rgba(255, 255, 255, 1);
		z-index: 222;
		box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.57);
		justify-content: space-between;
	}

	.bonus a > span:nth-child(1) {
		font-weight: 700;
		font-size: 14px;
		color: #f54903;
	}

	.bonus a > span:nth-child(2) {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
		background: #f54903;
		border-radius: 60px;
		color: rgba(255, 255, 255, 1);
		font-size: 13px;
		font-weight: 500;
	}

	.bonus a > span:nth-child(2) img {
		margin: 0 10px 0 0;
		height: 18px;
	}
}

.heading {
	border-radius: 30px;
	background: linear-gradient(
		90deg,
		rgba(14, 68, 130, 1) 0%,
		rgba(35, 147, 224, 1) 100%
	);
	padding: 40px;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
	color: rgba(0, 0, 0, 1) !important;
	font-size: 26px;
	margin: 0 0 50px 0;
	width: 100%;
	padding: 0;
	font-weight: 400;
	display: block !important;
	background: transparent !important;
}
.heading h1:before,
.heading h2:before,
.heading h3:before,
.heading h4:before,
.heading h5:before,
.heading h6:before {
	display: none !important;
}
.heading h1:after,
.heading h2:after,
.heading h3:after,
.heading h4:after,
.heading h5:after,
.heading h6:after {
	display: none !important;
}

.heading .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 30px;
	background: rgba(255, 255, 255, 1);
	padding: 30px;
}

.heading .header {
	width: calc(100% - 440px);
}

.heading .logo {
	margin: 0 0 10px 0 !important;
	position: static !important;
	height: unset !important;
	width: unset !important;
	padding: 0 !important;
}

.heading .logo img {
	max-width: 300px !important;
	position: static !important;
	height: unset !important;
	width: unset !important;
	padding: 0 !important;
}

.heading .text {
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	margin: 0 0 20px 0;
	display: inline-flex;
	align-items: center;
	line-height: 140%;
	gap: 8px;
}

.heading .stars {
	color: rgba(245, 98, 0, 1);
	font-size: 20px;
	font-weight: bold;
}

.heading .updates {
	color: rgba(182, 182, 182, 1);
	font-size: 12px;
}

.heading .icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.heading .icons a,
.heading .icons .ecX8-e-QR9O-e {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	border-radius: 30px;
	background: rgba(250, 77, 0, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	font-size: 15px;
	transition: all 0.2s ease;
}

.heading .icons img {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	margin-right: 8px;
}

.heading .icons a:hover,
.heading .icons .ecX8-e-QR9O-e:hover {
	opacity: 0.6;
}

.heading .icons a:nth-child(2),
.heading .icons .ecX8-e-QR9O-e:nth-child(2) {
	background: rgba(59, 59, 59, 1);
	color: rgba(255, 255, 255, 1);
}

.heading .icons a:nth-child(2):hover,
.heading .icons .ecX8-e-QR9O-e:nth-child(2):hover {
	opacity: 0.5;
}

.heading .app {
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
}

.heading .img {
	width: 400px;
	position: relative;
}

.heading .img img {
	position: absolute;
	right: 0;
	bottom: -54px;
	height: 330px;
}
@media (max-width: 1050px) {
	.heading .wrapper {
		flex-direction: column-reverse;
	}

	.heading .img {
		margin: 0 0 20px 0;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
	}

	.heading .img img {
		position: static;
		height: auto;
		width: 70%;
	}

	.heading .header {
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.heading h1,
	.heading h2,
	.heading h3,
	.heading h4,
	.heading h5,
	.heading h6 {
		margin: 0 0 20px 0;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
}
@media (max-width: 600px) {
	.heading h1,
	.heading h2,
	.heading h3,
	.heading h4,
	.heading h5,
	.heading h6 {
		margin: 0 0 12px 0;
		padding: 0 !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.heading .logo img {
		width: 200px !important;
	}
}
.applications-wrap {
	padding: 30px 0 30px 0;
}

.applications {
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #00264d;
	padding: 35px 40px;
	box-sizing: border-box;
}

.applications-t {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}

.applications-title {
	font-size: 20px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin: 0 20px 0 0;
}

.applications-title:hover {
	color: rgba(255, 184, 5, 1);
}

.applications-rating {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 1);
	font-size: 13px;
}

.applications-rating > img {
	width: 16px;
	margin: 0 10px 0 0;
}

.applications-rating div {
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
	font-size: 16px;
	margin: 0 5px 0 0;
}

.applications-rating span {
	margin: 2px 0 0 0;
	color: rgba(255, 255, 255, 0.5);
}

.applications-c {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.applications-image {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	overflow: hidden;
}

.applications-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.applications-c-r {
	width: calc(100% - 360px);
}

.applications-promo {
	display: flex;
	align-items: center;
	background: rgba(216, 222, 232, 1);
	border-radius: 15px;
	padding: 18px 25px;
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
	font-size: 14px;
}

.applications-promo img {
	width: 50px;
	margin: 0 20px 0 0;
}

.applications-pay {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0 0 10px;
}

.applications-pay img {
	height: 16px;
	margin: 0 15px 0 0;
	width: auto;
}

.applications-b {
	width: 180px;
}

.applications-b-link {
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
	background: rgba(255, 184, 5, 1) !important;
	color: rgba(0, 0, 0, 1) !important;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
	text-align: center;
	text-decoration: none;
}

.applications-b-link:hover {
	background: rgba(255, 255, 255, 1) !important;
	color: rgba(51, 58, 72, 1) !important;
	box-sizing: border-box;
	border: 1px solid rgba(216, 222, 232, 1) !important;
}

.applications-b-link2 {
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 1) !important;
	color: rgba(51, 58, 72, 1) !important;
	font-size: 14px;
	display: block;
	text-align: center;
	border: 1px rgba(216, 222, 232, 1) solid !important;
	text-decoration: none;
	font-weight: bold;
}

.applications-b-link2:hover {
	background: rgba(216, 222, 232, 1) !important;
}
@media (max-width: 1750px) {
	.applications {
		padding: 20px;
	}
}
@media (max-width: 800px) {
	.applications-b {
		width: 100%;
		padding: 25px 0 0 0;
	}

	.applications-c-r {
		width: calc(100% - 140px);
	}
}
@media (max-width: 600px) {
	.applications-t {
		flex-wrap: wrap;
	}

	.applications-t .applications-rating {
		width: 100%;
		padding: 10px 0 0 0;
	}

	.applications-image {
		width: 70px;
		height: 70px;
	}

	.applications-c-r {
		width: calc(100% - 80px);
	}

	.applications-c {
		position: relative;
		padding-bottom: 50px;
	}

	.applications-pay {
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		justify-content: center;
		white-space: nowrap;
	}

	.applications-pay img {
		height: 12px;
		margin: 0 5px;
	}

	.applications-image img {
	}

	.applications-promo {
		padding: 8px;
		font-size: 13px;
		min-height: 70px;
		box-sizing: border-box;
		line-height: 140%;
	}

	.applications-promo img {
		display: none;
	}

	.applications {
		margin-bottom: 10px;
	}

	.applications-wrap {
		padding-top: 10px;
	}
}
.application {
	padding: 110px 20px 40px 20px;
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #00264d;
	position: relative;
	margin-bottom: 8px;
	margin-top: 8px;
}

.application-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	z-index: 1;
}

.application-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.application-content {
	position: relative;
	z-index: 22;
	border-radius: 10px;
	background: #00264d;
	padding: 10px;
}

.application-t {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}

.application-t-l {
	width: 160px;
}

.application-t-image {
	width: 160px;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.application-t-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.application-t-r {
	width: calc(100% - 180px);
}

.application-title {
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

.application-fl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
	padding: 20px 0 0 0;
}

.application-item {
	width: calc(25% - 20px);
	margin: 0 10px 20px 10px;
}

.application-item-label {
	color: rgba(255, 255, 255, 1);
	/*color: #555;*/
	margin: 0 0 3px 0;
}

.application-item-title {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	font-size: 15px;
}

.application-item-title img {
}

.application-item-title span {
	font-size: 20px;
	margin: 0 5px 0 0;
}

.application-bt {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 22px;
}
@media (max-width: 1450px) {
	.application-content {
		background: none;
	}

	.application-t {
		display: block;
	}

	.application-t-l {
		width: auto;
	}
}
@media (max-width: 1050px) {
	.application-t-r {
		width: 100%;
	}
}
@media (max-width: 700px) {
	.application-item {
		width: calc(33.33334% - 20px);
		margin: 0 10px 20px 10px;
	}
}
@media (max-width: 600px) {
	.application-item {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}

	.application-title {
		font-size: 18px;
	}

	.application-content {
		padding: 0;
	}

	.application-item-label {
		font-size: 12px;
	}

	.application-item-title {
		font-size: 13px;
	}

	.application-item-title span {
		font-size: 16px;
	}
	.application {
		margin-bottom: 0;
	}
}

.single-image {
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: unset !important;
	height: unset !important;
}
.text-content-block-right {
	grid-template-columns: 50% auto;
	display: grid;
	column-gap: 24px;
	grid-template-areas: 'content image';
}

.text-content-block-left {
	grid-template-columns: auto 50%;
	display: grid;
	column-gap: 24px;
	grid-template-areas: 'image content';
}

.text-content-block-left img,
.text-content-block-right img {
	width: 400px;
	min-width: 400px;
	max-width: 400px;
	height: 400px;
	min-height: 400px;
	max-height: 400px;
	border-radius: 8px;
	object-fit: cover;
}

.text-content-block-left .content,
.text-content-block-right .content {
	grid-area: content;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.text-content-block-left .image,
.text-content-block-right .image {
	grid-area: image;
	position: relative;
}
.text-content-block-right .image {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.text-content-block-left .image {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 1355px) {
	.text-content-block-left img,
	.text-content-block-right img {
		width: 450px;
		min-width: 450px;
		max-width: 450px;
		height: 450px;
		min-height: 450px;
		max-height: 450px;
	}
}
@media (max-width: 1255px) {
	.text-content-block-left img,
	.text-content-block-right img {
		width: 400px;
		min-width: 400px;
		max-width: 400px;
		height: 400px;
		min-height: 400px;
		max-height: 400px;
	}
}
@media (max-width: 1155px) {
	.text-content-block-left img,
	.text-content-block-right img {
		width: 380px;
		min-width: 380px;
		max-width: 380px;
		height: 380px;
		min-height: 380px;
		max-height: 380px;
	}
}

@media screen and (max-width: 968px) {
	.text-content-block-left img,
	.text-content-block-right img {
		width: 100%;
		min-width: unset;
		max-width: unset;
		height: auto;
		min-height: unset;
		max-height: 400px;
	}
	.text-content-block-left,
	.text-content-block-right {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
}
@media (max-width: 600px) {
	.text-content-block-right img,
	.text-content-block-left img {
		max-height: 280px;
	}
}
section .title {
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

section .title h1,
section .title h2,
section .title h3 {
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
.games {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 0 -8px;
}

.game-item {
	margin: 0 8px 16px 8px;
	width: calc(50% - 16px);
	display: flex;
	box-sizing: border-box;
	padding: 30px 280px 30px 40px;
	background: rgba(211, 222, 226, 1);
	border-radius: 15px;
	justify-content: center;
	flex-direction: column;
	transition: all 0.3s linear;
	position: relative;
	overflow: hidden;
}

.game-item > img {
	position: absolute;
	max-width: 50%;
	max-height: 100%;
	right: 0;
	bottom: 0;
	border-radius: 0 0 15px 0;
	z-index: 1;
	transition: all 1.3s linear;
}

.game-item > span {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.game-item > span i {
	font-style: normal;
	display: block;
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	font-weight: 500;
}

.game-item > span u {
	padding: 10px 25px;
	white-space: nowrap;
	border-radius: 40px;
	background: #f54903;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
	margin: 15px 0 0 0;
	transition: all 0.3s linear;
}

.game-item:hover {
	background: rgba(203, 60, 0, 0.4);
}

.game-item:hover > span u {
	background: #3399ff;
	color: rgba(255, 255, 255, 1);
}

.game-item:hover > img {
	transform: scale(1.1);
}
@media (max-width: 1050px) {
	.game-item {
		width: calc(100% - 16px);
	}

	.game-item > span {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 700px) {
	.game-item {
		padding: 30px;
	}

	.game-item > img {
		max-width: 30%;
		max-height: 100%;
	}
}
@media screen and(max-width: 600px) {
	section .title {
		margin-bottom: 20px;
	}
}
.breadcrumbs li:before {
	content: '' !important;
	padding: 0 !important;
	display: inline !important;
	position: static !important;
	height: unset !important;
	width: unset !important;
}
.breadcrumbs li:after {
	сontent: '' !important;
	padding: 0 !important;
	display: inline !important;
	position: static !important;
	height: unset !important;
	width: unset !important;
}
.breadcrumbs li {
	padding: 0 !important;
}
.breadcrumbs li:first-child:after {
	content: '/' !important;
	color: #f54903 !important;
	font-weight: bold !important;
	padding: 0 !important;
	padding-right: 4px !important;
}
.breadcrumbs {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 0;
}
.breadcrumbs a {
	color: #f54903;
	font-weight: normal;
	font-size: 16px;
}
.breadcrumbs a:hover {
	opacity: 0.7;
}
.breadcrumbs li:not(:last-child):after {
	content: ' / ';
}
.image-right {
	grid-template-columns: 50% auto;
	grid-template-rows: auto 1fr;
	display: grid;
	column-gap: 24px;
	grid-template-areas:
		'title image'
		'content image';
	box-sizing: border-box;
	position: relative;
	height: max-content;
}
.image-left {
	grid-template-columns: auto 50%;
	grid-template-rows: auto 1fr;
	display: grid;
	column-gap: 24px;
	grid-template-areas:
		'image title'
		'image content';
	box-sizing: border-box;
	position: relative;
	height: max-content;
}

.image-right h1,
.image-right h2,
.image-right h3,
.image-right h4,
.image-right h5,
.image-right h6,
.image-left h1,
.image-left h2,
.image-left h3,
.image-left h4,
.image-left h5,
.image-left h6 {
	font-size: 22px !important;
	font-weight: bold !important;
	background: #001a33;
	color: rgba(255, 255, 255, 1);
}
.image-right img,
.image-left img {
	width: 400px;
	min-width: 400px;
	max-width: 400px;
	height: 400px;
	min-height: 400px;
	max-height: 400px;
	border-radius: 8px;
	object-fit: cover;
}
.image-right .title {
	align-self: flex-start;
	grid-area: title;
	position: relative;
}
.image-right .content {
	grid-area: content;
	align-self: flex-start;
	position: relative;
	overflow: visible;
	height: max-content;
}
.image-right .image {
	align-self: flex-start;
	grid-area: image;
	position: relative;
	display: flex;
	justify-content: center;
}

.image-left .title {
	align-self: flex-start;
	grid-area: title;
	position: relative;
}
.image-left .content {
	grid-area: content;
	align-self: flex-start;
	position: relative;
	overflow: visible;
	height: max-content;
}
.image-left .image {
	align-self: flex-start;
	grid-area: image;
	position: relative;
	display: flex;
	justify-content: center;
}
@media (max-width: 1355px) {
	.image-right img,
	.image-left img {
		width: 450px;
		min-width: 450px;
		max-width: 450px;
		height: 450px;
		min-height: 450px;
		max-height: 450px;
	}
}
@media (max-width: 1255px) {
	.image-right img,
	.image-left img {
		width: 400px;
		min-width: 400px;
		max-width: 400px;
		height: 400px;
		min-height: 400px;
		max-height: 400px;
	}
}
@media (max-width: 1155px) {
	.image-right img,
	.image-left img {
		width: 380px;
		min-width: 380px;
		max-width: 380px;
		height: 380px;
		min-height: 380px;
		max-height: 380px;
	}
}

@media (max-width: 968px) {
	.image-right .content p:nth-child(1) {
		width: unset;
		min-height: unset;
	}
	.image-right img,
	.image-left img {
		min-width: unset;
		min-height: unset;
		max-width: 100%;
		width: 100%;
		height: auto;
		max-height: 400px;
	}
	.image-right,
	.image-left {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.image-right img,
	.image-left img {
		width: 100% !important;
		object-fit: cover;
	}
	.image-right .image,
	.image-left .image {
		align-self: unset;
	}
	.image-right .title,
	.image-left .title {
		align-self: unset;
	}
	.image-right .content,
	.image-left .content {
		align-self: unset;
	}
}

@media (max-width: 600px) {
	.image-right img,
	.image-left img {
		max-height: 280px;
	}
}
details {
	background: #f54903 !important;
	/*box-shadow: 0 10px 30px rgb(250 65 0 / 40%);*/
	border-radius: 8px;
	color: rgba(255, 255, 255, 1) !important;
}
summary {
	font-size: 24px;
	padding: 12px 24px;
	color: rgba(255, 255, 255, 1) !important;
	margin-bottom: 4px;
}
details p {
	font-weight: normal;
	font-size: 16px;
	margin: 0 !important;
	padding: 12px 24px !important;
	color: rgba(255, 255, 255, 1) !important;
}
details h1,
details h2,
details h3,
details h4,
details h5,
details h6 {
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
	background: #f54903 !important;
	color: rgba(255, 255, 255, 1) !important;
}
details h1:after,
details h2:after,
details h3:after,
details h4:after,
details h5:after,
details h6:after {
	display: none;
}
details h1:before,
details h2:before,
details h3:before,
details h4:before,
details h5:before,
details h6:before {
	display: none;
}
.section {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	list-style: none;
}
.footer__list li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
}
.footer__list li a:hover {
	color: #3399ff;
}

@media (max-width: 768px) {
	.table {
		/* overflow: auto;
		height: 100%; */
	}
}
