.card__wrap .main .card__img {
  width: 80%;
}

@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 87%;
  }
}

.markup-interactive {
  position: relative;
}
.from-1-to-100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
}
.text-answer {
  font-size: 30px;
  color: #d2a472;
  font-weight: 800;
  width: 47%;
  position: absolute;
  top: 78%;
  left: 64%;
  transform: translate(-50%, 0);
  text-align: center;
}
.text-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 35px;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 30px;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}
.drop-zone {
  font-size: 28px;
  width: 4.7vw;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  background-color: transparent;
  border-bottom: 2px solid #d2a472;
  color: var(--main-text-color);
  position: relative;
  cursor: pointer;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    width: 16px;
    font-size: 25px;
  }
}

#drop-zone-0,
#drop-zone-1,
#drop-zone-4,
#drop-zone-5 {
  margin-right: 6px;
}

.delimiter {
  width: min-content;
  display: flex;
  align-items: center;
  font-size: 28px;
  text-align: end;
  margin-top: 4px;
  user-select: none;
}
.delimiter.plus,
.delimiter.multiply,
.delimiter.divide {
  margin: 4px 5px 0 5px;
}

.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 {
  font-size: 8vw;
  font-weight: bold;
  color: #ffffff;
  background-color: #648dd4;
  width: 12vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin: 7px 8px;
  cursor: pointer;
  transform-origin: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 45px;
    height: 45px;
    font-size: 32px;
    margin: 8px 8px;
  }
}

.card__wrap .restart {
  display: flex;
  width: 34px;
  position: absolute;
  top: 60px;
  left: 86%;
  cursor: pointer;
  z-index: 35;
}

.card__wrap-blocked .restart {
  display: none;
}

.card__wrap .bookmark-switch-text {
  top: 30%;
}
