/* =========== */
.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: 36%;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 17px;
}
@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: 15vw;
  width: 15vw;
  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: 50px;
    width: 50px;
  }
}
.drop-zone-1 {
  top: 8.8%;
  left: 49.6%;
}
.drop-zone-2 {
  top: 35.8%;
  left: 34%;
}
.drop-zone-3 {
  top: 35.8%;
  left: 65.3%;
}

.drop-zone-4 {
  top: 62.4%;
  left: 19%;
}

.drop-zone-5 {
  top: 62.4%;
  left: 80.4%;
}

.drop-zone-6 {
  top: 89%;
  left: 4%;
}

.drop-zone-7 {
  top: 89%;
  left: 34.5%;
}
.drop-zone-8 {
  top: 89%;
  left: 65%;
}
.drop-zone-9 {
  top: 89%;
  left: 95.5%;
}

.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: 12vw;
  width: 12vw;
  display: flex;
  align-items: center;

  border-radius: 50%;
  margin: 0;
  /* 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;
  color: white;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none; /* Для iOS */
  -ms-user-select: none; /* Для IE/Edge */
  background: linear-gradient(
    270deg,
    rgba(127, 133, 212, 1) 50%,
    rgba(188, 192, 247, 1) 50%
  );
  background: linear-gradient(
    270deg,
    rgba(127, 133, 212, 1) 50%,
    rgba(166, 170, 227, 1) 50%
  );
}
.tile.big {
  height: 15vw;
  width: 15vw;
}
.one {
  top: 85.6%;
  left: 8.5%;
}
.two {
  top: 85.6%;
  left: 26%;
}
.three {
  top: 85.6%;
  left: 43.2%;
}
.four {
  top: 85.6%;
  left: 60.6%;
}
.five {
  top: 85.6%;
  left: 77.7%;
}
.six {
  top: 97.3%;
  left: 17.2%;
}
.seven {
  top: 97.3%;
  left: 34.6%;
}
.eight {
  top: 97.3%;
  left: 52%;
}
.nine {
  top: 97.3%;
  left: 69.2%;
}
@media screen and (min-width: 436px) {
  .tile {
    font-size: 27px;
    height: 38px;
    width: 38px;
  }
  .tile.big {
    height: 50px;
    width: 50px;
  }
  .one {
    top: 87.1%;
    left: 10.3%;
  }
  .two {
    top: 87.1%;
    left: 27%;
  }
  .three {
    top: 87.1%;
    left: 43.7%;
  }
  .four {
    top: 87.1%;
    left: 60.5%;
  }
  .five {
    top: 87.1%;
    left: 77.1%;
  }
  .six {
    top: 98%;
    left: 18.6%;
  }
  .seven {
    top: 98%;
    left: 35.5%;
  }
  .eight {
    top: 98%;
    left: 51.9%;
  }
  .nine {
    top: 98%;
    left: 68.6%;
  }
}

.tiles-plug {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  height: 136%;
  position: absolute;
  pointer-events: none;
  top: 0;
  align-items: flex-end;
  align-content: flex-end;
}
@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,
.tile-eight,
.tile-nine {
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
  height: 12vw;
  width: 12vw;
  display: flex;
  justify-content: center;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0px 7px;
  transform-origin: center;
  pointer-events: none;
  border: 2px 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,
  .tile-nine {
    font-size: 30px;
    height: 38px;
    width: 38px;
    border: 2px solid white;
  }
}

/* .answer-number {
  position: absolute;
  color: silver;
  font-weight: 600;
  font-size: 22px;
  padding: 4px;
  letter-spacing: 0px;
  z-index: 1;
  width: 33px;
  height: 33px;
  border: 1px solid silver;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  opacity: 0;
}
@media screen and (min-width: 436px) {
  .answer-number {
    font-size: 19px;
    width: 31px;
    height: 31px;
  }
} */
.answer-number {
  position: absolute;
  color: #8f8e8e;
  font-weight: 600;
  font-size: 21px;
  padding: 0px;
  letter-spacing: 0px;
  z-index: 1;
  width: 28px;
  height: 28px;
  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: 3.4vw solid #8f8e8e;
  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: 12px solid #8f8e8e;
    border-bottom: 8px solid transparent;
  }
}

.answer-left-edge {
  top: 43%;
  left: 10%;
  transform: rotate(0deg);
  /* border-radius: 100% 0% 100% 100%; */
}
.answer-left-edge span {
  transform: rotate(0deg);
}
.answer-right-edge {
  top: 43%;
  left: 80.5%;
  /* border-radius: 100% 0% 100% 100%; */
  transform: rotate(180deg);
}
.answer-right-edge span {
  transform: rotate(180deg);
}
.answer-bottom-edge {
  top: 96%;
  left: 44.8%;
  /* border-radius: 100% 0% 100% 100%; */
  transform: rotate(270deg);
}
.answer-bottom-edge span {
  transform: rotate(90deg);
}

.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: 7%;
    height: 7%;
  }
}

.spot-1 {
  top: 9%;
  left: 50%;
}
.spot-2 {
  top: 35%;
  left: 34%;
}
.spot-3 {
  top: 62.5%;
  left: 18.8%;
}
.spot-4 {
  top: 89%;
  left: 3.3%;
}
.spot-5 {
  top: 35%;
  left: 65.4%;
}
.spot-6 {
  top: 62.5%;
  left: 80.5%;
}
.spot-7 {
  top: 89%;
  left: 96%;
}
.spot-8 {
  top: 89%;
  left: 34%;
}
.spot-9 {
  top: 89%;
  left: 64%;
}
/* @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;
  }
}
