/* =========== */
.card__wrap .main .card__img {
  width: 56vw;
  height: 104vw;
  margin-top: 0px;
}

@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 194px;
    height: 355px;
  }
}

.markup-interactive {
  position: relative;
}

.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 {
  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;
  }
}

.drop-zone-1,
.spot-1 {
  top: 39%;
  left: 5.8%;
}
.drop-zone-2,
.spot-2 {
  top: 39%;
  left: 94.2%;
}
.drop-zone-3,
.spot-3 {
  top: 50%;
  left: 23.4%;
}
.drop-zone-4,
.spot-4 {
  top: 50%;
  left: 76.8%;
}

.drop-zone-5,
.spot-5 {
  top: 61.2%;
  left: 5.8%;
}

.drop-zone-6,
.spot-6 {
  top: 61.2%;
  left: 94.2%;
}

.tiles {
  width: 100%;
  max-width: 100%;
  height: 13vw;
  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 {
    width: 342px;
    max-width: unset;
    height: 63px;
  }
}

.tile,
.tile-non-contact {
  font-size: 8vw;
  font-weight: bold;
  color: white;
  width: 13vw;
  height: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  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;
  background: rgb(255, 170, 16);
  background: linear-gradient(
    90deg,
    rgba(255, 170, 16, 1) 50%,
    rgba(247, 140, 0, 1) 50%
  );
}

.tile.plug {
  color: white;
  background: #ccc;
  z-index: 1;
}
.tile.in-drop-zone {
  height: 13.4vw;
  width: 13.4vw;
}

.tile-1 {
  top: 0%;
  left: 3.4%;
}
.tile-2 {
  top: 0;
  left: 19.4%;
}
.tile-3 {
  top: 0;
  left: 35.4%;
}
.tile-4 {
  top: 0;
  left: 51.4%;
}
.tile-5 {
  top: 0;
  left: 67.4%;
}
.tile-6 {
  top: 0;
  left: 83.4%;
}
.tile-7 {
  top: 56%;
  left: 11.4%;
}
.tile-8 {
  top: 56%;
  left: 27.4%;
}
.tile-10 {
  top: 56%;
  left: 43.6%;
}
.tile-11 {
  top: 56%;
  left: 59.4%;
}
.tile-12 {
  top: 56%;
  left: 75.6%;
}
@media screen and (min-width: 436px) {
  .tile,
  .tile.in-drop-zone,
  .tile-non-contact {
    font-size: 28px;
    height: 44px;
    width: 44px;
  }
}

.answer-number {
  position: absolute;
  color: #8f8e8e;
  font-weight: 600;
  font-size: 22px;
  padding: 0px;
  letter-spacing: 0px;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  opacity: 0;
}

.answer-number::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/for-border.png);
  background-size: contain;
  width: 100%;
  left: -42%;
  top: 42%;
  background-repeat: no-repeat;
  height: 31%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(180deg);
}
.answer-number.answer-three::before {
  top: 47%;
}
.answer-number.answer-three::after {
  top: 48%;
}
.answer-number.answer-two::before {
  top: 43%;
}
.answer-number.answer-two::after {
  top: 43%;
}
.answer-number::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/for-border.png);
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 31%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 144%;
  top: 42%;
}
@media screen and (min-width: 436px) {
  .answer-number::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../img/for-border.png);
    background-size: contain;
    width: 100%;
    left: -42%;
    top: 42%;
    background-repeat: no-repeat;
    height: 31%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .answer-number::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../img/for-border.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 31%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 144%;
    top: 42%;
  }
  .answer-number.answer-three::before {
    top: 42%;
  }
  .answer-number.answer-three::after {
    top: 42%;
  }
}

@media screen and (min-width: 436px) {
  .answer-number {
    font-size: 18px;
    width: 29px;
    height: 29px;
  }
}

.answer-one {
  top: 50.4%;
  left: 42.6%;
}

.answer-two {
  top: 94.5%;
  left: 42.6%;
}

.answer-three {
  top: 72.2%;
  left: 42.6%;
}
@media screen and (min-width: 436px) {
  .answer-one {
    top: 50.6%;
    left: 42.6%;
  }

  .answer-two {
    top: 95.2%;
    left: 42.6%;
  }

  .answer-three {
    top: 73.2%;
    left: 42.6%;
  }
}

.active {
  z-index: 3;
}
.card__wrap .main {
  position: relative;
  user-select: none;
  -webkit-user-select: none; /* Для iOS */
  -ms-user-select: none; /* Для IE/Edge */
}
.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 .stellar-orbits.winner .tiles {
  display: none;
}
.card__wrap-blocked .explanation-img.show ~ .answer-number {
  display: none;
}

.goal-img ~ .drop-zone-wrap {
  display: none;
}
.goal-img.show ~ .drop-zone-wrap {
  display: block;
}
.card__wrap .bookmark-switch-text {
  top: 47%;
}

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

.card__img .goal-img {
  display: none;
}
.tile.plug {
  user-select: none;
  pointer-events: none;
}
