
@media (max-width: 1200px) {
  .quiz .form__button {
    max-width: 550px;
  }
  .quiz {
    height: fit-content;
    overflow: auto;
  }
  .quiz__wrapper {
    height: fit-content;
    margin: 0;
  }
  .slick-track {
    height: unset;
  }
  .quiz-form__wrapper {
    flex-direction: column;
    height: 100%;
  }
  .quiz-form__side {
    width: 100%;
    height: auto;
    padding: 20px;
    flex-grow: 1;
  }
  .quiz-form__image-wrapper {
    width: 100%;
    height: 280px;
  }
  .quiz-form__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .quiz-form__header {
    padding-top: 30px;
  }
  .quiz-form__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 550px;
    text-align: center;
    margin: auto;
  }
  .quiz-form__label {
    width: 100%;
  }
  .quiz-form__done {
    align-self: center;
  }
  .quiz-form__title {
    margin: 30px 0 20px;
  }
  .quiz-form__subtitle {
    margin-bottom: 25px;
  }
  .quiz-form__input {
    width: 100%;
  }
  .quiz-form__bottom {
    display: none;
  }
  .quiz-form__links {
    flex-direction: column;
    justify-content: unset;
  }
  .quiz-form__image-info {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .quiz-form__image-info .quiz-form__legal {
    max-width: 320px;
  }
  .quiz-form__buttons {
    flex-wrap: nowrap;
  }
  .quiz-main_multiple .quiz-main__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .quiz-main_multiple .quiz-main__label {
    width: 50%;
  }
  .quiz-main__wrapper {
    flex-direction: column;
  }
  .quiz-main__side {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .quiz-main__image-wrapper {
    width: 100%;
    height: 280px;
  }
  .quiz-main__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .quiz-main__header {
    padding-top: 30px;
  }
  .quiz-main__label {
    width: 50%;
  }
}