 .progress_status{
height: 15px;
    width: 198px;
	   font-family:  sans-serif , Arial, Verdana, serif;
 position: absolute;
  bottom: 0;
 left: 3px;
text-align: left;

 font-size: 12px;

}


* {box-sizing: border-box;}



body {
  margin: 0;

  display: table;
  min-height: 100vh;
  width: 100%;
   font-family:  sans-serif , Arial, Verdana, serif;

}

table {
    width: 80%;
    background: d4e7f5;
    margin: 0px auto;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
		 vertical-align: middle;
    text-align: center;
 
}
 table td {
    display:inline-block;
	 vertical-align: middle;
    text-align: center;
  }

.main {
  display: table-row;
  /* Чтобы ряд занимал всё оставшееся пространство, так как табличная разметка не позволит ему вытолкнуть header и footer */
  height: 100%;

}



 A {
    color: #E5E4E2; /* Цвет ссылок */
   }
   A:visited {
    color: #E5E4E2; /* Цвет посещенных ссылок */
   }
   A:active {
    color: #E5E4E2; /* Цвет активных ссылок */
   }



html {
background-color: #181e30;
}
/*старый фон с фоткой

html {
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




*/




.header {
overflow: hidden;

font-family:  sans-serif , Arial, Verdana, serif;
background: rgba(0, 0, 0, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.8px);
-webkit-backdrop-filter: blur(5.8px);
border: 1px solid rgba(0, 0, 0, 1);
}

.header a {
 float: left;
 
color: #E5E4E2;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000; 
text-align: center;
padding: 7px;
text-decoration: none;
font-size: 18px; 
line-height: 25px;
border-radius: 10px;
}
.header a.logo {
  font-size: 25px;
  font-weight: bold;
  
}
.header-right a:hover {
 background-color: dodgerblue;
color:  white;
}
.logo img {


 max-width: 17rem;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;

}
.header-right {
  float: right;
padding: 25px;
}
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}


.logo img{
 max-width: 11rem;

   }



.header-right {
float: none;
padding: 1px;
}
}
/* как убрать кнопку событие 

.events {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}*/
/* как убрать кнопку событие */



.footer {

overflow: hidden;
font-family:  sans-serif , Arial, Verdana, serif;
background: rgba(0, 0, 0, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.8px);
-webkit-backdrop-filter: blur(5.8px);
border: 1px solid rgba(0, 0, 0, 1);

}

.footer a {
 float: left;
color: #E5E4E2;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000; 
text-align: center;
padding: 7px;
text-decoration: none;
font-size: 18px; 
line-height: 25px;
border-radius: 10px;

}
.footer a.logo {
  font-size: 25px;
  font-weight: bold;

}
.footer a:hover {

color:  white;
}
.footer-right {
  float: right;
  padding: 25px;

}
@media screen and (max-width: 500px) {
.footer a {
float: left;
display: block;

}
.footer-right {
float: right;
text-align: right;
 padding: 6px;
}
}
.telegram img {


 max-width: 2rem;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;

}

.gaimer {
    height: 80px;
    width: 320px;
 margin-top: 12px;
vertical-align:middle;
  margin-left: auto;
  margin-right: auto;
  position: relative;
		  color: #E5E4E2;


font-size: 18px;


	

}






#image {
	
vertical-align: middle;
    display:flex;
    flex-wrap:wrap;
  max-width: 100%;
   height: auto;
   
    
position: absolute;
 margin-right: auto;
      margin-left: auto;
   
}

#image_php {
	
vertical-align: middle;
    display:flex;
    flex-wrap:wrap;
  max-width: 100%;
   height: auto;
   
        height: 80px;
    width: 320px;
position: absolute;
 margin-right: auto;
      margin-left: auto;
   
}


.gaimer img {
 opacity: 0.7;
}

.nickgaimer {
   position: absolute;
  	  vertical-align: middle;
  	  text-align: center;
  
 
   height: 100%;
 width: 100%;
  justify-content: center;
  padding: 42px;
}
/* изменить положение текста для моб.устройств */
@media (max-width:290px) {
   .nickgaimer {
      bottom: 20px;
      left: 30px;
   }
   
   
   #fact:focus {
opacity: 1;
-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	outline: none; 

 }
  
   
}

@media (max-width:290px) {

  #fact_min:focus {
opacity: 1;
-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	
	
 }  

}


#input:invalid + button {
    opacity: 0.5;
    pointer-events: none;
}




body {
  margin: 0;
  padding: 0;
}






.search {
  width: 100%;
  height: 110px; 

     text-align: center;


}

.zomb_series {
  width: 90px; 
  height: 480px; 

     text-align: center;
background-color: rgba(255, 128, 128, 0.5);

}


.btn {
    display: inline-block; /* Строчно-блочный элемент */
    background: #8C959D; /* Серый цвет фона */
    color: #fff; /* Белый цвет текста */
    padding: 1rem 1.5rem; /* Поля вокруг текста */
    text-decoration: none; /* Убираем подчёркивание */
    border-radius: 3px; /* Скругляем уголки */
   }

.gold_series {
    width: 80%;
    background: d4e7f5;
    margin: 0px auto;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}


.megakub {
    width: 60%;
    background: d4e7f5;
    margin: 0px auto;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
	padding: 7px;
}

#kubik {
	
	background-color: rgba(0,0,0,0.3); /*затемнитефон*/
	    height: 100px;
    width: 150px;
    margin: 7px;
	position: relative;
	  text-align: center;
	 outline: none; 
	  font-weight: 700;
	  font-size: 18px;
	font-family:  sans-serif , Arial, Verdana, serif;
	font-size: 15px;
	border-radius: 10px;
border: 1px solid black;
 color: #E5E4E2;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
   }
   
#kubik:hover {
  outline: 2px solid black;
  cursor: pointer;
}


.imgkub  {
	
opacity: 0.6;
      margin-left: auto;
    margin-right: auto ;
	

	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

z-index: 1;
  

	
	
}

.namekub {
z-index: 2;
	position: absolute;
  top: 0;
  left: 0;
	  vertical-align: middle;
  	  text-align: center;
	  font-family:  sans-serif , Arial, Verdana, serif;
	  font-weight: 700;
	  font-size: 18px;
	  
 justify-content: center;
  width: 100%;
  height: 100%;






}
#riffleman {
    width: 100%;
   
    margin-top: 20px;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
		  color: #E5E4E2;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 18px;
	font-family: sans-serif , Arial, Verdana, serif;
	font-weight: bold;
	
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}

#helper {
    width: 100%;
   
    margin-top: 5px;
	margin-bottom: 5px;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
		  color: #E5E4E2;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 13px;
	font-family: sans-serif , Arial, Verdana, serif;
	font-weight: normal;
	
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}



.line_1 {

    height: 100px;
    width: 350px;
    margin: 7px;
	position: relative;
	  text-align: center;
	font-family:  sans-serif , Arial, Verdana, serif;
	  font-weight: 700;
	  font-size: 18px;
	  
}


.img {
	
	
    height: 80px;
    width: 320px;


      margin-left: auto;
    margin-right: auto ;
}

#fact{
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background-color: rgba(0,0,0,0.3); /*затемнитефон*/
  vertical-align: middle;
  	  text-align: center;
	  font-family:  sans-serif , Arial, Verdana, serif;
	  font-weight: 700;
	  font-size: 18px;
	  
	
}

 
 
#fact:hover {
opacity: 1;

	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	
 }

#fact_min{
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background-color: rgba(0,0,0,0.3); /*затемнитефон*/
  vertical-align: middle;
  	  text-align: center;
	  font-family:  sans-serif , Arial, Verdana, serif;
	  font-weight: 700;
	  font-size: 14px;
	 align-items: center;
	border-radius: 10px;

 margin-left: auto;
    margin-right: auto;
	
	line-height: normal;
	
letter-spacing: 0.5px;
	
	display: inline-block;
	justify-content: center;
	
	
	 outline: none;
 outline-width: 0;
	
}

#fact_min:hover {
opacity: 1;

	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);

	
 }



.content_toggle {
    width: 150px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.content_toggle:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.content_toggle:active {
    color: #000
}

.content_toggle:active:after {
    background: transparent;
}

.content_toggle:hover:before {
    opacity: 1;
}

.content_toggle:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



#kolvo_ach {
    width: 100%;
    height: 30px;

    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
		  color: #E5E4E2;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 18px;
	font-family: sans-serif , Arial, Verdana, serif;
	
}
#series_name {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
	color: #E5E4E2;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 20px;
	font-family: sans-serif , Arial, Verdana, serif;

}


#menu {
    width: 100%;

    margin: 0px auto;
    position: relative;

grid-area: 1/1;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
		  color: #E5E4E2;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 18px;
	font-family: sans-serif , Arial, Verdana, serif;
	font-weight: bold;
	
	
}
#menu a {
	 text-decoration: none;
	 width: 50px;
	 height: 50px;
}
#menu1,#menu2, #menu3 { margin: 7px; }


input[type="text"] {
font-size: 13px; 
font-family: sans-serif , Arial, Verdana, serif;
width: 160px;
height: 50px;
border: none;
 outline: none;
color: #fff;
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 10px;
}
input::placeholder {
 text-align:center;
  opacity: 1.0;
  color: #fff;
}




.back_page {
    width: 150px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.back_page:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.back_page:active {
    color: #000
}

.back_page:active:after {
    background: transparent;
}

.back_page:hover:before {
    opacity: 1;
}

.back_page:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}





.wf-button {
  width: 50px;
  height: 48px;
  border: none;
  background-image: url('../images/agents/warface.png');
  border: 2px solid #0A5F38;

  margin-right: 10px;
  
  
  cursor: pointer;
  
  
}

.blackwood-button {
  width: 50px;
  height: 48px;
  border: none;
  background-image: url('../images/agents/blackwood.png');
cursor: pointer;
  
}


.images_agent_1{

height: 400px;
    width: 250px;
    margin: 7px;
	position: relative;
	  text-align: center;

}


.images_agent_2{

height: 400px;
    width: 250px;
    margin: 7px;
	position: relative;
	  text-align: center;

	 
}

 .schastliv{

   font-family:  sans-serif , Arial, Verdana, serif;
text-decoration: none;
color: #34C924;
	position: relative;
	text-align: center;
  font-size: 18px;
	 display: none;
	 
	 text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}


 .fullachiv{

   font-family:  sans-serif , Arial, Verdana, serif;
text-decoration: none;
color: #E5E4E2;
	position: relative;
	text-align: center;
  font-size: 18px;
  
  padding-top: 5px;
  
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
	
}


 .shop_img{

margin: 6px;
	
}

 .percent{
height: 15px;
    width: 38px;
	   font-family:  sans-serif , Arial, Verdana, serif;
 position: absolute;
  bottom: 0;
  right: 3px; 
text-align: right;
color : #C0C0C0;
 font-size: 12px;

}

 .progress_status{
height: 15px;
    width: 198px;
	   font-family:  sans-serif , Arial, Verdana, serif;
 position: absolute;
  bottom: 0;
 left: 3px;
text-align: left;

 font-size: 12px;
color : #C0C0C0;
}



.vibor{
	 		  color: #E5E4E2;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 18px;
	font-family: sans-serif , Arial, Verdana, serif;
	 margin-left: auto;
    margin-right: auto;
	 width: 100%;
    margin: 0px auto;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
	 padding:5px;
	 	font-size: 18px;
	font-family: sans-serif , Arial, Verdana, serif;
	 }
	 
	 
	.vibor a {margin: 0 15px;}
	
.disabled {
  pointer-events: none;
}