


#nazv {
    width: 100%;
    height: 30px;
    margin-top: -3px;
    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: 14px;
	font-family: sans-serif , Arial, Verdana, serif;

	
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}







.operation_all {
    width: 99%;
    background: d4e7f5;
    margin: 0px auto;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.level_photo {
	margin-top: -8px;
    width: 100%;
	height: 180px;

	background-size: contain;
background-repeat: no-repeat;
}

.level_photo img {
 width: 100%; 
 height: 100%; 
 object-fit: cover; 
}


.settings{

height: 160px;
width: 290px;
position: relative;
text-align: center;
justify-content:center;
border: 1px solid black;
margin: 5px 5px;

}





.ops{

height: 460px;
width: 280px;
position: relative;
text-align: center;
justify-content:center;
border: 1px solid black;
margin: 5px 5px;

}




.ops_level1{

height: 23px;
    width: 99%;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	 margin-top: 3px;
    position: relative;
    text-align:center;
	  
	

}

.easy {
  width: 60px;
  height: 21px;
  border: none;
  background-image: url('../images/operations/easy.png');
cursor: pointer;
	margin-left: auto;
    margin-right: auto;
	outline: none;
  box-shadow: none;
background-size: contain;
background-repeat: no-repeat;
}

.normal {
  width: 60px;
  height: 21px;
  border: none;
  background-image: url('../images/operations/normal_0.png');
cursor: pointer;
	margin-left: auto;
    margin-right: auto;
  outline: none;
  box-shadow: none;
  background-size: contain;
background-repeat: no-repeat;
}

.hard {
  width: 60px;
  height: 21px;
  border: none;
  background-image: url('../images/operations/hard_0.png');
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  box-shadow: none;
  background-size: contain;
background-repeat: no-repeat;
}


.name_ops {
    width: 100%;
    margin-top: -9px;
    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: 16px;
	font-family: sans-serif , Arial, Verdana, serif;
	font-weight: bold;
	
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}



.schet_vremya{

height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: 3px;
    position: relative;
    text-align:center;

}


.schet {
    width: 50%;
    margin-top: 6px;
    position: relative;

    margin-left: auto;
    margin-right: auto;

	color: #E5E4E2;

text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 16px;
	font-family: sans-serif , Arial, Verdana, serif;

}



.vremya {

   position: relative;
   margin-left: auto;
   margin-right: auto;

  
   	color: #E5E4E2;
 margin-top: 6px;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 16px;
	font-family: sans-serif , Arial, Verdana, serif;
  width: 50%;
}


.uskorit {
    width: 100%;
    height: 35px;
   
    display:flex;
   

	color: #E5E4E2;
	
text-align:center;
text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
	font-size: 16px;
	font-family: sans-serif , Arial, Verdana, serif;

}


.uskorit_img {
	 margin-left: 6px;
    width: 57px;
	height: 35px;

	background-size: contain;
background-repeat: no-repeat;
}

.uskorit_img img {
 width: 100%; 
 height: 100%; 
 object-fit: cover; 
}

.uskorit_name{
	
  width: 180px;
  height: 35px;
  display:flex;
  text-align:center;

  align-items: center;
  margin-left: 6px;
}

.uskorit_radio{
	
  width: 20px;
  height: 35px;

  text-align:center;
  display: flex;
  align-items: center;
  margin-left: 6px;
}



.easyexp{
text-align: left; 
vertical-align: middle; 
text-align:left;
display: flex;
align-items: center;
margin-left: 12px;
}

.normalexp{
display: none;
align-items: center;
text-align: left; 
vertical-align: middle; 
text-align:left;
margin-left: 12px;
}

.hardexp{
display: none;
align-items: center;
text-align: left; 
vertical-align: middle; 
text-align:left;
margin-left: 12px;

}

.cascad{
display: none;
text-align: left; 
vertical-align: middle; 
text-align:left;
align-items: center;

}
/* ОТКЛЮЧИЛ СЛОЖКУ И ПРОФИ МАРС */
.mars_hard{
	display: none;
}
.mars_normal{
	display: none;
}