.kv {
  position: relative;
  width: 100%;
  z-index: 20;
}

.kv img {
  width: 100%;
  vertical-align: middle;
}

.kv__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .kv__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px) {
  .kv__block {
    width: 80%;
  }
}

.kv__block-item:nth-child(1) {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .kv__block-item:nth-child(1) {
    width: 80%;
  }
}

@media screen and (max-width: 675px) {
  .kv__block-item:nth-child(1) {
    width: 100%;
  }
}

.kv__block-item:nth-child(2) {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .kv__block-item:nth-child(2) {
    width: 80%;
  }
}

@media screen and (max-width: 675px) {
  .kv__block-item:nth-child(2) {
    width: 70%;
  }
}

.kv__block-item:nth-child(2) img {
  -webkit-animation: mover 2s infinite alternate;
     -moz-animation: mover 2s infinite alternate;
          animation: mover 2s infinite alternate;
}

.truegameing {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
}

.truegameing__title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.truegameing__subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.truegameing__subtitle-title {
  color: #fff;
  text-align: center;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 6vw;
  font-family: DINPro_Bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .truegameing__subtitle-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .truegameing__subtitle-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 675px) {
  .truegameing__subtitle-title {
    font-size: 11vw;
  }
}

.truegameing__subtitle-sub {
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 30px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .truegameing__subtitle-sub {
    font-size: 20px;
  }
}

.truegameing__subtitle-sub--position {
  top: 0 !important;
}

.truegameing__block {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 991px;
  text-align: center;
}

.truegameing__block > img {
  width: 70%;
}

.truegameing__box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .truegameing__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.truegameing__box-item {
  width: -moz-calc( 100% / 3 - 20px);
  width: calc( 100% / 3 - 20px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -moz-border-radius: 5px;
       border-radius: 5px;
  overflow: hidden;
  background: #27272788;
  padding: 20px;
  -webkit-box-shadow: -2px -2px 2px #13131360 , 2px 2px 2px #d3d3d31a;
     -moz-box-shadow: -2px -2px 2px #13131360 , 2px 2px 2px #d3d3d31a;
          box-shadow: -2px -2px 2px #13131360 , 2px 2px 2px #d3d3d31a;
}

@media screen and (max-width: 991px) {
  .truegameing__box-item {
    width: 90vw;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10px 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.truegameing__box-item h5 {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .truegameing__box-item h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .truegameing__box-item h5 {
    display: block;
    margin: 0;
  }
  .truegameing__box-item h5:nth-child(3) {
    width: 100%;
  }
}

.truegameing__box-item p {
  color: #ffffff;
  font-family: 'DINPro-Regular';
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .truegameing__box-item p {
    font-size: 40px;
    margin: 0;
  }
}

.truegameing__box-item svg {
  height: 150px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .truegameing__box-item svg {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@-webkit-keyframes rainbow {
  0% {
    background-color: red;
  }
  16.6% {
    background-color: yellow;
  }
  33.2% {
    background-color: lime;
  }
  49.8% {
    background-color: cyan;
  }
  66.4% {
    background-color: blue;
  }
  83% {
    background-color: magenta;
  }
  100% {
    background-color: red;
  }
}

@-moz-keyframes rainbow {
  0% {
    background-color: red;
  }
  16.6% {
    background-color: yellow;
  }
  33.2% {
    background-color: lime;
  }
  49.8% {
    background-color: cyan;
  }
  66.4% {
    background-color: blue;
  }
  83% {
    background-color: magenta;
  }
  100% {
    background-color: red;
  }
}

@keyframes rainbow {
  0% {
    background-color: red;
  }
  16.6% {
    background-color: yellow;
  }
  33.2% {
    background-color: lime;
  }
  49.8% {
    background-color: cyan;
  }
  66.4% {
    background-color: blue;
  }
  83% {
    background-color: magenta;
  }
  100% {
    background-color: red;
  }
}

@-webkit-keyframes breath {
  0% {
    background-color: #1b1b1b;
  }
  7.14% {
    background-color: red;
  }
  14.28% {
    background-color: #1b1b1b;
  }
  21.42% {
    background-color: yellow;
  }
  28.56% {
    background-color: #1b1b1b;
  }
  35.7% {
    background-color: lime;
  }
  42.84% {
    background-color: #1b1b1b;
  }
  49.98% {
    background-color: cyan;
  }
  57.12% {
    background-color: #1b1b1b;
  }
  64.26% {
    background-color: blue;
  }
  71.4% {
    background-color: #1b1b1b;
  }
  78.54% {
    background-color: magenta;
  }
  85.68% {
    background-color: #1b1b1b;
  }
  92.82% {
    background-color: #7E1209;
  }
  100% {
    background-color: red;
  }
}

@-moz-keyframes breath {
  0% {
    background-color: #1b1b1b;
  }
  7.14% {
    background-color: red;
  }
  14.28% {
    background-color: #1b1b1b;
  }
  21.42% {
    background-color: yellow;
  }
  28.56% {
    background-color: #1b1b1b;
  }
  35.7% {
    background-color: lime;
  }
  42.84% {
    background-color: #1b1b1b;
  }
  49.98% {
    background-color: cyan;
  }
  57.12% {
    background-color: #1b1b1b;
  }
  64.26% {
    background-color: blue;
  }
  71.4% {
    background-color: #1b1b1b;
  }
  78.54% {
    background-color: magenta;
  }
  85.68% {
    background-color: #1b1b1b;
  }
  92.82% {
    background-color: #7E1209;
  }
  100% {
    background-color: red;
  }
}

@keyframes breath {
  0% {
    background-color: #1b1b1b;
  }
  7.14% {
    background-color: red;
  }
  14.28% {
    background-color: #1b1b1b;
  }
  21.42% {
    background-color: yellow;
  }
  28.56% {
    background-color: #1b1b1b;
  }
  35.7% {
    background-color: lime;
  }
  42.84% {
    background-color: #1b1b1b;
  }
  49.98% {
    background-color: cyan;
  }
  57.12% {
    background-color: #1b1b1b;
  }
  64.26% {
    background-color: blue;
  }
  71.4% {
    background-color: #1b1b1b;
  }
  78.54% {
    background-color: magenta;
  }
  85.68% {
    background-color: #1b1b1b;
  }
  92.82% {
    background-color: #7E1209;
  }
  100% {
    background-color: red;
  }
}

@-webkit-keyframes turnon {
  0% {
    background-color: #1b1b1b;
  }
  100% {
    background-color: red;
  }
}

@-moz-keyframes turnon {
  0% {
    background-color: #1b1b1b;
  }
  100% {
    background-color: red;
  }
}

@keyframes turnon {
  0% {
    background-color: #1b1b1b;
  }
  100% {
    background-color: red;
  }
}

@keyframes rainbow {
  0% {
    background-color: red;
  }
  16.6% {
    background-color: yellow;
  }
  33.2% {
    background-color: lime;
  }
  49.8% {
    background-color: cyan;
  }
  66.4% {
    background-color: blue;
  }
  83% {
    background-color: magenta;
  }
  100% {
    background-color: red;
  }
}

@-webkit-keyframes colorbreath {
  0% {
    color: #1b1b1b;
  }
  7.14% {
    color: red;
  }
  14.28% {
    color: #1b1b1b;
  }
  21.42% {
    color: yellow;
  }
  28.56% {
    color: #1b1b1b;
  }
  35.7% {
    color: lime;
  }
  42.84% {
    color: #1b1b1b;
  }
  49.98% {
    color: cyan;
  }
  57.12% {
    color: #1b1b1b;
  }
  64.26% {
    color: blue;
  }
  71.4% {
    color: #1b1b1b;
  }
  78.54% {
    color: magenta;
  }
  85.68% {
    color: #1b1b1b;
  }
  92.82% {
    color: #7E1209;
  }
  100% {
    color: red;
  }
}

@-moz-keyframes colorbreath {
  0% {
    color: #1b1b1b;
  }
  7.14% {
    color: red;
  }
  14.28% {
    color: #1b1b1b;
  }
  21.42% {
    color: yellow;
  }
  28.56% {
    color: #1b1b1b;
  }
  35.7% {
    color: lime;
  }
  42.84% {
    color: #1b1b1b;
  }
  49.98% {
    color: cyan;
  }
  57.12% {
    color: #1b1b1b;
  }
  64.26% {
    color: blue;
  }
  71.4% {
    color: #1b1b1b;
  }
  78.54% {
    color: magenta;
  }
  85.68% {
    color: #1b1b1b;
  }
  92.82% {
    color: #7E1209;
  }
  100% {
    color: red;
  }
}

@keyframes colorbreath {
  0% {
    color: #1b1b1b;
  }
  7.14% {
    color: red;
  }
  14.28% {
    color: #1b1b1b;
  }
  21.42% {
    color: yellow;
  }
  28.56% {
    color: #1b1b1b;
  }
  35.7% {
    color: lime;
  }
  42.84% {
    color: #1b1b1b;
  }
  49.98% {
    color: cyan;
  }
  57.12% {
    color: #1b1b1b;
  }
  64.26% {
    color: blue;
  }
  71.4% {
    color: #1b1b1b;
  }
  78.54% {
    color: magenta;
  }
  85.68% {
    color: #1b1b1b;
  }
  92.82% {
    color: #7E1209;
  }
  100% {
    color: red;
  }
}

@-webkit-keyframes colorrainbow {
  0% {
    color: red;
  }
  16.6% {
    color: yellow;
  }
  33.2% {
    color: lime;
  }
  49.8% {
    color: cyan;
  }
  66.4% {
    color: blue;
  }
  83% {
    color: magenta;
  }
  100% {
    color: red;
  }
}

@-moz-keyframes colorrainbow {
  0% {
    color: red;
  }
  16.6% {
    color: yellow;
  }
  33.2% {
    color: lime;
  }
  49.8% {
    color: cyan;
  }
  66.4% {
    color: blue;
  }
  83% {
    color: magenta;
  }
  100% {
    color: red;
  }
}

@keyframes colorrainbow {
  0% {
    color: red;
  }
  16.6% {
    color: yellow;
  }
  33.2% {
    color: lime;
  }
  49.8% {
    color: cyan;
  }
  66.4% {
    color: blue;
  }
  83% {
    color: magenta;
  }
  100% {
    color: red;
  }
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@-moz-keyframes mover {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
/*# sourceMappingURL=kv.css.map */