@font-face {
  font-family: "balo";
  src: url("../fonts/balo.woff2") format("woff2"), url("../fonts/balo.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

html,
body {
  width: 100%;
}

img {
  width: 100%;
  display: block;
}

.block-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.app {
  font-family: "balo";
  background: "black";
  width: 100%;
  font-weight: bolder;
  height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
  background: url(../image/bg_h.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vertical {
  display: none;
}

.horizontal {
  width: 100%;
  height: 100%;
  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;
  padding: 40px;
}

.horizontal .h-left {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.horizontal .h-left .left-top .left-top-main {
  text-transform: uppercase;
  color: white;
  font-size: 3vw;
  line-height: 4vw;
}

.horizontal .h-left .left-top .left-top-aside {
  color: #e1224f;
  line-height: 4vw;
  font-size: 3vw;
}

.horizontal .h-left .left-bottom {
  margin-top: 25%;
}

.horizontal .h-left .left-bottom .left-bottom-notice {
  color: white;
  font-size: 2vw;
}

.horizontal .h-left .left-bottom .left-bottom-icons {
  margin-top: 10%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.horizontal .h-left .left-bottom .left-bottom-icons .ico {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.horizontal .h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.horizontal .h-right .h-right-block {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-top: 3%;
}

.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vertical .top .left-top-main {
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 5vw;
  padding: 10px 10% 0;
  line-height: 5vw;
}

.vertical .top .left-top-aside {
  text-align: center;
  color: #e1224f;
  font-size: 5vw;
  padding: 10px 10%;
  line-height: 5vw;
}

.vertical .games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 0 auto;
}

.vertical .games .games-block {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  margin-right: 5px;
  margin-bottom: 5px;
}

.vertical .bottom .bottom-notice {
  color: white;
  font-size: 2vw;
  text-align: center;
  font-size: 5vw;
  padding: 10px 10%;
  line-height: 5vw;
}

.vertical .bottom .bottom-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
  width: 80%;
}

.vertical .bottom .bottom-icons .ico {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

.vertical .bottom .bottom-icons .ico:last-child {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

@media screen and (max-width: 1100px) {
  .horizontal {
    padding: 50px;
    padding-top: 0;
  }
  .horizontal .h-left .left-top .left-top-main {
    font-size: 3vw;
    line-height: 3vw;
  }
  .horizontal .h-left .left-top .left-top-aside {
    font-size: 2vw;
    line-height: 2.2vw;
  }
  .horizontal .h-left .left-bottom {
    margin-top: 20px;
  }
  .horizontal .h-left .left-bottom .left-bottom-notice {
    font-size: 1.5vw;
  }
  .horizontal .h-left .left-bottom .left-bottom-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .horizontal .h-left .left-bottom .left-bottom-icons .ico {
    margin-right: 10px;
    margin-top: 10px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

@media screen and (orientation: portrait) {
  .app {
    background: url(../image/bg_v.jpg);
    background-size: cover;
    background-position: center top;
  }
  .vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .horizontal {
    display: none;
  }
}
