.gt-magic-box {
  position: relative;
  max-width: 700px;
  margin: 2rem auto;
}

.gt-magic-box__ball-desktop {
  width: 100%;
}

.gt-magic-box__ball-mobile {
  width: 100%;
  display: none;
}

.gt-magic-box__list {
  list-style-type: none;
  position: absolute;
  transform: translate(-50%, -60%);
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
}

.gt-magic-box__list li {
  opacity: 1;
  transition: opacity 2s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

li.gt-magic-box__list-item--hidden {
  opacity: 0;
}

li.gt-magic-box__list-item--hidden p {
  display: none;
}

.gt-magic-box__list p {
  margin: 0;
  line-height: 1.1;
}

.gt-magic-box__list-item-first,
.gt-magic-box__list-item-second {
  text-align: center;
}

.gt-magic-box__list-item-first {
  font-size: 1.5em;
}

.gt-magic-box__list-item-second {
  font-size: 1em;
}

.gt-magic-box___loader {
  position: absolute;
  top: calc(50% - 5rem);
  left: calc(50% - 3rem);
  width: 6rem;
  height: 6rem;
}

.blocked {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .gt-magic-box-section {
    font-size: 16px;
  }

  .gt-magic-box__list-item-first {
    font-size: 1.1rem;
  }

  .gt-magic-box__ball-desktop {
    display: none;
  }
  .gt-magic-box__ball-mobile {
    display: block;
  }
  .gt-magic-box {
    max-width: 700px;
  }

  .gt-magic-box___loader {
    width: 2rem;
    height: 2rem;
    top: calc(50% - 32px);
    left: calc(50% - 18px);
  }
}

@media (max-width: 520px) {
  .gt-magic-box-section {
    font-size: 14px;
  }
}
