/* =========== */
.card__wrap .main .card__img {
  width: 82%;
  margin-top: 20px;
}
@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: 25%;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 18px;
}
/* @media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    transition: all 250ms;
    font-size: 16px;
  }
} */
.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: 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: 17%;
    width: 17%;
  }
}
.drop-zone-1 {
  top: 28.3%;
  left: 49.6%;
}
.drop-zone-2 {
  top: 48%;
  left: 28.6%;
}
.drop-zone-3 {
  top: 48%;
  left: 49.6%;
}

.drop-zone-4 {
  top: 48%;
  left: 70.8%;
}

.drop-zone-5 {
  top: 67.6%;
  left: 9.6%;
}

.drop-zone-6 {
  top: 67.6%;
  left: 49.6%;
}

.drop-zone-7 {
  top: 67.6%;
  left: 90%;
}

.tiles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 125%;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  top: 12.5%;
  user-select: none;
  -webkit-user-select: none; /* Для iOS */
  -ms-user-select: none; /* Для IE/Edge */
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 310px;
    max-width: unset;
  }
}

.tile {
  color: white;
  height: 11vw;
  width: 11vw;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin: 0px 2px;
  cursor: pointer;
  transform-origin: center;
  transition: color 150ms, border 150ms;
  position: absolute;
  border: 3px solid white;
  font-size: 8vw;
  font-weight: bold;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  /* background: linear-gradient(
    270deg,
    rgb(103, 151, 240, 1) 50%,
    rgb(147, 202, 255, 1) 50%
  ); */
  background: linear-gradient(
    270deg,
    rgb(113, 161, 250, 1) 50%,
    rgba(113, 185, 282, 1) 50%
  );
}
.tile.big {
  width: 13vw;
  height: 13vw;
}
@media screen and (min-width: 436px) {
  .tile.big {
    width: 48px;
    height: 48px;
  }
}
.one {
  top: 87%;
  left: 1.9%;
}
.two {
  top: 87%;
  left: 15.6%;
}
.three {
  top: 87%;
  left: 29.4%;
}
.four {
  top: 87%;
  left: 43.3%;
}
.five {
  top: 87%;
  left: 56.9%;
}
.six {
  top: 87%;
  left: 70.7%;
}
.seven {
  top: 87%;
  left: 84.4%;
}
@media screen and (min-width: 436px) {
  .tile {
    font-size: 27px;
    height: 38px;
    width: 38px;
  }
  .one {
    top: 86.4%;
    left: 1.4%;
  }
  .two {
    top: 86.4%;
    left: 15.6%;
  }
  .three {
    top: 86.4%;
    left: 29.4%;
  }
  .four {
    top: 86.4%;
    left: 43.3%;
  }
  .five {
    top: 86.4%;
    left: 57.1%;
  }
  .six {
    top: 86.4%;
    left: 71.3%;
  }
  .seven {
    top: 86.4%;
    left: 85.3%;
  }
}

.tiles-plug {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 125%;
  align-items: flex-end;
  position: absolute;
  pointer-events: none;
  top: 0;
}
@media screen and (min-width: 436px) {
  .tiles-plug {
    width: 310px;
    max-width: unset;
  }
}

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

.answer-number {
  position: absolute;
  color: silver;
  font-weight: 600;
  font-size: 21px;
  padding: 0px;
  letter-spacing: 0px;
  z-index: 1;
  width: 28px;
  height: 28px;
  /* border: 1px solid silver; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 0;
}
@media screen and (min-width: 436px) {
  .answer-number {
    font-size: 18px;
    width: 24px;
    height: 24px;
  }
}

.answer-number-arrow {
  width: 0;
  height: 0;
  border-top: 2vw solid transparent;
  border-left: 2vw solid silver;
  border-bottom: 2vw solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 436px) {
  .answer-number-arrow {
    border-top: 8px solid transparent;
    border-left: 8px solid silver;
    border-bottom: 8px solid transparent;
  }
}
.answer-left-edge {
  top: 75%;
  left: -6.6%;
  transform: rotate(-47deg);
}
/* .answer-left-edge span {
  transform: rotate(2deg);
} */
.answer-right-edge {
  /* top: 75%;
  left: 98%;
  transform: rotate(-133deg); */
  top: 12%;
  left: 34.3%;
  transform: rotate(45deg);
}
.answer-right-edge span {
  transform: rotate(270deg);
  /* transform: rotate(180deg); */
}
.answer-bottom-edge {
  top: 63%;
  left: -11.5%;
  transform: rotate(0deg);
}
.answer-bottom-edge span {
  transform: rotate(0deg);
}
.answer-horizontal-edge {
  top: 43%;
  left: 8%;
  transform: rotate(0deg);
}
.answer-horizontal-edge span {
  transform: rotate(0deg);
}
.answer-vertical-edge {
  top: 8%;
  left: 46.3%;
  transform: rotate(90deg);
}
.answer-vertical-edge span {
  transform: rotate(270deg);
}

.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;
}
@media screen and (min-width: 436px) {
  .spot {
    width: 7%;
    height: 7%;
  }
}

.spot-1 {
  top: 24%;
  left: 46.5%;
}
.spot-2 {
  top: 44.5%;
  left: 47%;
}
.spot-3 {
  top: 44.5%;
  left: 25.3%;
}
.spot-4 {
  top: 44.5%;
  left: 68%;
}
.spot-5 {
  top: 63.5%;
  left: 6.3%;
}
.spot-6 {
  top: 63.5%;
  left: 86.8%;
}
.spot-7 {
  top: 63.5%;
  left: 47%;
}
/* @media screen and (min-width: 436px) {
  .spot-1 {
    top: 24%;
    left: 47%;
  }
  .spot-2 {
    top: 44.7%;
    left: 47%;
  }
  .spot-3 {
    top: 44.7%;
    left: 26%;
  }
  .spot-4 {
    top: 44.7%;
    left: 68%;
  }
  .spot-5 {
    top: 64%;
    left: 6.8%;
  }
  .spot-6 {
    top: 64%;
    left: 87.2%;
  }
  .spot-7 {
    top: 64%;
    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-1 600ms ease-in-out infinite;
}

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

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