@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #6A2383;
  color: #FFFFFF;
}

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

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

.header {
  padding-top: 11px;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 390px) {
  .header {
    padding-bottom: 10px;
  }
}
.header__container {
  display: flex;
  justify-content: center;
  position: relative;
}
.header__logo {
  max-width: 193px;
  max-height: 35px;
}
@media (max-height: 827px) {
  .header__logo {
    max-height: 25px;
  }
}
.header__danger {
  position: absolute;
  right: 0;
  top: 0;
}

.footer {
  padding: 20px 0;
}
@media (max-height: 827px) {
  .footer {
    padding: 10px 0;
  }
}
.footer__container {
  max-width: 380px;
  text-align: center;
}
.footer__container p {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  opacity: 0.7;
}
.footer__container p a {
  color: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main__container {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-image: url("../image//main8.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto;
  max-width: 320px;
  min-height: 280px;
}
@media (max-height: 827px) {
  .main__container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.main__container::before {
  content: "";
  background: url("../image/shazam4.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5%;
  left: 5%;
}
.main__container::after {
  content: "";
  background: url("../image/shazam4-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 0;
}
.main__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2; /* 126.316% */
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-height: 827px) {
  .main__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.main__title span {
  color: linear-gradient(90deg, #761B86 0%, #B22AC9 100%);
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px; /* 126.667% */
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .main__title span {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
  }
}
.main__description {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-wrap: balance;
  margin-bottom: 10px;
}
.main__description .green {
  color: #51B28E;
  font-weight: 700;
}
.main__button {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main__link {
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  width: 100%;
  padding: 20px 15px;
  border-radius: 44px;
  background: linear-gradient(90deg, #761B86 0%, #B22AC9 100%);
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 390px) {
  .main__link {
    font-size: 15px;
    padding: 10px 15px;
    max-width: 300px;
    margin: 0 auto 10px;
  }
}
.main__pay {
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
  margin-bottom: 10px;
}
.main__back {
  font-size: 15.982px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  border: #333333 1px solid;
  color: #333333;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 100px;
  opacity: 0.7;
}
@media (max-height: 827px) {
  .main__back {
    font-size: 12px;
  }
}
.main__decoration {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  padding: 10px 0;
}
@media (max-height: 827px) {
  .main__decoration {
    max-height: 400px;
  }
}
.main__decoration-top {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 300px;
  margin: 0 auto;
}

.decoration {
  flex: 1 0 auto;
}
.decoration-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.decoration.container {
  padding: 0;
}/*# sourceMappingURL=style8.css.map */