@media screen and (max-width: 1200px) {
  html {
    font-size: 1.4vw;
  }
  body {
    overflow-y: auto;
  }

  .howto {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.8vw;
  }

}
@media screen and (max-width: 800px) {
  html {
    font-size: 2vw;
  }

  .howto {
    padding: 40px 13px;
  }
  .howto__wrap {
    border-width: 24px;
    -webkit-border-radius: 64px;
            border-radius: 64px;
    padding: 36px 25px 25px 25px;
  }

  .game__head {
    top: 47px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
  }


}
@media screen and (max-width: 600px) {
  html {
    font-size: 3vw;
  }

  .button {
    font-size: 24px;
    width: auto;
    padding: 15px 30px;
    min-width: 170px;
  }
  .result {
    padding: 90px 20px;
  }
  .result__title {
    font-size: 8vw;
    margin-bottom: 48px;
  }
  .result__info{
    gap: 12px;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .result__info li{
    max-width: 340px;
    font-size: 14px;
    line-height: 130%;
    padding: 8px 18px;
  }
  .result__info li img {
    width: 64px;
    height: 64px;
    margin-right: 12px;
  }
  .result__desc {
    font-size: 16px;
    margin: 12px 0 0 0;
  }
  .result__button {
    min-width: 210px;
  }
  .howto__wrap {
    border-width: 12px;
    -webkit-border-radius: 32px;
            border-radius: 32px;
  }
  .game__head {
    top: 20px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    padding: 14px 24px;
  }
  .game__time {
    width: 100px;
    font-size: 24px;
    padding: 8px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .game__time span {
    margin: 0;
  }
  .game__time strong {
    display: none;
  }
  .game__mute {
    width: 24px;
    height: 24px;
  }
  .game__character img {
    max-width: 140px;
  }

  .game__score{
    font-size: 24px;
  }

}
@media screen and (max-width: 414px) {
  .game__score{
    font-size: 20px;
  }
  .game__time {
    width: 100px;
    font-size: 20px;
    width: 85px;
  }
  .game__counter{
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 390px) {
  .game__head {
    padding: 14px;
  }
  .game__time {
    -webkit-transform: translate(-30%, -50% );
        -ms-transform: translate(-30%, -50% );
            transform: translate(-30%, -50% );
  }
}
