/* =========== */
.card__wrap .main .card__img {
  width: 90%;
  margin-top: 5px;
}
@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;
}

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

.main .answer img {
  display: flex;
  pointer-events: none;
}
.card__img-wrapper {
  opacity: 1;
  width: 40%;
  height: 40%;
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 436px) {
  .card__img-wrapper {
    width: 38%;
    height: 38%;
  }
}
.answer-1,
.answer-2,
.answer-3,
.answer-4,
.answer-5,
.answer-6,
.answer-7,
.answer-8,
.answer-9,
.answer-10,
.answer-11,
.answer-12,
.answer-13,
.answer-14,
.answer-15,
.answer-16 {
  width: 5%;
  height: 50%;
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  border-radius: 3px;
}
.answer-1.red,
.answer-2.red,
.answer-3.red,
.answer-4.red,
.answer-5.red,
.answer-6.red,
.answer-7.red,
.answer-8.red,
.answer-9.red,
.answer-10.red,
.answer-11.red,
.answer-12.red,
.answer-13.red,
.answer-14.red,
.answer-15.red,
.answer-16.red {
  background-color: red;
}

.answer-1 {
  top: 25%;
  left: 2%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.answer-2 {
  top: 2%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.answer-3 {
  top: 2%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.answer-4 {
  left: 98%;
  transform: translate(-50%, -50%) rotate(0deg);
  top: 25%;
}
.answer-5 {
  left: 98%;
  transform: translate(-50%, -50%) rotate(0deg);
  top: 75%;
}
.answer-6 {
  left: 75%;
  transform: translate(-50%, -50%) rotate(90deg);
  top: 98%;
}
.answer-7 {
  left: 25%;
  transform: translate(-50%, -50%) rotate(90deg);
  top: 98%;
}
.answer-8 {
  left: 2%;
  transform: translate(-50%, -50%) rotate(0deg);
  top: 75%;
}
.answer-9 {
  left: 25.5%;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 73.5%;
  height: 68%;
}
.answer-10 {
  left: 74.5%;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 25.5%;
  height: 68%;
}
.answer-11 {
  left: 25.5%;

  transform: translate(-50%, -50%) rotate(-45deg);
  top: 25.5%;
  height: 68%;
}
.answer-12 {
  left: 74.5%;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 73.5%;
  height: 68%;
}
.answer-13 {
  left: 25%;
  transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
  height: 50%;
}
.answer-14 {
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  top: 25%;
  height: 50%;
}
.answer-15 {
  left: 75%;
  transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
  height: 50%;
}
.answer-16 {
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  top: 75%;
  height: 50%;
}
.answer-plug {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  border-radius: 3px;
}
.answer-plug-square {
  border: 4px solid var(--main-text-color);
  border-radius: 3px;
}
.answer-plug-line-1 {
  height: 4px;
  background-color: var(--main-text-color);
}
.answer-plug-line-2 {
  transform: translate(-50%, -50%) rotate(90deg);
  height: 4px;
  background-color: var(--main-text-color);
}
.answer-plug-line-3 {
  transform: translate(-50%, -50%) rotate(135deg);
  height: 4px;
  background-color: var(--main-text-color);
  position: absolute;
  width: 136%;
}
.answer-plug-line-4 {
  transform: translate(-50%, -50%) rotate(45deg);
  height: 4px;
  background-color: var(--main-text-color);
  position: absolute;
  width: 136%;
}
.change-text-for-explanation {
  color: gray;
  font-size: 17px;
  text-align: center;
  width: 88%;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 150ms;
}
@media screen and (min-width: 436px) {
  .change-text-for-explanation {
    top: 5%;
  }
}
.for-float-wrapper {
  position: relative;
}
.change-text-for-explanation.text-show {
  opacity: 1;
}
.click-path {
  width: 10%;
  height: 12%;
  position: absolute;
  top: 42%;
  left: 77.5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.card__wrap-blocked .change-text-for-explanation {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
