@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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background: #00B956;
  color: #FFFFFF;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.header {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 15px;
  width: 100%;
}
@media (max-height: 827px) {
  .header {
    padding-top: 20px;
  }
}
.header__danger {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-height: 827px) {
  .header__danger {
    right: 10px;
    width: 28px;
    height: 28px;
  }
  .header__danger img {
    display: block;
    width: inherit;
    height: inherit;
  }
}

.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.main__title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  margin-bottom: 21px;
  padding: 0;
}
@media (max-height: 827px) {
  .main__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.main__title-description {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
@media (max-height: 827px) {
  .main__title-description {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.main__banner {
  background: #731982;
  padding: 19px;
}
@media (max-height: 827px) {
  .main__banner {
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
.main__banner-text {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-height: 827px) {
  .main__banner-text {
    font-size: 30px;
  }
}
.main__banner-slug {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-height: 827px) {
  .main__banner-slug {
    font-size: 16px;
  }
}
.main__relative {
  position: relative;
  padding-top: 328px;
}
@media (max-height: 827px) {
  .main__relative {
    padding-top: 258px;
  }
}
.main__image {
  position: absolute;
  top: -16px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 326px;
}
@media (max-height: 827px) {
  .main__image {
    top: -12px;
    max-height: 258px;
    margin-bottom: 3px;
  }
}
.main__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 18px;
}
@media (max-height: 827px) {
  .main__btn {
    padding: 22px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.main__btn-green {
  background: #6A2383;
}
.main__description {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 41px;
}
@media (max-height: 827px) {
  .main__description {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.slug {
  margin: auto;
}
.slug__title {
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-height: 827px) {
  .slug__title {
    font-size: 30px;
  }
}

.footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex: 0 0 auto;
  padding: 38px;
  font-size: 13px;
  font-weight: 400;
}
@media (max-height: 870px) {
  .footer {
    padding: 20px 0 20px;
  }
}
.footer__link {
  width: 100%;
  color: inherit;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}/*# sourceMappingURL=style12.css.map */