/* =========== */
.card__wrap .main .card__img {
  width: 82%;
  margin-top: 2px;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    /* width: 91%; */
  }
}
.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: 32%;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-top: 35%;
    transition: all 250ms;
    font-size: 17px;
  }
}
.card__wrap-blocked .card__text {
  margin-top: 0%;
}
.card__wrap-blocked .tiles-plug {
  display: none;
}
.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}

.drop-zone {
  height: 11vw;
  width: 11vw;
  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: 41px;
    width: 41px;
  }
}
.drop-zone-1 {
  top: 12.2%;
  left: 32.3%;
}
.drop-zone-2 {
  top: 12.2%;
  left: 87.5%;
}
.drop-zone-3 {
  top: 32.7%;
  left: 67.8%;
}

.drop-zone-4 {
  top: 32.7%;
  left: 12.2%;
}

.drop-zone-5 {
  top: 66.8%;
  left: 32.2%;
}

.drop-zone-6 {
  top: 66.8%;
  left: 87.5%;
}

.drop-zone-7 {
  top: 87%;
  left: 12.2%;
}
.drop-zone-8 {
  top: 87%;
  left: 67.8%;
}

.tiles {
  width: 52vw;
  min-width: 110%;
  height: 147%;
  margin-top: 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  top: 17%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles {
    height: 150%;
    top: 19%;
  }
}

.tile {
  color: white;
  font-size: 8vw;
  font-weight: bold;
  height: 11vw;
  width: 11vw;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  transform-origin: center;
  transition: color 150ms, border 150ms;
  position: absolute;
  border: 3px solid white;
  justify-content: center;
  cursor: pointer;

  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: linear-gradient(
    270deg,
    rgb(112 120 235) 50%,
    rgb(171 175 240) 50%
  );
}
.tile.big {
  height: 15vw;
  width: 15vw;
}
.one {
  top: 79.2%;
  left: 21.6%;
}
.two {
  top: 79.2%;
  left: 36.3%;
}
.three {
  top: 79.2%;
  left: 51.2%;
}
.four {
  top: 79.2%;
  left: 65.8%;
}
.five {
  top: 89.8%;
  left: 21.6%;
}
.six {
  top: 89.8%;
  left: 36.3%;
}
.seven {
  top: 89.8%;
  left: 51.2%;
}
.eight {
  top: 89.8%;
  left: 65.8%;
}

@media screen and (min-width: 436px) {
  .tile {
    font-size: 27px;
    height: 38px;
    width: 38px;
  }
  .tile.big {
    height: 55px;
    width: 55px;
  }
  .one {
    top: 79.2%;
    left: 18.8%;
  }
  .two {
    top: 79.2%;
    left: 35.2%;
  }
  .three {
    top: 79.2%;
    left: 52%;
  }
  .four {
    top: 79.2%;
    left: 68.9%;
  }
  .five {
    top: 89.8%;
    left: 18.8%;
  }
  .six {
    top: 89.8%;
    left: 35.2%;
  }
  .seven {
    top: 89.8%;
    left: 52%;
  }
  .eight {
    top: 89.8%;
    left: 68.9%;
  }
}

.tiles-plug {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  height: 146%;
  position: absolute;
  pointer-events: none;
  top: -7%;
  align-items: flex-end;
  align-content: flex-end;
  width: 52vw;
}
@media screen and (min-width: 436px) {
  .tiles-plug {
    width: 70%;
    height: 150%;
  }
}

.tile-one,
.tile-two,
.tile-three,
.tile-four,
.tile-five,
.tile-six,
.tile-seven,
.tile-eight {
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
  height: 11vw;
  width: 11vw;
  display: flex;
  justify-content: center;
  background-color: #ccc;
  border-radius: 50%;
  margin: 3px 2px;
  transform-origin: center;
  pointer-events: none;
  border: 3px solid white;
  align-items: center;
}
@media screen and (min-width: 436px) {
  .tile-one,
  .tile-two,
  .tile-three,
  .tile-four,
  .tile-five,
  .tile-six,
  .tile-seven,
  .tile-eight {
    font-size: 27px;
    height: 38px;
    width: 38px;
    margin: 3.4px 2px;
  }
}

.answer-number {
  position: absolute;
  color: silver;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #a4a4a4;
  letter-spacing: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 0;
}
.answer-number.dashed {
  border: 1px dashed gray;
}
@media screen and (min-width: 436px) {
  .answer-number {
    /* font-size: 19px;
    width: 31px;
    height: 31px; */
  }
}
.answer-left-edge {
  top: 44%;
  left: 18.2%;
  transform: skew(-1deg, -48deg);
  width: 23px;
  height: 42px;
}
/* .answer-left-edge span {
  transform: rotate(111deg);
} */
.answer-top-edge {
  top: 18.8%;
  left: 42%;
  transform: skew(-44deg, 0deg);
  width: 42px;
  height: 23px;
}
/* .answer-top-edge span {
  transform: rotate(225deg);
} */

.answer-right-edge {
  top: 44%;
  left: 74.2%;
  transform: skew(-1deg, -48deg);
  width: 23px;
  height: 42px;
}
/* .answer-right-edge span {
  transform: rotate(150deg);
} */
.answer-bottom-edge {
  top: 73.7%;
  left: 42%;
  transform: skew(-44deg, 0deg);
  width: 42px;
  height: 23px;
}
/* .answer-bottom-edge span {
  transform: rotate(228deg);
} */
.answer-front-edge {
  top: 50.9%;
  left: 38.3%;
  width: 39px;
  height: 39px;
  font-size: 20px;
  font-weight: 500;
}
/* .answer-front-edge span {
  transform: rotate(24deg);
} */
.answer-back-edge {
  top: 39%;
  left: 51%;
  width: 39px;
  height: 39px;
  font-size: 20px;
  font-weight: 500;
}
/* .answer-back-edge span {
  transform: rotate(40deg);
} */

.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;
}
.spot {
  width: 6vw;
  height: 6vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;

  pointer-events: none;
  background-color: #ffffffbf;
  opacity: 0;
  transition: all 200ms;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 436px) {
  .spot {
    width: 18px;
    height: 18px;
  }
}

.spot-1 {
  top: 12.2%;
  left: 32%;
}
.spot-2 {
  top: 12.2%;
  left: 87.2%;
}
.spot-3 {
  top: 32.5%;
  left: 12.5%;
}
.spot-4 {
  top: 32.5%;
  left: 67.5%;
}
.spot-5 {
  top: 67%;
  left: 32.4%;
}
.spot-6 {
  top: 67%;
  left: 87.5%;
}
.spot-7 {
  top: 87.2%;
  left: 12%;
}
.spot-8 {
  top: 87.2%;
  left: 67.8%;
}

/* @media screen and (min-width: 436px) {
  .spot-1 {
    top: 25.3%;
    left: 47%;
  }
  .spot-2 {
    top: 44.7%;
    left: 47%;
  }
  .spot-3 {
    top: 44.7%;
    left: 25.5%;
  }
  .spot-4 {
    top: 44.7%;
    left: 68.2%;
  }
  .spot-5 {
    top: 63.5%;
    left: 5.6%;
  }
  .spot-6 {
    top: 63.5%;
    left: 88.2%;
  }
  .spot-7 {
    top: 63.5%;
    left: 47%;
  }
} */
.spot-1.show {
  animation: fade-in-out-1 600ms ease-in-out infinite;
}

.spot-2.show {
  animation: fade-in-out-2 600ms ease-in-out infinite;
}

.spot-3.show {
  animation: fade-in-out-3 600ms ease-in-out infinite;
}

.spot-4.show {
  animation: fade-in-out-4 600ms ease-in-out infinite;
}

.spot-5.show {
  animation: fade-in-out-2 600ms ease-in-out infinite;
}

.spot-6.show {
  animation: fade-in-out-3 600ms ease-in-out infinite;
}

.spot-7.show {
  animation: fade-in-out-4 600ms ease-in-out infinite;
}
.spot-8.show {
  animation: fade-in-out-1 600ms ease-in-out infinite;
}
.spot-9.show {
  animation: fade-in-out-1 600ms ease-in-out infinite;
}
@keyframes fade-in-out-1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 436px) {
  #body_pzl-classics .for-float-wrapper .intro__title-letter {
    margin-bottom: -2px;
  }
}
