
.test-wrap {
  position: relative;
  padding: 0px 10px 0 10px;
  background-color: #ffdd00;
  border-top: 1px solid #eee;
}

.test__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 70px 0;
  display: none;
}
.test__body.active {
  display: flex;
}
.test__body .test__header {
  background: #292929;
  margin-bottom: 40px;
  width: calc(100vw - 17px);
}
.test__body .test__header .test__header-title {
  font-family: "Gilroy ExtraBold";
  font-size: 80px;
  line-height: 86px;
  color: #ffdd00;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
}
.test__body .test__header .test__header-subtitle {
  font-family: "Gilroy Bold";
  font-size: 56px;
  line-height: 62px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.test__body .test__header .test__header-subtitle span {
  color: #ffdd00;
}
.test__body .test__counter {
  font-family: "Gilroy Bold";
  font-size: 40px;
  line-height: 46px;
  color: #292929;
  text-align: center;
  margin-bottom: 40px;
}
.test__body .test__question {
  font-family: "Gilroy ExtraBold";
  font-size: 46px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  width: 540px;
  max-width: 100%;
  margin-bottom: 50px;
  padding: 16px 24px;
  background: #292929;
  border-radius: 50px;
}
.test__body .test__question span {
  color: #ffdd00;
  display: block;
}
.test__body .test__answer {
  font-family: "Gilroy Bold";
  font-size: 34px;
  line-height: 40px;
  color: #292929;
  text-align: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #292929;
}
.test__body .test__body-final .promo-text {
  font-family: "Gilroy Semibold";
  font-size: 30px;
  line-height: 36px;
  color: #292929;
  text-align: center;
  margin-bottom: 30px;
}
.test__body .test__body-final .promo-text span {
  font-family: "Gilroy ExtraBold";
  font-size: 38px;
  line-height: 44px;
  text-transform: uppercase;
  display: block;
}
.test__body .test__body-final .promo {
  font-family: "Gilroy ExtraBold";
  font-size: 38px;
  line-height: 44px;
  color: #000;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid #292929;
  border-radius: 30px;
  margin-bottom: 30px;
  position: relative;
}
.test__body .test__body-final .promo::after {
  content: "промокод скопирован!";
  position: absolute;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-color: #ffdd00;
  padding: 4px;
  left: 0;
  width: 160px;
  width: 100%;
  top: 10px;
  border-radius: 24px;
  opacity: 0;
  z-index: -1;
}
.test__body .test__body-final .promo.active::after {
  z-index: 1;
  animation: promo-copy 3s 1;
}
@keyframes promo-copy {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.test__body .test__body-final a {
  font-family: "Gilroy Bold";
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: #292929;
  padding: 16px 24px;
  border-radius: 24px;
  display: block;
}
.test__body .test__body-final a span {
  font-family: "Gilroy ExtraBold";
  font-size: 42px;
  line-height: 48px;
  color: #ffdd00;
  display: block;
}

#scene {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#scene.lastPage .layer.layer-1 img {
  width: 80px;
  left: 32%;
  top: 33%;
}
#scene.lastPage .layer.layer-2 img {
  width: 120px;
  right: 30%;
  top: 34%;
}
#scene.lastPage .layer.layer-3 img {
  width: 100px;
  left: 30%;
  top: 50%;
}
#scene.lastPage .layer.layer-4 img {
  width: 80px;
  right: 30%;
  top: 50%;
}
#scene.lastPage .layer.layer-5 img {
  width: 60px;
  left: 37%;
  top: 60%;
}
#scene.lastPage .layer.layer-6 img {
  width: 80px;
  right: 37%;
  top: 60%;
}

.layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.layer img {
  position: absolute;
}
.layer.layer-1 img {
  width: 150px;
  left: 20%;
  top: 23%;
}
.layer.layer-2 img {
  width: 200px;
  right: 20%;
  top: 23%;
}
.layer.layer-3 img {
  width: 180px;
  left: 20%;
  top: 50%;
}
.layer.layer-4 img {
  width: 100px;
  right: 20%;
  top: 50%;
}
.layer.layer-5 img {
  width: 80px;
  left: 20%;
  top: 80%;
}
.layer.layer-6 img {
  width: 110px;
  right: 20%;
  top: 80%;
}/*# sourceMappingURL=style-23.css.map */