body {
  margin: 0;
    padding: 0;
    width: 100%;
    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 {
  text-align: center;
  border-radius: 0px 0px 50% 50%;
  height: 190px;
}
.__nameGame {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-shadow: 0px 0px 2px black, 1px -1px 2px black;
  top: 13px;
}
.__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;
  margin: 8px 10px;
}
.__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: 100%;
  border-radius: 5px;
  position: relative;
  top: 80px;
  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: fixed;
  bottom: 0px;
  text-align: center;
  width: 100%;
  height: 116px;
  background: #3636364a;
}
.__footer .__main_footer {
      position: relative;
    top: 0;
    font-family: serif;
    font-weight: bold;
}



.__footer {
  position: relative;
  bottom: 0px;
  text-align: center; 
  width: 100%;
  height: 65px;
  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: 7px 3px;

}
.__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 1%;
    background: #0000004d;
    margin: 10px 1%;
    /* color: #e5e4de; */
    text-shadow: 0px 0px 2px black;
    padding: 10px 0px;
    /* box-shadow: 0px 0px 2px #615d5d, inset 0px 0px 30px black; */
    position: relative;
    padding-bottom: 20px;
    width: 98%;
    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: 90px;
  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: 70px;
  }
  .__headNes {
    font-size: 25px;
    /* text-decoration: underline; */
    margin-bottom: 12px;
    font-family: serif;
    border-bottom: 1px solid gray;
    margin: 0px 10% 10px 10%;
    padding-bottom: 5px;
    color: #dbc653;
    font-family: 'big';
  }

  .__download .__anroid{ 
    text-shadow: 0px 0px 2px black;
    display: inline-block;
    width: 210px;
    background: #434242;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #838380;
    color: #b9b6b6;
    margin: 7px 0px;
    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;}



  .newRight {
    width: 305px;
    height: 570px;
    display: inline-block;
    vertical-align: top;
  }
.newCenter {
width: 270px;
height: 570px;
display: inline-block;
background-size: 200px;
background-position: top center;
background-repeat: no-repeat;
position: relative;
}
.newLeft {
width: 305px;
height: 570px;
display: inline-block;
vertical-align: top;
}

.newNagrad {
    text-align: center;
    background: #69696908;
    margin-top: 3px;
    /* border: 1px solid #7c787845; */
    border-radius: 2px;
    padding: 10px;
    margin-right: 10px;
    height: 200px;
    overflow: auto;
}
.newStats {
    text-align: center;
    margin-top: 3px;
    border-radius: 2px;
    padding: 10px;
    height: 505px;
    overflow: auto;
    margin-left: 10px;
}

.__blockInfo {
    text-align: left;
    color: #fff7d2;
    font-size: 17px;
    background: #7d7979d9;
    margin: 10px 0px;
    padding: 5px 6px;
    text-shadow: 0px 0px 2px black;
    border-radius: 4px;
    font-family: serif;
}

.__ups {
    float: right;
    background: #3c873c;
    padding: 0px 4px;
    border: 1px solid #8c8c8c;
    box-shadow: 0px 0px 2px black;
    border-radius: 3px;
    font-size: 15px;
    position: relative;
    top: 1px;
    font-family: 'style';
    text-shadow: 0px 0px 2px black;
    color:white;
}


.trencardsfa {
    color: #ddcf54;
    text-shadow: 0px 0px 2px black;
}

.__newReit {
    position: absolute;
    bottom: 42px;
    width: 100%;
    height: 120px;
    background-image: url(/dream/img/other/reit.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.__myReits {
    font-family: 'style';
    font-size: 30px;
    color: #fbbc2d;
    text-shadow: 0px 0px 2px black,1px 2px 0px black;
    position: relative;
    top: 35px;
}

.txtReit {
    position: absolute;
    bottom: 23px;
    text-align: center;
    width: 100%;
    color: #da8221;
    font-family: fantasy;
    text-shadow: 0px 0px 2px black;
    font-size: 20px;
}
.__newNavigatino {    text-align: right;}
.__newNavigatino .__newItemUsers {
    display: inline-block;
    border: 1px solid #595757;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0px 2px;
    border-radius: 4px;
    background: #7e7878;
    box-shadow: 0px 0px 2px white;
    color: #b2b0b0;
    text-shadow: 0px 0px 2px black;
}
.__newNavigatino .__newItemUsers:hover { box-shadow: 0px 0px 2px #f3d832;
    color: #d3ba48;cursor: pointer;}

    .__blockOnline {
      display: inline-block;
      background: #434242;
      border-radius: 3px;
      padding: 5px;
      border: 1px solid #838380;
      color: #d0d0d0;
      width: 155px;
      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: 75px;
    }