@font-face {
    font-family:'Roboto Bk';
    src: url('../fonts/Roboto Black.eot');
  src: url('../fonts/Roboto Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto Black.woff2') format('woff2'),
    url('../fonts/Roboto Black.woff') format('woff'),
    url('../fonts/Roboto Black.svg#Roboto Black') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0009-FFFD;
}

body,html{
  min-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family:'Roboto Bk';
}

body{
}

.wrapper{
  background: url(../images/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.container{
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1398px;
  text-align: center;
}

.container > *{
  margin: 10px auto;
}

.container > *:last-child{
  margin-bottom: 0;
}

.container .logo{
  margin: 0 0 -15px;
}

img{
  max-width: 100%;
  height: auto;
}

.play-logo-wrapp {
  border-style: solid;
  border-width: 3px;
  border-color: rgb( 0, 0, 0 );
  border-radius: 8px;
  background-color: rgb( 121, 182, 66 );
}

.btn {
  background-color: rgb( 213, 0, 0 );
  max-width: 855px;
  width: 100%;
  height: auto;
  min-height: 132px;
  line-height: 132px;
  font-size: 80px;
  color: rgb( 255, 255, 255 );
  text-align: center;
  text-decoration: none;
  display: block;
  word-spacing: -2px;
  letter-spacing: -3px;
  text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
  background: url(../images/btn-red.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  text-indent: -999px;
  text-align: left;
  overflow: hidden;
  
}

.btn-buy{
  background-color: rgb( 43, 91, 0 );
  max-width: 855px;
  width: 100%;
  height: auto;
  min-height: 132px;
  line-height: 132px;
  color:#fff;
  font-size: 48px;
  text-decoration: none;
  display: block;
  word-spacing: -4px;
  letter-spacing: -3px;
  text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
  overflow: hidden;
  background: url(../images/btn2.png) no-repeat;
  text-indent: -999px;
  -webkit-background-size: 100%;
  background-size: 100%;
  text-align: left;
  overflow: hidden;
}




.blackout{
  background: rgba(0,0,0,0.5);
  padding: 15px;
}

.blackout p{
  color: #fff;
  font-size: 47px;
  word-spacing: -2px;
  letter-spacing: -3px;
  text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
  line-height: 1.1;
  margin: 0;
}

@media (max-width: 680px) {
  .btn, .btn-buy{min-height: 80px; height: 80px;}
  .blackout p{font-size: 36px;  word-spacing: normal;  letter-spacing: normal;}
}

@media (max-width: 440px) {
  .btn, .btn-buy{min-height: 60px; height: 60px;}
  .blackout p{font-size: 28px; }
}