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

.markup-interactive {
  position: relative;
}
.running-competition {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 7px;
  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: flex-end;
  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;
}
.drop-zone-2 {
  /* border: 2px solid gray;
  border-radius: 25px;
  border-style: dashed;
  width: 80px; */
  justify-content: flex-start;
}

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

.tiles {
  width: 284px;
  display: flex;
  flex-wrap: wrap;
  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;
}
.tile:nth-child(6) {
  margin-left: 10px;
}
.tile:nth-child(9) {
  margin-right: 10px;
}
.tile.tile-letters {
  width: 61px;
  border-radius: 10px;
}
@media screen and (min-width: 436px) {
  .tile:nth-child(6) {
    margin-left: 17px;
  }
  .tile:nth-child(9) {
    margin-right: 17px;
  }
}
@media screen and (min-width: 436px) {
  .tile {
    width: 38px;
    height: 38px;
  }
}

.click-path-figure {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}

.running-competition.for-win {
  transform: scale(0.7);
  margin-top: 0;
  transition: all 1000ms;
}
@media screen and (min-width: 436px) {
  .running-competition.for-win {
    transform: scale(1);
  }
}

.card__wrap-blocked .container,
.card__wrap-blocked .tiles {
  opacity: 0;
  display: none;
}

.click-path {
  cursor: pointer;
}
