@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-UltraLight.ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Thin.ttf");
  font-weight: 100;
  font-style: thin;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.ttf");
  font-weight: 500;
  font-style: medium;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Black.ttf");
  font-weight: 900;
  font-style: bold;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Gilroy, sans-serif;
  font-size: 1.2em;
  color: #333;
  font-weight: 500;
  top: 0 !important;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
}

.contain {
  width: 70vw;
  margin: 0 auto;
  text-align: center;
}

.header-contain {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.header-box {
  width: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang {
  padding: 15px;
}

.lang img {
  cursor: pointer;
}

.skiptranslate {
  display: none;
  height: 0;
}

.language__img {
  cursor: pointer;
}

.header {
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0 0 15px #333;
          box-shadow: 0 0 15px #333;
  background: #fff;
  font-weight: 500;
  position: fixed;
  z-index: 100;
}

.logo img {
  margin-top: 4px;
  height: 85px;
}

.menu {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8em;
}

.menu-link,
table tr :hover a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-list {
  padding: 0 5px 15px;
}

.menu-list :hover,
table tr :hover a,
.contact-links h2 :hover {
  color: #fb6a01;
}

.home {
  -webkit-box-shadow: inset 0 0 15px #333;
          box-shadow: inset 0 0 15px #333;
  height: 750px;
  background: #fff;
  background-image: url(img/bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-contain {
  text-align: center;
  padding-top: 300px;
}

.home-contain h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  line-height: 64px;
  display: block;
  min-height: 64px;
}

.home-contain p {
  display: inline-block;
  width: 800px;
  font-weight: 200;
  font-size: 24px;
  line-height: 32px;
  margin-top: 40px;
}

.about {
  padding-top: 50px;
}

.orange {
  color: #fb6a01;
}

.headline {
  font-weight: 500;
  font-size: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.015em;
  display: inline-block;
  margin-top: 60px;
}

.line {
  margin: 20px auto 60px;
  height: 2px;
  width: 85px;
  background: #fb6a01;
}

.about p {
  font-size: 24px;
  letter-spacing: 0.05em;
}

.about-box {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.about-box img {
  width: 47%;
  height: 47%;
}

.about-text {
  width: 47%;
}

.about-text p {
  font-size: 0.9em;
  letter-spacing: -0.015em;
  margin: 20px 0;
}

.games {
  padding: 80px 0;
  min-height: 500px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 100px;
}

.games img {
  width: 90%;
  -webkit-transition: 1s;
  transition: 1s;
}

.swiper-slide :hover {
  width: 100%;
}

.vacancy {
  padding-top: 60px;
}

.vacancy table {
  margin: 0px auto;
  text-align: left;
  margin-bottom: 150px;
  padding: 100px 0;
}

.vacancy tr:first-of-type {
  color: #fff;
  background: #444444;
}

.vacancy td {
  padding: 10px 20px 10px 5px;
}

.contact {
  padding-bottom: 80px;
}

.contact p {
  font-size: 0.9em;
  margin-top: -35px;
}

.contact-links {
  margin: 50px auto 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contact-links h2 {
  font-size: 1.5em;
}

.contact .link {
  background: lightgray;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.footer {
  background: #e4e4e4;
  padding: 30px;
}

.contain-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contain-footer p:first-of-type {
  font-size: 18px;
  margin-left: 40%;
}

.contain-footer p:nth-of-type(2) {
  font-size: 13px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  padding: 5px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .menu {
    width: auto;
  }
  .lang {
    font-size: 0.8em;
    margin-left: 10px;
    padding-bottom: 15px;
  }
  .home {
    height: 600px;
  }
  .home-contain {
    padding-top: 250px;
  }
  .line {
    margin: 20px auto;
  }
  .about-box {
    margin-top: 40px;
  }
  .games {
    padding: 60px 0;
  }
  .gallery {
    padding: 100px 0;
  }
  .vacancy-table {
    margin-bottom: 100px;
  }
  .contact p {
    margin-top: 0;
  }
  .contact-links {
    margin: 0 0 100px;
  }
  .contact {
    height: 70vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-box {
    width: auto;
  }
  .menu-list {
    padding: 0 5px;
  }
  .lang {
    display: block;
  }
  .home-contain {
    padding-top: 200px;
  }
  .home-contain p {
    width: auto;
  }
  .home {
    height: 600px;
  }
  .line {
    margin: 20px auto 40px;
  }
  .about p {
    font-size: 20px;
  }
  .about-box {
    margin-top: 40px;
  }
  .about-box img {
    display: none;
  }
  .about-text {
    width: auto;
  }
  .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper-slide {
    width: 80% !important;
  }
  .gallery {
    padding: 60px 0 0;
  }
  .vacancy table {
    padding: 50px 0;
  }
  .contain-footer p:first-of-type {
    margin-left: 0;
  }
  .contact-links {
    margin: 0;
  }
  .contact p {
    margin-top: 0;
  }
  .contact {
    height: 70vh;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header-contain {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-transform: lowercase;
  }
  .header {
    height: auto;
  }
  .header-box {
    width: auto;
  }
  .menu {
    width: auto;
  }
  .menu-list {
    padding: 5px;
  }
  .contain {
    width: 90vw;
  }
  .home-contain {
    padding-top: 200px;
  }
  .home-contain h1 {
    font-size: 54px;
  }
  .home-contain p {
    width: auto;
    margin-top: 20px;
  }
  .headline {
    margin-top: 80px;
  }
  .line {
    margin: 20px auto 40px;
  }
  .about p {
    font-size: 20px;
  }
  .about-box {
    margin-top: 40px;
  }
  .about-box img {
    display: none;
  }
  .about-text {
    width: auto;
  }
  .games {
    padding-bottom: 0;
  }
  .gallery {
    padding: 0;
  }
  .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vacancy table {
    padding: 0;
    font-size: 0.9em;
  }
  .contain-footer p:first-of-type {
    margin-left: 0;
  }
  .contact {
    padding-top: 80px;
  }
  .contact p {
    margin-top: 0;
  }
}

@media only screen and (min-width: 100px) and (max-width: 480px) {
  body {
    font-size: 1em;
  }
  .header-contain {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-transform: lowercase;
  }
  .header {
    height: auto;
  }
  .header-box {
    width: auto;
  }
  .menu {
    width: auto;
  }
  .menu-list {
    padding: 5px 3px;
  }
  .contain {
    width: 90vw;
  }
  .home-contain {
    padding-top: 200px;
  }
  .home-contain h1 {
    font-size: 54px;
  }
  .home-contain p {
    width: auto;
    margin-top: 20px;
  }
  .headline {
    margin-top: 80px;
  }
  .line {
    margin: 20px auto 40px;
  }
  .about p {
    font-size: 20px;
  }
  .about-box {
    margin-top: 40px;
  }
  .about-box img {
    display: none;
  }
  .about-text {
    width: auto;
  }
  .games {
    padding-bottom: 0;
  }
  .gallery {
    padding: 0;
  }
  .vacancy table {
    padding: 0;
    font-size: 0.9em;
  }
  .contain-vacancy {
    overflow-x: scroll;
  }
  .contain-footer p:first-of-type {
    margin-left: 0;
  }
  .contact p {
    margin-top: 0;
  }
  .contain-contact {
    padding-top: 50px;
  }
  .swiper-slide {
    height: auto !important;
  }
  .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-links {
    margin: 0 auto 200px;
  }
  .contact {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */