@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  min-width: 320px;
  margin: 0;
  background-color: #11152e;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section, article, aside, main {
  display: block; }

a {
  text-decoration: none; }

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none; }

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Roboto", sans-serif; }
  button:focus {
    outline: none; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.content {
  text-align: center;
  overflow: hidden; }

.video-link {
  position: relative; }
  .video-link:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 152px;
    width: 152px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.slick-slider {
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 100px 0 980px;
  padding: 0;
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transform: translate3d(0, 0, 0); }
  .slick-track:after {
    content: '';
    display: block;
    clear: both; }

.slick-slide {
  position: relative;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  border: 3px solid #fff;
  border-radius: 2px;
  -ms-transform: scale(0.95, 0.95);
      transform: scale(0.95, 0.95); }
  .slick-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #799aab;
    opacity: 0;
    transition: 0.3s all; }
  .slick-slide:hover {
    border-color: #70d5f5; }
    .slick-slide:hover:before {
      opacity: 0.5; }
  .slick-slide.slick-center {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1); }

.shot-img {
  display: block;
  width: 100%; }

.slick-initialized .slick-slide {
  display: block; }

.slick-arrow {
  position: absolute;
  top: 5px;
  bottom: 6px;
  width: 80px;
  border: none;
  background: linear-gradient(90deg, #0b1527, transparent);
  background-size: 130% 100%;
  background-position: 80% 0;
  cursor: pointer;
  text-indent: -99999px;
  transition: all 0.3s;
  outline: none;
  overflow: hidden;
  z-index: 10; }
  .slick-arrow:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    height: 84px;
    width: 45px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat; }
  .slick-arrow:hover {
    background-position: 0 0; }

.slick-next {
  right: -2px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slick-next:before {
    -ms-transform: translate(0, -40%);
        transform: translate(0, -40%); }

.slick-prev {
  left: -2px; }
  .slick-prev:before {
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

@media screen and (max-width: 1000px) {
  .video-link:after {
    height: 78px;
    width: 78px;
    background-image: url(../img/mobile/sprite.png); } }

@media screen and (max-width: 640px) {
  .slick-list {
    margin-bottom: 550px; } }

@media screen and (max-width: 580px) {
  .slick-list {
    margin-bottom: 700px; } }

@media screen and (max-width: 481px) {
  .slick-list {
    margin-bottom: 350px; } }

#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8); }

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }
  #colorbox:focus {
    outline: none; }

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  max-width: none; }
  #cboxWrapper:focus {
    outline: none; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: hidden !important; }
  #cboxLoadedContent .responsive-video {
    display: block;
    width: 100%; }

.cboxPhoto {
  display: block;
  border: 3px solid #fff;
  border-radius: 2px; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  position: absolute;
  margin: 0;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0; }
  #cboxPrevious:active, #cboxPrevious:focus, #cboxNext:active, #cboxNext:focus, #cboxSlideshow:active, #cboxSlideshow:focus, #cboxClose:active, #cboxClose:focus {
    outline: 0; }

#cboxPrevious, #cboxNext {
  top: 50%;
  height: 84px;
  width: 45px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  transition: all 0.1s; }

#cboxPrevious {
  left: -50px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  #cboxPrevious:hover {
    left: -55px; }

#cboxNext {
  right: -50px;
  -ms-transform: rotate(180deg) translate(0, -35%);
      transform: rotate(180deg) translate(0, -35%); }
  #cboxNext:hover {
    right: -55px; }

#cboxClose {
  top: -2px;
  right: -50px;
  height: 58px;
  width: 55px;
  background-position: -80px -40px; }

#videocontent {
  width: 100%;
  height: 0;
  padding-bottom: 56.5%; }
  #videocontent video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 2px; }

@media screen and (max-width: 1000px) {
  #videocontent {
    padding-bottom: 57%; } }

@media screen and (max-width: 580px) {
  #cboxPrevious {
    left: -30px;
    height: 42px;
    width: 22px;
    background-image: url(../img/mobile/sprite.png); }
    #cboxPrevious:hover {
      left: -35px; }
  #cboxNext {
    right: -30px;
    height: 42px;
    width: 22px;
    background-image: url(../img/mobile/sprite.png); }
    #cboxNext:hover {
      right: -35px; }
  #cboxClose {
    top: 0;
    right: -25px;
    height: 22px;
    width: 22px;
    background-image: url(../img/mobile/sprite.png);
    background-position: -45px -19px; } }

.header {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 56.25%; }

.header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden; }

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-20deg, transparent, transparent 3px, rgba(10, 59, 88, 0.3) 3px, rgba(10, 59, 88, 0.3) 8px); }

.header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 37px 0 10%; }

.game-logo {
  display: inline-block;
  max-width: 100%; }

.action-link {
  display: block;
  position: relative;
  width: 430px;
  margin: 0 auto;
  background-image: url(../img/action-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 106px;
  text-shadow: 2px 2px 0 rgba(46, 49, 146, 0.75);
  text-transform: uppercase;
  transition: all 0.3s;
  z-index: 30; }
  .action-link:hover {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

.about-block {
  position: relative;
  padding-top: 315px;
  margin-top: -11%;
  padding-bottom: 140px;
  background: url(../img/about-bg-top.png) 50% 0 no-repeat, url(../img/about-bg-bottom.jpg) 50% 222px no-repeat;
  z-index: 20; }

.about-title {
  margin-bottom: 50px;
  padding: 0 15px;
  font-size: 59px;
  text-transform: uppercase; }

.about-text {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 15px; }

.stores-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 90px; }

.store-link {
  display: inline-block;
  margin: 0 55px;
  width: 199px; }
  .store-link:first-child {
    margin-left: 0; }
  .store-link:last-child {
    margin-right: 65px; }
  .store-link.viveport {
    width: 195px; }
  .store-link.vrgen {
    width: 135px; }
  .store-link svg {
    display: block;
    width: 100%; }
  .store-link:hover .store-ico {
    fill: #fff; }

.store-ico {
  fill: #6ce1e8;
  transition: fill 0.3s; }

.footer {
  position: relative;
  border-top: 2px solid #fff;
  padding: 38px 0 50px;
  background-color: #11152e; }
  .footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    z-index: -2;
    height: 180px;
    width: 100%;
    margin: 0 auto;
    background-image: radial-gradient(25% 50% at 50% 50%, #f3d8db, rgba(243, 216, 219, 0.9) 20%, rgba(188, 89, 89, 0.9) 40%, rgba(139, 64, 68, 0.3) 60%, transparent 90%), radial-gradient(50% 30% at 50% 50%, #f3d8db, rgba(243, 216, 219, 0.8) 20%, rgba(188, 89, 89, 0.8) 35%, rgba(139, 64, 68, 0.3) 60%, transparent 90%); }
  .footer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -140px;
    z-index: -1;
    height: 275px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    background-image: radial-gradient(15% 50% at 50% 60%, #fff, rgba(250, 250, 250, 0.9) 20%, rgba(250, 250, 250, 0.3) 45%, transparent 90%), radial-gradient(50% 40% at 50% 50%, #f3d8db, rgba(230, 100, 117, 0.8) 5%, rgba(181, 53, 70, 0.8) 40%, rgba(215, 71, 81, 0.3) 60%, transparent 90%);
    animation: animateGlow 4s ease infinite alternate; }

@keyframes animateGlow {
  0% {
    opacity: 0;
    transform: translate(0); }
  20% {
    transform: translate(1%, 2%); }
  45% {
    transform: translate(-2%, 6%);
    opacity: 0.8; }
  70% {
    transform: translate(0, 3%);
    opacity: 0.5; }
  100% {
    transform: translate(2%, 5%);
    opacity: 0.8; } }

.social-link {
  position: relative;
  display: inline-block;
  width: 190px;
  border-bottom: 2px solid #cef4ff;
  border-top: 2px solid #cef4ff;
  margin: 0 43px;
  padding-left: 10px;
  color: #b9ecfb;
  font-size: 19px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(46, 49, 146, 0.75);
  text-transform: uppercase;
  transition: all 0.3s; }
  .social-link:hover {
    color: #fff; }
  .social-link:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 10px;
    height: 43px;
    width: 43px;
    border-left: 2px solid #cef4ff;
    border-bottom: 2px solid #cef4ff;
    -ms-transform: rotate(45deg) skew(4deg, 4deg);
        transform: rotate(45deg) skew(4deg, 4deg); }
  .social-link:after {
    content: '';
    position: absolute;
    right: -23px;
    top: 10px;
    height: 43px;
    width: 43px;
    border-right: 2px solid #cef4ff;
    border-bottom: 2px solid #cef4ff;
    -ms-transform: rotate(-45deg) skew(-4deg, -4deg);
        transform: rotate(-45deg) skew(-4deg, -4deg); }
  .social-link svg {
    width: 32px;
    margin-left: 10px;
    margin-bottom: -7px;
    fill: currentColor; }
    .social-link svg.email-ico {
      margin-bottom: -4px; }
    .social-link svg.press-ico {
      width: 25px; }

.copyright {
  margin-top: 35px;
  text-shadow: 2px 2px 0 rgba(46, 49, 146, 0.75);
  text-transform: uppercase; }

.contact-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(11, 13, 25, 0.6);
  overflow: auto;
  z-index: 50; }

.contact-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 564px;
  width: 100%;
  border: 2px solid #cef4ff;
  padding: 0 15px 40px;
  background-color: rgba(5, 27, 58, 0.9);
  box-shadow: 0 0 40px 12px rgba(0, 174, 239, 0.6);
  -ms-transform: translate(-50%, -47%);
      transform: translate(-50%, -47%); }
  .contact-wrap.success .contact-form {
    display: none; }
  .contact-wrap.success .contact-success {
    display: block; }

.contact-success {
  display: none;
  padding: 70px 30px;
  text-align: center; }

.contact-close {
  position: absolute;
  top: 10px;
  right: 5px;
  height: 58px;
  width: 55px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -80px -40px; }

.contact-logo {
  display: block;
  width: 50%;
  margin: -10% auto 20px; }

.contact-form {
  max-width: 404px;
  margin: 0 auto; }
  .contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    border: 2px solid #cef4ff;
    padding-left: 10px;
    background-color: rgba(8, 77, 171, 0.2);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px; }
    .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
      color: #b9ecfb;
      font: 18px "Roboto", sans-serif;
      font-weight: 700;
      text-align: center;
      text-shadow: 2px 2px 0 rgba(46, 49, 146, 0.75);
      text-transform: uppercase; }
    .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
      color: #b9ecfb;
      font: 18px "Roboto", sans-serif;
      font-weight: 700;
      text-align: center;
      text-shadow: 2px 2px 0 rgba(46, 49, 146, 0.75);
      text-transform: uppercase;
      opacity: 1; }
    .contact-form input:-moz-input-placeholder, .contact-form textarea:-moz-input-placeholder {
      color: #b9ecfb;
      font: 18px "Roboto", sans-serif;
      font-weight: 700;
      text-align: center;
      text-shadow: 2px 2px 0 rgba(46, 49, 146, 0.75);
      text-transform: uppercase;
      opacity: 1; }
    .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
      color: #b9ecfb;
      font: 18px "Roboto", sans-serif;
      font-weight: 700;
      text-align: center;
      text-shadow: 2px 2px 0 rgba(46, 49, 146, 0.75);
      text-transform: uppercase; }
    .contact-form input:focus::-webkit-input-placeholder, .contact-form textarea:focus::-webkit-input-placeholder {
      color: transparent;
      text-shadow: none; }
    .contact-form input:focus::-moz-placeholder, .contact-form textarea:focus::-moz-placeholder {
      color: transparent;
      text-shadow: none; }
    .contact-form input:focus:-moz-input-placeholder, .contact-form textarea:focus:-moz-input-placeholder {
      color: transparent;
      text-shadow: none; }
    .contact-form input:focus:-ms-input-placeholder, .contact-form textarea:focus:-ms-input-placeholder {
      color: transparent;
      text-shadow: none; }
  .contact-form input {
    margin-bottom: 8px;
    line-height: 60px; }
  .contact-form textarea {
    height: 120px;
    padding-top: 10px;
    resize: none; }

.contact-submit {
  display: block;
  width: 100%;
  margin-top: 50px;
  padding: 7% 0 9%;
  background-image: url(../img/action-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 2px 2px 0 rgba(46, 49, 146, 0.75);
  text-transform: uppercase; }

@media screen and (min-width: 1920px) {
  .header {
    padding-bottom: 1080px; } }

@media screen and (max-width: 1600px) {
  .about-block {
    margin-top: -15%; } }

@media screen and (max-width: 1200px) {
  .about-block {
    margin-top: -18%; }
  .social-link {
    width: 130px;
    margin: 0 20px;
    font-size: 12px;
    line-height: 40px; }
    .social-link:before {
      left: -15px;
      top: 6px;
      height: 27px;
      width: 27px; }
    .social-link:after {
      right: -15px;
      top: 6px;
      height: 27px;
      width: 27px; }
    .social-link svg {
      width: 20px;
      margin-bottom: -4px; }
      .social-link svg.email-ico {
        margin-bottom: -2px; }
      .social-link svg.press-ico {
        width: 17px; } }

@media screen and (max-width: 1000px) {
  .game-logo {
    width: 230px; }
  .about-block {
    margin-top: -25%; } }

@media screen and (max-width: 900px) {
  .about-title {
    font-size: 42px; }
  .store-link {
    margin: 0 15px;
    width: 25%; }
    .store-link.viveport {
      width: 24%; }
    .store-link.vrgen {
      width: 17%; }
  .copyright {
    font-size: 12px; } }

@media screen and (max-width: 800px) {
  .header {
    padding-bottom: 450px; }
  .header-bg {
    background-size: 900px; }
  .header-video {
    display: none; }
  .header-content {
    padding: 15px 0 100px; }
  .about-block {
    margin-top: -211px; }
  .store-link:last-child {
    margin-right: 50px; } }

@media screen and (max-width: 720px) {
  .social-link {
    margin-bottom: 15px; } }

@media screen and (max-width: 640px) {
  .about-block {
    padding-top: 115px;
    margin-top: -85px;
    padding-bottom: 90px;
    background: url(../img/mobile/about-bg-top.png) 50% 0 no-repeat, url(../img/mobile/about-bg-bottom.jpg) 50% 102px no-repeat;
    z-index: 20; }
  .store-link:last-child {
    margin-right: 35px; } }

@media screen and (max-width: 580px) {
  .about-title {
    font-size: 36px; }
  .about-text {
    font-size: 16px; }
  .stores-block {
    margin-top: 50px; } }

@media screen and (max-width: 481px) {
  .action-link {
    width: 350px;
    font-size: 24px;
    line-height: 87px; }
  .about-block {
    background-size: 480px;
    background-position: 50% 0, 50% 76px; } }

@media screen and (max-width: 400px) {
  .about-block {
    padding-bottom: 70px; }
  .about-title {
    font-size: 24px; }
  .store-link {
    margin-bottom: 15px;
    width: 103px; }
    .store-link.viveport {
      -ms-flex-order: 2;
          order: 2;
      width: 100px; }
    .store-link.vrgen {
      width: 70px;
      margin-right: 15px; }
  .footer:after {
    animation: none; }
  .contact-close {
    right: 10px;
    top: 10px;
    height: 22px;
    width: 22px;
    background-image: url(../img/mobile/sprite.png);
    background-position: -45px -19px; }
  .contact-submit {
    width: 260px;
    margin: 50px auto 0;
    padding: 0;
    font-size: 24px;
    line-height: 65px; } }

@media screen and (max-width: 381px) {
  .about-block {
    background-size: 430px;
    background-position: 50% 0, 50% 68px; } }

@media screen and (max-width: 372px) {
  .action-link {
    width: 300px;
    font-size: 21px;
    line-height: 74px; } }
