 #pyt {
    text-align: center;
    -webkit-user-select: none;
    color: #fff;
    padding-top: 10px;
    
}
    #game-fields {
    display:none;
}
   button {
    text-transform: none;
    box-shadow: none;
    width: 150px;
    font-size: 20px;
       
    
}


    #finish-title{
    font-size: 30px;
    margin-bottom: 60px;
    }  
    .sl1,
.sl2,
.sl3 {
    font-size: var(--task-size, 60px);
}
    table{width: 100px;
        margin: auto;}
    #lev1 {
    font-size: 30px;
    padding-bottom: 0;
    vertical-align: middle;
    margin: 0;
    background: none;
    border: none;
    color: #fff;
    font-family: "Myriad Pro", "Myriad Pro";
}
   
#zag {
    margin-top: 20px;
    color: #efd6b3;
}
  #dalshe1 {
    background: none;
    color: #fff;
    font-size: 25px;
    position: absolute;
    /* bottom: 100px; */
    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}  
    .igra {
    position: relative;
    height: 550px;
    max-width: 630px;
    border-color: #9e9e9e;
    border-style: solid;
    border-width: 5px;
    text-align: center;
    width: auto;
    margin: 30px 0;
    background-image: url(https://kid-mama.ru/wp-content/uploads/2024/07/доска.png);
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
    padding: 30px;
    min-width:400px;
}
    
    
#mal1 {
    position: absolute;
    bottom: 0;
    left: 5px;
    font-size: 10pt;
    line-height: 1.1;
    color: #fff;
    
    padding-left: 0;
    margin-bottom: 0;
}
    #a1,#a2,#a7,#salut,#w2{
    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: 0;
    font-size: 18px;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

    #a1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
   
    max-width: 250px;
    margin: auto;
    background-image: radial-gradient(#4caf50, #14bc21, #144a04);
    background-repeat: no-repeat;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    padding: 20px;
    margin-bottom: 10px;	
}
    #a2 {
        color: Red;
    font-size: 20px;
   
    }
    
    #a4 {
        color: Red;
    font-size: 16px;
    font-style: italic;
    }
    
    #a7 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: red;
    max-width: 250px;
    margin: auto;
    background-image: radial-gradient(#e73939, #dc2121, #91100b);
    background-repeat: no-repeat;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
}
    #protv{font-size:30px;
    line-height: 2;
    font-family: "Myriad Pro", "Myriad Pro";}  
    
    #tt{position:absolute;
         top:20px; /* добавили */
        right: 45px;
        display: none;
        margin-top: 0; 
    }
    
    .wrapper{
     
  perspective: 2000px;
  width: 50px;
  height: 50px;
  position: relative;
}


#prav,#dalshe1{
  display: none;
}
    
.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);
  }
    
}
#wrap {
  display: inline-block;
  }
input[type="text"]{
    font-size: 45px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #bcbaba;
    color: #333;
    height: 60px;
    width: 100px;
    }
#otvet {
    width: 80px;
    height: 40px;
    font-size: 45px;
    background: #373535;
    color: #fff;
    font-family: "Myriad Pro", "Myriad Pro";
    margin-bottom: 15px;
    padding-left: 2px;
    padding-right: 0;
}
    .kn {
    color: #000;
    -webkit-user-select: none;
    height: 35px;
    cursor: pointer;
    font-size: 22px;
    padding: 0;
    background-image: linear-gradient(#f7f2f2, #f4eeee, #c4bfbf);
    background-repeat: no-repeat;
}

#knopki {
    max-width: 300px;
    margin: auto;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);    
}
    table td {
    border-width: 1px;
    padding: 3px;
    border-style: solid;
    border-color: #bdbdbd;
    background-color: #ffffff;
    
}
    #k1,#k2,#k3,#k4,#k5,#k6,#k7,#k8,#k9,#k10,#k11,#k12{padding: 0;
border:solid  1px #000;}
    
    @media screen and (max-width: 480px) {
   
    #otvet {
    width: 80px;
    height: 40px;
    font-size: 35px;
    background: #373535;
    color: #fff;
    font-family: "Myriad Pro", "Myriad Pro";
}
        #a7 { max-width: 200px;}
        #a1 {
    max-width: 200px;
        
}
#mt-start-title {
    font-size: 30px;
    
}
}
    #kolpr {
    font-size: 25px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #bcbaba;
    color: #333;
    height: 30px;
    width: 60px;
    padding: 3px 5px;
    margin-bottom: 3px;
}
    #ubr{
        margin-bottom:20px;}
    blockquote {
    
    padding-left: 15px;
}
    #ubr,#ubr3 {cursor:pointer;font-size:16px;}
.entry-content input[type="checkbox"] {
    zoom: 1.7; cursor:pointer;
}
#mal {
    position: absolute;
    bottom: 0;
    font-size: 14pt;
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
}
#game-fields {
    display: none;
}

#mt-start-card {
    display: block;
}
#otvet:focus {
    outline: none;
    border: 1px solid white;
    box-shadow: none;
}
#play-more{
    display: none;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 280px;
    font-size: 20px;
}
#dalshe1 {
    background: none;
    color: #fff;
    position: absolute;
    top: 30%;
    width: 100%;
    
    text-align: center;
}

#finish-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}

#finish-result, #finish-total-result {
    font-size: 20px;
    margin-bottom: 25px;
}
#rezult, #game-fields {display: none;}
