@font-face {
    font-family: 'RobotoLight'; /* Имя шрифта */
    src: url('../fonts/Roboto-Light.ttf'); /* Путь к файлу со шрифтом */
}
body {
	font-family: arial;
	font-size: 1px;
	line-height: 1.2;
	background-color: #272727;
	padding: 0 !important;
	margin: 0 !important;
	/* background-image: url('../images/mainbg2.jpg'); */
	/* background-size: 100%;
	background-repeat: no-repeat; */
	/* background-color: #060642; */
	background: linear-gradient(180deg, #0D44BC 4.09%, #0A2B71 11.65%);
	color: #fff;

	/* overflow-x: auto; */

}
a{
	text-decoration: none;
}
.container{
  /* padding: 0.7%; */
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;


  /* min-width: 1200px; */
}
.container::after{
	display: none
}
.container::before{
	display: none
}
h1{
	color: #fff;
}
a{
	cursor: pointer;
}
#app {
	/* max-height: 100vh; */
}
tr>td,
tr>th {
	border: 1px solid #787f82;
	text-align: left;
	padding: 8px;
	font-size: 14px;
	vertical-align: top;
	position: relative;
	min-width: 60px;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border: solid 2px;
	background-color: #fff;
}

table pre {
	background: inherit;
	border: none;
}

.clickclass:hover {
	cursor: pointer;
	background-color: #cecece;
	border: inherit;
}

#app {
	display: none;
}

.note_block {
	position: fixed;
	display: flex;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(158, 156, 157, 0.6);
	align-items: center;
	justify-content: center;
}
.headwrap{
	display: flex;
	justify-content: flex-start;
	padding: 0.7vw;
	position: sticky;
    top: 0;
    z-index: 2;
}
.headwrap.scrolling{
	background-color: #0d44bc;
}
textarea {
	height: 300px;
	width: 300px
}

input[type="button"] {
	display: block;
}

.edit {
	padding: 3px 10px;
	line-height: 1;
	background-color: #ffcc00;
	box-shadow: 0px 0px 16px -6px #000;
	max-width: 50px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align:center;
	transition: all 0.2s linear;
	cursor: pointer;
}

.edit:hover {
	box-shadow: none;
}

.edit:focus {
	box-shadow: 0 0;
	outline: none;
}

.edit:active {
	box-shadow: 0 0;
	outline: none;
}

.title_name {
	background-color: #3a3a3a;
	padding-left: 10px;
	color: rgb(255, 255, 255);
	position: relative;
	z-index: 1;
}

h3 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

h3::first-letter {
	text-transform: uppercase;
}

.overflow {
	overflow: hidden;
}
.game_menu{
	padding:0 2px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;

}
.game_menu p{
	margin-top: 10px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.game_menu li {
	position: relative;
	display: flex;
	padding: 0.3vw;
	text-decoration: none;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	width: 15vw;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	min-width: 85px;
	/* margin: 3px; */
}

.game_menu li img{
	width: 100%;
}

.game_menu.tools li{
	padding: 0;
	align-items:baseline;
}
.game_menu.tools a{
	padding: 15px 5px;
	min-width: 130px;
	box-sizing: border-box;

}
.game_menu a{
	text-align: center;
	color: #fff;
}
/* .game_menu li:hover{
	background: #404040;
	color: #ffffff;
	box-shadow: 0 0 5px 1px #fff;
} */
.game_menu li:hover .hoverwrap{
	display: flex;
}


.left{
	margin-right: 30px;
}
.game_list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0.7%;
}
.one_game{
	/* height: 10.9vw; */
	cursor: pointer;
}
.one_game:hover{
	box-shadow: 0px 0px 5px 0px #fff;
}
.one_column{
	position: relative;
	width: 15%;
	min-width: 15%;
	margin: 0.8%;
}
.one_image{
	display: inline-block;
	width: 100%;
	border-radius: 4px;
}
.modes_list_wrap{
	text-align: center;
	position: absolute;
    height: 115%;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: linear-gradient(0deg, #0D44BC 34.78%, #0A2B71 91.23%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.modes_list_wrap h1{
	font-size: 14px;
    display: flex;
    height: 20%;
	margin: 0;
	margin-bottom: 2%;
    justify-content: center;
    align-items: flex-end;
	text-transform: uppercase;
}
.modes_list_wrap a{
	font-size: 10px;
}
.modes_list_wrap .play{
	font-size: 14px;
}
.modes_list{
	display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
	padding: 0 2.5%;
    height: 78%;
    align-content: center;
}
.modes_list a{
	color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
}
.play_mode{
	justify-content: center;
    align-items: center;
    display: flex;
    width: 45%;
    margin: 2.5%;
    min-width: 45px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 22.2%;
	cursor: pointer;
}
.play_mode:first-child{
	background: #E5048C;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
}
h2{
font-size: 40px;
color: #fff;
margin-top:0;
}
h2::first-letter{
text-transform:uppercase;
}

.logo_wrap{
	padding: 10px 0.5vw;
    text-align: center;
    margin: 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_wrap img{
	height: auto;
	/* max-width: 330px;
    width: 100%; */
}
#dropsone{
	position: relative;
}
#dropsone span{
	position: absolute;
	right: -13%;
    top: -7%;
    width: 0;
    height: 0%;
	padding: 5%;
	background-image: url('../images/close.svg');
	background-size: cover; 
}
.box__file{
height: 0.1px;
width: 0.1px;
opacity: 0;
position: absolute;
}
.file_load{
display: none
}
#dropsone:hover .file_load{
display: block;
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
box-sizing: border-box;
padding: 5px;
margin: 0;
}
.user_info p{
	min-width: 200px;
	color: #fff;
}
.modes{
	margin: 0;
}
.modes li{
	list-style: none;
	width: 100%;
}
.boss_logo{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.boss_logo img {
    width: 15%;
    min-width: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.unique{
	display: flex;
 	flex-direction: column;
	color: #fff;
	justify-content: flex-end;
	font-size: calc(0.5vw + 5px);
	margin-bottom: 7px;
}
.unique p{
	margin: 0;
}
.hoverwrap{
	display: none;
	overflow: hidden;
	flex-direction: column;
	position: absolute;
	background-color: rgba(15,94,174,.8);
	top: 0;
	height: 100%;
	width: 100%;
	align-items: center;
}
.hoverwrap > p{
	font-family: 'RobotoLight';
	font-weight:100;
	width: 90%;
	text-align: left;
	padding-bottom: 0.4vw;
	border-bottom: 1px solid rgba(155,155,155,0.5);
	font-size: 1vw;
	margin-top: 0.5vw;
}
.buttons{
	width: 100%;
	height: 100%;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;

}
.im_wrap{
	position: relative;
}
.buttons div{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1px;
    margin: 3px;
    /* width: 15%; */
    height: 42%;
    justify-content: flex-end;
}
.buttons div a img{
	width: 2vw;
}
.buttons div:first-child a img{
	width: 2.3vw;
}
.buttons div a{
	font-size: 0.9vw;
}
.buttons div a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0.7;
	align-items: center;
}
.buttons div a:hover {
	opacity: 1;
}

.mobile_button h2{
	margin:18px 0;
}
#dropsone img{
	width: 100%;
}

.middle_block{
	z-index: 20;
	overflow: auto;
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	padding: 7% 12.5%;
	width: 100%;
	min-height: 100vh;
	max-height: 100vh;
	background: linear-gradient(180deg, #0D44BC 15%, #0A2B71 50%);
	box-sizing: border-box;
    justify-content: flex-start;
    align-content: baseline;
    align-items: center;
}
.middle_block a{
	color: #fff;
	font-size: 14px;
}
.middle_block >div{
	max-width: 400px;
	width: 100%;
}
.middle_block ul{
	margin-left: 0;
}
.middle_block .mobile_button{
	width: 100%;
}
.middle_block li{
	list-style: none;
}

.middle_block .main_play{
	padding: 15px 30px;
	font-size: 30px;
	font-weight: 600;
}
.middle_block a::first-letter{
	text-transform: uppercase;
}
.middle_block p{
	font-size: 12px;
}
.middle_block h2{
	font-size: 18px;
	text-align: center;
}
.middle_block p::first-letter{
	text-transform: uppercase;
}
.middle_block *{
	box-sizing: border-box;
 }
.mobile_button a{
	height: 10vw;
	max-height: 40px;
}


.grey{
    color: #4b4b6a;
}

.play_fs{
    display: flex;
    justify-content: center;
}
.play_fs a{
	width: 100%;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8%;
}


.popup_play{
	background-color:#E5048C;
}
.popup_fs{
	background-color:#0C45C1;
}
.bonuses{
	display: flex;
	width: 100%;
	flex-direction: column;
	
}
.bonuses a{
	width: 100%;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4%;
}
.footer{
    display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 0.7vw;
}
.qr{
	display: flex;
	flex-direction: column;
	/* border: 2px dashed #2151B6; */
	box-sizing: border-box;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	display: flex;
	align-items: center;
	text-align: center;	
	padding: 0.7vw;
}
.qr img{
	width: 36%;
	min-width: 79px;
	display: block;
	padding: 4px;
	margin-bottom: 0.7vw;
	background-color: #fff;
}
.qr p:first-child{
	margin-top: 0px;
}
.qr a:last-child{
	margin-bottom: 0px;
}
.middle_info{
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	text-align: center;
}
.footer_logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.license_wrap{
	position: relative;
}
.license_wrap a{
    position: absolute;
    width: 50%;
    height: 100%;
	cursor: pointer;
}
.license_wrap img{
	margin-bottom: 10px;
}

.bottom_color{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	text-align: center;
	margin: 0 0 5px 0;
	color: #FFED00;
}
.middle_info .light{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
}
.middle_info .light span{
	opacity: 0.8;
}
.middle_info .light:last-child{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}
.middle_info .light img{
	margin-right: 10px;
	margin-bottom: 1px;
}
.middle_info .bottom_color{
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}
@media handeld {
	.game_menu li:hover .hoverwrap{
		display: none;
	}
	body{
		background: #fff;
	}
}
@media screen and (min-width: 1400px){
	.modes_list a{
		font-size: 12px;
	}
	.modes_list_wrap h1{
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px){
	.footer_logo img{
		height: 2.2vw;
		margin-right: 1.5vw;
		min-height: 25px;
	}
	.qr{
		min-width: 200px;
	}
	.one_column{
		width: 23.2%;
	}
	/* .one_game{
		height: 16.86vw;
	} */
}
@media screen and (max-width: 800px){
	.footer a{
		text-decoration: underline;
	}
	.game_menu p {
		font-size: 10px;
	}

	#dropsone img{
		width: 100%;
	}

	.game_menu li:hover .hoverwrap{
		display: none;
	}
	.qr{
		font-size: 10px;
		padding: 0.7vw;
		min-width: 160px;
	}
	.qr .bottom_color{
		font-size: 10px;
	}
}
@media screen and (max-width: 600px) and (orientation: portrait){
	.footer{
		flex-direction: column;
	}
	.footer > div:last-child{
		display: none;
	}
	.footer_logo img{
		height: 5.2vw;
	}
	.footer .qr{
		width: 98%;
		box-sizing: border-box;
		padding: 15px;
		margin: 10px auto;
	}

	.footer .qr img{
		display: none;
	}
	.game_menu{
		/* justify-content: space-between; */
	}
	.game_menu li{
		width: 33%;

	}
	.game_menu p {
		font-size: 8px;
	}

}
/* @media screen and (max-width: 600px){

	.game_menu li{
		width: 33%;
} */

@media screen and (max-width: 540px) and (orientation: portrait){
	.logo_wrap{
		width: 100%;
	}
	.logo_wrap img{
		width: 70%;
	}
	#dropsone span{
		padding: 12px;

	}
	.one_column{
		width: 45.2%;
		margin: 2%;
	}
	.one_game{
		height: 30.4vw;
	}
}

/* body::-webkit-scrollbar-track{
	background-color:rgba(255, 255, 255,0.1);
}

body::-webkit-scrollbar{
	width: 12px;
}

body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: #1d4db3;
} */
::-webkit-scrollbar { width: 12px; height: 10px;}
/* ::-webkit-scrollbar-button {  background-color: #163080; } */
::-webkit-scrollbar-track {  background-color: #163080;}
::-webkit-scrollbar-thumb { height: 50px; background-color: hsl(221, 77%, 20%); border-radius: 5px;}
::-webkit-scrollbar-corner { background-color: #163080;}
::-webkit-resizer { background-color: #666;}