body  {
  margin: 0;
  background-color: #000;
  font-family: "pcsenior", Arial, Verdana;
}
* {
  box-sizing: border-box;
}
@font-face {
    font-family: pcsenior; /* Имя шрифта */
    src: url(fonts/pcsenior.ttf); /* Путь к файлу со шрифтом */
    font-display: swap;  
   }
h1 {
    color: #dd4b12;
    font-size: 40px;
    font-family: "pcsenior", Arial, Verdana;
    text-transform: uppercase;
    line-height: 62px;
}
h2 {
    color: #dd4b12;
    font-size: 30px;
    font-family: "pcsenior", Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1
}
h3 {
    color: #dd4b12;
    font-size: 25px;
    font-family: "pcsenior", Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2
}
.bg-home {
    background: url('img/background-home.jpg') 0px -3px no-repeat;
    background-size: 101%;
    transition: background-position .05s ease-out;
}
.developer-text {
  display: inline-block;
}
.developer-text a {
  text-decoration: none;
  color: #fff;
}
.developer-text h3 {
  float: left;
}
.developer-text p {
  float: left;
  padding-left: 5px;
}
p {
  font-size: 25px;
  font-family: "museo-sans", Arial, Verdana;
  color: #fff;
  font-weight: 500;
 letter-spacing: 36;
 opacity: 0.8;
 text-shadow:
 /*this is the real color of the text - just blurred*/
 0 1px 1px rgb(88,92,42);
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
  height: 100%;
   padding: 100px 400px 0 400px;

}
img {
  max-width: 100%;
  height: auto;
}
.container p {
  line-height: 1
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-left p {
    line-height: 30px;
}
.gall-h {
  color: #fff
}
.container-grid {
  padding: 0px 8px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
.container-grid img {
  width: 100%;
  cursor: pointer;
  box-shadow: none;
}
.container-grid .width-348 img {
    width: 100%;
    max-width: 348px;
    max-height: 99px;
}
.container-grid .img-cursor:hover{margin-top: -7px;margin-bottom: 7px}
.container-grid a:hover{background: none}
.container-grid-gallary {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px 10px;
  padding: 10px
}
.footer {
  width: 100%;
  height: 50px;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0px 15px;
  z-index: 1;
}
.footer-border {
  width: 100%;height: 50px;
  background-size: 100% 100%;
  position: fixed;
  bottom: 48px;
  z-index: 1;
  background-image: url('img/footer.png');
}
.footer p {
  color: #fff;
  font-size: 18px;
  padding-left: 15px;
  float: left;
}
.footer a {
  color: #ffffff;
}
.footer img {
  margin-top: 3px;
}
.icon-right {
  float: right;
  margin-right: 10px;
  width: 100%;
  max-width: 40px;
  animation-name: Appearance2;
  animation-duration: 4s;
  animation-timing-function: cubic-bezier(.1,-.6,.2,0);
}
.icon-right:hover {
  margin-top: -3px;
  margin-bottom: 3px;
}
.icon-facebook {
  width: 100%;
  height: 100%;
  background-image: url(img/facebook-logo-40x40.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: px;
  cursor: pointer;
}
.icon-facebook:hover {
  background-image: url(img/facebook-logo-on-40x40.png);
}
.icon-twitter {
  width: 100%;
  height: 100%;
  background-image: url(img/twitter-logo-40x40.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: px;
  cursor: pointer;
  margin-right: px
}
.icon-twitter:hover {
  background-image: url(img/twitter-logo-on-40x40.png);
}
.icon-steam {
  width: 100%;
  height: 100%;
  background-image: url(img/steam-logo-40x40.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: px;
  cursor: pointer;
  margin-right: 10px
}
.icon-steam:hover {
  background-image: url(img/steam-logo-on-40x40.png);
}
.icon-left {
  float: left;
  position: relative;
}
.corp-name {
  display: block;
  color: #fff;
  font-size: 18px;
}
/* Style tab links */
.nav {
    width: 100%;height: 60px;
    background: #000;
    position: fixed;
    z-index: 11;
}
.nav-border {
    width: 100%;height: 50px;
    background-size: 100% 100%;
    position: fixed;
    top: 60px;
    z-index: 2;
    background-image: url('img/header.png');
}
.border-bott {
    width: 100%;height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url('img/header.png');
}
.border-top {
  width: 100%;height: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url('img/footer-left.png');
}
.nav-button{
  margin-right: 20px;
}
.logo {
  float: left;
  margin-left: 20px;
  margin-top: 13px;
  width: auto;
  height: 40px;
}
.logo-footer {
  display: none;
}
.button-1 {
    background-image: url('img/button-1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.button-2 {
    background-image: url('img/button-2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.button-3 {
    background-image: url('img/button-3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.button-4 {
    background-image: url('img/button-4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.img-inside {
  padding: 5%;
  background-image: url('img/frame-on.png');
  background-size: 100% 100%;
}
.img-inside:hover {
  padding: 5%;
  background-image: url('img/frame-hover.png');
  background-size: 100% 100%;
}
.gif-inside {
  padding: 2.5% 4.4%;
  background-image: url('img/frame-on.png');
  background-size: 100% 100%;
}
.gif-inside:hover {
  padding: 2.5% 4.4%;
  background-image: url('img/frame-hover.png');
  background-size: 100% 100%;
}
.btn-video {
  margin-top: 0%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 550px;
  padding: 0 2%;
  text-align: center;
  margin-bottom: 20%;
  animation-name: Appearance;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(.1,-.6,.2,0);
}
.btn {
  margin-top: -5%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 350px;
  padding: 0 2%;
  text-align: center;
}
.img-logo-home {
  margin-top: 12%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 0%;
}

@-webkit-keyframes Appearance {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-o-keyframes Appearance {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes Appearance {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.mt40 {
  margin-top: 25px;
  margin-bottom: 50px;
}
.mt40 
a{
  text-decoration: none;
  background: none;
}
.mt40 
a:hover {
  background: none;
}
.c-button {
  width: 100%;
  max-width: 500px;
  font-family: inherit;
  border: 0;
  background: none;
  color: #000;
  cursor: pointer;
  background-image: url('img/button-play.png');
  background-size: 100% 100%;
  font-size: 20px; 
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 1px;
  font-weight: 700;
}
.c-button:hover {
  background-image: url('img/button-play2.png');
  color: #dd4b12;
  margin-top: 5px;
  margin-bottom: -5px;
}
.c-button:focus {
  outline: none;
  border: none;
  color: #fff;
}
/*shadow */
.text-shadow {
    text-shadow: -1px 2px 2px rgba(0,0,0,0.75);
}
.btn-text {
  text-shadow: -2px 2px 1px rgba(128, 128, 128,0.4);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}
div#Home{
  background-image: url('img/background4.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
div#Home2 {
  background-image: url('img/cont-2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
section#PressKit{
  background-color: #090909;
  background-image: url('img/cont-1.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 120% 120%;
}
section#Gallery{
  background-image: url('img/cont-2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 130% 130%;
}
.frame-dot {
  background-image: url('img/shadow1.png');
  background-attachment: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.frame-dot2 {
  background-image: url('img/cont-3.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
nav
.ba{
    display: block;
    color: #000;
    text-align: center;
    line-height: 40px;
    background-color: #999999;
    text-decoration: none;
}
nav
.ba.active{
    background-color: #dd4b12;
}
.ba:hover{
    background-color: #fff;
}
.tablink2 {
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  width: 23%;
  max-width: 240px;
  /*font-family: "museo-sans", Arial, Verdana;*/
  text-transform: uppercase;
  height: 45px;
  margin-top: 15px;
  margin-right: 3px;
  padding-top: 4px;
  animation-name: Appearance2;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(.1,-.6,.2,0);
}

@-webkit-keyframes Appearance2 {
  0% {opacity: 0;background-color: #000}
  100% {opacity: 1;}
}

@-o-keyframes Appearance2 {
  0% {opacity: 0;round-color: #000}
  100% {opacity: 1;}
}

@-moz-keyframes Appearance2 {
  0% {opacity: 0;round-color: #000}
  100% {opacity: 1;}
}
.tablink2:hover {
  margin-top: 25px;
}
.booguy {
  border: none;
  width: 70%;
  position: relative
  ;bottom: 600px;
  left: -500%
}
.booguy-pos {
position: absolute;right: 0 
}
.booguy-padd {
  padding-bottom: 40%;
}
.glitchBot {
  border: none;
  width: 90%;
  position: relative
  ;bottom: 400px;
  transform: scale(-1, 1);
  right: 500px
}
.glitchBot-pos {
  position: absolute;
}
.black-line {
  width: 100%;
  height: 250px;
  background-color: #000
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}
::-webkit-scrollbar-track {
background-color:#000
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#dd4b12;
box-shadow:0px 1px 1px #fff inset;
background-image:url('img/scrollbar.png');
background-position:center;
background-repeat:no-repeat;
}
::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:7px;
height:0px
}
::-webkit-scrollbar{
width: 12px;
}




.lang-menu {
  float: right;
  height: 45px;
  margin-top: 16px;
  position: relative;
}
.lang-menu:hover {
  bottom: -10px;
}
.selected-lang {
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 2;
  width: 100%;
}
.selected-lang:before {
  content: '';
  display: block;
  width: 60px;
  height: 48px;
  background-image: url('img/us.png');
  background-size: 100% 100%;
}
.lang-menu ul {
  margin: 0;
  padding: 0;
  background: #;
  display: none;
  position: absolute;
  top: 48px;
  width: 50px;
}
.lang-menu:hover ul {
  display: block;
  padding-top: 10px
}
.lang-menu ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.lang-menu ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  background: none;
  margin-top: 10px
}
.lang-menu ul li a:hover {
  cursor: pointer;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}
.lang-menu ul li a:before {
  content: '';
  display: block;
  width: 60px;
  height: 48px;
}

.ru:before {
  background-image: url('img/ru.png');
  background-size: 100% 100%
}
.en:before {
  background-image: url('img/en.png');
  background-size: 100% 100%
}
.fr:before {
  background-image: url('img/fr.png');
  background-size: 100% 100%
}
.cz:before {
  background-image: url('img/cz.png');
  background-size: 100% 100%
}
.cn:before {
  background-image: url('img/cn.png');
  background-size: 100% 100%
}
.jp:before {
  background-image: url('img/jp.png');
  background-size: 100% 100%
}





/*BUTTON-GO-TOP*/
#button-gotop {
  display: inline-block;
  position: fixed;
  bottom: 40%;
  right: 0px;
  visibility: hidden;
  z-index: 10;
  width: 90px;
}
#button-gotop:hover {
  cursor: pointer;
}
#button-gotop.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
#button-gotop {
  bottom: 100px;
  right: -15px;
  cursor: none;
}
}
/*end*/







.dron {
    position: relative;
    -webkit-animation: myfirst 2s; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    animation: myfirst 2s;
    animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes myfirst {
    0%   {left: 0px; top: -150px;}
    100% {left: 0px; top: 0px;}
}

@keyframes myfirst {
    0%   {left: 0px; top: -150px;}
    100% {left: 0px; top: 0px;}
}




.dev-team {
  display: flex;
  gap: 24px;
  align-items: center;
}
.dev-team img{
  max-width: 87px;
  background-image: url('img/frame-on.png');
  background-size: 100% 100%;
  padding: 6%;
  background-color: #000
}
.dev-team div div{
  float: right;
}
.dev-team h3{
  font-size: 18px
}