body {
  font-size: 12px;
  background: #d1d9e6;
  position: absolute;
  width: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;

}
@font-face {
  font-family: "style";
  src: url("/fonts/HaginCapsMedium.ttf");
  
  }
.__left {
  float: left;
  width: 485px;
  text-align: left;
}
.__right {       float: right;
  width: 365px;
  text-align: right;}
 .__center {
  width: 750px;
 } 
.__header {
  width: 100%;
  height: 391px;
  max-width: 1376;
  display: inline-block;
}
.back1 {
  background-image: url(/123.jpg);
  background-position: top;
  background-size: cover;
}
#divHeaderBorderL, #divHeaderBorderR {
  background-image: url(/img/backBorder.png);
  width: 400px;
  height: 393px;
  margin-bottom: -75px;
}
#divHeaderBorderL {
  float: left;
  background-position: -50px 0;
}
#divHeaderBorderR {
  float: right;
  background-position: -550px 0;
}
@media (max-width: 2048px) {


.__main {
  height: 66px;
  position: relative;
  top: -42px;
  width: 1024px;
  display: inline-block;
  background-image: url(/img/1024.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  margin:0px 47px;
}
} 
@media (min-width: 2400px) {


  .__main {
    height: 66px;
    position: relative;
    top: -42px;
    width: 1024px;
    display: inline-block;
    background-image: url(/img/1024.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    margin:0px 300px;
  }
  } 
.__page {
  width: 895px;
  display: inline-block;
  position: relative;
  top: -68px;
  height: 2000;
  background: white;
  left: -5px;
  padding: 70px 25px 0px 25px;
  min-height: 1000px;
}

.__main .__allNavigation {
  line-height: 3;
  text-align: left;
  padding-left: 65px;
}
.__main .__allNavigation .__item {
  display: inline-block;
  font-family: style;
  font-size: 20px;
  color: white;
  margin: 0px 5px;
  cursor:pointer;
}
.__main .__allNavigation .__item:hover {
  color: #fbf40a;
  cursor:pointer;
}
.__main .__allNavigation .__logo {
    background-image: url(/l17.png);
    width: 200px;
    height: 125px;
    position: absolute;
    left: 413px;
    top: -35px;
    background-size: cover;
    border-radius: 50%;
}
#__autorization {
  float: right;
  margin-right: 70px;
  margin-top: 13px;
}
.__input {
  vertical-align: top;
  border: none;
  background-color: #fff;
  box-shadow: 0 -2px 0px 0px #005682;
  width: 130px;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 13px;
  height: 17px;
  padding: 5px;
  display: inline-block;
}
.__submit {
  border: none;
  vertical-align: top;
  background-color: #009feb;
  box-shadow: 0 2px 0px 0px #005682;
  height: 27px;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  font-family: 'style';
  text-shadow: 0px 1px 0px #0a2c45;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  width: 21px;
}
.__submit:hover {
  color: #fbf40a;
  cursor:pointer;
}
.hr {    border-top: 1px solid #c2cddb;
  background-color: #f5f9ff;
  height: 1px;
  width: 100%;}
  .__checkGame {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'style';
    bottom: -75px;
    color: gray;
    font-size: 15px;
    background-image: url(/img/line.png);
    background-size: 275px;
    background-position: center;
    background-repeat: no-repeat;
    height: 75px;
  }
  .__page .__top {    text-align: center;}
  .__page .__nameList {     display: inline-block;
    font-family: 'style';
    font-size: 40px;
    color: #606060;
    background-image: url(/img/lineBig.png);
    background-size: 470px;
    background-position: bottom;
    background-repeat-y: no-repeat;
    height: 62px;}
.__page .__responseBlock {
  height: max-content;
  position: relative;
}
#__newsGame {
  float: left;
  width: 485px;
  text-align: left;
  min-height: 1000px;
}
#__eventGame {
  float: right;
  width: 365px;
  text-align: right;
}
.__logoUser {
  background: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  top: 3px;
  border: 1px ridge #87aac7;
  width: 35px;
  height: 35px;
  background-size: contain;
  border-radius: 50%;
  box-shadow: none;
  position: relative;
  left: 3px;
  float: left;
}
.__blockNews {
  background-image: url(/img/lineBig.png);
  background-size: 470px;
  background-position: bottom;
  background-repeat-y: no-repeat;
}
.__blockNews .__text {    font-size: 13px;
  font-family: sans-serif;
  text-align: justify;}
.__blockNews .__name {
  float: left;
  font-size: 17px;
  font-family: 'style';
  margin-left: 9px;
  margin-top: 7px;
}  
.__blockNews .__date {
  font-family: serif;
  font-size: 12px;
}
.__blockNews .__login {
  margin-top: 10px;
  height: 60px;
}
.__imgNews {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  margin: -3px 3px 3px 5px;
}
.__blockEvent {
  font-family: sans-serif;
  font-size: 13px;
  text-align: left;
  padding-left: 35px;
  position: relative;
  height: 45px;
}
.__blockEvent .__icoEvent {
  display: inline-block;
  color: #bbab3b;
  text-shadow: 0px 0px 1px white, -1px 1px 2px white;
  font-size: 27px;
  position: absolute;
  top: 12px;
  left: 0;
}
.__blockEvent .__textEvent {
  text-decoration: underline;
  color: #444444;
}
.__blockEvent .__textEvent:hover {
  color:#a79a00;
  cursor:pointer;
}
.__blockEvent .__dateEvent {
  color: gray;
  font-style: italic;
  font-size: 13px;
  font-family: serif;
}
.__blockEvent img {
  margin: -4px;
}

.__nextBlock {
  display: inline-block;
  width: 945px;
  background: #d1d9e6;
  font-family: 'style';
  font-size: 38px;
  margin-left: -25px;
  color: #5c5c5c;
  text-shadow: 0px 0px 2px white, -1px -1px 3px white;
}

.__reitBlock {
  width: 200px;
  height: max-content;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  margin-left: 20px;
}
.__zaglavReit {
  font-family: 'style';
  font-size: 25px;
  color: gray;
  text-align: left;
  background-image: url(/img/lineBig.png);
  background-size: 460px;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 38px;
}
.__lineReitBlock {
  font-size: 17px;
  text-align: left;
  font-family: 'style';
  height: 31px;
  background-image: url(/img/lineBig.png);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  top: 10px;
}
.__statCount {
  float: right;
  color: #5c5c5c;
}
.__anticvar {
  margin-top: 70px;
}
.__lineAnticvar {
  display: inline-block;
  width: 240px;
  float: left;
  text-align: left;
  margin: 2px 0px;
}
.__listAnticvar {
  width: 485px;
  margin-top: 135px;
}
.__deteAnticvar {
  font-family: serif;
  color: gray;
  font-size: 15px;
  display: inline-block;
}
.__pokemon {
  font-family: sans-serif;
  font-size: 14px;
  display: inline-block;
}
._poke {
  font-family: serif;
  font-size: 15px;
  color: #484848;
}
.__otherLink {
  font-size: 18px;
  border: 1px solid gray;
  text-align: left;
  text-decoration: underline;
  width: 340px;
  margin-top: 50px;
  position: relative;
}
.__otherLink li {
  margin: 13px 0px;
  color: #343434;
}
.__otherLink li:hover {
  color:#a79a00;
  cursor:pointer;
}
.__nameLink {
  font-family: 'style';
  position: absolute;
  top: -15px;
  background: white;
  padding: 0px 15px;
  left: 46px;
  font-size: 27px;
  color: #5e5e5e;
}
.__bottomPage {
  position: absolute;
  height: 85px;
  background: #e4e4e5;
  width: 945px;
  bottom: 0;
  margin-left: -25px;
}
.__bottomPage {    position: absolute;
  height: 85px;
  background: #e4e4e5;
  width: 945px;
  bottom: 0;
  margin-left: -25px;}
.__bottomPage .__logoBottom {
  background-image: url(/img/logoGray.png);
  width: 85px;
  height: 100%;
  background-size: contain;
  margin-left: 10px;
}
.__bottomPage .__linkGame {
  position: absolute;
  left: 108px;
  top: 30px;
  font-size: 20px;
  font-family: 'style';
  color: #525252;
}
.__links {
  position: absolute;
  top: 32px;
  right: 19px;
}
.__link {
  display: inline-block;
  font-family: 'style';
  font-size: 18px;
  color: #3c64bf;
}
.__link:hover {
  color:green;
  cursor: pointer;
}
#__responseJs {
  display:none;
}
li {
  margin: 10px;
}

.contextLogin {
  width: 230px;
  position: relative;
  right: 170px;
  display: inline-block;
  padding-left: 3px;
  float: right;
}
#logoUser {
  width: 29px;
  height: 29px;
  background-size: cover;
  float: left;
  position: relative;
  border-radius: 50%;
  background-position: center;
  border: 1px solid #4c7c9c;
  box-shadow: 0px 0px 0px 2px #9bbed58a;
  margin-left: 0px;
  background-color: #d1d9e6;
  margin-top: 11px;
  background-image: url(/world/init/images/male/__logo_boy.png);
  cursor: pointer;
}
#loginUser {
  float: left;
  position: relative;
  top: -6px;
  left: 5px;
  font-family: style;
  font-weight: 100;
  font-size: 19px;
  color: white;
  text-shadow: 0px 0px 2px black;
}
.rangLogo {
  margin: 0px;
  line-height: 0;
  font-family: serif;
  font-size: 13px;
  position: relative;
  top: -46px;
}
.__goGame {
  display: inline-block;
  font-family: style;
  font-size: 20px;
  color: white;
  margin: -2px 5px;
  cursor: pointer;
  position: absolute;
  right: 90px;
  color: #a7ff46;
}
.__goGame:hover { 
  color: #fbf40a;
  cursor:pointer;
}
#__responseAutorize {
  position: absolute;
  width: 200px;
  background: gold;
  min-height: 52px;
  right: 206px;
  top: -46px;
  border-radius: 10px;
  display: none;
}
.__arr {       position: absolute;
  font-size: 23px;
  width: 100%;
  text-align: center;
  bottom: -10px;
  color: gold;
  line-height: 1;}
.__icoResp {
  position: absolute;
  font-size: 30px;
  top: -18px;
  left: 5px;
  color: #4e4e4e;
}
#__txtRes {
  padding-left: 45px;
  font-size: 14px;
  line-height: 1;
  padding-top: 13px;
}
.__textRegistr {
  font-size: 18px;
  font-family: serif;
  text-align: justify;
  padding: 5px 120px;
}

.__responseSex {
  width: 310px;
  height: 460px;
  display: inline-block;
  vertical-align: bottom;
}
.__divInput {
  width: 310px;
  height: 460px;
  display: inline-block;
  vertical-align: bottom;
}
.__formRegistr {
  position: relative;
  top: 50px;
}
.__lineForm {
  margin: 25px 0px;
  text-align: right;
  position: relative;
}
.__textInput {
  display: inline-block;
  font-size: 17px;
  font-family: 'style';
  position: relative;
  top: 2px;
  color: #76767a;
  text-shadow: 0px 0px 3px white;
  margin-right: 10px;
  float: left;
}
.__inputRegistr {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid gray;
}
.__borderNone {
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 5px 5px;
}
.__selectFrom {
  width: 180px;
  padding: 5px;
  border: 1px solid gray;
  border-radius: 5px;
}
.__imgPercBoy {
  background-image: url(/world/init/images/male/__big_boy.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.__imgPercGirl {
  background-image: url(/world/init/images/male/__big_girl.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.__checkBox {
  font-size: 16px;
  color: #404042;
  text-align: right;
}
.__checkBoxes {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.__regButton {
  margin-top: -10px;
  background: green;
  clear: both;
  border: none;
  background-color: #589e30;
  box-shadow: 0 2px 0px 0px #3d6d21;
  padding: 7px 12px 5px 12px;
  border-radius: 3px;
  color: #fff;
  font-family: 'style';
  text-shadow: 0px 1px 0px #3d6d21;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -7px;
}
.__regButton:hover {
  cursor: pointer;
  color:gold
}
.__resReg {
  position: absolute;
  right: 0;
  bottom: 28px;
  color: #e53030;
  font-size: 14px;
}
.__divRule {
  font-weight: bold;
  color: #4c4c4c;
}
#__passOk {
  display: none;
  font-size: 23px;
  color: #525252;
  font-family: serif;
  background: #d1d9e6;
  border-radius: 5px;
  width: 600px;
  margin-top: 20px;
  text-shadow: 0px 0px 1px white;
  padding: 15px;

}
.mobB {
  margin-left: -35px;
}

#divStats {
  background: url(/orange.png);
  width: 155px;
  height: 155px;
  font-family: 'style';
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 0px #3d6d21;
  padding-top: 35px;
  position: absolute;
  right: 12%;
  top: 150px;
  cursor: default;
  background-repeat: no-repeat;
  line-height: 1.25;
}
#divStats .sp1 {
    font-size: 17px;
}
#divStats #spOnlineNow {
  font-size: 30px;
  margin-top: 3px;
}
#divStats .sp2 {
  font-size: 14px;
}
#divStats #spOnlineDay {
  font-size: 24px;
  margin-top: -2px;
}
#divStats div {
    width: 100%;
    font-family: 'Corki';
    text-align: center;
}