@font-face {
  font-family: Ubuntu;
  src: url(../../fonts/Ubuntu-R.ttf);
  font-style: normal;
  font-weight: 400
}

body {
  width: 1280px;
  height: 720px;
  overflow: hidden;
  font-family: Ubuntu
}

#main {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url(../../img/1280/loader/bg2.jpg)
}

#loading {
  display: none;
  position: absolute;
  width: 1200px;
  margin-left: 40px;
  margin-top: 40px;
  color: #fff;
  font-family: Ubuntu;
  text-align: center;
  font-size: 28px
}

#blocked {
  display: none;
  position: absolute;
  width: 1000px;
  height: 400px;
  margin-left: 140px;
  margin-top: 280px;
  color: #fff;
  font-family: Ubuntu;
  text-align: center;
  font-size: 32px
}

#error {
  display: none;
  position: absolute;
  width: 1000px;
  margin-left: 140px;
  margin-top: 300px;
  color: #fff;
  font-family: Ubuntu;
  text-align: center;
  font-size: 32px
}

#blocked-hlp {
  font-size: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0
}

#status {
  font-size: 20px
}

#footer {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 0;
  width: 1280px
}

#footer #hint {
  padding: 6px 10px;
  border-radius: 10px;
  text-align: center;
  cursor: default;
  color: #fff;
  background: #456;
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#22283b),color-stop(100%,#456))
}

