@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;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 100dvh;
  background: #fff;
}
.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;
  position: relative;
  padding-bottom: 20px;
}
.header__container {
  display: flex;
  justify-content: start;
  position: relative;
  padding-top: 5px;
}
.header__logo {
  max-width: 190px;
  position: relative;
}
.header__logo span {
  position: absolute;
  left: 40px;
  bottom: -15px;
  color: #333;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 24px */
}
.header .logo {
  max-height: 35px;
  object-fit: contain;
  display: block;
  width: 100%;
}
.header__danger {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__danger span {
  color: #333;
  font-feature-settings: "liga" off, "clig" off;
  opacity: 0.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}

.footer {
  padding: 10px 0;
  background: #fff;
}
.footer .tt__menu {
  display: block;
  width: 100%;
  object-fit: contain;
  margin-bottom: 1rem;
}
.footer__container {
  max-width: 360px;
  text-align: center;
}
.footer__container p {
  opacity: 0.4;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  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 {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}
.main .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  gap: 1rem;
  padding-bottom: 20px;
}
.main .right {
  max-width: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.main .right__top {
  display: block;
  width: 100%;
  object-fit: contain;
}
.main .right__bottom {
  display: block;
  width: 100%;
  object-fit: contain;
}
.main .title {
  color: #333;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-wrap: balance;
}
.main .title span {
  color: #00b956;
}
.main .main__link {
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 92.308% */
  text-decoration: none;
  border-radius: 100px;
  background: var(--Linear, linear-gradient(237deg, #a831bf -1.36%, #ff644f 52.87%, #f80759 104.89%));
}
.main .main__link img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.main .description {
  color: #333333;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.4;
}
.main .back {
  color: #333333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid #333333;
  opacity: 0.4;
  padding: 10px 20px;
  text-decoration: none;
}
.main .profile {
  display: block;
  object-fit: contain;
  object-position: left center;
  max-height: 34px;
  height: 100%;
  width: 100%;
}

.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=style2.css.map */
