* {
  margin: 0;
  padding: 0; }
body {
  position: relative;
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  background: url("../img/bg.jpg") no-repeat 100% 100%;
  background-size: 100% 100%; }
.body-au{
  background: url("../img/bgau.jpg") no-repeat;
  background-size: cover;
  background-position: top right;
}
.body-uk{
  background: url("../img/bguk.jpg") no-repeat;
  background-size: cover;
  background-position: top right;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 90px;
  box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1520px; }
.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }

.bonus {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 525px;
  height: 100%; }
.offer{
  margin-top: -15px;
}
.offer img {
  width: 100%;
  height: auto; }
.code{
  position: relative;
  margin-top: 30px;
}
.code__use {
  position: absolute;
  width: 127px;
  height: 21px;
  border-radius: 10px;
  margin-top: -7px;
  color: #feffff;
  font-family: Arial;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-63.5px);
  background: #006dc1;
}
#code__text {
  display: flex;
  width: 510px;
  height: 100px;
  margin: 1px auto 42px;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  transition: all 0.3s;
  font-size: 47px;
  border-radius: 50px;
  color: #0d376e;
  letter-spacing: 0.015em;
  box-sizing: border-box;
  background: url("../img/code-bg.png") no-repeat 100% 100%;
  background-size: 100% 100%;
  animation: pulse 3s infinite;

}
@keyframes pulse {
   0%, 100%{
     box-shadow: none;
   }
  50%{
    box-shadow: 0px 1px 6px 4px #006dc2;
  }
}
.play{
  display: flex;
  position: relative;
width: 510px;
height: 100px;
margin: 0 auto;
transition: all 0.3s;
outline: none;
border: 0;
background: url("../img/button.png") no-repeat 100% 100%;
background-size: 100% 100%;
  align-items: center;
  justify-content: center;
  color: #2a0c00;
  text-decoration: none;
  font-size: 40px;
  letter-spacing: 1px;
  will-change: transform;
  line-height: 100px;
}
.play:hover{
  transform: scale(1.03);
}
@media screen and (max-width: 1280px) {
  body {
    background-size: cover; }
  .row {
    padding: 0 30px; } }
@media screen and (max-width: 1024px) {
  .container {
    justify-content: center; }
  .bonus{
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .container{
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .body-au {
    background: url("../img/mob_bg.jpg") no-repeat 100%/cover;
    background-size: 100% 100%;
  }

  .body-uk {
    background: url("../img/mob_bguk.jpg") no-repeat 100%/cover;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 600px) {

  .container {
    padding: 0 20px;
  }
  .play,
  #code__text{
    width: 420px;
    height: 93px;
  }
  .offer img{
    width: 100%;
  }
  .bonus{
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 20px;
    flex-direction: column; }
  .row {
    padding: 0; }
  .code__use{
    width: 110px;
    height: 20px;
    font-size: 14px;
    margin-top: 5px;
    transform: translateX(-55px);
  }
  .bonus {
    width: 100%; }
  #code__text {
    width: 300px;
    height: 75px;
    margin: 15px auto 20px;
    font-size: 32px; }
  .play {
    width: 300px;
    height: 75px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 320px) {
  .second-img{
    padding-top: 10px;
  }
  .play,
  #code__text{
    width: 250px;
    height: 60px;
  }
}
.offer-plus{
  font-size:80px;
  line-height: 40px;
  font-weight: 900;
  color:white;
  text-align:center;
  text-shadow: 1px 1px 1px #0C3C73, 1px -1px 1px #0C3C73, -1px 1px 1px #0C3C73, -1px -1px 1px #0C3C73;
}

@keyframes scaling {
  0%, 100%{
    transform:scale(0.9);
  }
  50%{
    transform:scale(1);
  }
}
@media screen and (max-width: 768px) {
  .animated-play{
    animation: scaling 2s infinite;
  }
  #code__text {
    animation: none;
    box-shadow: 0px 1px 6px 4px #006dc2;
  }
}

.terms{
  font-size:12px;
  color: rgba(0,0,0,0.8);
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top:30px;
  margin-bottom: 30px;
}

.logo{
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .logo{
      display:inline-block;
      margin-top:15px;
  }
}


.bonus {
  font-family: 'Luckiest Guy', cursive;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-1,
.flex-3,
.flex-4 {
  -webkit-text-stroke: 1.5px #003b80;
}
.offer .flex-1 {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 5px 3px rgba(0,0,0,.6);
  letter-spacing: 2px;
}

.offer .flex-2 {
  font-size: 130px;
  color: #ffb532;
  text-shadow: 0 5px 3px rgba(0,0,0,.6);
  line-height: 1;
  -webkit-text-stroke: 1.5px #e79318;
}
.stroke {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 3px;
  margin-left: 10px;
}
.stroke div:first-child {
  font-size: 40px;
  line-height: 1;
}
.flex-3 {
  color: #fff;
  font-size: 23px;
  text-shadow: 0 5px 3px rgba(0,0,0,.6);
}
.flex-4 {
  font-size: 130px;
  text-shadow: 0 5px 3px rgba(0,0,0,.6);
  color: #fff;
  line-height: 1;
}

.swe .flex-2 {
  flex-direction: column;
  margin-bottom: 20px;
}
.swe .stroke {
  margin-left: 0;
}
.swe .stroke div {
  margin-top: 10px;
  font-size: 60px;
}
@media (max-width: 848px) {
  .play {
    box-sizing: border-box;
  }
}
@media (max-width: 400px) {
  .play {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .offer .flex-4 {
    font-size: 90px;
  }
  .offer .flex-2 {
    font-size: 80px;
  }
  .swe .stroke div {
    font-size: 33px;
  }
  .offer {
    margin: 0 !important;
  }
  .de .flex-2,
  .fin .flex-2 {
    flex-direction: column;
  }
  .de .stroke,
  .fin .stroke {
    text-align: center;
  }
  .de .code__use {
    width: 130px;
    transform: translateX(-50%);
  }
  .de .play {
    font-size: 33px;
  }
}
.de .code__use,
.fin .code__use {
  width: 170px;
  transform: translateX(-50%);
}
.fin .stroke div:first-child {
  font-size: 28px;
}
.de .stroke div:first-child {
  font-size: 23px;
}