body {
  margin: 0;
  padding: 0;
  font-family: 'sofia-pro';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  height: auto;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }
  body a {
    list-style-type: none;
    text-decoration: none;
    color: black; }

html, body {
  height: 100%;
  background: #111111; }

.uppercase {
  text-transform: uppercase; }

.common-info-container span {
  display: block; }

.padding-container {
  max-width: 1160px;
  height: 100%;
  margin: 0 auto; }

.common-info-container .title, .common-info-container .btn-more a, .common-info-container .title-internal, #contact-form label, #contact-form .btn-send, #content-from-us-you-can-expect, #top-nav-menu a, .form-alert {
  font-family: "proxima-nova";
  font-weight: 800;
  font-style: normal;
  color: white; }

.common-info-container .short-text, #contact-form input, #contact-form textarea {
  font-family: "proxima-nova";
  font-weight: 300;
  font-style: normal;
  color: white; }

.header-info-container .short-text, #footer-info {
  font-family: "proxima-nova";
  font-weight: 400;
  font-style: normal;
  color: white; }

#section-header #top-nav-menu a {
  font-size: 14px;
  line-height: 3.31;
  letter-spacing: 0.3px; }

.title {
  font-size: 60px;
  line-height: 0.77;
  letter-spacing: 0.6px; }

#header-info-container > .short-text {
  font-size: 16px;
  line-height: 1.88; }

#content-from-us-you-can-expect .title-internal {
  font-size: 24px;
  line-height: 1.42; }

#content-from-us-you-can-expect div[id^="grid-"] > span {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.2px; }

#about-us-info-container .title-internal {
  font-size: 24px;
  line-height: 1.93;
  letter-spacing: 0.2px;
  color: #e82d45; }

#about-us-info-container .short-text {
  font-size: 16px;
  line-height: 2.12;
  color: #b6b6b6; }

#products-info-container .short-text {
  font-size: 16px;
  line-height: 2.12;
  letter-spacing: 0.2px; }

#contact-form label {
  font-size: 10px;
  line-height: 4.64;
  letter-spacing: 1px;
  color: #878787; }

#contact-form .btn-send {
  font-size: 14px;
  line-height: 3.31;
  letter-spacing: 0.3px; }

#contact-us-info-container .short-text {
  font-size: 16px;
  line-height: 2.12;
  color: #b6b6b6; }

#footer-info {
  font-size: 12px;
  line-height: 2.83;
  color: #282828; }

.container {
  height: 100%; }
  .container .form-alert {
    text-align: center;
    width: 80%; }
  .container .msg-error {
    color: #e82d45 !important; }
  .container .msg-success {
    color: #8ec640 !important; }
  .container .msg-error-input {
    outline: 1 !important;
    color: #e82d45 !important; }
  .container .msg-success-input {
    outline: 1 !important;
    color: #87878B !important; }
  .container .msg-error-input-border {
    border-bottom-color: #e82d45 !important; }
  .container .msg-success-input-border {
    border-bottom-color: #87878B !important; }
  .container .error {
    color: #e82d45 !important; }
  .container #section-header {
    height: 100%;
    background: url("../img/ban_main.jpg");
    background-size: 130%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    .container #section-header .padding-container {
      position: relative; }
      .container #section-header .padding-container .top-heading-parallax-01, .container #section-header .padding-container .top-heading-parallax-02 {
        display: block;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        right: 0; }
      .container #section-header .padding-container .top-heading-parallax-01 {
        background-image: url("../img/bs_cross-01.svg"); }
      .container #section-header .padding-container .top-heading-parallax-02 {
        background-image: url("../img/bs_cross-02.svg"); }
    .container #section-header #top-nav-container #nav-logo {
      float: left;
      position: relative; }
    .container #section-header #top-nav-container .hamburger {
      display: none; }
    .container #section-header #top-nav-container #top-nav-menu ul {
      float: right;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      height: 100%;
      float: right; }
      .container #section-header #top-nav-container #top-nav-menu ul li {
        display: inline-block; }
      .container #section-header #top-nav-container #top-nav-menu ul .search {
        background: #e82d45; }
        .container #section-header #top-nav-container #top-nav-menu ul .search a {
          display: block;
          width: 100%;
          height: 100%; }
        .container #section-header #top-nav-container #top-nav-menu ul .search #search {
          width: 20px;
          height: 20px;
          margin: 0 auto;
          display: block;
          padding-top: 10px; }
        .container #section-header #top-nav-container #top-nav-menu ul .search:hover {
          -webkit-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
          color: "none";
          background: #C62135;
          border-color: "none"; }
      .container #section-header #top-nav-container #top-nav-menu ul .search-form {
        display: none;
        width: 200px;
        height: 40px;
        position: absolute;
        top: 80px;
        right: 50px;
        z-index: 3;
        border-radius: 5px; }
        .container #section-header #top-nav-container #top-nav-menu ul .search-form .search-field {
          width: 100%;
          left: 0;
          height: 100%;
          display: block;
          border: none;
          border-radius: 5px;
          padding: 0 45px 0 10px;
          font-size: 20px; }
        .container #section-header #top-nav-container #top-nav-menu ul .search-form .submit-search {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          width: 40px;
          height: 40px;
          background-image: url("../img/search.svg");
          background-repeat: no-repeat;
          background-size: 50%;
          background-position: center center;
          border: none;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px; }
    .container #section-header #header-info-container {
      position: relative;
      width: 100%;
      clear: both; }
      .container #section-header #header-info-container .title, .container #section-header #header-info-container .short-text {
        width: 500px; }
      .container #section-header #header-info-container .short-text > span {
        display: block; }
      .container #section-header #header-info-container .btn-more {
        width: 200px;
        height: 40px;
        border: none solid none;
        border-radius: none;
        background: #e82d45;
        color: white;
        line-height: 40px;
        font-size: 15px;
        text-align: center; }
        .container #section-header #header-info-container .btn-more:hover {
          -webkit-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
          color: "none";
          background: #C62135;
          border-color: "none"; }
        .container #section-header #header-info-container .btn-more a {
          display: block;
          width: 100%;
          height: 100%; }
  .container #section-about-us {
    position: relative;
    margin-top: -165px;
    background: #111111; }
    .container #section-about-us #content-from-us-you-can-expect .title-internal, .container #section-about-us #about-us-info-container .title-internal {
      width: 100%;
      display: block; }
    .container #section-about-us #content-from-us-you-can-expect {
      width: 50%;
      background-color: #252525;
      -webkit-box-shadow: -2px 2.2px 24px 0 rgba(37, 37, 37, 0.57);
      box-shadow: -2px 2.2px 24px 0 rgba(37, 37, 37, 0.57);
      float: left; }
      .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] {
        position: relative;
        display: inline-block;
        float: left; }
        .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i {
          display: block; }
          .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i::before {
            top: 0; }
      .container #section-about-us #content-from-us-you-can-expect #grid-top-left i {
        width: 40px;
        height: 40px; }
        .container #section-about-us #content-from-us-you-can-expect #grid-top-left i::before {
          content: '';
          display: block;
          background-image: url("../img/speed.png");
          width: 40px;
          height: 40px;
          position: absolute; }
      .container #section-about-us #content-from-us-you-can-expect #grid-top-right i {
        width: 34px;
        height: 49px; }
        .container #section-about-us #content-from-us-you-can-expect #grid-top-right i::before {
          content: '';
          display: block;
          background-image: url("../img/reliable-stock.png");
          width: 34px;
          height: 49px;
          position: absolute; }
      .container #section-about-us #content-from-us-you-can-expect #grid-bottom-left i {
        width: 50px;
        height: 40px; }
        .container #section-about-us #content-from-us-you-can-expect #grid-bottom-left i::before {
          content: '';
          display: block;
          background-image: url("../img/good-prices.png");
          width: 50px;
          height: 40px;
          position: absolute; }
      .container #section-about-us #content-from-us-you-can-expect #grid-bottom-right i {
        width: 40px;
        height: 40px; }
        .container #section-about-us #content-from-us-you-can-expect #grid-bottom-right i::before {
          content: '';
          display: block;
          background-image: url("../img/friendly-staff.png");
          width: 40px;
          height: 40px;
          position: absolute; }
    .container #section-about-us #about-us-info-container {
      float: right;
      width: 50%; }
      .container #section-about-us #about-us-info-container .title {
        display: block;
        position: relative; }
        .container #section-about-us #about-us-info-container .title::before {
          content: "";
          display: block;
          width: 60px;
          height: 8px;
          background: #e82d45;
          position: absolute;
          right: -50%; }
      .container #section-about-us #about-us-info-container .title-internal {
        display: block; }
  .container #section-products {
    position: relative;
    background: url("../img/ban_main_2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    .container #section-products #products-info-container {
      width: 40%;
      float: left; }
      .container #section-products #products-info-container .title {
        position: relative; }
        .container #section-products #products-info-container .title::before {
          content: "";
          display: block;
          width: 60px;
          height: 8px;
          background: #e82d45;
          position: absolute; }
    .container #section-products #game-carousel {
      width: 60%;
      float: right; }
      .container #section-products #game-carousel a {
        display: block; }
        .container #section-products #game-carousel a img {
          width: 100%;
          height: auto; }
      .container #section-products #game-carousel .slick-prev, .container #section-products #game-carousel .slick-next {
        width: 40px;
        height: 40px;
        border: none solid none;
        border-radius: none;
        background: #e82d45;
        color: white;
        line-height: 40px;
        font-size: none;
        text-align: center;
        right: 0;
        z-index: 2; }
        .container #section-products #game-carousel .slick-prev::before, .container #section-products #game-carousel .slick-next::before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background-repeat: no-repeat;
          background-size: 30%;
          margin: 10px 0 0 13px; }
        .container #section-products #game-carousel .slick-prev:hover, .container #section-products #game-carousel .slick-next:hover {
          -webkit-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
          color: "none";
          background: #C62135;
          border-color: "none"; }
      .container #section-products #game-carousel .slick-prev {
        left: calc(100% - 88px); }
        .container #section-products #game-carousel .slick-prev::before {
          background-image: url("../img/arrow_left.svg"); }
      .container #section-products #game-carousel .slick-next::before {
        background-image: url("../img/arrow_right.svg"); }
    .container #section-products #list-of-mark {
      width: 100%;
      color: red;
      clear: both;
      height: 198px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .container #section-contact-us .padding-container {
    position: relative; }
    .container #section-contact-us .padding-container::before {
      content: '';
      display: block;
      background-image: url("../img/contact-tlo.png");
      width: 310px;
      height: 310px;
      position: absolute;
      top: 230px;
      right: 0; }
  .container #section-contact-us #contact-form {
    width: 45%;
    float: left; }
    .container #section-contact-us #contact-form label {
      display: block; }
      .container #section-contact-us #contact-form label input, .container #section-contact-us #contact-form label textarea {
        display: block;
        background: transparent;
        border: none;
        width: 80%;
        height: auto;
        border-bottom: 2px solid #282828;
        font-size: 16px; }
        .container #section-contact-us #contact-form label input:focus, .container #section-contact-us #contact-form label textarea:focus {
          outline: 0 !important; }
    .container #section-contact-us #contact-form .btn-send {
      width: 200px;
      height: 40px;
      border: none solid none;
      border-radius: none;
      background: #e82d45;
      color: none;
      line-height: 40px;
      font-size: none;
      text-align: center;
      border: none;
      -webkit-appearance: none; }
      .container #section-contact-us #contact-form .btn-send:hover {
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        color: "none";
        background: #C62135;
        border-color: "none"; }
  .container #section-contact-us #contact-us-info-container {
    float: right;
    position: relative; }
    .container #section-contact-us #contact-us-info-container .title {
      position: relative; }
      .container #section-contact-us #contact-us-info-container .title::before {
        content: "";
        display: block;
        width: 60px;
        height: 8px;
        background: #e82d45;
        position: absolute;
        right: -50%; }
  .container #section-footer {
    width: 100%;
    height: 40px;
    background: black;
    color: red;
    text-align: center;
    line-height: 40px; }

@media all and (min-width: 1920px) {
  #section-header #header-info-container > .title {
    font-size: 85px;
    width: 550px !important; } }

@media all and (min-width: 1280px) {
  .container #section-header {
    padding-top: 41px; }
    .container #section-header .padding-container .top-heading-parallax-01 {
      width: 290px;
      height: 250px;
      top: 46vh;
      right: 8%; }
    .container #section-header .padding-container .top-heading-parallax-02 {
      width: 290px;
      height: 369px;
      top: 25vh; }
    .container #section-header #top-nav-container {
      height: 43px; }
      .container #section-header #top-nav-container #nav-logo {
        width: 194px;
        height: 43px; }
      .container #section-header #top-nav-container #top-nav-menu ul {
        width: 400px; }
        .container #section-header #top-nav-container #top-nav-menu ul .search {
          width: 40px;
          height: 40px;
          line-height: 40px; }
          .container #section-header #top-nav-container #top-nav-menu ul .search #search {
            width: 20px;
            height: 20px;
            padding-top: 10px; }
    .container #section-header #header-info-container {
      height: 200px;
      padding-top: 20vh; }
      .container #section-header #header-info-container .title, .container #section-header #header-info-container .short-text {
        width: 500px; }
      .container #section-header #header-info-container .short-text {
        padding-top: 39px; }
      .container #section-header #header-info-container .btn-more {
        margin-top: 57px; }
  .container #section-about-us {
    height: 569px; }
    .container #section-about-us #content-from-us-you-can-expect, .container #section-about-us #about-us-info-container {
      height: 501px; }
    .container #section-about-us #content-from-us-you-can-expect {
      margin-top: -40px; }
      .container #section-about-us #content-from-us-you-can-expect #fa-content-from-us-you-can-expect {
        padding: 81px 90px 0 90px;
        height: calc(100% - 160px); }
      .container #section-about-us #content-from-us-you-can-expect .title-internal {
        padding-bottom: 80px; }
      .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] {
        width: 50%;
        height: 45%; }
        .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i {
          padding-top: 30px; }
    .container #section-about-us #about-us-info-container {
      width: 50%; }
      .container #section-about-us #about-us-info-container #fa-about-us-info-container {
        padding: 80px 60px 0 60px;
        height: calc(100% - 80px); }
      .container #section-about-us #about-us-info-container .title {
        width: 210px; }
        .container #section-about-us #about-us-info-container .title::before {
          right: -50%; }
      .container #section-about-us #about-us-info-container .title-internal {
        padding: 50px 0 20px 0; }
      .container #section-about-us #about-us-info-container .short-text {
        max-width: 396px; }
  .container #section-products {
    height: 463px; }
    .container #section-products #products-info-container {
      height: calc(100% - 198px); }
      .container #section-products #products-info-container .title {
        padding: 80px 0 60px 0;
        width: 320px; }
        .container #section-products #products-info-container .title::before {
          right: -40%; }
    .container #section-products #game-carousel {
      height: calc(100% - 198px);
      padding-left: 50px; }
      .container #section-products #game-carousel a img {
        padding-top: 80px; }
      .container #section-products #game-carousel .slick-prev, .container #section-products #game-carousel .slick-next {
        top: calc(100% + 198px); }
    .container #section-products #list-of-mark {
      height: 198px;
      width: 70%; }
  .container #section-contact-us {
    height: 541px; }
    .container #section-contact-us #contact-form {
      padding-top: 65px; }
      .container #section-contact-us #contact-form label input, .container #section-contact-us #contact-form label textarea {
        width: 80%; }
      .container #section-contact-us #contact-form .btn-send {
        margin-top: 30px; }
    .container #section-contact-us #contact-us-info-container {
      width: calc(55% - 120px);
      padding: 80px 60px 0 60px; }
      .container #section-contact-us #contact-us-info-container .title {
        width: 276px;
        padding-bottom: 60px; }
      .container #section-contact-us #contact-us-info-container .short-text {
        width: 382px; } }

@media all and (min-width: 980px) and (max-width: 1279px) {
  .padding-container {
    width: calc(100% - 80px); }
  .container #section-header {
    padding-top: 41px;
    background-size: 150%;
    background-position: top; }
    .container #section-header .padding-container .top-heading-parallax-01 {
      width: 290px;
      height: 250px;
      top: 46vh;
      right: 8%; }
    .container #section-header .padding-container .top-heading-parallax-02 {
      width: 290px;
      height: 369px;
      top: 25vh; }
    .container #section-header #top-nav-container {
      height: 43px; }
      .container #section-header #top-nav-container #nav-logo {
        width: 194px;
        height: 43px; }
      .container #section-header #top-nav-container #top-nav-menu ul {
        width: 400px; }
        .container #section-header #top-nav-container #top-nav-menu ul .search {
          width: 40px;
          height: 40px;
          line-height: 40px; }
          .container #section-header #top-nav-container #top-nav-menu ul .search #search {
            width: 20px;
            height: 20px;
            padding-top: 10px; }
    .container #section-header #header-info-container {
      height: 200px;
      padding-top: 20vh; }
      .container #section-header #header-info-container .title, .container #section-header #header-info-container .short-text {
        width: 500px; }
      .container #section-header #header-info-container .short-text {
        padding-top: 39px; }
      .container #section-header #header-info-container .btn-more {
        margin-top: 57px; }
  .container #section-about-us {
    height: 569px; }
    .container #section-about-us #content-from-us-you-can-expect, .container #section-about-us #about-us-info-container {
      height: 501px; }
    .container #section-about-us #content-from-us-you-can-expect {
      margin-top: -40px; }
      .container #section-about-us #content-from-us-you-can-expect #fa-content-from-us-you-can-expect {
        padding: 81px 60px 0 60px;
        height: calc(100% - 160px); }
      .container #section-about-us #content-from-us-you-can-expect .title-internal {
        padding-bottom: 80px; }
      .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] {
        width: 50%;
        height: 45%; }
        .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i {
          padding-top: 30px; }
    .container #section-about-us #about-us-info-container {
      width: 50%; }
      .container #section-about-us #about-us-info-container #fa-about-us-info-container {
        padding: 80px 60px 0 60px;
        height: calc(100% - 80px); }
      .container #section-about-us #about-us-info-container .title {
        width: 210px; }
        .container #section-about-us #about-us-info-container .title::before {
          right: -50%; }
      .container #section-about-us #about-us-info-container .title-internal {
        padding: 50px 0 20px 0; }
      .container #section-about-us #about-us-info-container .short-text {
        max-width: 396px; }
  .container #section-products {
    height: 463px;
    background-size: 100% 100%;
    background-position: center; }
    .container #section-products #products-info-container {
      height: calc(100% - 198px); }
      .container #section-products #products-info-container .title {
        padding: 80px 0 60px 0;
        width: 320px; }
        .container #section-products #products-info-container .title::before {
          right: -40%; }
    .container #section-products #game-carousel {
      height: calc(100% - 198px);
      padding: 145px 0 0 0; }
      .container #section-products #game-carousel .slick-prev, .container #section-products #game-carousel .slick-next {
        top: calc(100% + 198px); }
    .container #section-products #list-of-mark {
      height: 198px;
      width: 85%; }
  .container #section-contact-us {
    height: 541px; }
    .container #section-contact-us #contact-form {
      padding-top: 65px; }
      .container #section-contact-us #contact-form label input, .container #section-contact-us #contact-form label textarea {
        width: 80%; }
      .container #section-contact-us #contact-form .btn-send {
        margin-top: 30px; }
    .container #section-contact-us #contact-us-info-container {
      width: calc(55% - 120px);
      padding: 80px 60px 0 60px; }
      .container #section-contact-us #contact-us-info-container .title {
        width: 276px;
        padding-bottom: 60px; }
      .container #section-contact-us #contact-us-info-container .short-text {
        width: 382px; } }

@media all and (min-width: 768px) and (max-width: 979px) {
  #section-header #top-nav-menu a {
    font-size: 12px;
    line-height: 3.31;
    letter-spacing: 0.3px; }
  .title {
    font-size: 45px;
    line-height: 0.77;
    letter-spacing: 0.6px; }
  #header-info-container > .short-text {
    font-size: 14px;
    line-height: 1.88; }
  #content-from-us-you-can-expect .title-internal {
    font-size: 22px;
    line-height: 1.42; }
  #content-from-us-you-can-expect div[id^="grid-"] > span {
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: -0.2px; }
  #about-us-info-container .title-internal {
    font-size: 22px;
    line-height: 1.93;
    letter-spacing: 0.2px;
    color: #e82d45; }
  #about-us-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    color: #b6b6b6; }
  #products-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    letter-spacing: 0.2px; }
  #contact-form label {
    font-size: 10px;
    line-height: 4.64;
    letter-spacing: 1px;
    color: #878787; }
  #contact-form .btn-send {
    font-size: 12px;
    line-height: 3.31;
    letter-spacing: 0.3px; }
  #contact-us-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    color: #b6b6b6; }
  #footer-info {
    font-size: 10px;
    line-height: 2.83;
    color: #282828; }
  .padding-container {
    width: calc(100% - 60px); }
  .container #section-header {
    padding-top: 41px;
    background-size: auto 100%;
    background-position: center; }
    .container #section-header .padding-container .top-heading-parallax-01 {
      width: 290px;
      height: 250px;
      top: 46vh;
      right: 9%; }
    .container #section-header .padding-container .top-heading-parallax-02 {
      width: 290px;
      height: 369px;
      top: 25vh; }
    .container #section-header #top-nav-container {
      height: 43px; }
      .container #section-header #top-nav-container #nav-logo {
        width: 194px;
        height: 43px; }
      .container #section-header #top-nav-container #top-nav-menu ul {
        width: 400px; }
        .container #section-header #top-nav-container #top-nav-menu ul .search {
          width: 40px;
          height: 40px;
          line-height: 40px; }
          .container #section-header #top-nav-container #top-nav-menu ul .search #search {
            width: 20px;
            height: 20px;
            padding-top: 10px; }
    .container #section-header #header-info-container {
      height: 200px;
      padding-top: 20vh; }
      .container #section-header #header-info-container .title, .container #section-header #header-info-container .short-text {
        width: 340px; }
      .container #section-header #header-info-container .short-text {
        padding-top: 39px; }
      .container #section-header #header-info-container .btn-more {
        margin-top: 57px; }
  .container #section-about-us {
    height: 569px;
    margin-top: -155px; }
    .container #section-about-us #content-from-us-you-can-expect, .container #section-about-us #about-us-info-container {
      height: 501px; }
    .container #section-about-us #content-from-us-you-can-expect {
      margin-top: -40px; }
      .container #section-about-us #content-from-us-you-can-expect #fa-content-from-us-you-can-expect {
        padding: 81px 60px 0 60px;
        height: calc(100% - 160px); }
      .container #section-about-us #content-from-us-you-can-expect .title-internal {
        padding-bottom: 80px; }
      .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] {
        width: 50%;
        height: 45%; }
        .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i {
          padding-top: 30px; }
    .container #section-about-us #about-us-info-container {
      width: 50%; }
      .container #section-about-us #about-us-info-container #fa-about-us-info-container {
        padding: 80px 60px 0 60px;
        height: calc(100% - 80px); }
      .container #section-about-us #about-us-info-container .title {
        width: 170px; }
        .container #section-about-us #about-us-info-container .title::before {
          right: -50%; }
      .container #section-about-us #about-us-info-container .title-internal {
        padding: 50px 0 20px 0; }
      .container #section-about-us #about-us-info-container .short-text {
        max-width: 396px; }
  .container #section-products {
    height: 463px;
    background-size: auto 100%;
    background-position: center; }
    .container #section-products #products-info-container {
      height: calc(100% - 198px); }
      .container #section-products #products-info-container .title {
        padding: 80px 0 60px 0;
        width: 240px; }
        .container #section-products #products-info-container .title::before {
          right: -40%; }
    .container #section-products #game-carousel {
      height: calc(100% - 198px);
      padding: 145px 0 0 0; }
      .container #section-products #game-carousel .slick-prev, .container #section-products #game-carousel .slick-next {
        top: calc(100% + 198px); }
    .container #section-products #list-of-mark {
      height: 198px;
      width: 100%; }
      .container #section-products #list-of-mark img {
        display: block;
        width: 70%;
        height: 70%; }
  .container #section-contact-us {
    height: 541px; }
    .container #section-contact-us #contact-form {
      padding-top: 65px; }
      .container #section-contact-us #contact-form label input, .container #section-contact-us #contact-form label textarea {
        width: 80%; }
      .container #section-contact-us #contact-form .btn-send {
        margin-top: 30px; }
    .container #section-contact-us #contact-us-info-container {
      width: calc(55% - 120px);
      padding: 80px 60px 0 60px; }
      .container #section-contact-us #contact-us-info-container .title {
        width: 200px;
        padding-bottom: 60px; }
      .container #section-contact-us #contact-us-info-container .short-text {
        width: 320px; } }

@media all and (min-width: 600px) and (max-width: 767px) {
  #section-header #top-nav-menu a {
    font-size: 12px;
    line-height: 3.31;
    letter-spacing: 0.3px; }
  .title {
    font-size: 45px;
    line-height: 0.77;
    letter-spacing: 0.6px; }
  #header-info-container > .short-text {
    font-size: 14px;
    line-height: 1.88; }
  #content-from-us-you-can-expect .title-internal {
    font-size: 22px;
    line-height: 1.42; }
  #content-from-us-you-can-expect div[id^="grid-"] > span {
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: -0.2px; }
  #about-us-info-container .title-internal {
    font-size: 22px;
    line-height: 1.93;
    letter-spacing: 0.2px;
    color: #e82d45; }
  #about-us-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    color: #b6b6b6; }
  #products-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    letter-spacing: 0.2px; }
  #contact-form label {
    font-size: 10px;
    line-height: 4.64;
    letter-spacing: 1px;
    color: #878787; }
  #contact-form .btn-send {
    font-size: 12px;
    line-height: 3.31;
    letter-spacing: 0.3px; }
  #contact-us-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    color: #b6b6b6; }
  #footer-info {
    font-size: 10px;
    line-height: 2.83;
    color: #282828; }
  .padding-container {
    width: calc(100% - 60px); }
  .container #section-header {
    padding-top: 41px;
    background-size: auto 100%;
    background-position: center; }
    .container #section-header .padding-container .top-heading-parallax-01, .container #section-header .padding-container .top-heading-parallax-02 {
      background-size: 100%; }
    .container #section-header .padding-container .top-heading-parallax-01 {
      width: 290px;
      height: 250px;
      top: 46vh;
      right: 8%; }
    .container #section-header .padding-container .top-heading-parallax-02 {
      width: 290px;
      height: 380px;
      top: 25vh; }
    .container #section-header #top-nav-container {
      height: 43px; }
      .container #section-header #top-nav-container #nav-logo {
        width: 194px;
        height: 43px; }
      .container #section-header #top-nav-container #top-nav-menu ul {
        width: 300px; }
        .container #section-header #top-nav-container #top-nav-menu ul .search {
          width: 40px;
          height: 40px;
          line-height: 40px; }
          .container #section-header #top-nav-container #top-nav-menu ul .search #search {
            width: 20px;
            height: 20px;
            padding-top: 10px; }
    .container #section-header #header-info-container {
      height: 200px;
      padding-top: 20vh; }
      .container #section-header #header-info-container .title, .container #section-header #header-info-container .short-text {
        width: 340px; }
      .container #section-header #header-info-container .short-text {
        padding-top: 39px; }
      .container #section-header #header-info-container .btn-more {
        margin-top: 57px; }
  .container #section-about-us {
    height: 800px;
    margin-top: 0; }
    .container #section-about-us #content-from-us-you-can-expect, .container #section-about-us #about-us-info-container {
      height: 400px;
      width: 100%; }
    .container #section-about-us #content-from-us-you-can-expect {
      margin-top: 0; }
      .container #section-about-us #content-from-us-you-can-expect #fa-content-from-us-you-can-expect {
        padding: 40px 60px 0 60px;
        height: calc(100% - 60px); }
      .container #section-about-us #content-from-us-you-can-expect .title-internal {
        padding-bottom: 40px;
        width: 100%;
        display: block;
        text-align: center; }
      .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] {
        position: relative;
        height: 35%;
        width: 50%; }
        .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i {
          display: block;
          margin-left: auto;
          margin-right: auto;
          padding-top: 15px; }
          .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i::before {
            margin-top: 15px; }
        .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] span {
          position: absolute;
          display: block;
          width: 100%;
          text-align: center;
          bottom: 0; }
    .container #section-about-us #about-us-info-container #fa-about-us-info-container {
      padding: 60px 0 0 0;
      height: calc(100% - 80px); }
    .container #section-about-us #about-us-info-container .title {
      width: 170px; }
      .container #section-about-us #about-us-info-container .title::before {
        right: -50%; }
    .container #section-about-us #about-us-info-container .title-internal {
      padding: 50px 0 20px 0; }
    .container #section-about-us #about-us-info-container .short-text {
      max-width: 396px; }
  .container #section-products {
    height: auto;
    background-size: auto 100%;
    background-position: center; }
    .container #section-products #products-info-container {
      height: auto;
      width: 100%; }
      .container #section-products #products-info-container .title {
        padding: 80px 0 60px 0;
        width: 240px; }
        .container #section-products #products-info-container .title::before {
          right: -40%; }
      .container #section-products #products-info-container .short-text {
        width: 70%; }
    .container #section-products #game-carousel {
      height: auto;
      padding: 60px 0 0 0;
      width: 100%; }
      .container #section-products #game-carousel .slick-prev, .container #section-products #game-carousel .slick-next {
        top: calc(100% + 198px); }
    .container #section-products #list-of-mark {
      height: 120px;
      width: 100%;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .container #section-products #list-of-mark img {
        display: block;
        width: 70%;
        height: 70%; }
  .container #section-contact-us {
    height: auto;
    padding: 60px 0 60px; }
    .container #section-contact-us .padding-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-direction: column-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .container #section-contact-us .padding-container::before {
        width: 210px;
        height: 210px;
        top: 100px;
        background-size: 100%; }
    .container #section-contact-us #contact-form, .container #section-contact-us #contact-us-info-container {
      width: 100%;
      float: none; }
    .container #section-contact-us #contact-form {
      padding-top: 65px; }
      .container #section-contact-us #contact-form .form-alert {
        width: 100%; }
      .container #section-contact-us #contact-form label input, .container #section-contact-us #contact-form label textarea {
        width: 100%; }
      .container #section-contact-us #contact-form .btn-send {
        margin-top: 30px; }
    .container #section-contact-us #contact-us-info-container .title {
      width: 200px;
      padding-bottom: 60px; }
    .container #section-contact-us #contact-us-info-container .short-text {
      width: 320px; } }

@media all and (min-width: 300px) and (max-width: 599px) {
  #section-header #top-nav-menu a {
    font-size: 12px;
    line-height: 3.31;
    letter-spacing: 0.3px; }
  .title {
    font-size: 30px;
    line-height: 0.77;
    letter-spacing: 0.6px; }
  #header-info-container > .short-text {
    font-size: 14px;
    line-height: 1.88; }
  #content-from-us-you-can-expect .title-internal {
    font-size: 22px;
    line-height: 1.42; }
  #content-from-us-you-can-expect div[id^="grid-"] > span {
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: -0.2px; }
  #about-us-info-container .title-internal {
    font-size: 22px;
    line-height: 1.93;
    letter-spacing: 0.2px;
    color: #e82d45; }
  #about-us-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    color: #b6b6b6; }
  #products-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    letter-spacing: 0.2px; }
  #contact-form label {
    font-size: px;
    line-height: 4.64;
    letter-spacing: 1px;
    color: #878787; }
  #contact-form .btn-send {
    font-size: 12px;
    line-height: 3.31;
    letter-spacing: 0.3px; }
  #contact-us-info-container .short-text {
    font-size: 14px;
    line-height: 2.12;
    color: #b6b6b6; }
  #footer-info {
    font-size: 10px;
    line-height: 2.83;
    color: #282828; }
  @keyframes scrollMenu {
    from {
      top: -480px; }
    to {
      top: 0px; } }
  @-webkit-keyframes scrollMenu {
    from {
      top: -480px; }
    to {
      top: 0px; } }
  @-moz-keyframes scrollMenu {
    from {
      top: -480px; }
    to {
      top: 0px; } }
  @-o-keyframes scrollMenu {
    from {
      top: -480px; }
    to {
      top: 0px; } }
  @keyframes hideMenu {
    from {
      top: 0px; }
    to {
      top: -480px; } }
  @-webkit-keyframes hideMenu {
    from {
      top: 0px; }
    to {
      top: -480px; } }
  @-moz-keyframes hideMenu {
    from {
      top: 0px; }
    to {
      top: -480px; } }
  @-o-keyframes hideMenu {
    from {
      top: 0px; }
    to {
      top: -480px; } }
  .active {
    display: block !important;
    animation: scrollMenu 0.6s !important;
    -webkit-animation: scrollMenu 0.6s !important;
    -moz-animation: scrollMenu 0.6s !important;
    -o-animation: scrollMenu 0.6s !important;
    animation-fill-mode: forwards !important;
    -webkit-animation-fill-mode: forwards !important;
    -moz-animation-fill-mode: forwards !important;
    -o-animation-fill-mode: forwards !important; }
  .deactive {
    display: none !important;
    animation: hideMenu 0.3s !important;
    -webkit-animation: hideMenu 0.3s !important;
    -moz-animation: hideMenu 0.3s !important;
    -o-animation: hideMenu 0.3s !important;
    animation-fill-mode: forwards !important;
    -webkit-animation-fill-mode: forwards !important;
    -moz-animation-fill-mode: forwards !important;
    -o-animation-fill-mode: forwards !important; }
  .padding-container {
    width: calc(100% - 30px); }
  .container #section-header {
    padding-top: 30px;
    background-size: auto 100vh; }
    .container #section-header .padding-container .top-heading-parallax-01, .container #section-header .padding-container .top-heading-parallax-02 {
      display: none; }
    .container #section-header #top-nav-container {
      height: 43px; }
      .container #section-header #top-nav-container #nav-logo {
        width: 194px;
        height: 43px; }
      .container #section-header #top-nav-container .hamburger {
        display: block;
        right: -15px;
        top: -6px; }
      .container #section-header #top-nav-container #top-nav-menu ul {
        position: absolute;
        left: -20px;
        display: none;
        width: calc(100% - 20px);
        height: calc(50vh + 30px);
        background: #272930;
        z-index: 100;
        margin-top: -30px; }
        .container #section-header #top-nav-container #top-nav-menu ul li {
          position: relative;
          display: block;
          width: 100%;
          text-align: center;
          height: 25%;
          line-height: 25%; }
          .container #section-header #top-nav-container #top-nav-menu ul li a {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 100%; }
        .container #section-header #top-nav-container #top-nav-menu ul .hover:hover {
          -webkit-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
          color: "none";
          background: #C62135;
          border-color: "none"; }
        .container #section-header #top-nav-container #top-nav-menu ul .search {
          position: relative;
          width: 100%;
          height: 100;
          line-height: 100%;
          margin-left: auto;
          margin-right: auto;
          background: transparent; }
          .container #section-header #top-nav-container #top-nav-menu ul .search #search {
            display: block;
            width: 20px;
            height: 20px;
            height: 100%;
            padding: 0; }
          .container #section-header #top-nav-container #top-nav-menu ul .search .search-form {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block !important;
            width: 80%;
            z-index: 200; }
    .container #section-header #header-info-container {
      height: 200px;
      padding-top: 20vh; }
      .container #section-header #header-info-container .title, .container #section-header #header-info-container .short-text {
        width: 100%; }
      .container #section-header #header-info-container .short-text {
        padding-top: 39px; }
      .container #section-header #header-info-container .btn-more {
        margin-top: 57px; }
  .container #section-about-us {
    height: 800px;
    margin-top: 0; }
    .container #section-about-us #content-from-us-you-can-expect, .container #section-about-us #about-us-info-container {
      height: 400px;
      width: 100%; }
    .container #section-about-us #content-from-us-you-can-expect {
      margin-top: 0; }
      .container #section-about-us #content-from-us-you-can-expect #fa-content-from-us-you-can-expect {
        padding: 40px 10px 0 10px;
        height: calc(100% - 60px); }
      .container #section-about-us #content-from-us-you-can-expect .title-internal {
        padding-bottom: 40px;
        width: 100%;
        display: block;
        text-align: center; }
      .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] {
        position: relative;
        height: 35%;
        width: 50%; }
        .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i {
          display: block;
          margin-left: auto;
          margin-right: auto;
          padding-top: 15px; }
          .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] i::before {
            margin-top: 15px; }
        .container #section-about-us #content-from-us-you-can-expect div[id^="grid-"] span {
          position: absolute;
          display: block;
          width: 100%;
          text-align: center;
          bottom: 0; }
    .container #section-about-us #about-us-info-container #fa-about-us-info-container {
      padding: 60px 0 0 0;
      height: calc(100% - 80px); }
    .container #section-about-us #about-us-info-container .title {
      width: 170px; }
      .container #section-about-us #about-us-info-container .title::before {
        right: -50%; }
    .container #section-about-us #about-us-info-container .title-internal {
      padding: 50px 0 20px 0; }
    .container #section-about-us #about-us-info-container .short-text {
      max-width: 396px; }
  .container #section-products {
    height: auto;
    background-size: auto 100vh; }
    .container #section-products #products-info-container {
      height: auto;
      width: 100%; }
      .container #section-products #products-info-container .title {
        padding: 60px 0 60px 0;
        width: 240px; }
        .container #section-products #products-info-container .title::before {
          right: -10%; }
      .container #section-products #products-info-container .short-text {
        width: 100%; }
    .container #section-products #game-carousel {
      display: none;
      height: auto;
      padding: 60px 0 0 0;
      width: 100%; }
      .container #section-products #game-carousel .slick-prev, .container #section-products #game-carousel .slick-next {
        top: calc(100% + 198px); }
    .container #section-products #list-of-mark {
      height: 300px;
      width: 100%;
      display: block;
      padding: 40px 0 40px 0; }
      .container #section-products #list-of-mark a {
        display: block;
        width: 33.333%;
        float: left;
        height: 100px;
        position: relative; }
      .container #section-products #list-of-mark img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block; }
  .container #section-contact-us {
    height: auto;
    padding: 60px 0 60px; }
    .container #section-contact-us .padding-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-direction: column-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .container #section-contact-us .padding-container::before {
        width: 210px;
        height: 210px;
        top: 100px;
        background-size: 100%; }
    .container #section-contact-us #contact-form, .container #section-contact-us #contact-us-info-container {
      width: 100%;
      float: none; }
    .container #section-contact-us #contact-form {
      padding-top: 65px; }
      .container #section-contact-us #contact-form .form-alert {
        width: 100%; }
      .container #section-contact-us #contact-form label input, .container #section-contact-us #contact-form label textarea {
        width: 100%; }
      .container #section-contact-us #contact-form .btn-send {
        margin-top: 30px; }
    .container #section-contact-us #contact-us-info-container .title {
      width: 200px;
      padding-bottom: 60px; }
      .container #section-contact-us #contact-us-info-container .title::before {
        right: -40%; }
    .container #section-contact-us #contact-us-info-container .short-text {
      width: 100%; } }

@media all and (min-width: 300px) and (max-width: 400px) {
  #list-of-mark {
    height: 550px;
    width: 100%;
    display: block;
    padding: 0 !important; }
    #list-of-mark a {
      display: block;
      width: 50% !important;
      float: left;
      height: 70px !important;
      position: relative; }
      #list-of-mark a img {
        height: 25px; }
      #list-of-mark a:last-child {
        width: 100% !important; }
    #list-of-mark img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block; } }
