@font-face {
  font-family: 'Russo Sans';
  src: url('../i/hyperx_pulsefire/fonts/tt_russo_sans_regular.otf');
}
@font-face {
  font-family: 'Russo Sans Bold';
  src: url('../i/hyperx_pulsefire/fonts/tt_russo_sans_bold.otf');
}
@font-face {
  font-family: 'Russo Sans Black';
  src: url('../i/hyperx_pulsefire/fonts/tt_russo_sans_black.otf');
}
body {
  padding: 0;
  margin: 0;
  background: #333333 url('../i/hyperx_pulsefire/img/bg_body.jpg') no-repeat center top;
  background-size: cover;
  font-family: "Russo Sans", sans-serif;
}
.main {
  min-width: 1100px;
  margin: auto;
  padding: 0 0 200px 0;
}
.header {
  width: 1000px;
  margin: auto;
  padding: 35px 0 0 0;
}
.header .logo {
  display: inline-block;
  width: 764px;
  height: 115px;
  background: url('../i/hyperx_pulsefire/img/logo.png') no-repeat center top;
}
.header .slogan {
  padding: 50px 0 250px 0;
  color: #e41a1a;
  font-size: 46px;
  line-height: 60px;
  text-transform: uppercase;
}
@media screen and (min-width: 1925px) {
  .header .slogan {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 2100px) {
  .header .slogan {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 2300px) {
  .header .slogan {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 2500px) {
  .header .slogan {
    padding-bottom: 500px;
  }
}
.header .slogan .small {
  font-size: 31px;
  line-height: 31px;
  color: #ffffff;
  display: block;
  text-transform: none;
  margin: 0 0 0 2px;
}
.header .slogan .big {
  font-size: 65px;
  line-height: 65px;
  font-family: "Russo Sans Bold";
}
.advantages {
  width: 546px;
  margin: auto;
  color: #484848;
  font-size: 18px;
}
.advantages a {
  color: #484848;
}
.advantages a:hover {
  color: #e41a1a;
}
.advantages .advantage {
  margin: 0 0 65px 0;
  position: relative;
}
.advantages .advantage img {
  position: absolute;
}
.advantages .advantage.left {
  padding: 0 0 0 30px;
  border-left: 5px solid #484848;
}
.advantages .advantage.right {
  padding: 0 30px 0 0;
  text-align: right;
  border-right: 5px solid #e41a1a;
}
.page-desc {
  width: 1000px;
  margin: auto;
  color: #484848;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  text-align: center;
}
.game-container-wrap {
  position: relative;
  width: 1000px;
  height: 700px;
  margin: 0 auto 0 auto;
  background: url('../i/hyperx_pulsefire/img/bg.png');
  border-radius: 20px;
  border: 5px solid #242424;
}
.red {
  color: #e41a1a;
}
.results {
  width: 900px;
  margin: auto;
  padding: 60px 0 30px 0;
  overflow: hidden;
  color: #484949;
}
.results .result-title {
  font-size: 61px;
  line-height: 70px;
  font-family: 'Russo Sans Bold';
  text-transform: uppercase;
  padding: 60px 0 0 0;
}
.results .result-title .top-text {
  color: #e41a1a;
  font-size: 85px;
  line-height: 85px;
  font-family: 'Russo Sans Black';
}
.results .result-title .most-text {
  font-size: 76px;
  line-height: 76px;
}
.results .result-title .fast-text {
  font-size: 56px;
  line-height: 56px;
}
.results .result-left {
  float: left;
}
.results .result-right {
  float: right;
}
.results .table-result {
  border: 5px solid #797a7c;
  padding: 5px 20px 20px 20px;
  width: 500px;
}
.results table {
  color: #484949;
  font-weight: 200;
  font-size: 18px;
  border-collapse: collapse;
  width: 100%;
}
.results table tr:nth-child(even) {
  background: rgba(51, 51, 51, 0.9);
  color: #cecece;
}
.results table td {
  padding: 7px 10px;
}
.results .button-discuss {
  display: block;
  margin: 50px 0 0 0;
  width: 254px;
  height: 67px;
  background: #7e7e7e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 69px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.results .button-discuss:hover {
  background: #777777;
}
.social-button {
  position: absolute;
  top: 0;
  right: -80px;
}
.social-button span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 30px 0;
  cursor: pointer;
  border-radius: 3px;
}
.social-button span:hover {
  background-color: #ffffff;
}
.social-button .fb {
  background: url('../i/hyperx_pulsefire/img/fb.png') no-repeat;
}
.social-button .ok {
  background: url('../i/hyperx_pulsefire/img/ok.png') no-repeat;
}
.social-button .vk {
  background: url('../i/hyperx_pulsefire/img/vk.png') no-repeat;
}
