.card__wrap .main .card__img {
  width: 84%;
}
/* @media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 88%;
  }
} */
.markup-interactive {
  position: relative;
}
.is-there-such-a-number {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 15px;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 17px;
  color: grey;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 2px white;
  width: 100%;
  position: absolute;
  top: 80%;
  opacity: 1;
  transition: all 250ms;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 30px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 25px;
  }
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
  margin-top: 5px;
  margin-bottom: 9px;
}
.drop-zone {
  width: 50px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border-bottom: 2px solid #000;
  font-size: 36px;
  color: var(--main-text-color);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    width: 45px;
    height: 40px;
    font-size: 36px;
  }
}

.drop-zone:not(:last-child) {
  margin-right: 10px;
}

.tiles {
  width: 255px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0 auto;
  justify-content: center;
}

.tile {
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: 3px 5px;
  font-weight: bold;
  color: #ccc;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  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: 38px;
    height: 38px;
  }
}

.click-path-figure {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
/* .main .card__img.for-win {
  width: 70%;
  transition: all 1000ms;
}
@media screen and (min-width: 436px) {
  .main .card__img.for-win {
    width: 78%;
    transition: all 1000ms;
  }
} */
.is-there-such-a-number.for-win {
  transform: scale(0.7);
  margin-top: 0;
  transition: all 1000ms;
}
@media screen and (min-width: 436px) {
  .is-there-such-a-number.for-win {
    transform: scale(1);
  }
}
.remainder {
  position: absolute;
  color: #558ffa;
  transform: translate(-50%, -50%);
  width: max-content;
  font-size: 18px;
  font-weight: 600;
  left: 77.2%;
}
.remainder.highlight-error {
  color: #009800;
}
.remainder.highlight-winner {
  color: #009800;
}
.card__wrap-blocked .remainder {
  opacity: 0;
}
.card__wrap-blocked .container,
.card__wrap-blocked .tiles {
  opacity: 0;
  display: none;
}
.remainder-1 {
  top: 36.8%;
}
.remainder-2 {
  top: 44.8%;
}
.remainder-3 {
  top: 54.2%;
}
.remainder-4 {
  top: 62.8%;
}
.click-path {
  cursor: pointer;
}
