/* =========== */
.card__wrap .main .card__img {
  width: 82%;
}

.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;
  }
}
.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;
}
.drop-zone-non-contact {
  font-size: 1px;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    height: 50px;
    width: 50px;
  }
}

.drop-zone-1,
.spot-1 {
  top: 14%;
  left: 50%;
}
.drop-zone-2,
.spot-2 {
  top: 24.6%;
  left: 75.4%;
}
.drop-zone-3,
.spot-3 {
  top: 50%;
  left: 86%;
}
.drop-zone-4,
.spot-4 {
  top: 75.4%;
  left: 75.4%;
}

.drop-zone-5,
.spot-5 {
  top: 85.8%;
  left: 50%;
}

.drop-zone-6,
.spot-6 {
  top: 75.4%;
  left: 24.5%;
}

.drop-zone-7 {
  top: 0%;
  left: 0%;
}
.drop-zone-8,
.spot-7 {
  top: 24.6%;
  left: 24.6%;
}
.drop-zone-9,
.spot-8 {
  top: 50%;
  left: 50%;
}

.tiles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 134%;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  top: 17%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 310px;
    max-width: unset;
    height: 145%;
    top: 22%;
  }
}

.tile {
  position: absolute;
  width: 12vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9.5vw;
  font-weight: bold;
  color: #ffffff;
  background-color: #71a1fa;
  border: 1px solid #71a1fa;
  border-radius: 50%;
  /* margin: 5px 4px; */
  cursor: pointer;
  transform-origin: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.tile.big {
  font-size: 12vw;
  font-weight: 700;
  color: white;
  height: 10vw;
  width: 10vw;
  border: none;
  background-color: transparent;
  margin: 0;
}
.tile.in-drop-zone {
  font-size: 8.5vw;
  font-weight: 700;
  height: 10vw;
  width: 10vw;
  background-color: #71a1fa;
  border: 1px solid #71a1fa;
}

.tile-non-contact {
  color: white;
  font-size: 12vw;
  font-weight: 700;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 14%;
}
@media screen and (min-width: 436px) {
  .tile-non-contact {
    font-size: 43px;
  }
}

.one {
  top: 77.6%;
  left: 10%;
}
.two {
  top: 77.6%;
  left: 26.7%;
}
.three {
  top: 77.6%;
  left: 43.4%;
}
.four {
  top: 77.6%;
  left: 60%;
}
.five {
  top: 77.7%;
  left: 76.8%;
}
.six {
  top: 89%;
  left: 18.5%;
}
.seven {
  display: none;
}
.eight {
  top: 89%;
  left: 51.8%;
}
.nine {
  top: 89%;
  left: 68.4%;
}
@media screen and (min-width: 436px) {
  .tile {
    font-size: 30px;
    height: 41.5px;
    width: 41.5px;
  }
  .tile.big {
    height: 45px;
    width: 45px;
    font-size: 43px;
  }
  .tile.in-drop-zone {
    font-size: 30px;
    height: 41.5px;
    width: 41.5px;
  }

  .one {
    top: 74.8%;
    left: 9.4%;
  }
  .two {
    top: 74.8%;
    left: 26.4%;
  }
  .three {
    top: 74.8%;
    left: 43.2%;
  }
  .four {
    top: 74.8%;
    left: 60.4%;
  }
  .five {
    top: 74.8%;
    left: 77.2%;
  }
  .six {
    top: 85.2%;
    left: 18%;
  }

  .eight {
    top: 85.2%;
    left: 52%;
  }
  .nine {
    top: 85.2%;
    left: 68.8%;
  }
}

.tiles-plug {
  align-content: flex-end;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 134%;
  align-items: flex-end;
  position: absolute;
  z-index: 1;
  top: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles-plug {
    width: 310px;
    max-width: 270px;
    min-width: unset;
    height: 138%;
  }
}

.tile-one,
.tile-two,
.tile-three,
.tile-four,
.tile-five,
.tile-six,
.tile-seven,
.tile-eight,
.tile-nine {
  width: 12vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9.5vw;
  font-weight: bold;
  color: silver;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 50%;
  margin: 1px 6px;
  cursor: pointer;
  transform-origin: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
@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: 41px;
    width: 41px;
  }
}

.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-one-edge {
  top: -9.8%;
  left: 45.4%;
  transform: rotate(90deg);
}
.answer-one-edge span {
  transform: rotate(270deg);
}
.answer-two-edge {
  top: 7%;
  left: 85.3%;
  transform: rotate(140deg);
}
.answer-two-edge span {
  transform: rotate(180deg);
}
.answer-three-edge {
  top: 45.4%;
  left: 100.3%;
  transform: rotate(180deg);
}
.answer-three-edge span {
  transform: rotate(180deg);
}
.answer-four-edge {
  top: 85%;
  left: 84.3%;
  transform: rotate(225deg);
}
.answer-four-edge span {
  transform: rotate(180deg);
}

.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-radius: 50%;
  position: absolute;
  pointer-events: none;
  background-color: #fff77ebf;
  transition: all 200ms;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

@media screen and (min-width: 436px) {
  .spot {
    width: 7%;
    height: 7%;
  }
}

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