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

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 100dvh;
  background: #652D86;
}
.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: 11px;
  position: relative;
  padding-bottom: 20px;
}
.header__container {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 20px;
}
.header__danger {
  position: absolute;
  left: 0;
  top: 0;
}

.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;
}
.footer__container p a {
  color: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.main__title {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 390px) {
  .main__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
}
.main__title span {
  display: block;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 10px auto;
  border: 1px solid #FFFFFF;
}
@media (max-width: 390px) {
  .main__title span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
}
.main__content {
  position: relative;
}
.main__image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 390px) {
  .main__image {
    padding-bottom: 20px;
  }
}
@media (max-height: 827px) {
  .main__image {
    max-height: 240px;
  }
}
.main__button {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main__link {
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  width: 100%;
  padding: 27px 15px;
  border-radius: 14px;
  background: #00B48C;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 10px 10px #333333;
}
@media (max-width: 390px) {
  .main__link {
    font-size: 20px;
  }
}
.main__pay {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */