.entry-content h3{margin-top: 0;
    background-color: green;
    padding: 10px 10px 10px 10px;
    color: #fff;
	font-size: 28px;}

#h2 {
    margin-top: 0;
    background-color: green;
    padding: 10px 30px 10px 10px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: bold;
}
.dtr{border: 1px solid rgb(221, 221, 221);
    border-radius: 50px;
    padding: 5px;
    margin-top: 30px;
    background: rgb(255, 255, 255);
    }
#knop{
    margin-top: 30px;
    margin-bottom: 30px;}
#sl1, #sl2, #sl3 {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-family: sans-serif;
    
    line-height: 1.2;
    
}
#sl1,
#sl2,
#sl3 {
    font-size: var(--task-size, 60px);
    padding-left: 1px;
}
 .entry-content select {
    border: 1px solid #9e9e9e;
    font-size: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 1.7em;
    max-width: 100%;
    -webkit-appearance: menulist;
    font-size: 22px;
}   
 #finish-title{
    font-size: 30px;
    margin-bottom: 60px;
     font-weight: bold;
     margin-top: 40px;
    } 
#finish-result {
    font-size: 18px;
    color: #1a6e04;
}

#pyt {
    
   padding: 25px 5px;
    font-size: 28px;
    -moz-user-select: none;
    -webkit-user-select: none;
    box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
    margin: 20px 10px;
    background: #fff;
}
.dis1 {
    box-shadow: none;
    pointer-events: none;
    opacity: 60%;
}
.ligthblue{border: solid 5px #59b4e9;}
.white{border: solid 5px #e9e9e9;}
  #m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9, #m10{
text-transform: none;
    background: #fff;
    box-shadow: 3px 3px 3px #d8cfcf;
    
    border-radius: 5px;
    color: #191818;
    margin: 0;
    margin-top: 7px;
    margin-left: 5px;
   
    height: 55px;}   
   
    .igra {
 position: relative;
    min-height: 500px;
    max-width: 800px;
    border-color: #5bb672;
    border-style: solid;
    border-width: 10px;
    text-align: center;
    width: auto;
    min-width: 300px;
    margin: 30px 0;
    background-image: radial-gradient(white, white, #a4e791);
    background-repeat: no-repeat;
		padding-bottom: 40px;
}
 blockquote {
    
    padding: 10px;
}   
    #mal {
        position:absolute; /* добавили */
        bottom:0; /* добавили */
        left: 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 14px;
		text-shadow: rgb(11 79 14) 1px 1px;
    margin-top: 30px;
    padding-left: 0;
}
#mal1 {
        position:absolute; /* добавили */
        bottom:0; /* добавили */
        right: 10px;
    
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 14px;
    
		text-shadow: rgb(11 79 14) 1px 1px;
    
    margin-top: 30px;
    padding-left: 0;
}
	#mal2 {
		color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    background-color: rgb(91, 182, 114);
		text-shadow: rgb(11 79 14) 1px 1px;
		position: absolute;
    bottom: 0;
    width: 100%;
	}
	
    #a1,#a2,#salut{
    display: none;}
  #w2{
    
    margin-top: 20px;
    color: #607d8b;
    cursor: pointer;
    font-size: 18px;
	  
  }  
	#w3{display: none;}  
#num {
    position: absolute;
    background-image: url(http://kid-mama.ru/wp-content/uploads/2022/04/zvezda6-1-1.png);
    background-repeat: no-repeat;
    top: 10px;
    font-size: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
}

    #a1 {
    color: #29a72b;
    font-size: 33px;
    font-weight: bold;
        padding: 40px;
}
    #a2 {
    color: #fff;
    font-size: 20px;
    
    background: #f16b6b;
    margin-top: 10px;
		padding: 10px 0;
        white-space: pre-line;
}
.wrong {
    font-size: 24px;
    font-weight: bold;
}    
   
    
    #tt{position:absolute;
         top:30px; /* добавили */
        right: 60px;
        display: none;
        margin-top: 0; 
    }
    
    .wrapper{
     
  perspective: 2000px;
  width: 50px;
  height: 50px;
  position: relative;
}



#prav,#dalshe1{
  display: none;
}
    #dalshe1 {
color: #43a443;
    font-size: 35px;
        
        position:absolute;
         bottom:100px;
        width: 100%;
        top: 60px;
    }
    #b1{
margin-top: 10px;
 font-size: 35px; 
}
    
    .front{
    
}
.back{
  transform: rotateY(180deg);
}
.front, .back{
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.front{
    animation: front-rotation 2s ;
  }
.back{
    animation: back-rotation 2s ;
  }

@keyframes front-rotation{
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes back-rotation{
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(540deg);
  }
}

.center-image {
    text-align: center;
    margin-bottom: 0;
}
 button {
    
    margin: 20px;
}
.but {
    font-size: var(--task-size, 60px);
    
}
	#img333 {
    height: auto;
    max-width: 150px;
	border: solid 5px #d7d6d6;
    box-shadow: 3px 3px 3px #6a6a6a;
		filter: grayscale(100%);
		
}
	
	.disable{pointer-events: none;opacity: 70%; }
#mal3 {
    position: absolute;
    bottom: 0;
    font-size: 14pt;
    color: #286c05;
    margin: auto;
    left: 0;
    right: 0;
}
#d1, #d2, #d3, #d4 {
    font-size: 22px;
    color: #2196f3;
}
#w2{width: 120px;
     margin: auto;
    /*border: 1px solid #ddd;
    
    background: #fff;
    
    box-shadow: 2px 2px 2px #aaa;*/}
#mt-start-text .login-hint {
    display: block;
    font-size: 16px;
    color: #aeaeb1;
    font-weight: normal;
    margin-top: 10px;
}
#sl2{color: #0099e5;}
 @media screen and (max-width: 480px) {
#sl1,
    #sl2,
    #sl3
     {
        font-size: var(--task-mobile-size, 30px);
        padding: 1px;
    }
     .but
     {
        font-size: var(--task-mobile-size, 30px);
        
    }
     
 }