*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}



html,body{
	scroll-behavior: smooth; /* Плавный скрол */
	position: relative;
	height: 100%;
	width: 100vw;
    margin-right: 5px;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #191919;
	
    overflow: hidden;


 /* Не дает выделить и копировать */

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer & Edge */
    user-select: none; /* Chrome & Opera */
    

    /* ************** */
}


input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

@font-face {
	font-family: akadem;
	src: url('../fonts/akadem.ttf');
	font-weight: normal;
	font-style:normal; 
}


@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}





[v-cloak]{
    display:none;
}

p{
font: 25px akadem;
line-height: 1.5;
margin:  20px 20px;
	
}

.quantity{
	color: white;
	font: 25px akadem;
	position: absolute;
	top: 0;left: 0;
}

h1{
	text-align: center;
}

header{
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.fyfty, .error, .help{
	width: 14.81vw;
	height:100%;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: 700;
	margin-right: 20px;
	background: -o-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite;


}










.interest{
	display: none;

}

.inter{
	box-shadow: -1px 3px 13px 21px rgba(158, 197, 227, 0.68);
}

main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.time{
	width: 8vw;
	height: 100vh;
	background-color:rgb(0,255,215);
    margin-left: 20px;

}
.priz{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-flow: column-reverse;
	    flex-flow: column-reverse;
	width: 7vw;
	height: 100vh;
	margin-right: 20px;
	color: white;

}










.p300{
	width: 7vw;
	height: 30px;
	background-color: #E21C51;
	border-radius: 40%;
	text-align: center;
	line-height: 30px;

}
.container, .container_color, .container_color-red{
	width: 80vw;
	max-width: 80vw;
	height: 100vh;
	margin: 0 auto; 
	background-image: url('../img/fon2.jpg'); 
	
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display:none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;	
}


  .container::after {
  position: absolute;
  content: '';
  left:9vw; top:0;
  width: 82vw;
  height: 100%;
  background-color: rgba(0,0,0,.7);
}  

.container_color::after{
 position: absolute;
  content: '';
  left:9vw; top:0;
  width: 82vw;
  height: 100%;
  background-color: rgba(93,161,121,.3);
} 

.container_color-red::after{
	position: absolute;
  content: '';
  left:9vw; top:0;
  width: 82vw;
  height: 100%;
  background-color: rgba(249,5,35,.4)
} 

.bg__content {
  position: relative;
  z-index: 1;

}  


.question{
	width: 100%;
	max-width: 65vw;
	height: auto;
	text-align: center;
	margin-bottom: 100px;
	font: 35px akadem;
	margin:7.69vh auto;	
	 
	
}

.ans{
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	

}


.answer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
	width: 100%;
	height: auto;
	font: 25px akadem;

max-width: 300px;
width: 22.22vw;

}

.answer_a, .answer_b, .answer_c, .answer_d{
	height: 30px;
	margin-bottom: 70px;
	cursor: pointer;
	text-align: center;	
	
}

.answer_a-help, .answer_b-help, .answer_c-help, .answer_d-help
{
	cursor: pointer;
	margin-bottom: 30px;
}


.but_next, .but_reg, .but_exit{
	height: 50px;
	display: none;
	margin: 0 auto;
	line-height: 25px;
}



.but_next, .but_end, .but_start, .but_reg, .but_exit, .tabl_but_exit, .tabl_button{
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 30px;
  background-image: -o-linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
  background-image: linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: white;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35);
          box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  margin: 0 auto;
}

.but_next:hover, .but_end:hover, .but_start:hover, .but_reg:hover, .but_exit:hover, .tabl_but_exit:hover, .tabl_button:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
          box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}


.tabl_but_exit{
	position: absolute;
	top: 3vh;
	left: 1vw;
	width: 90px;
	height: 40px;
	font-size: 13px;
	font-weight: 500;
	padding: 3px 5px;
	line-height: 40px;
}

.but_reg, .but_exit, .tabl_button{
	display: block;
	text-align: center;
	font-weight: 800;
	margin-top: 100px;
}


.but_exit{
width: 14vw;
font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 300;
}


.but_start, .but_start_nreg{
	display: block;
	position: absolute;
	top:120px;
	left: 80vw;
	z-index: 400;
	width: 14vw;
	
} 


.but_start_reg{
	display: block;
	position: absolute;
	top:220px;
	left: 80vw;
	z-index: 400;
	width: 13vw;
	font-size: 18px;
	padding: 12px 20px;
	
} 

.but_start_avt{
	display: block;
	position: absolute;
	top:320px;
	left: 80vw;
	z-index: 400;
	width: 13vw;
	font-size: 18px;
	padding: 12px 20px;
	
	
}                  

.tabl_button{
	position: absolute;
	top:350px;
	left: 80vw;
	z-index: 14000;
	width: 14vw;
	font-size: 20px;
	font-weight: 800;
 

}

.orientir{
max-width: 100vw;
width: 100vw;
height: 100vh;
overflow: hidden;
display: none;
background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.7)), to(rgba(0,0,0,.8))), url('../img/fon2.jpg');
background: -o-linear-gradient(left, rgba(0,0,0,.7), rgba(0,0,0,.8)), url('../img/fon2.jpg');
background: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,.8)), url('../img/fon2.jpg');
background-repeat: no-repeat;
background-size: cover;
color: #fff;
font:55px akadem;
text-align: center;
padding-top: 100px;
background-position: center center;
position: absolute;
top: 0;
left: 0;
z-index: 22222;
}


.modal-help{
	width: 70vw;
	height: 80vh;
	display:none;
	flex-direction: column;
	position: absolute;
	left:14vw;
	top: 1vh;
	z-index: 999;

	 background: -o-linear-gradient(135deg, #000, #383838, #565656, #8C8C8C);
background: linear-gradient(-45deg, #000, #383838, #565656, #8C8C8C);  
 
	background-size: 300% 300%;
	background-position: 100% 0;
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite;

	
}

.help_flex1{
	display: flex;
	justify-content: space-around;
	height: 50vh;



}


.help_text{
color: #fff;
font:35px akadem;
text-align: center;

}

.gamer{
	color: #fff;
font:20px akadem;
position: absolute;
top: 50px;
left: 70vw;
}
.gamer_points{
	top: 80px;
	padding-right: 15px;
}

.gamer_button{
	/* top: 120px; */
	top: 11vw;
	left: 80vw;
}

.tabl{
	overflow: scroll;
	width: 100%;
	height: 100%;
	color: white;
	font:20px akadem;
	display: none;
	flex-direction:column;
	justify-content: center;
	align-content: space-between;
	background: -o-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite; 

	       
}

.tabl_heading{
	display: flex;
	justify-content: space-between;
	font:26px akadem;
	margin-bottom: 50px;
	margin-right: 100px;
	margin-left: 100px;
}

.tabl_text{
	font:33px akadem;
	margin-top: 400px;
	margin-bottom: 60px;
	text-align: center;
}

.tabl_main{
	margin-right: 100px;
	margin-left: 100px;
	display: flex;
	justify-content: space-between;
}



.ball {
	font:50px akadem;
	display: none;
	color: white;
position: absolute;
z-index: 42000;
left: 30vw;
top: 10vh;

}
.help_A, .help_B, .help_C, .help_D{
	position: absolute;
	z-index: 10000;
	font:15px akadem;
	color: white;
	display: none;
}


.modal-help-work{
	width: 50%;
	height: 60%;
	border: black 10px solid;
	/* margin: 2.93vw auto; */
	 margin: 2.93vw 1vw;
	background: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	    -moz-box-align: end;
	    -webkit-align-items: end;
	        align-items: end;

}


.modal-help-answer{
	font:25px akadem;
	color: white;
	margin: 2.93vw 1vw;
	text-align: start;
}

.graf-a{
	width: 10%;
	height: 45%;
	background: red;
}

.graf-b{
	width: 10%;
	height: 21%;
	background:green;
}

.graf-c{
	width: 10%;
	height: 11%;
	background:blue;
}

.graf-d{
	width: 10%;
	height: 23%;
	background:#E618AF;
}

.scale-in-center{-webkit-animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both}

canvas {display:none;}

@-webkit-keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}




.game_end{

	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48vw;
  max-width: 48vw;
  height: 48vh;
  border:#595BA5 5px solid;
  background: url('../img/fon.jpg');
  background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.but_end{
	width: 150px;
	height: auto;
	margin: 42vh auto;
	font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
  opacity: 0;
}


.zast{
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	max-height: 100vh;
	background: -o-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite;   




}
.zast_img{
	max-width:100vw;
	height: 100vh;
	max-height: 100vh;
	object-fit: cover;
	
}







.ha_ha{
	color: #13EB8D;
	position: absolute;
	top: 20vh;
	left: 70vw;
	font:24px akadem;
	transform: rotate(30deg);
	font-weight: 800;
	z-index: 2000;
	display: none;
}














@media only screen and (max-width: 1280px) {
.but_start, .but_exit, .but_start_reg, .but_start_avt, .tabl_button {
    
	font-size: 14px;
	font-weight: 800;
     padding:12px 12px;
     border-radius: 20px;


}
.but_start, .but_exit{
	font-size: 16px;
}

	}


@media only screen and (max-width: 1190px) {

.but_start_nreg{
	top: 150px;
	width: 160px;

}

	.but_start_reg{

		top: 250px;
		width: 160px;
	}

	.but_start_avt{

		top: 350px;
		width: 160px;
	}
}




@media only screen and (max-width: 1000px) {
.container::after, .container_color::after, .container_color-red::after{
width: 81.5vw;

}

.but_exit{
top: 130px;
}

.but_start_nreg, .but_start_reg, .but_start_avt{
	left: 75vw;

}


	}
@media only screen and (max-width: 830px) {

	.but_start, .but_exit, .tabl_button{
	left: 2vw;
}
}
@media only screen and (max-width: 805px) {
  
.fyfty, .error, .help{
	width: 18vw;
	height:100%;
	border-radius: 50%;
}
.p300{
	width: 10vw;

}
   

.time{
	width: 5vw;
}

.question{

	margin-top: 6vh;
	margin-bottom: 60px;
	font-size: 35px;	
}

.but_start_nreg, .but_exit, .tabl_button, .but_start{
	width: 100px;
	height: auto;
	font-size: 13px;
	font-weight: 800;
  padding:17px 17px;
  border-radius: 20px;
}

.but_start{
top: 100px;
}

.but_start_reg{
	top: 170px;
}

.but_start_avt{
	top: 230px;
}

.but_start_reg, .but_start_avt, .but_start_nreg{
	width: 130px;
	height: auto;
	font-size: 12px;
	font-weight: 800;
  padding:17px 17px;
  border-radius: 20px;
}
.but_exit{
top: 120px;
}


.container::after, .container_color::after, .container_color-red::after{
width: 80vw;

}


.tabl_button{
	font-size: 13px;
	padding:12px 12px;
  border-radius: 20px;

}

.tabl_but_exit{
    font-size: 11px;
	padding:0px 0px;
	text-align: center;

}

	}


	@media only screen and (max-width: 700px) {

.but_reg{
	font-size: 18px;
	padding:17px 17px;
  border-radius: 20px;
  line-height: 10px;
}


.but_start{

	top: 70px;

}

.but_exit{

	top: 80px;
}

.but_start{
top: 100px;
}

.but_start_reg{
	top: 170px;
}

.but_start_avt{
	top: 230px;
}

}

@media only screen and (max-width: 567px) {

.orientir{
	display: block;
}

}


@media only screen and (max-width: 400px) {

.but_reg{
	font-size: 15px;
	padding:12px 12px;
  border-radius: 15px;
}

}

@media only screen and (max-height: 520px) {

.p300{
	height:20px;
	font-size: 10px;
	line-height: 20px;
}

.question{

	margin-top: 4vh;
	margin-bottom: 40px;
		
}


.but_next{
	width: 100px;
	height: auto;
	position: absolute;
	top: 50vh;
	left: 33vw;
	font-size: 18px;
	padding:12px 20px;
  border-radius: 20px;
}

.modal-help-answer{
	font-size:20px;
	}

.answer_a-help, .answer_b-help, .answer_c-help, .answer_d-help
{
	
	margin-bottom: 18px;
}


.help_text{
font-size: 22px;
text-align: left;
width: 50vw;
margin-left: 3vw;

}

.tabl_text{
	margin-top: 600px;
}

.tabl_button{
	top: 200px;
	font-size: 13px;
	padding:10px 10px;

	}

.but_reg{


	margin-top: 25vh;
}


}


@media only screen and (max-height: 470px) {

/* .but_reg{


	margin-top: 30px;
} */

	}


@media only screen and (max-height: 420px) {

.question{
	margin-top: 2vh;
	font-size: 22px;
	margin-bottom: 20px;
}

.gamer{
	top: 20px;
}

.gamer_points{
	top: 50px;
}

.but_exit{
	top: 100px;
	padding:10px 10px;
}

.but_start_nreg{
	top: 100px;
	padding:10px 10px;
}
.but_start_reg{
	top: 160px;
	padding:10px 10px;
}

.but_start_avt{
	top: 210px;
	padding:10px 10px;
}


.answer_a, .answer_b, .answer_c, .answer_d{
	
	margin-bottom: 30px;
	font-size: 19px;
}

.p300{
	height:19px;
	font-size: 10px;
	line-height: 12px;
}


.priz{
	
	height: 82vh;
	
}

.zast_img{

	height: 83vh;

}

/* .tabl_button{


	top:220px;
	font-size: 13px;
	padding:10px 10px;
   

} */

.tabl_but_exit{
	
}

.but_reg{
	padding:8px 8px;
  border-radius: 10px;

}

} 

@media only screen and (max-height: 350px) {


.but_start_nreg{

	top: 50px;
}

.but_start_reg{

	top: 100px;
}

.but_start_avt{

	top: 150px;
}
.but_exit{

	top: 55px;
}
.tabl_button{


	top:120px;
	
   

} 
}


