/* Aleksey Skubaev

askubaev@gmail.com
icq - 322253350
test-templates.com
------------------
*/


body {
	padding: 0;
	margin: 0;
	background: #090f1e;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
}

input, textarea {
	font-family: 'Roboto', sans-serif !important;
	outline: none !important;
}

h1, h2, h3, h4, form {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
img {
	border: none;
}

html {
	min-height: 100vh;
}

form {
	margin: 0;
	padding: 0;
}


.mainwrap {
	max-width: 2000px;
	margin: 0 auto;
	text-align: left;
	padding: 0 15px;
}	

.head-line {
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.head-line-left {
		display: flex;
		align-items: center;
	}
	
		.smln {
			width: 24px;
			height: 24px;
			margin-right: 8px;
			background: #1e263d;
			border-radius: 8px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		
			.smln svg {
				fill: #fff;
				
			}
	
	.head-line-right {
		display: flex;
		align-items: center;
	}
	
		.appr {
			display: flex;
			align-items: center;
			color: #757880;
			font-size: 11px;
			margin: 0 10px 0 0;
		}
		
			.appr i {
				display: block;
				font-style: normal;
				color: #fff;
			}
		
			.appr svg {
				width: 24px;
				margin: 0 0 0 10px;
			}
			
		.hmi {
			height: 24px;
			padding: 0 10px;
			background: #1e263d;
			border-radius: 8px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		
			.hmi svg {
				width: 14px;
				fill: #fff;
				color: #fff;
			}
			
			.hmi svg:first-child {
				margin-right: 5px;
				fill: #8ebc07;
			}
			
		.dfnt {
			background: #3a3f4b;
			width: 1px;
			height: 14px;
			margin: 0 10px;
		}
		
		.head-lang {
			position: relative;
		}
		
			.head-lang-title {
				
			}
			
			.head-lang-item {
				height: 24px;
				padding: 0 10px;
				background: #1e263d;
				border-radius: 8px;
				display: flex;
				align-items: center;
				justify-content: center;
				color: #fff;
			}
			
				.head-lang-item > div {
					font-size: 12px;
				}
				
				.head-lang-item > span {
					width: 16px;
					height: 16px;
					background-size: cover;
					background-position: cover;
					margin: 0 0 0 5px;
					border-radius: 100%;
				}
				
				.head-lang-item > i {
					background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7099 8.20998C18.6169 8.11625 18.5063 8.04186 18.3845 7.99109C18.2626 7.94032 18.1319 7.91418 17.9999 7.91418C17.8679 7.91418 17.7372 7.94032 17.6153 7.99109C17.4934 8.04186 17.3828 8.11625 17.2899 8.20998L12.7099 12.79C12.6169 12.8837 12.5063 12.9581 12.3845 13.0089C12.2626 13.0596 12.1319 13.0858 11.9999 13.0858C11.8679 13.0858 11.7372 13.0596 11.6153 13.0089C11.4934 12.9581 11.3828 12.8837 11.2899 12.79L6.70988 8.20998C6.61691 8.11625 6.50631 8.04186 6.38445 7.99109C6.26259 7.94032 6.13189 7.91418 5.99988 7.91418C5.86787 7.91418 5.73716 7.94032 5.6153 7.99109C5.49344 8.04186 5.38284 8.11625 5.28988 8.20998C5.10363 8.39734 4.99908 8.6508 4.99908 8.91498C4.99908 9.17917 5.10363 9.43262 5.28988 9.61998L9.87988 14.21C10.4424 14.7718 11.2049 15.0873 11.9999 15.0873C12.7949 15.0873 13.5574 14.7718 14.1199 14.21L18.7099 9.61998C18.8961 9.43262 19.0007 9.17917 19.0007 8.91498C19.0007 8.6508 18.8961 8.39734 18.7099 8.20998Z' fill='%23fff'/%3E%3C/svg%3E%0A") center center no-repeat;
					width: 14px;
					height: 10px;
					background-size: 10px auto;
				}
				
			.head-lang-hidden {
				position: absolute;
				width: 66px;
				border-radius: 8px;
				padding: 6px 0;
				background: #fff;
				left: 0;
				top: 24px;
				display: none;
			}
			
				.head-lang-hidden .head-lang-item {
					border-radius: 0;
					background: #fff;
					color: #000;
					height: 30px;
				}
				
					.head-lang-hidden .head-lang-item:hover {
						background: #ddd;
					}
				
				.head-lang-hidden .head-lang-item > div {
					font-weight: 500;
					font-size: 13px;
				}
				
				.menuactive .head-lang-hidden {
					display: block;
				}
				
.menu-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
	height: 46px;
	background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));
	border-radius: 8px;
	margin: 0 0 15px 0;
	box-shadow: 0 2px 5px 3px rgb(0 0 0 / 60%);
}

	.menu-line-left {
		display: flex;
		align-items: center;
	}
	
		.logo {
			
		}
		
			.logo img {
				height: 46px;
			}
			
		.menu-wrap {
			display: flex;
			position: relative;
			align-items: center;
		}
		
			.top-menu {
				white-space: nowrap;
				height: 46px;
				display: flex;
				overflow: hidden;
				position: relative;
				/*width: calc(100vw - 400px);*/
			}
			
				.top-menu a {
					height: 46px;
					line-height: 46px;
					padding: 0 15px;
					color: #fff;
					font-size: 13px;
				}
				
				.top-menu-active {
					position: relative;
				}
				
					.top-menu-active:after {
						content: '';
						background-image: linear-gradient(103deg,#108de7 -30%,#0855c4);
						border-radius: 4px 4px 0 0;
						height: 4px;
						width: 100%;
						position: absolute;
						display: block;
						left: 0;
						bottom: 0;
					}
				
					.top-menu a:hover {
						
					}
					
			.fuck {
				display: none;
			}
					
			.rbc {
				position: absolute;
				right: 0;
				top: 0;
				width: 1px;
			}
			
			.mght {
				height: 30px;
				line-height: 30px;
				padding: 0 20px;
				border-radius: 8px;
				color: #fff;
				font-size: 13px;
				font-weight: 500;
				background: #1f2841;
				margin: 0 0 0 10px;
				cursor: pointer;
				display: none;
				position: relative;
			}
			
				.mght:hover > span {
					opacity: 0.8;
				}
		
		.hidden-menu {
			width: 120px;
			background: #fff;
			position: absolute;
			left: 50%;
			margin: 0 0 0 -60px;
			top: 35px;
			display: none;
			padding: 10px 0;
			border-radius: 8px;
			z-index: 111;
		}
		
			.hidden-menu:before {
				content: '';
				display: block;
				border: 10px transparent solid;
				border-bottom: 10px #fff solid;
	
				display: block;
				position: absolute;
				left: 50%;
				top: -20px;
				margin: 0 0 0 -10px;
			}
		
		.mght-active .hidden-menu {
			display: block;
		}
		
			.hidden-menu a {
				display: block;
				text-align: center;
				color: #464954;
				font-size: 13px;
				
			}
			
				.hidden-menu a:hover {
					background: #e3e3e3;
				}
		
	
	.menu-line-right {
		display: flex;
		align-items: center;
	}
	
		.enterl {
			height: 30px;
			line-height: 30px;
			padding: 0 20px;
			border-radius: 8px;
			color: #fff;
			font-size: 13px;
			font-weight: 500;
			background: #1f2841;
			margin: 0 10px 0 0;
		}
		
		.regl {
			height: 30px;
			line-height: 30px;
			padding: 0 10px;
			border-radius: 8px;
			color: #fff;
			font-size: 13px;
			font-weight: 500;
			background: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);
			display: flex;
			align-items: center;
		}
		
			.regl:before {
				content: '+';
				width: 20px;
				height: 20px;
				border-radius: 100%;
				background: linear-gradient(210deg,hsla(0,0%,100%,0) 25%,hsla(0,0%,100%,.06) 48%,#fff 133%);
				margin: 0 10px 0 0;
				color: #fff;
				font-weight: 500;
				text-align: center;
				line-height: 21px;
				font-size: 14px;				
			}
		
			.regl:hover, .enterl:hover {
				opacity: 0.9;
			}
		
.slwrap {
	display: flex;
	justify-content: space-between;
	height: 430px;
	margin: 0 0 15px 0;
}

	.slwrap-left {
		width: 58%;
	}
	
	.slwrap-center {
		background: url(../images/bonus1.png) right bottom no-repeat;
	}
	
	.slwrap-right {
		background: url(../images/bonus2.png) right bottom no-repeat;
	}
		
	.nghte {
		width: 20%;
		background-size: cover;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 30px;
	}
	
		.nghte-title {
			font-size: 40px;
			color: #fff;
			font-weight: bold;
		}
		
		.nghte-btn {
			width: 100%;
			background: #fff;
			height: 55px;
			line-height: 55px;
			text-align: center;
			font-size: 22px;
			font-weight: bold;
			mix-blend-mode: lighten;
			border-radius: 10px;
		}
		
	.slider-block {
		height: 100%;
		border-radius: 20px;
	}
	
		.sld1 {
			height: 100%;
			border-radius: 20px;
		}
		
			.slider-item {
				background-size: cover;
				background-position: center center;
				border-radius: 20px;
			}
			
.lmwrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.lmwrap-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 12px;
		height: 75px;
		box-sizing: border-box;
		padding: 0 25px;
		color: #fff;
		font-size: 13px;
		width: 24%;
		position: relative;
		margin: 0 0 15px 0;
	}
	
		.lmwrap-item:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(110deg,#1e283f,rgba(20,27,46,.6) 100%);
			opacity: 0.7;
			z-index: 1;
			border-radius: 12px;
		}
	
		.lmwrap-item > span {
			position: relative;
			z-index: 2;
		}
		
			.lmwrap-item > span i {
				font-style: normal;
				display: block;
				font-size: 24px;
				font-weight: 600;
			}
			
		.lmwrap-item img {
			position: relative;
			z-index: 2;
			max-height: 75%;
		}
		
	.lmwrap-item:hover:before {
		opacity: 1;
	}

.mcols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
}

	.mcols-item {
		width: 49.5%;
	}
	
		.pltbl {
			
		}
		
			.pltbl-title {
				height: 35px;
				display: flex;
				justify-content: space-between;
			}
			
				.pltbl-title-left {
					display: flex;
				}
				
					@keyframes pulse-data-v-13238eec{0%{transform:scale(.33);opacity:1}to{;transform:scale(1);opacity:0}}
				
					.mtitle {
						background: #edf2ff;						
						border-radius: 12px 0 0 0;
						line-height: 35px;
						height: 35px;
						padding: 0 20px 0 42px;
						color: #000;
						font-size: 16px;
						font-weight: bold;
						position: relative;
						z-index: 10;
					}
					
						.mtitle img {
							position: absolute;
							left: 16px;
							top: 7px;
							width: 20px;
						}
					
						.mtitle:after {
							content: "";
							position: absolute;
							height: 100%;
							width: 80px;
							top: 0;
							right: -20px;
							background: #edf2ff;	
							-webkit-transform: skew(30deg,0deg);
							transform: skew(30deg,0deg);
							border-top-right-radius: 7px;
							z-index: -1;
						}
						
						.mtitle i {							
							background: #fa203b;
							width: 8px;
							height: 8px;
							border-radius: 100%;
							display: block;
							position: absolute;
							left: 19px;
							top: 13px;
						}
						
						.mtitle i:before {
							content: '';
							background: #fa203b;
							width: 20px;
							height: 20px;
							border-radius: 100%;
							display: block;
							position: absolute;
							left: -6px;
							top: -6px;
							animation: pulse-data-v-13238eec 2s cubic-bezier(.165,.84,.44,1) infinite;
						}
						
					.mtitle2 {
						background: #0665d3;		
						border-radius: 12px 0 0 0;
						line-height: 35px;
						height: 35px;
						padding: 0 0px 0 42px;
						color: #fff;
						font-size: 12px;
						position: relative;
					}
					
						.mtitle2:after {
							content: "";
							position: absolute;
							height: 100%;
							width: 80px;
							top: 0;
							right: -20px;
							background: #0665d3;
							-webkit-transform: skew(30deg,0deg);
							transform: skew(30deg,0deg);
							border-top-right-radius: 7px;
							z-index: -1;
						}
				
				.pltbl-title-right {
					
				}
				
					.sportmenu {
						display: flex;
						
					}
					
						.sportmenu a {
							height: 30px;
							font-size: 13px;
							display: flex;
							align-items: center;
							padding: 0 8px;
							background: #1f2841;
							margin: 0 0 0 6px;
							border-radius: 10px;
							color: #fff;
						}
						
						a.sportmenu-active {
							background: linear-gradient(118deg,#108de7,#0855c4) !important;
						}
						
							.sportmenu a span {
								margin: 0 5px;
							}
							
							.sportmenu a img {
								height: 50%;
							}
							
							.sportmenu a:hover {
								background: linear-gradient(118deg,#108de7,#0855c4) !important;
							}
							
		.pltbl-content {
			background: #edf2ff;
			border-radius: 0 12px 12px 12px;
			padding: 20px;
		}
		
			.pltbl-content-title {
				display: flex;
				align-items: center;
				background: linear-gradient(273deg,#0855c4,#0095ff);
				border-radius: 8px;
				height: 30px;
				color: #fff;
				font-weight: 500;
				font-size: 13px;
				text-align: center;
			}
			
				.eklm1 {
					width: 80px;
					box-sizing: border-box;
				}
				
				.eklm2 {
					flex: 1;
					box-sizing: border-box;
					text-align: left;
					padding: 0 0 0 15px;
				}
				
				.eklm3 {
					width: 60px;
					box-sizing: border-box;
				}
				
				.eklm4 {
					width: 55px;
					box-sizing: border-box;
				}
				
				.eklm5 {
					width: 55px;
					box-sizing: border-box;
				}
				
				.eklm6 {
					width: 55px;
					box-sizing: border-box;
				}
				
			.eklm-lines {
				color: #333;
			}
			
				.eklm-line {
					padding: 10px 20px;
					display: flex;
					align-items: center;
					text-align: center;
					color: #333;
					margin: 0 -20px;
					height: 50px;
				}
				
					.eklm-line:nth-child(2n) {
						background: #dbe2f5;
					}
				
					.eklm-line .eklm1 {
						padding: 0 15px 0 0;
						position: relative;
						text-align: left;
					}
					
						.eklm-line .eklm2 {
							position: relative;
						}
					
						.eklm-line .eklm2:after {
							content: '';
							position: absolute;
							width: 3px;
							height: 100%;
							border-radius: 1.5px;
							left: 0;
							top: 0px;
							background: linear-gradient(356deg,#0095ff,#0855c4);
						}
					
				
					.eklm-date {
						color: #676a70;
						font-size: 11px;
						text-align: right;
						
					}
					
					.eklm-time {
						font-size: 12px;
						margin-top: 4px;
						color: #000;
						text-align: right;
						font-weight: 500;
					}
					
					.eklm-title {
						font-size: 13px;
						color: #000;
						font-weight: 500;
						margin: 0 0 3px 0;
					}
					
					.eklm-schet {
						font-weight: 500;
						font-size: 12px;
						padding: 3px 0 0 0;
					}
					
					.eklmr {
						width: 50px;
						height: 30px;
						line-height: 30px;
						background-color: rgba(8,84,195,.2);
						font-size: 11px;
						font-weight: 500;
						border-radius: 8px;
					}
					
					.eklmstavka {
						text-align: center;
						font-size: 13px;
						font-weight: 700;
						padding: 5px 8px;
						border-radius: 7px;
						color: #000;
						margin: 0 5px;
						cursor: pointer;
					}
					
					.eklmstavka:hover {
						background: #d5d9e5;
					}
					
		.casino-block {
			border-radius: 12px;
			background: linear-gradient(110deg,#1e283f,rgba(20,27,46,.6) 100%);
			position: relative;
			padding: 25px;
		}
		
		
		
			@keyframes notch-bg-slide-data-v-14cc7aed{0%{background-position:0}to{background-position:100%}}
			
			.casino-block:before {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 25px;
				width: calc(100% - 50px);
				height: 4px;
				border-bottom-left-radius: 100px;
				border-bottom-right-radius: 100px;
				background: linear-gradient(90deg, rgb(0, 183, 255) 0%, rgb(199, 0, 255) 50%, rgb(255, 187, 0) 100%);
				background-size: 200% auto;
				animation: notch-bg-slide-data-v-14cc7aed 4s linear 0s infinite alternate;
				will-change: background-position;
			}
			
			.casino-block2:before {
				background: linear-gradient(90deg, rgb(255, 78, 223) 0%, rgb(255, 41, 88) 100%);
			}
		
			.casino-block-title {
				display: flex;
				justify-content: space-between;
				align-items: center;
				font-size: 12px;
				color: #858585;
				padding: 0 0 20px 0;
			}
			
				.casino-block-title-left {
					display: flex;
					align-items: center;
				}
				
				.casino-block-title-right {
					display: flex;
					align-items: center;
				}
				
				.casino-block-title span {
					font-weight: 700;
					font-size: 17px;
					color: #fff;
				}
				
				.casino-block-title a {
					color: #1a68db;
				}
				
					.casino-block-title a:hover {
						color: #fff;
					}
					
			.casino-wrap {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
			}
			
				.casino-item {
					width: 23.5%;
					height: calc(50vw / 4 / 1.5);
					background-size: cover;
					background-position: center top;
					border-radius: 16px;
					margin: 0 0 15px 0;
					transition: all .3s ease-in-out;
				}
				
				.casino-item:hover {
					transform: scale(1.05);
				}
				
	.line-banner {
		margin: 0 0 15px 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 60px 0 100px;
		height: 110px;
		background: url(../images/line-banner.png) center bottom no-repeat, linear-gradient(110deg,#1e283f,rgba(20,27,46,.6) 100%);
		background-size: auto 90%;
		border-radius: 12px;
	}
	
		.line-banner img {
			position: absolute;
			left: 27px;
			top: 30px;
		}
		
		.line-banner > span {
			font-size: 15px;
			color: #fff;
		}
		
			.line-banner > span > i {
				letter-spacing: .35px;
				font-size: 26px;
				font-weight: bold;
				font-style: normal;
				display: block;
			}
			
		.line-banner > i {
			height: 45px;
			line-height: 45px;
			cursor: pointer;
			border-radius: 8px;
			background: linear-gradient(255deg,#00b7ff,#8d53e9);
			padding: 0 25px;
			font-weight: 700;
			font-size: 15px;
			color: #fff;
			font-style: normal;
		}
	
		.line-banner:before {
			content: '';
			background: linear-gradient(90deg, rgb(141, 83, 233) 0%, rgb(0, 183, 255) 100%);
			display: block;
			position: absolute;
			top: 0;
			left: 25px;
			width: calc(100% - 50px);
			height: 4px;
			border-bottom-left-radius: 100px;
			border-bottom-right-radius: 100px;
			background-size: 200% auto;
			-webkit-animation: notch-bg-slide-data-v-14cc7aed 4s linear 0s infinite alternate;
			animation: notch-bg-slide-data-v-14cc7aed 4s linear 0s infinite alternate;
			will-change: background-position;
		}
		
	.films-block {
		background: linear-gradient(110deg,#1e283f,rgba(20,27,46,.6) 100%);
		padding: 25px;
	}
	
		.slider-films {
			
		}
		
			.sld2 {
				margin: 0 0 0 -10px;
			}
			
				.film-item {
					padding: 10px 0 0 0;
					margin: 0 10px 0 10px;
					width: 130px !important;
					text-align: center;
					transition: all .2s ease-in-out;
				}
				
					.film-item-image {
						height: 190px;
						display: block;
						border-radius: 12px;
						background-size: cover;
						margin: 0 0 10px 0;
					}
					
					.film-item-title {
						color: #94a6cd;
						font-size: 13px;
					}
					
					.film-item:hover {
						transform: scale(1.05);
					}
					
					.film-item:hover .film-item-title {
						color: #fff;
					}
					
		.slider-films-nav {
			margin: 0 0 0 15px;
			display: flex;
		}
		
			.slider-films-nav > div {				
				width: 21px;
				height: 28px;
				border-radius: 6px;
				background-color: rgba(148,166,205,.15);
				display: flex;
				justify-content: center;
				align-items: center;
				cursor: pointer;
				margin: 0 0 0 5px;
				
			}
			
				.slider-films-nav > div svg {
					width: 7px;
					fill: #fff;
				}
				
				.slider-films-nav > div:hover {
					background-color: rgba(148,166,205,.45);
				}

		
.mtext {
	color: #7e8087;
	font-size: 14px;
	line-height: 20px;
	padding: 40px 0px;
}

	.mtext h1 {
		font-size: 26px;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #fff;
	}
	
	.mtext h2 {
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #fff;
	}
	
	.mtext h3 {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #fff;
	}
	
	.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: #fff;
	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: .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: #fff;
	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: .3s ease-in-out;
  top: 0px;
  color: #fff;
}

.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: #fff;
		}
	
		.mtable td {
			border: 0;
			padding: 20px;
			border-bottom: 1px #303438 solid;
		}
		
		.mtable tr:first-child td {
			background: linear-gradient(110deg,#1e283f,rgba(20,27,46,.6) 100%);
		}
	


.left-col::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
		
.footer-logos {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
	border-top: 1px hsla(0,0%,100%,.2) solid;
	border-bottom: 1px hsla(0,0%,100%,.2) solid;
	padding: 20px 0;
}

	.footer-logos svg {
		height: 20px;
	}
	
		.footer-logos svg > g:first-child {
			opacity: 0;
		}
		
		.footer-logos svg > g:last-child {
			opacity: 1;
		}
	
		.footer-logos svg:hover > g:first-child {
			opacity: 1;
		}
		
		.footer-logos svg:hover > g:last-child {
			opacity: 0;
		}
		
		.footer-logos svg > path:first-child {
			opacity: 0;
		}
		
		.footer-logos svg > path:last-child {
			opacity: 1;
		}
	
		.footer-logos svg:hover > path:first-child {
			opacity: 1;
		}
		
		.footer-logos svg:hover > path:last-child {
			opacity: 0;
		}
		
	.footer-fl {
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
	}
	
		.footer-text {
			flex: 1;
			padding: 15px 50px 0 0;
			font-size: 9px;
			line-height: 12px;
			color: #34405e;
		}
		
		.footer-right {
			
		}
		
			.footer-right img {
				max-width: 100%;
			}
			
			
.demobtns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

	.demobtns a {
		margin: 0 15px 30px 15px;
		height: 55px;
		line-height: 55px;
		cursor: pointer;
		border-radius: 8px;
		background: linear-gradient(255deg,#00b7ff,#8d53e9);
		padding: 0 30px;
		color: #fff;
		font-size: 18px;
		transition: .1s ease-in-out;
	}
	
	.demobtns a:nth-child(2){
		background: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);
	}
	
		.demobtns a:hover {
			transform: scale(1.1);
		}
		
.iframewrap {
	position: relative;
}

	.ifrlink {
		position: absolute;
		z-index: 999999;
		display: block;
		background: rgba(0,0,0,0.7);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: none;
		border: 1px #1e2843 solid;
		box-sizing: border-box;
	}
	
		.ifrlink > a {
			display: flex;
			width: 100%;
			height: 100%;
			justify-content: center;
			align-items: center;
		}
		
			.ifrlink i {
				background: linear-gradient(255deg,#ff7a00,#e8429f);
				font-style: normal;
				border-radius: 100px;
				color: #fff;
				font-size: 14px;
				padding: 15px 30px;
			}
			
		.ifrlink-close {
			background: url("data:image/svg+xml,%3Csvg data-v-931255dc='' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9' aria-hidden='true' role='img' class='burger__close-button-icon icon icon-close sm' icon='close'%3E%3Cpath d='M8.257.714L.714 8.257m7.543 0L.714.714' fill-rule='nonzero' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
			width: 30px;
			height: 30px;
			display: block;
			cursor: pointer;
			position: absolute;
			right: 50%;
			top: 50%;
			margin: -54px -105px 0 0;
			background-size: 40% auto;
		}

@media (max-width: 1450px) {
	
	
	
}


@media (max-width: 1300px) {
	
	
	
	
	
}

.mob-logo, .mob-menu, .mob-panel, .mob-over {
	display: none;
}

@media (max-width: 1200px) {
	
	body {
		padding: 150px 0 0 0;
	}
	
	.head-line {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 5555;
		width: 100%;
		background: #090f1e;
	}
	
	.appr, .hmi, .dfnt {
		display: none;
	}
	
	.mob-logo {
		display: block;
	}
	
		.mob-logo img {
			height: 46px;
		}
	
	.smln {
		display: none;
	}
	
	.mob-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 50px;
		cursor: pointer;		
		margin-left: 10px;
		
	}
	
	.mob-over {
		position: fixed;
		z-index: 77778;
		top: 0;
		left: 0;
		backdrop-filter: blur(6px);
		width: 100%;
		height: 100%;
		display: none;
	}
	
	.fix-scroll {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.mob-panel {
		width: 275px;
		box-sizing: border-box;
		background: linear-gradient(173deg,rgba(37,46,76,.98) 2%,rgba(25,32,51,.98));
		border-radius: 20px 0 0 20px;
		padding: 30px;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 77779;
		display: none;
	}
	
		.menu__list {
			margin-bottom: 15px;
		}
		
			.menu__list-item {
				display: flex;
				-webkit-box-align: center;
				align-items: center;
				-webkit-box-pack: justify;
				justify-content: space-between;
				padding: 9px 0;
				will-change: opacity;
				-webkit-user-select: none;
				-moz-user-select: none;
				user-select: none;
			}
			
				.menu__list-item-content {
					display: flex;
					-webkit-box-align: center;
					align-items: center;
					font-size: 14px;
					font-weight: 500;
				}
				
				.menu__list-item svg {
					width: 25px;
					height: 25px;
					margin-right: 15px;
					will-change: transform;
				}
				
				.menu__list-item-content .menu__list-item-name-image[data-v-5576d6ea] {
					height: 14px;
				}
				
			.menu__list-item-divider[data-v-5576d6ea] {
				height: 1px;
				width: 100%;
				position: relative;
				padding: 10px 0;
			}
			
			.menu__list-item-divider[data-v-5576d6ea]:after {
				content: "";
				display: block;
				width: 90%;
				height: 1px;
				background: -webkit-linear-gradient(left,rgba(211,222,255,.2),rgba(235,241,255,0));
				background: linear-gradient(90deg,rgba(211,222,255,.2),rgba(235,241,255,0));
				position: absolute;
				top: 50%;
				left: 0;
			}
			
		.mob-panel-top {
			display: flex;
			align-items: center;
			margin: 0 0 20px 0;
		}
		
		.mob-panel-log {
			width: 30px;
			height: 30px;
			background-color: #4e5d86;
			margin-right: 10px;
			border-radius: 12px;
			cursor: pointer;
			display: block;
			font-size: 13px;
			font-weight: 500;
			line-height: 34px;
			text-align: center;
		}
		
			.mob-panel-log svg {
				height: 13px;
				fill: #fff;
			}
			
			.mob-panel-reg {
				height: 30px;
				line-height: 30px;
				background: #4e5d86;
				margin-right: 10px;
				border-radius: 12px;
				background: linear-gradient(80deg,#31bc69 -8%,#089e4e 93%);
				box-shadow: 0 6px 18px 0 rgb(14 161 81 / 30%);
				color: #fff;
				padding: 0 20px;
				font-weight: 500;
				font-size: 13px;
			}
		
		.mob-panel-close {
			width: 30px;
			height: 30px;
			position: absolute;
			right: 30px;
			top: 30px;
			z-index: 100;
			cursor: pointer;
		}
			
			.mob-panel-close svg {
				width: 16px;
				fill: #fff;
			}
			
		.over-link {
			position: absolute;
			left: 0;
			top: 0;
			display: block;
			width: 100%;
			height: 100%;
			z-index: 99;
		}
		
	.logo {
		display: none;
	}
	
	.head-lang-title {
		cursor: pointer;
	}
	
	.menu-line {
		position: fixed;
		left: 0;
		top: 50px;
		z-index: 7777;
		width: 100%;
		height: 80px;
		padding: 0 0 10px 0;
		flex-direction: column-reverse;
		
		background: #090f1e;
	}
	
	.mght {
		display: none !important;
	}
	
	.menu-line-left, .menu-line-right {
		width: 100%;
	}
	
	.enterl, .regl {
		height: 40px;
		line-height: 40px;
		width: 49%;
		text-align: center;
		justify-content: center;
		font-size: 15px;
	}
	
	.enterl {
		background: linear-gradient(to bottom right,#0095ff,#0855c4);
		box-shadow: 0 6px 22px 0 rgb(5 109 218 / 30%);
	}
	
	.fuck {
		display: block;
	}
	
	.menu-wrap {
		display: block;
	}
	
	.top-menu {
		overflow: visible;
		overflow-x: auto;
		width: 100%;
		height: 35px;
		display: flex;
		flex-wrap: nowrap;
		white-space: normal;
	}
	
		.top-menu {
			
		}
		
		.top-menu a {
			flex: 0 0 auto;
			line-height: 35px;
			height: 35px;
		}
	
	.slwrap {
		height: auto;
		flex-wrap: wrap;
	}
	
		.slwrap-left {
			width: 100%;
			height: calc(100vw / 2.5);
			margin: 0 0 15px 0;
		}
		
	.nghte {
		width: 49%;
		height: 300px;
	}
	
	.mcols-item {
		width: 100%;
		margin: 0 0 15px 0;
	}
	
	.lmwrap {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		overflow-x: auto;
		justify-content: flex-start;
		margin: 0 0 15px 0;
	}
	
		.lmwrap-item {
			width: 280px !important;
			margin: 0 20px 20px 0;
			flex: 0 0 auto;
		}
		
	.casino-item {
		height: calc(100vw / 4 / 1.5);
	}
	
	.footer-logos {
		flex-wrap: wrap;
		justify-content: center;
	}
	
		.footer-logos svg {
			margin: 0 10px 10px 10px;
		}
	
	.footer-fl {
		display: block;
		text-align: center;
	}
	
	.footer-text {
		padding: 15px 0;
	}
	
	.menu-line-right {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	.head-lang-hidden, .head-lang, .head-line {
		z-index: 77777;
	}
	
	.mob-panel-close svg {
		margin-top: 6px;
	}
}

@media (max-width: 850px) {
	
	.nghte {
		width: 100%;
		height: 150px;
		margin: 0 0 15px 0;
		background-position: right top;
		box-sizing: border-box;
	}
	
	.nghte-title {
		font-size: 18px;
	}
	
	.nghte-btn {
		height: 30px;
		line-height: 30px;
		font-size: 18px;
	}
	
	.pltbl-title-right {
		display: none;
	}
	
	.mtitle2 {
		display: none;
	}
	
	.mtitle:after {
		display: none;
	}
	
	.mtitle {
		background: none;
		color: #fff;
		font-size: 22px;
		margin: 0 0 10px 0;
	}
	
	.pltbl-content-title {
		display: none;
	}
	
	.pltbl-content {
		background: none;
		padding: 0;
	}
	
	.eklm-lines {
		display: flex;
		flex-wrap: nowrap;
		width: calc(100% + 15px);
		overflow-x: auto;
		justify-content: flex-start;
		margin-right: -15px;
		box-sizing: border-box;
	}
		
	.eklm-line {
		background: #fff !important;
		border-radius: 12px;
		flex-wrap: wrap;
		height: auto;
		justify-content: space-between;
		width: calc(100% - 50px) !important;
		margin: 0 20px 20px 0;
		flex: 0 0 auto;
	}
	
	
	
	.eklm1 {
		width: 100%;
		display: flex;
		padding: 0 0 5px 0;
		box-sizing: border-box;
	}
	
	.eklm2 {
		width: 100%;
		margin: 10px 0 10px 0;
		flex: auto;
	}
	
	.eklm-time {
		margin: 0 0 0 5px;
	}
	
	.eklm-line .eklm2:after {
		
	}
	
	.eklm3 {
		display: none;
	}
	
	.eklm4, .eklm5, .eklm6 {
		width: 31%;
		background-color: rgba(108,125,163,.2);
		border-radius: 12px;
		padding: 5px;
	}
	
	.casino-block {
		padding: 30px 20px;
		margin-left: -15px;
		margin-right: -15px;
		background: none;
		box-sizing: border-box;
	}
	
	.casino-wrap {
		flex-wrap: nowrap;
		width: calc(100% + 15px);
		overflow-x: auto;
		justify-content: flex-start;
		margin-right: -15px;
	}
	
	.casino-item {
		width: 170px !important;
		height: 140px;
		margin: 0 20px 20px 0;
		flex: 0 0 auto;
	}
	
	.line-banner {
		display: none;
	}
	
	.films-block {
		margin-left: -15px;
		margin-right: -15px;
		background: none;
	}
	
}

@media (max-width: 730px) {
	
	
	
}

@media (max-width: 550px) {

	.mtext {
		
	}
	
	.mtext h1 {
		font-size: 20px;
	}
	
	.mtext h2 {
		font-size: 18px;
	}
	
	.slwrap-center {
		background: linear-gradient(45deg, #8119ff 0%, #ab62f9 100%);
	}
	
	.slwrap-right {
		background: linear-gradient(45deg, #3186f8 0%, #3b6eff 100%);
	}
	
	.slider1 {
		background-image: url(../images/slider11.png) !important;
	}
	
	.slider2 {
		background-image: url(../images/slider22.png) !important;
	}
	
}

@media (max-width: 420px) {
	
	
	
}

