@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-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: linear-gradient(168.54deg, #009244 0%, #00B956 100%);
}
.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: 810px) {
  .container {
    padding: 0 18px;
  }
}

#block__quiz {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
}

#block__finish {
  display: none;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
}

.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header {
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
}
.header__container {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 15px;
}
.header__danger {
  position: absolute;
  right: 0;
  top: 0;
}

.footer {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.1019607843);
}
.footer__container {
  max-width: 260px;
  text-align: center;
}
.footer__container p {
  opacity: 0.7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  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;
}
.footer__finish {
  display: none;
}

.main__title {
  font-size: 30px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 390px) {
  .main__title {
    font-size: 22px;
    font-style: normal;
  }
}
@media (max-height: 810px) {
  .main__title {
    font-size: 20px;
  }
}
.main__content {
  position: relative;
}
.main__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 100%;
  max-height: 350px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 810px) {
  .main__image {
    padding-bottom: 20px;
  }
}
@media (max-height: 810px) {
  .main__image {
    max-height: 200px;
  }
}
.main__button {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main__link {
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  width: 100%;
  padding: 20px 15px;
  border-radius: 190px;
  background: linear-gradient(90deg, #731982 0%, #B32ACA 100%);
  text-align: center;
  border: none;
  margin-bottom: 10px;
}
@media (max-height: 810px) {
  .main__link {
    font-size: 20px;
    padding: 15px 10px;
  }
}
.main__description {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-height: 810px) {
  .main__description {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.main__timer {
  padding: 40px 10px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
}
.main__timer::before {
  content: url("../image/timer.png");
}
@media (max-height: 810px) {
  .main__timer {
    padding: 20px 10px;
  }
}
.main__question {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.5px;
  text-align: center;
}
.main__skip {
  width: 100%;
  background: transparent;
  border-radius: 200px;
  padding: 8px 24px 8px 24px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.main__block-quiz {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main__answers {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.main__answers button {
  max-height: 142px;
  height: 15dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  border: none;
  max-width: 50%;
  width: 100%;
  background: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 27.5px;
  color: #333333;
  padding: 20px 7px;
}
@media (max-height: 810px) {
  .main__answers button {
    font-size: 18px;
    line-height: 1;
  }
}
.main__doth {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.main__doth span {
  display: block;
  opacity: 0.2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  transition: opacity 0.3s ease-in-out;
}
.main__doth span.active {
  opacity: 1;
}
.main__pay {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.4765027165px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-height: 810px) {
  .main__pay {
    font-size: 12px;
  }
}
.main__results {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.main__coin, .main__rait {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  width: 40%;
  padding: 5px 10px;
}
@media (max-height: 810px) {
  .main__coin, .main__rait {
    font-size: 16px;
    line-height: 1;
  }
}
.main__coin {
  border-right: 1px solid #FFFFFF;
}
.main__check {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.main__check::before {
  content: url("../image/check.png");
  width: 24px;
  height: 24px;
  display: inline-block;
}

#finish__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-height: 810px) {
  #finish__title {
    display: none;
    font-size: 20px;
    line-height: 1;
  }
}

@media (max-height: 810px) {
  #block__quiz .main__title {
    font-size: 16px;
  }
}
@media (max-height: 810px) {
  #block__quiz .main__question {
    font-size: 20px;
    line-height: 1;
    min-height: 120px;
  }
}

@media (max-height: 810px) {
  #block__finish .main__image {
    max-height: 180px;
    padding: 0;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */