body {
  margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/img/__back1.jpg);
    text-align: center;
}
@font-face {
  font-family: "big";
  src: url("/fonts/__one.otf");
  
  }
  @font-face {
    font-family: "big2";
    src: url("/fonts/__two.otf");
    
    }  
    @font-face {
      font-family: "intro";
      src: url("/fonts/intro.otf");
      
      }      
.__head {
  background: #3636364a;
  text-align: center;
  border-radius: 0px 0px 50% 50%;
  height: 130px;
}
.__nameGame {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-shadow: 0px 0px 2px black, 1px -1px 2px black;
  top: -1px;
}
.__logo {
display:none;
}
.__nameGame .__name {
  font-size: 52px;
  font-family: pokemon;
  margin-top: 8px;
  color: #fafd4d;
  text-shadow: 0px 0px 11px blue, 0px 0px 10px blue;
  letter-spacing: 7px;
}
.__nameGame .__littleTxt {
  color: #fdff7e;
  font-size: 20px;
  margin: -7px 34px;
  font-family: big;
  letter-spacing: 1px;
  text-shadow: 0px 0px 11px blue, 0px 0px 10px blue;
}

.__blockCenter {
  display: inline-block;
  background: #3636364a;
  width: 400px;
  border-radius: 5px;
  position: relative;
  top: 40px;
  padding-bottom: 20px;
}
.__input {
  width: 201px;
    height: 22px;
    border: 1px solid gray;
    border-radius: 2px;
    margin: 4px;
    text-align: center;
    background: #fbffd7f2;
    color: black;
}
.__submit {
  width: 201px;
  background: #f1ea21;
  border: 1px solid white;
  box-shadow: 0px 0px 1px white, inset 0px 0px 9px white;
  font-size: 20px;
  font-family: 'big';
  color: #5e5e5e;
  text-shadow: 0px 0px 1px white, 1px -1px 1px white;
  border-radius: 3px;
  margin: 3px;
}
.__submit:hover {
  background-color: #8ef121;
  cursor: pointer;
}
.__forms {}

.__link {
  position: relative;
  top: 12px;
  color: #efefef;
  margin: 3px;
}
.__link:hover { 
color: #f1ff18;
cursor: pointer;
}
.__nameBlock {
  font-size: 30px;
  font-family: 'big';
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  text-shadow: 0px 0px 2px black;
  text-shadow: 0px 0px 11px black, 0px 0px 10px #2d2d2e;
}

.__footer {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  height: 30px;
  background: #3636364a;
}
.__footer .__main_footer {
  position: relative;
  top: 6px;
  font-family: serif;
  font-weight: bold;
}
.__footer .__main_footer .__item {
  display: inline-block;
  font-size: 14px;
  color: #e7e7e1;
  text-shadow: 0px 0px 32px #000000, 1px -1px 21px #000000;
  margin: 0px 20px;
}
.__footer .__main_footer .__item:hover { 
cursor:pointer;
color:#63ff6f;
}

.__blockNews {
    /* background: #27262675; */
    margin: 10px 20%;
    color: #e5e4de;
    text-shadow: 0px 0px 2px black;
    padding: 10px 20px;
    background: #0000004d;
    margin: 10px 0px;
    /* color: #e5e4de; */
    text-shadow: 0px 0px 2px black;
    padding: 10px 20px;
    /* box-shadow: 0px 0px 2px #615d5d, inset 0px 0px 30px black; */
    position: relative;
    padding-bottom: 20px;
    width: 51%;
    min-width: 600px;
    display: inline-block;
}
.__blockNews .__text {
    /* line-height: 1; */
    text-align: left;
    font-size: 15px;
    font-family: serif;
    padding: 0px 10px;
}
.__login {}
.__date {
  position: absolute;
  bottom: 3px;
  right: 4px;
  font-style: italic;
  font-size: 12px;
}
.__newsGame {   
  position: relative;
  overflow: hidden auto;
  top: 40px;
  margin-bottom: 100px;}
  .__zag { 
    font-size: 44px;
    margin-bottom: 10px;
    color: #dfdfdb;
    text-shadow: 0px 0px 2px black;
    font-family: 'big';
    text-decoration: overline;
  }

  .__download {
    position: relative;
    top: 25px;
  }
  .__headNes {
    font-size: 24px;
    text-decoration: underline;
    margin-bottom: 12px;
    color: #dbc653;
    font-family: 'big';
  }

  .__download .__anroid{
    text-shadow: 0px 0px 2px black; 
    display: inline-block;
    width: 190px;
    background: #434242;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #838380;
    color: #b9b6b6;
    height: 38px;
  }
  .__download .__anroid:hover{
    transform:scale(1.1);transition:0.3s;cursor: pointer;
  }
  .__download img {
    width: 40;
    width: 40px;
    display: inline-block;
    float: left;
  }
  .__download .and {}
  .__download .and_lit {}

  a:link {
    color: #61d761;
    font-size: 16px;
    font-style: italic;
  }
  a:hover {color:gold;cursor: pointer;}


  .__blockOnline {
    display: inline-block;
    background: #434242;
    border-radius: 3px;
    padding: 5px;
    border: 1px solid #838380;
    color: #d0d0d0;
    width: 190px;
    text-align: left;
    text-shadow: 0px 0px 2px black;
    font-family: serif;
  }
  .__blockOnline .__coolsOnline {
    float: right;
    background: green;
    padding: 0px 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px white;
    border: 1px solid #514f4f;
    color: whitesmoke;
    font-size: 15px;
  } 
  .__online {
    position: relative;
    top: 37px;
  }