@media screen and (max-width: 1200px) {
  #scene {
    display: none;
  }
  .test__body .test__header .test__header-title {
    font-size: 60px;
    line-height: 66px;
  }
  .test__body .test__header .test__header-subtitle {
    font-size: 36px;
    line-height: 42px;
  }
  .test__body .test__counter {
    font-size: 36px;
    line-height: 42px;
  }
  .test__body .test__question {
    font-size: 32px;
    line-height: 38px;
  }
  .test__body .test__answer {
    font-size: 28px;
    line-height: 34px;
  }
}/*# sourceMappingURL=media-23.css.map */