.card__wrap .main .card__img {
  width: 72%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 85%;
  }
}
.markup-interactive {
  position: relative;
}
.x-y-z---add-and-multiply {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 5px;
  z-index: 5;
  user-select: none;
}

.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;
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}
.starting-letter {
  display: flex;
  align-items: flex-end;
  font-size: 29px;
  margin-right: 2px;
  margin-bottom: 12px;
  color: #999999;
  font-weight: 400;
  margin-left: 17px;
}
@media screen and (min-width: 436px) {
  .starting-letter {
    margin-left: 12px;
  }
}
.starting-letter:first-child {
  margin-left: 0px;
}
.drop-zone {
  font-size: 33px;
  width: 12vw;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border-bottom: 2px solid #000;
  color: var(--main-text-color);
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    width: 40px;
  }
}
.drop-zone:not(:last-child) {
  margin-right: 10px;
}

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

.tile {
  width: 13vw;
  height: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  font-weight: bold;
  color: var(--main-text-color);
  background-color: #fff;
  border: 1px solid var(--main-text-color);
  border-radius: 10px;
  margin: 4px 5px;
  cursor: pointer;
  transform-origin: center;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 40px;
    height: 40px;
    font-size: 33px;
  }
}

.click-path-element {
  cursor: pointer;
  position: absolute;
  width: 15%;
  height: 25%;
  top: 67%;
  left: 63%;
}
