body {
  padding: 0 0 0 0;
  margin: 0;
  font-family: 'Play';
  background: #000000 url('../i/gigabyte_plus_redbull/img/bg.jpg');
}
.social-button {
  position: absolute;
  top: 474px;
  left: 50%;
  margin: 0 0 0 449px;
}
.social-button span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 50px 0;
  cursor: pointer;
  border-radius: 3px;
}
.social-button span:hover {
  background-color: #ffffff;
}
.social-button .fb {
  background: url('../i/gigabyte_plus_redbull/img/fb.png') no-repeat;
}
.social-button .ok {
  background: url('../i/gigabyte_plus_redbull/img/ok.png') no-repeat;
}
.social-button .vk {
  background: url('../i/gigabyte_plus_redbull/img/vk.png') no-repeat;
}
input:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #ff0000;
}
input::-moz-placeholder {
  color: #ff0000;
}
.header {
  width: 880px;
  margin: 25px auto 50px auto;
  text-align: justify;
}
.header:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.header a {
  display: inline-block;
  vertical-align: bottom;
}
.game-container {
  position: relative;
  width: 800px;
  height: 600px;
  margin: 20px auto 0 auto;
  background: #000000 url('../i/gigabyte_plus_redbull/img/loading.gif') no-repeat center center;
}
.game-canvas {
  position: relative;
  display: block;
}
.page-title {
  color: #ffffff;
  margin: 0 auto 10px auto;
  font-size: 40px;
  width: 800px;
  text-align: center;
  font-weight: 600;
}
.page-title span {
  font-size: 50px;
  display: block;
  text-transform: uppercase;
}
.page-title img {
  display: inline-block;
  margin: 20px 0 0 0;
}
.characteristics {
  background: url('../i/gigabyte_plus_redbull/img/geforce_gtx_1070.png') no-repeat;
  width: 821px;
  height: 297px;
  margin: 20px auto 80px auto;
  text-transform: uppercase;
  text-align: center;
}
.characteristics .title {
  font-size: 30px;
  color: #3333ff;
  margin: 0 0 0 300px;
  padding: 40px 0 0 0;
  font-weight: 600;
}
.characteristics .desc {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 0 300px;
}
.page-desc,
.page-desc-2 {
  width: 800px;
  margin: auto;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 0 0 30px 0;
  line-height: 25px;
}
.page-desc-2 {
  padding: 30px 0 0 0;
}
.page-desc-2 a {
  background: #000000;
  display: inline-block;
  padding: 0 5px;
}
.page-desc-2 a:hover {
  color: #ff0000;
}
