body { 
-webkit-touch-callout: none; 
/* iOS Safari */ 
-webkit-user-select: none; 
/* Chrome/Safari/Opera */ 
-khtml-user-select: none; 
/* Konqueror */ 
-moz-user-select: none; 
/* Firefox */ 
-ms-user-select: none; 
/* Internet Explorer / Edge */ 
user-select: none; 
/* Версия без префикса, в настоящее время не поддерживается ни одним браузером */ 
}
.fixblock{
	width: 70px;
	height: 400px;
	/* border: 1px solid #000; */
	position: fixed;
	top: 0px;
    left: 10px;
    /* background-image: url(/images/vkm.ltd.png); */
/* }
.fixblock:hover { */
    /* animation-duration: 0.5s;
    animation-name: bounce;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes bounce {
    from {
      margin-top: -50px;
    }
    to {
      margin-top: 0%;
    } */
}
.hide{
    display: none!important;
}
.bigcont{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.container{
    text-align: center;
    width: 40%;
    display: inline-block;
}
.container2{
    text-align: center;
    font-size: 5vw;
    width: 59%;
    display: inline-block;
}
.start{
    position: static;
    color: rgb(51, 82, 223);
    top: 0;
    right: 0;
    font-size: 5vw;
    padding-top: 5%;
    padding-bottom: 5%;
    width: calc(100%/2);
    text-align: center;
    margin: 2%;
    background: rgb(223, 212, 51);
    display: inline-block;
    border-radius: 5.5vw 2.5vw 5.5vw 2.5vw;
    box-shadow: 0 0.5vw 0.3vw rgb(1, 1, 31);
}
.num{
    position: static;
    color: white;
    top: 0;
    right: 0;
    font-size: 5vw;
    padding-top: 5%;
    padding-bottom: 5%;
    width: calc(100%/4);
    text-align: center;
    margin: 2%;
    background: rgb(51, 82, 223);
    display: inline-block;
    border-radius: 0.5vw 4.5vw 0.5vw 4.5vw;
    box-shadow: 0 0.5vw 0.3vw rgb(1, 1, 31);
}
.num:hover{
    background: #777;
    box-shadow: 0 0 0.5vw #777;
    font-size: 4vw;
}
.numhover{
    background: red;
    box-shadow: 0 0 0.5vw #777;
    font-size: 4vw;
}
.qw, .tablo, .total{
    background: rgba(119, 119, 119, 0.1);
    position: static;
    color: rgb(51, 82, 223);
    bottom: 0;
    right: 0;
    font-size: 5vw;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    margin: 2%;
    /* background: rgba(250, 233, 2, 0.301); */
    border-radius: 4.5vw 0.5vw 4.5vw 0.5vw;
    display: block;
}
div{
    color: grey; 
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(51, 83, 223, 0.6);
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
}
#blink-2{
color: #fff;
text-align: center;
animation:blur .75s ease-out infinite;
text-shadow: 0 0 5px #abc, 0 0 7px #abc;
}

@keyframes blur{
from{
    text-shadow:0px 0px 10px #fff,
    0px 0px 10px #fff, 
    0px 0px 25px #fff,
    0px 0px 25px #fff,
    0px 0px 25px #fff,
    0px 0px 25px #fff,
    0px 0px 25px #fff,
    0px 0px 25px #fff,
    0px 0px 50px #fff,
    0px 0px 50px #fff,
    0px 0px 50px #7B96B8,
    0px 0px 150px #7B96B8,
    0px 10px 100px #7B96B8,
    0px 10px 100px #7B96B8,
    0px 10px 100px #7B96B8,
    0px 10px 100px #7B96B8,
    0px -10px 100px #7B96B8,
    0px -10px 100px #7B96B8;}
}