.card__img img.nine {
  display: block;
  /* position: absolute; */
  width: auto;
  height: 30%;
  /* top: 50%; */

  /* transform: translate(0, -50%); */
}

@media screen and (min-width: 436px) {
  .card__img img.nine {
    height: 26%;
  }
}

/* =========== */
.card__wrap .main .card__img {
  width: 84%;
}
@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: 30px;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 17px;
  }
}
.card__text.card__text-explanations.show {
  margin-top: 7px;
}
@media screen and (min-width: 436px) {
  .card__text.card__text-explanations.show {
    margin-top: 30px;
  }
}
.container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 25vw;
}
@media screen and (min-width: 436px) {
  .container {
    height: 82px;
  }
}
.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}
.drop-zone {
  height: 28vw;
  color: var(--main-text-color);
  font-size: 0px;
  font-weight: 800;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: font-size 250ms;
  /* width: 12vw;
  height: 25vw;
  color: var(--main-text-color);
  font-size: 40px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute; */
}
@media screen and (min-width: 436px) {
  .drop-zone {
    height: 90px;
  }
}
/* 

.drop-zone-1 {
  left: 13%;
}
.drop-zone-2 {
  left: 43%;
}
.drop-zone-3 {
  left: 72%;
}

@media screen and (min-width: 436px) {
  .drop-zone-1 {
    left: 16%;
  }
  .drop-zone-2 {
    left: 43%;
  }
  .drop-zone-3 {
    left: 70%;
  }
} */
.spot {
  /* width: 6vw;
  height: 6vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  background-color: #ffffffbf;
  opacity: 0;
  transition: all 200ms; */
  width: 4vw;
  height: 4vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-color: #ffffffbf;
  opacity: 0;
  transition: all 200ms;
}

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

/* .spot-1 {
  left: 17%;
} */
.spot-1.show {
  animation: fade-in-out-1 600ms ease-in-out infinite;
}

/* .spot-2 {
  left: 47%;
} */
.spot-2.show {
  animation: fade-in-out-2 600ms ease-in-out infinite;
}
/* .spot-3 {
  left: 76%;
} */
.spot-3.show {
  animation: fade-in-out-3 600ms ease-in-out infinite;
}

/* @media screen and (min-width: 436px) {
  .spot-1 {
    left: 19%;
  }

  .spot-2 {
    left: 46%;
  }

  .spot-3 {
    left: 73%;
  }
} */
@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;
  }
}

.tiles {
  width: 100%;
  max-width: 93vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 310px;
    max-width: unset;
  }
}

.tile {
  width: 14vw;
  height: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18vw;
  font-weight: bold;
  padding-bottom: 3px;
  background-color: #fff;
  border: 1px solid var(--main-text-color);
  border-radius: 10px;
  margin: 6px 6px;
  cursor: pointer;
  transform-origin: center;
  color: var(--main-text-color);
  transition: color 150ms, border 150ms;
}
.tile.slash {
  font-size: 13vw;
  padding-bottom: 2px;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 45px;
    height: 45px;
    font-size: 58px;
    padding-bottom: 2px;
  }
  .tile.slash {
    font-size: 43px;
    padding-bottom: 1px;
  }
}

.click-path-figure {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
.answer-number {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: var(--main-text-color);
  font-weight: 600;
  font-size: 28px;
  padding: 4px 8px;
  letter-spacing: 2px;
  z-index: 1;
}
@media screen and (min-width: 436px) {
  .answer-number {
    position: absolute;
    top: 21%;
  }
}

.card__wrap .main {
  position: relative;
}
/* #body_pzl-classics .card__text-goal.show .intro__title-letter {
  margin-top: -17px;
} */
.interactive-container {
  width: 111%;
  height: 100%;
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}
@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-spot-wrap {
  position: relative;
}
