@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat_regular.eot');
	src: url('../fonts/montserrat_regular.woff2') format('woff2'), url('../fonts/montserrat_regular.woff') format('woff'), url('../fonts/montserrat_regular.ttf') format('truetype'), url('../fonts/montserrat_regular.eot?#iefix') format('embedded-opentype');
	font-display: block;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat_bold.eot');
	src: url('../fonts/montserrat_bold.woff2') format('woff2'), url('../fonts/montserrat_bold.woff') format('woff'), url('../fonts/montserrat_bold.ttf') format('truetype'), url('../fonts/montserrat_bold.eot?#iefix') format('embedded-opentype');
	font-display: block;
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat_black.eot');
	src: url('../fonts/montserrat_black.woff2') format('woff2'), url('../fonts/montserrat_black.woff') format('woff'), url('../fonts/montserrat_black.ttf') format('truetype'), url('../fonts/montserrat_black.eot?#iefix') format('embedded-opentype');
	font-display: block;
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat_semibold.eot');
	src: url('../fonts/montserrat_semibold.woff2') format('woff2'), url('../fonts/montserrat_semibold.woff') format('woff'), url('../fonts/montserrat_semibold.ttf') format('truetype'), url('../fonts/montserrat_semibold.eot?#iefix') format('embedded-opentype');
	font-display: block;
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	margin: 0;
	background: #051633;
	color: #7C8EAB;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.bl_wrapper {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
	position: relative;
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.bl_right_aside {
	min-width: 250px;
	max-width: 250px;
	margin-left: 35px;
	margin-top: 3px;
}
.aside-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.slot-item {
	display: block;
	margin: 20px 0 0;
	border: 1px solid #091D3F;
	box-shadow: 0px -6px 20px 0px #050C4F75 inset;
	background: #091D3F;
	border-radius: 20px;
	padding :10px 10px 12px;
	text-decoration: none;
	text-align: center;
}
.slot-img-block {
	display: block;
	border-radius: 14px;
	width: 100%;
	height: 145px;
	overflow: hidden;
	position: relative;
}
.slot-item .slot-img {
	width: 100%;
	transition: .3s;
	height: 100%;
	object-fit: cover;
}
.slot-item:hover .slot-img {
	filter: blur(3px);
}
.slot-item .slot-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	transition: .3s;
	opacity: 0;
}
.slot-item:hover .slot-play {
	opacity: 1;
}
.slot-name {
	margin-top: 14px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	display: block;
	color: #A0AEC6;
}
.bl_main {
	flex: 1;
}
.bl_banner {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.bl_banner .desktop_banner,
.bl_banner .tablet_banner {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.bl_banner-content {
	position: absolute;
	width: calc(100% - 65px);
	height: 100%;
	top: 0;
	left: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 15px;
}
.bl_banner-content .logos {
	display: flex;
	justify-content: center;
	align-items: center;
}
.bl_banner-content .bl_x {
	margin: 0 35px;
}
.bl_banner-content .bl_title {
	margin: 40px 0;
	max-width: 450px;
}
.bl_title h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 800;
	color: #fff;
}
.mobile_banner,
.tablet_banner {
	display: none;
}
.bl_buttons {
	display: flex;
	align-items: center;
	width: 100%;
}
.how-btn {
	border-radius: 20px;
	background: #1E3357;
	border: 1px solid #1E3357;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	transition: .3s;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 50%;
	max-width: 230px;
	margin-left: 8px;
	cursor: pointer;
}
.how-btn:hover {
	background: #31466A;
	border: 1px solid #31466A;
}
.sign_up {
	border-radius: 20px;
	background: #EA6600;
	border: 1px solid #EA6600;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	transition: .3s;
	margin-right: 8px;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 50%;
	max-width: 230px;
}
.sign_up:hover {
	background: #FF5E01;
	border: 1px solid #FF5E01;
}


.bl_socials {
	width: 100%;
	margin: 30px 0;
}
.bl_socials h6 {
	margin: 0 0 14px;
	font-size: 16px;
	color: #A0AEC6;
	font-weight: 700;
}
.bl_socials-block {
	display: flex;
	justify-content: space-between;
}
.soc-link {
	margin: 0 5px;
	flex: 1;
	border-radius: 10px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
	background: #091D3F;
	border: 1px solid #091D3F;
}
.soc-link img {
	filter: contrast(0.1);
	transition: .3s;
}
.soc-link:first-child {
	margin-left: 0;
}
.soc-link:last-child {
	margin-right: 0;
}
.soc-link:hover {
	background: #152B51;
}
.soc-link:hover img {
	filter: contrast(10);
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	background: rgba(0 ,0, 0, 0.6);
	display: none;
}
.bl_popup {
	width: 100%;
	max-width: 840px;
	height: 94vh;
	position: fixed;
	top: 3vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
	border-radius: 30px;
	background: #0b2042fa;
	box-shadow: 0px 0px 50px 0px #05122966;
	padding: 50px 27px 50px 50px;
	color: #D4D4D4;
	display: none;
}
.close-btn {
	position: absolute;
	top: 22px;
	right: 22px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border: 1px solid #273A5D;
	background: #273A5D;
	border-radius: 50%;
	color: #657BA0;
}
.close-btn:hover {
	background: #4C6189;
	border: 1px solid #4C6189;
	color: #97A9C8;
}
.bl_popup p {
	font-size: 14px;
	margin: 0 0 22px;
	line-height: 1.4;
	font-weight: 400;
	color: #D4D4D4;
}
.bl_popup ul {
	margin: 0 0 22px;
	padding-left: 20px;
}
.bl_popup ul li {
	margin: 8px 0;
}
.bl_popup h6 {
	margin: 0 0 22px;
	font-size: 18px;
	font-weight: 700;
	color: #D4D4D4;
	text-transform: uppercase;
}
.bl_popup .popup_content {
	margin: 22px 10px 0 0;
	overflow-y: auto;
	height: 100%;
	padding-right: 15px;
}
.bl_popup .important {
	color: #ff533d;
	font-weight: 500;
}
.bl_popup .popup_content::-webkit-scrollbar {
  width: 10px;
}
.bl_popup .popup_content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.bl_popup .popup_content::-webkit-scrollbar-thumb {
  background: #888;
}
.bl_popup .popup_content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.leaders_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 20px;
	color: #fff;
}
.leaders_title h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	color: #A0AEC6;
}
.date_update {
	font-size: 12px;
	font-weight: 700;
	color: #576B9C;
	text-transform: uppercase;
}
.date_update img {
	margin-right: 4px;
}
.date_update span {
	color: #A0AEC6;
}

.leaders_list {
	margin-bottom: 20px;
}
.leader_item {
	display: flex;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #091D3F;
	background: #091D3F;
	border-radius: 10px;
	margin-bottom: 8px;
}
.leader-head {
	font-size: 12px;
	color: #A3A8D3;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	background: none;
	margin-bottom: 0;
	position: relative;
}
.select-tabs {
	display: none;
	position: absolute;
	right: 0;
	top: 6px;
	background: #313873;
	border-radius: 20px;
	border:1px solid #313873;
}
.select-tabs button {
	background: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	color: #A3A8D3;
	font-size: 12px;
	font-weight: 700;
	border-radius: 20px;
	padding: 6px 12px;
}
.select-tabs .active {
	background: #02062B;
	
}
.leader-cell {
	padding: 9px 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.leader-head .leader-cell {
	padding: 15px 14px;
	color: #A0AEC6;
}
.leader-head .leader-cell:first-child {
	padding-left: 3px;
	text-align: left;
	justify-content: flex-start;
}
.leader_place {
	max-width: 65px;
	padding-left: 20px;
}
.leader_name,
.leader_score {
	text-align: center;
	color: #7C8EAB;
}
.leader_prize {
	text-align: right;
	justify-content: flex-end;
	color: #7C8EAB;
	max-width: 220px;
}
.leader_name {
	color: #7C8EAB;
}
.leader_item:not(.leader-head) .leader_place .num {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	color: #A3A8D3;
}
.hide {
	display: none;
}
.show-more-btn {
	border-radius: 20px;
	background: #002DCD;
	border: 1px solid #002DCD;
	text-decoration: none;
	box-shadow: 0px 0px 40px 0px #02C89800;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	transition: .3s;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
	cursor: pointer;
}



@media(max-width: 1400px) {
	.bl_banner {
		min-height: 400px;
	}
	.bl_banner .desktop_banner {
		position: absolute;
		right: 0;
		object-position: right;
	}
	.bl_banner-content {
		left: 25px;
		width: calc(100% - 25px);
	}
}
@media(max-width: 900px) {
	.bl_right_aside {
		display: none;
	}
}
@media(max-width: 640px) {
	.bl_wrapper {
		padding: 20px;
	}
	.bl_banner .desktop_banner {
		display: none;
	}
	.bl_banner .mobile_banner {
		display: block;
		width: 100%;
	}
	.bl_banner-content {
		left: 0;
		width: 100%;
		padding: 30px;
		align-items: center;
		justify-content: space-between;
	}
	.bl_banner-content .bl_title {
		margin: 20px 0 auto;
		width: 100%;
	}
	.bl_banner {
		min-height: initial;
	}
	.bl_title h1 {
		font-size: 26px;
		text-align: center;
	}
	.bl_title h1 br {
		display: none;
	}
	.bl_buttons {
		flex-direction: column;
	}
	.sign_up {
		width: 100%;
		max-width: 100%;
		margin: 0 0 10px;
	}
	.how-btn {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.soc-link {
		margin: 0 3px;
	}
	.date_update {
		max-width: 140px;
		text-align: right;
	}
	.date_update span {
		display: inline-block;
		margin-top: 3px;
	}
	.leaders_title {
		margin-top: 30px;
		align-items: flex-start;
	}
	.leader_place {
		max-width: 50px;
		padding-left: 5px;
	}
	.leader-head .leader_score span,
	.leader-head .leader_prize span {
		display: none;
	}
	.select-tabs {
		display: block;
	}
	.leader-cell.leader_score {
		justify-content: flex-end;
	}
	.leader_name {
		flex-basis: 30%;
	}
	.bl_popup {
		padding: 50px 20px 20px;
	}
}