
@import url("header.css");
/*@import url("btn.css");*/

*{
    --b01:#89C2AA; /*#89C2AA;*/  /* default #89C2AA; */
    --b02:#546a9e;  /* default #546a9e; */ 
    --b03:#36518f;    /* default #36518f; */ 
    --b04:#3d5691;  /* default #3d5691; */ 
}

.grid {


/*  border: 1px solid rgba(12,99,12,0.3);*/
  border-top : 32px solid #0C630C;


  border-radius:  3px 3px 7px 7px;
  border-top : 32px solid #3e3e3e;
  border-top : 32px solid #2D4E7B;

  margin: auto;
  margin-top : 30px;
  margin-bottom : 30px;
/*  margin-bottom : 30px; */

  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position : relative;

  display: grid;
  width : 90%;
  grid-template-columns: repeat(auto-fit, 150px);
  grid-template-rows: auto;

  justify-content: center;
  grid-column-gap: 30px;
  grid-row-gap: 15px;     
  background-color: rgba(255, 255, 255, 0.7);


/*    box-shadow: 0.1em 0.1em 6px rgba(0,0,0,0.9),
                0.1em 0.1em 1px white inset; */

}


.grid:hover{
/*  transform: perspective(900px) rotate3d(45,45,0,0deg);*/
transform: scale(1.02, 1.02);

  border: 1px solid #3A89FF;
  border-top : 32px solid #3A89FF;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.9);
 

}


/*
.grid:nth-child(odd) {

  transform: perspective(600px) rotate3d(45,45,0,-3deg);


}


.grid:nth-child(even) {

  transform: perspective(600px) rotate3d(45,45,0,3deg);

}
*/


.gridone {
 
  margin-top : 30px;
  margin-bottom : 30px;
  margin-left: 30px;

  display: grid;
  width : 200px;
/*  grid-template-columns: repeat(auto-fit, 250px); */
  grid-template-columns: 1fr; 
  grid-template-rows: auto;

  grid-row-gap: 30px;     
  grid-column-gap: 30px;     

  justify-content: left;
  grid-column-gap: 70px;
  grid-row-gap: 30px;     
}



.ext{
/*    color: blue;*/
}

.ksu{
/*    background: #3e3e3e;*/
}

.group2 {

    font-family: sans-serif;
    font-size: 22px;

    display:inline-block;    
    text-align: right;
 
    margin-left: 0;
    margin-right: 0;    
    

    position : absolute;
    top : -56px;
    right : 20px;
    padding: 0;
    color: #7DF07D;
    color: #269926;
    color: white;
    height : 40px;
    text-decoration : none;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
}


.btn0 {


/*    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;*/
/*    font-size: 24px; */
    font-size: 22px;
    position : relative;
    text-align: center;
    padding: 10px;
    margin: 10px;
    color: rgba(255,255,255,0.9);
    background: #F09926;
    border-radius: 8px;
    border: 2px solid #737373;
    height : 34px;
    text-decoration : none;
/*
    box-shadow: 0.4em 0.4em 5px rgba(0,0,0,0.5),
            0.1em 0.1em 1px white inset; */
    box-shadow: 0.1em 0.1em 6px rgba(0,0,0,0.9),
            0.1em 0.1em 1px white inset; 
    white-space: nowrap;
    overflow: hidden;
/*    line-height: 38px;*/
    
}


#HL {
text-decoration : none;

}


.header {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  font-size : 18px;
  position: fixed;
  
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 1000000px;
  padding : 5px;
  padding-left : 8px;
  margin : 0px;


/*    position: fixed; /* Фиксированное положение */ 
/*    padding-bottom: 100x;  Поля вокруг текста */ 
    background: #127785; /* Цвет фона */ 

    color : white;

   }



body{
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
/*font-size : 22px;
padding: 0;*/
/*
max-width: 1200px;*/
margin: 0px ;
/*margin-top: 40px ;*/
/*
border-top : 10px solid #0C630C;
border-left : 1px solid #0C630C;
border-right : 1px solid #0C630C;
    box-shadow: 0.1em 0.1em 6px rgba(0,0,0,0.9);

*/

background: #E2E2E2;
/*linear-gradient(to right, #E2E2E2, #D3D3D3);*/

}



.btn2  {
  color: white;
  border-radius: 10px;
  position : absolute;
  padding : 0 ;
  margin : 0;
  border : none;
  white-space: nowrap;
  text-align: center;
  line-height: 10px;

  width : 10px; 
  height: 10px;
  
  background: #E97900;  
  font-size : 10px;

}

#debug, #aa0000 {
  margin : 40px;
    white-space: nowrap;
    overflow: hidden;
    background: #DEE2DF; /* Цвет фона */ 
  
}
/*
.skiphead{

   margin-top : 5px;
   opacity: 0;
}
*/


#fix01 {

position:fixed;
}


button.skip {
  background-color: #4B6751;
  outline:0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4B6751), color-stop(50%, #546a9e), color-stop(50%, var(--btn001)), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #4B6751 0%, #546a9e 50%, # 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #4B6751 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #4B6751 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #4B6751 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);
  background-image: linear-gradient(top, #4B6751 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);
  border: 1px double #172d6e;
  border-bottom: 1px double #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font: bold 16px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  width: 150px; 
}
  button.skip:hover {
    background-color: #7f8dad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
    background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    cursor: pointer; }
  button.skip:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; }


.btn {

    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    position : relative;
    padding: 0px;
    color: rgba(255,255,255,0.9);
    background: #269926;
    border-radius: 8px;
    border: 2px double #1D7373;
    height : 34px;
    text-decoration : none;
    box-shadow: 0.1em 0.1em 6px rgba(0,0,0,0.9),
                0.1em 0.1em 1px white inset; 
    white-space: nowrap; 
    white-space: normal;
    overflow: hidden;
    line-height: 38px;
/*----------------------*/



  background-color: #4B6751;
  background-color: #89C2AA;

  outline:0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89C2AA), color-stop(50%, #546a9e), color-stop(50%, var(--btn001)), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #89C2AA 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #89C2AA 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #89C2AA 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #89C2AA 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);
  background-image: linear-gradient(top, #89C2AA 0%, #546a9e 50%, var(--btn001) 50%, #3d5691 100%);

/***************************/

  background-image: -webkit-linear-gradient(top, var(--b01) 0%, var(--b02) 50%, var(--b03) 50%, var(--b04) 100%);
/***************************/

  border: 2px double #172d6e;

  border-bottom: 1px double #0e1d45;
  border: 2px double #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
   box-shadow: 0.1em 0.1em 6px rgba(0,0,0,0.5);
  color: #fff;
/*  font: bold 16px/1 "helvetica neue", helvetica, arial, sans-serif;*/
/*  padding: 7px 0 8px 0;*/
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
/*  width: 150px; */



}

.btn:hover {
/*    width : 105%; */
 
/*  background: #FF9E96; */
  font-size : 17px;
/*  font-style: italic; */
/*  color: #A62015; */

  border: 1px double #5f5f5f;
    box-shadow:   0.4em 0.4em 5px rgba(0,0,0,0.5) inset;
  box-shadow: none; 

   } 


.btn:before {
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}
.btn:hover {
/*  background: #fe6637;*/
  color: #fff;
}
.btn:hover:before {
  left: 150px;
  transition:  1.5s ease-in-out ;
/*     transition: top 1s ease-out 0.5s;*/
}



.btn:active {

  color: #A62015;
  color: #60B9CE;

  font-size : 20px;
  font-style: italic;
  border-color : #39E639;
  box-shadow: none;


}




