/* =========== */
.card__wrap .main .card__img {
  width: 88vw;
  height: 88vw;
  margin-bottom: 33vw;
}

@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 300px;
    height: 300px;
    margin-bottom: 120px;
  }
}

.markup-interactive {
  position: relative;
  width: 100%;
  margin-top: 5vw;
}
@media screen and (min-width: 436px) {
  .markup-interactive {
    margin-top: 40px;
  }
}
.text-confirm-answer {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-top: 30%;
  margin-bottom: 25px;
  transition: all 250ms;
  font-size: 17px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 16px;
    margin-top: 45%;
  }
}
.card__wrap-blocked .card__text {
  margin-top: 0%;
}
.card__wrap-blocked .tiles-plug {
  display: none;
}
.card__wrap .card__text {
  font-size: 18px;
  text-align: left;
  margin-top: 17px;
  margin-bottom: 30px;
}
.drop-zone {
  font-size: 1px;
  color: transparent;
  height: 13vw;
  width: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
}

@media screen and (min-width: 436px) {
  .drop-zone {
    height: 44px;
    width: 44px;
  }
}

.tiles {
  width: 100%;
  max-width: 100%;
  height: 27vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
@media screen and (min-width: 436px) {
  .tiles {
    height: 100px;
  }
}

.tile,
.tile-non-contact {
  font-size: 1px;
  font-weight: bold;
  color: transparent;
  width: 25vw;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  transform-origin: center;
  transition: color 150ms, border 150ms;
  position: absolute;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2;
  border: 3px solid #ffff80;
  transform: translate(-50%, -50%);
}

.tile.plug {
  color: transparent;
  background-color: transparent;
  border: 2px dashed silver;
  z-index: 1;
}
.tile.in-drop-zone {
  color: transparent;
  height: 51vw;
  width: 51vw;
  background: none;
  border: 3px solid #ffff80;
  transform: translate(0);
}

.tile-1 {
  top: 50%;
  left: 15%;
}
.tile-2 {
  top: 50%;
  left: 50%;
}
.tile-3 {
  top: 50%;
  left: 85%;
}

.active {
  z-index: 3;
  width: 51vw;
  height: 51vw;
  /* transform: scale(2); */
}
.active.in-drop-zone {
  transform: scale(1);
  transform: translate(0);
}
@media screen and (min-width: 436px) {
  .tile,
  .tile-non-contact {
    height: 95px;
    width: 95px;
  }
  .tile.in-drop-zone,
  .active {
    width: 175px;
    height: 175px;
  }
}
.card__wrap-blocked .plug {
  display: none;
}
.card__wrap .main {
  position: relative;
  flex-wrap: wrap;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .card__wrap .main {
    /* max-height: 420px; */
  }
}
.interactive-container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 436px) {
  .interactive-container {
    width: 100%;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
  }
}
.drop-zone-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (min-width: 436px) {
  #body_pzl-classics .for-float-wrapper .intro__title-letter {
    margin-bottom: -2px;
  }
}
.main .restart {
  display: flex;
  width: 35px;
  position: absolute;
  top: 5px;
  left: 83%;
  cursor: pointer;
  z-index: 34;
}

.card__wrap-blocked .restart {
  display: none;
}
/* .card__wrap-blocked .answer-number */
.card__wrap-blocked .splitting-up-the-stars.winner .plug {
  display: none;
}

.goal-img ~ .drop-zone-wrap {
  display: none;
}
.goal-img.show ~ .drop-zone-wrap {
  display: block;
  width: 45%;
  height: 45%;
  border: 4px solid #1d335c;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  opacity: 0;
}
.card__wrap .bookmark-switch-text {
  top: 28%;
}

.card__img .goal-img.show {
  display: flex;
}

.card__img .goal-img {
  display: none;
}
.tile.plug {
  user-select: none;
  pointer-events: none;
}
.card__wrap .restart {
  display: flex;
  width: 32px;
  position: absolute;
  top: 55px;
  left: 86%;
  cursor: pointer;
  z-index: 2;
}

.card__wrap-blocked .restart {
  display: none;
}
