/* =========== */
.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: 41%;
  margin-bottom: 25px;
  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;
}
.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;
  }
}

.tiles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 150%;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  top: 24.5%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles {
    min-width: 114.2%;
    height: 153%;
    top: 27%;
  }
}

.tile {
  position: absolute;
  width: 11vw;
  height: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9vw;
  font-weight: bold;
  color: white;
  transform-origin: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: rgb(103, 154, 250);
  background: linear-gradient(
    270deg,
    rgba(103, 154, 250, 1) 50%,
    rgba(133, 176, 255, 1) 50%
  );
  transition: background 250ms;
}
.tile.big {
  font-size: 12vw;
  font-weight: 800;
  height: 12vw;
  width: 12vw;
  border: none;
  background: transparent;
  margin: 0;
}
.tile.in-drop-zone {
  font-size: 10vw;
  font-weight: 800;
  height: 10vw;
  width: 10vw;
  background: rgb(103, 154, 250);
  background: linear-gradient(
    270deg,
    rgba(103, 154, 250, 1) 50%,
    rgba(133, 176, 255, 1) 50%
  );
}
.one {
  top: 68.4%;
  left: 27.8%;
}
.two {
  top: 68.4%;
  left: 44%;
}
.three {
  top: 68.4%;
  left: 60.2%;
}
.four {
  top: 79.4%;
  left: 27.8%;
}
.five {
  top: 79.4%;
  left: 44%;
}
.six {
  top: 79.4%;
  left: 60.2%;
}
.seven {
  top: 90.4%;
  left: 27.8%;
}
.eight {
  top: 90.4%;
  left: 44%;
}
.nine {
  top: 90.4%;
  left: 60.2%;
}
@media screen and (min-width: 436px) {
  .tile {
    font-size: 30px;
    height: 38px;
    width: 38px;
  }
  .tile.big {
    height: 38px;
    width: 38px;
    font-size: 43px;
  }
  .tile.in-drop-zone {
    font-size: 30px;
    height: 38px;
    width: 38px;
  }
}

.tiles-plug {
  align-content: flex-end;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  max-width: 60%;
  height: 150%;
  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: 190px;
    height: 154%;
    max-width: unset;
  }
}

.tile-one,
.tile-two,
.tile-three,
.tile-four,
.tile-five,
.tile-six,
.tile-seven,
.tile-eight,
.tile-nine {
  width: 11vw;
  height: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9vw;
  font-weight: bold;
  color: silver;
  background-color: #fff;
  border: 1px solid silver;
  margin: 5px 7px;
  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: 38px;
    width: 38px;
  }
}

.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: 0%;
  left: 22.5%;
  transform: rotate(90deg);
}
.answer-left-edge span {
  transform: rotate(-90deg);
}
.answer-center-edge {
  top: 0%;
  left: 46%;
  transform: rotate(90deg);
}
.answer-center-edge span {
  transform: rotate(-90deg);
}
.answer-right-edge {
  top: 0%;
  left: 68.8%;
  transform: rotate(90deg);
}
.answer-right-edge span {
  transform: rotate(-90deg);
}

.answer-top-edge {
  top: 22.4%;
  left: 0%;
  transform: rotate(0deg);
}
.answer-top-edge span {
  transform: rotate(0deg);
}
.answer-horizontal-center-edge {
  top: 45.6%;
  left: 0%;
  transform: rotate(0deg);
}
.answer-horizontal-center-edge span {
  transform: rotate(0deg);
}
.answer-bottom-edge {
  top: 68.8%;
  left: 0%;
  transform: rotate(0deg);
}
.answer-bottom-edge span {
  transform: rotate(0deg);
}

.answer-left-diagonal-edge {
  top: 2.8%;
  left: 3%;
  transform: rotate(45deg);
}
.answer-left-diagonal-edge span {
  transform: rotate(0deg);
}
.answer-right-diagonal-edge {
  top: 2.8%;
  left: 88%;
  transform: rotate(135deg);
}
.answer-right-diagonal-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: #95c0ffbf;
  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,
.drop-zone-1 {
  top: 26.4%;
  left: 26.5%;
}
.spot-2,
.drop-zone-2 {
  top: 26.4%;
  left: 50%;
}
.spot-3,
.drop-zone-3 {
  top: 26.5%;
  left: 73.4%;
}
.spot-4,
.drop-zone-4 {
  top: 50%;
  left: 26.5%;
}
.spot-5,
.drop-zone-5 {
  top: 50%;
  left: 50%;
}
.spot-6,
.drop-zone-6 {
  top: 50%;
  left: 73.4%;
}
.spot-7,
.drop-zone-7 {
  top: 73%;
  left: 26.5%;
}
.spot-8,
.drop-zone-8 {
  top: 73%;
  left: 50%;
}
.spot-9,
.drop-zone-9 {
  top: 73%;
  left: 73.4%;
}

.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-2 600ms ease-in-out infinite;
}

.spot-7.show {
  animation: fade-in-out-3 600ms ease-in-out infinite;
}
.spot-8.show {
  animation: fade-in-out-4 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;
  }
}
