/* =========== */
.card__wrap .main .card__img {
  width: 90%;
  margin-top: 20px;
}
@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;
}
.answer-1,
.answer-2,
.answer-3,
.answer-4 {
  width: 16.6%;
  position: absolute;
  top: 83%;
  transform: translate(-50%, -50%);
  border: 1px solid #a4c4f6;
  border-radius: 5px;
  padding: 2% 1%;
  cursor: pointer;
  user-select: none;
}
.answer-1.active,
.answer-2.active,
.answer-3.active,
.answer-4.active {
  box-shadow: 5px 5px 16px 0px rgba(20, 20, 20, 0.55);
  -webkit-box-shadow: 5px 5px 16px 0px rgba(20, 20, 20, 0.55);
  -moz-box-shadow: 5px 5px 16px 0px rgba(20, 20, 20, 0.55);
  transform: translate(-50%, -50%) scale(1.05);
}
.answer-1 {
  left: 18.5%;
}
.answer-2 {
  left: 39.5%;
}
.answer-3 {
  left: 60.5%;
}
.answer-4 {
  left: 81.5%;
}
.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: 10%;
  }
}
.for-float-wrapper {
  position: relative;
}
.change-text-for-explanation.text-show {
  opacity: 1;
}
.click-path {
  width: 9%;
  height: 11%;
  position: absolute;
  top: 54%;
  left: 59%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.card__wrap-blocked .change-text-for-explanation {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
