.card__wrap .main .card__img {
  width: 70%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 85%;
  }
}
.markup-interactive {
  position: relative;
}
.o-t-t {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 6px;
  z-index: 5;
}

.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-bottom: 25px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 20px;
  }
}
.ott-img-layer-letters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.letter {
  width: 33.33%;
  height: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 43px;
  font-weight: 800;
}
@media screen and (min-width: 436px) {
  .letter {
    font-size: 46px;
  }
}
.drop-zone {
  cursor: pointer;
}
.drop-zone.show {
  transform: scale(1);

  animation: fade-in-out 600ms ease-in-out infinite;
}

@keyframes fade-in-out {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.15);
  }
  66% {
    transform: scale(1.3);
  }
  85% {
    transform: scale(1.15);
  }
}
.tiles {
  width: 100%;
  max-width: 90vw;
  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: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8vw;
  font-weight: bold;
  padding-bottom: 3px;
  background-color: #fff;
  border: 1px solid var(--main-text-color);
  border-radius: 10px;
  margin: 3px 3px;
  padding-top: 1px;
  cursor: pointer;
  transform-origin: center;
  color: var(--main-text-color);
  transition: color 150ms, border 150ms;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 35px;
    height: 35px;
    font-size: 28px;
  }
}
.for-float-wrapper .card__text {
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 17px;
  }
}
