@media (max-width: 992px) {
  .label {
    top: 10px;
    left: 10px;
    min-width: calc(100vw - 20px);
  }
  #app-main {
    display: block;
  }
  .quiz__container {
    padding: 0px 8px;
  }
  #prize {
    position: static;
    top: 0;
    left: 0;
    background-image: none;
    width: 100%;
    background-size: cover;
    background-position: 10%;
    background-repeat: no-repeat;
    height: auto;
  }
  #prize__image {
    display: block;
    object-fit: cover;
  }
  .bg {
    display: none;
  }
  .prize__image {
    display: block;
    width: 100%;
  }
  .prize__image img {
    width: 100%;
  }
  #prize__image img {
    width: 100%;
  }
  .quiz__title {
    display: none;
  }
  .quiz__items_pc {
    display: none;
  }
  .quiz__button {
    height: 34px;
    font-size: 11px;
  }
  .bg {
    height: 300px;
  }
  .copy {
    padding: 0 15px;
  }

  .form__btn {
    font-size: 21px !important;
  }

  .quiz__items_mob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  form {
    width: 100%;
    max-width: 100%;
  }

  body {
    display: block !important;
  }

  .registration-formular__legend {
    line-height: 115%;
    font-size: 27px;
  }

  .quiz__item span {
    color: #6e9850;
    font-size: 16px;
    line-height: 120%;
  }

  .quiz__item br {
    display: none;
  }
}
