@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Tahoma";
  src: url("../fonts/tahoma.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 100dvh;
  background: #FFFFFF;
}
.wrapper header, .wrapper footer, .wrapper main {
  position: relative;
  z-index: 2;
}

.container {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-height: 827px) {
  .container {
    padding: 0 18px;
  }
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background: #1A8026;
}
.header__container {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 5px;
}
.header__logo {
  max-width: 190px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
}
.header__danger {
  position: absolute;
  right: 0;
  top: 0;
}

.footer {
  padding: 10px 0;
}
.footer__container {
  max-width: 260px;
  text-align: center;
}
.footer__container p {
  opacity: 0.4;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
}
.footer__container p a {
  color: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.main {
  min-height: 50dvh;
  flex: 1 0 auto;
  gap: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../image/prize-bg.png") no-repeat;
  background-size: contain;
  background-position: top center;
}
.main .image__prize {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 30dvh;
  display: block;
}
.main__title {
  font-size: 30px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  text-align: center;
  position: relative;
  text-wrap: balance;
  z-index: 10;
  font-family: "Tahoma", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .main__title {
    font-size: 22px;
    font-style: normal;
  }
}
.main__title span {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 10px auto;
  border: 1px solid #FFFFFF;
}
@media (max-width: 390px) {
  .main__title span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
}
.main__content {
  position: relative;
}
.main__image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  height: 100%;
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transform: scale(1.4);
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media (max-width: 827px) {
  .main__image {
    padding-bottom: 20px;
  }
}
.main__button {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main__link {
  text-decoration: none;
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 10px;
  max-width: 200px;
  background: #6D83AF;
  box-shadow: 0 7px 0 0 #050405;
}
@media (max-width: 390px) {
  .main__link {
    font-size: 20px;
  }
}
.main__pay {
  opacity: 0.7;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
.main__back {
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.68px;
  letter-spacing: 0.4765027165px;
  text-decoration: none;
  color: #323232;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px;
  opacity: 0.6;
  background: linear-gradient(180deg, #FFF 0%, #CECECE 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
.main .image__player {
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.shazam {
  position: relative;
  z-index: 2;
}
.shazam::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 80%;
  left: -10px;
  background: url("../image/shazam.svg") center no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
}
.shazam::after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 40%;
  right: -10px;
  background: url("../image/shazam-2.svg") center no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
}

.prize {
  position: relative;
  z-index: 2;
}
.prize::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 40%;
  left: -20px;
  background: url("../image/prize.svg") center no-repeat;
  background-size: contain;
  width: 40px;
  height: 50px;
}
.prize::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 80%;
  right: -20px;
  background: url("../image/prize-2.svg") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}/*# sourceMappingURL=style8.css.map */