﻿html {
  box-sizing: border-box;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
  box-shadow: none;
}

* {
  max-height: 1000000px;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

ul {
  list-style: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

@media (max-width: 479px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 480px) {
  .container {
    padding: 0 15px;
  }
}

@media (min-width: 1290px) {
  .container {
    padding: 0 45px;
  }
}



main {
  display: flex;
  flex: 1;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

@media (min-width: 768px) {
  main {
    background-position: -70px 0;
  }
}

@media (min-width: 480px) and (max-width: 900px) and (orientation: landscape) {
  main {
    background-position: top right;
  }
}

@media (min-width: 1290px) {
  main {
    background-position: top center;
  }
}

main .container {
  display: flex;
  flex: 1;
  position: relative;
  justify-content: center;
}

main {
  background-image: url("../images/png/opt/bg/BACKGROUNG-MOBILE.jpg");
}

@media (min-width: 768px) {
  main {
    background-image: url("../images/png/opt/bg/BACKGROUND-WEB.jpg");
  }
}

@media (min-width: 480px) and (max-width: 900px) and (orientation: landscape) {
  main {
    background-image: url("../images/png/opt/bg/BACKGROUND-WEB_1000x498.jpg");
  }
}

@media (min-width: 1290px) {
  main {
    background-image: url("../images/png/opt/bg/BACKGROUND-WEB_1750x871.jpg");
  }
}

@media (min-width: 1700px) {
  main {
    background-image: url("../images/png/opt/bg/BACKGROUND-WEB_1900x946.jpg");
  }
}

.logo {
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
  width: 100px;
}

@media (min-width: 768px) {
  .logo {
    width: 200px;
  }
}

@media (min-width: 480px) and (max-width: 900px) and (orientation: landscape) {
  .logo {
    width: 70px;
  }
}

@media (min-width: 1290px) {
  .logo {
    top: 45px;
    left: 45px;
    width: 250px;
  }
}

@media (min-width: 1441px) {
  .logo {
    left: 100px;
    top: 50px;
  }
}

@media (min-width: 1551px) {
  .logo {
    width: 330px;
  }
}

.play {
  padding: 15px;
  margin: 0 15px 20px 15px;
  background-repeat: no-repeat;
  align-self: flex-end;
  border-radius: 20px;
  width: 100%;
  max-width: 476px;
}

.play {
  background-image: url("../images/png/opt/bg/btns_bg.png");
}

@media (min-width: 321px) {
  .play {
    padding: 20px;
    border-radius: 30px;
  }
}

@media (min-width: 768px) {
  .play {
    max-width: 476px;
  }
}

@media (min-width: 480px) and (max-width: 900px) and (orientation: landscape) {
  .play {
    max-width: 340px;
  }
}

@media (min-width: 1290px) {
  .play {
    padding: 15px;
  }
}

@media (min-width: 1441px) {
  .play {
    max-width: 476px;
  }
}

.play span {
  display: block;
  width: 100%;
  max-width: 510px;
  height: 60px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  text-indent: -9999px;
  overflow: hidden;
}

@media (min-width: 321px) {
  .play span {
    height: 70px;
  }
}

@media (min-width: 768px) {
  .play span {
    height: 100px;
  }
}

@media (min-width: 480px) and (max-width: 900px) and (orientation: landscape) {
  .play span {
    height: 70px;
  }
}

@media (min-width: 1441px) {
  .play span {
    height: 100px;
  }
}


.play span {
  background-image: url("../images/png/opt/play_now_360x57.png");
}

@media (min-width: 768px) {
  .play span {
    background-image: url("../images/png/opt/play_now.png");
  }
}

.buttons {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.buttons::after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 768px) {
  .buttons {
    max-width: 310px;
  }
}

@media (min-width: 1291px) {
  .buttons {
    max-width: 380px;
  }
}

.pirate {
  float: left;
  width: 115px;
  display: none;
}

@media (min-width: 361px) {
  .pirate {
    display: block;
  }
}

@media (min-width: 1291px) {
  .pirate {
    width: 160px;
  }
}

.app-store,
.g-play {
  display: block;
  height: 65px;
  width: 195px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 361px) {

  .app-store,
  .g-play{
    float: right;
    width: 170px;
    height: 60px;
  }
}

@media (min-width: 1291px) {

  .app-store,
  .g-play{
    height: 80px;
    width: 220px;
  }
}

.app-store {
  background-image: url("../images/png/opt/button/app-store-phone.png");
}

.g-play {
  background-image: url("../images/png/opt/button/google-play-phone.png");
}



@media (min-width: 1291px) {
  .app-store {
    background-image: url("../images/png/opt/button/app-store.png");
  }

  .g-play {
    background-image: url("../images/png/opt/button/google-play.png");
  }

  .microsoft-store {
    background-image: url("../images/png/opt/button/microsoft-store.png");
  }

  .amazon-store {
    background-image: url("../images/png/opt/button/amazon-store.png");
  }
}








footer {
  width: 100%;
  align-self: flex-end;
  background: #000;
}

@media (min-width: 768px) {
  footer {
    background: black;
    background: -moz-linear-gradient(90deg, black 45%, #fefefe 100%);
    background: -webkit-linear-gradient(90deg, black 45%, #fefefe 100%);
    background: linear-gradient(90deg, black 45%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#fefefe", GradientType=1);
  }
}

footer ul {
  margin: 10px 0 0 0;
  padding: 0;
}

footer ul::after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 768px) {
  footer ul {
    margin: 0;
  }
}

footer ul li {
  float: left;
  margin: 0 0 10px 0;
  width: 50%;
}

@media (min-width: 768px) {
  footer ul li {
    width: auto;
    margin: 0 15px 0 0;
  }
}

footer ul li a {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
}

@media (min-width: 321px) {
  footer ul li a {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  footer ul li a {
    text-align: left;
    font-size: 14px;
    margin: 10px 0;
  }
}

footer ul li a:hover {
  text-decoration: underline;
}