@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: url("../image/bg8.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 100vh;
}
.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;
  right: 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;
  opacity: 0.75;
}
.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: column;
  justify-content: space-between;
  align-items: center;
}
.main__center {
  margin: auto 0;
}
.main__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px; /* 126.316% */
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 0px 20px #000;
}
@media (max-width: 390px) {
  .main__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
  }
}
.main__title span {
  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__content {
  position: relative;
}
.main__image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 827px) {
  .main__image {
    padding-bottom: 60px;
  }
}
.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: #00B956;
  text-align: center;
  margin-bottom: 20px;
}
@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;
}/*# sourceMappingURL=style8.css.map */