.card__wrap .main .card__img {
  width: 75%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 85%;
  }
}
.text-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  top: 17%;
  font-weight: 600;
  color: green;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 436px) {
  .text-wrapper {
    top: 15%;
  }
}
.text.inner-text {
  width: auto;
  margin: auto;
  min-height: auto;
  border: none;
}
.inner-text.empty {
  width: 55%;
  margin: auto;
  min-height: 35px;
  border-bottom: 3px solid;
}
.inner-text.wrong {
  color: red;
}
.count-letters-wrapper {
  font-size: 16px;
  line-height: 0.8;
  color: silver;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 2%;
  left: 0%;
  transform: translate(-63%, 0);
}
@media screen and (min-width: 436px) {
  .count-letters-wrapper {
    transform: translate(-39%, 0);
    font-size: 14px;
  }
}
.count-letters-number {
  color: #ccc;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 2px;
}
.count-letters-number.active {
  color: var(--main-text-color);
}
.card__wrap-blocked .count-letters-number.active {
  color: green;
}
.markup-interactive {
  position: relative;
}
.this-sentence-consists-of {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 10px;
  z-index: 5;
}

@media screen and (min-width: 436px) {
  .this-sentence-consists-of {
    margin-bottom: 0px;
  }
}

.text-confirm-answer {
  font-size: 31px;
  font-weight: 700;
  /* color: #0fa17c; */
  text-align: center;
  text-shadow: 2px 1px 4px white;
  position: absolute;
  top: -37%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.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;
    margin-top: 4px;
  }
}

.container,
.spot-wrap {
  width: 87%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: -57%;
  left: 50%;
  transform: translate(-50%, 0);
}

.spot-wrap {
  top: -24%;
}

.drop-zone {
  font-size: 31px;
  font-weight: 700;
  /* color: #0fa17c; */
  text-shadow: 2px 1px 4px white;
  width: 9.2vw;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border-bottom: 3px solid var(--main-text-color);
  position: relative;
  cursor: pointer;
}

.drop-zone,
.spot {
  margin-right: 5px;
}
.drop-zone:nth-child(13) {
  margin-right: 0;
}
.delimiter {
  font-size: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.spot {
  width: 6.2vw;
  height: 6.2vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  pointer-events: none;
  background-color: #ffffffbf;
  opacity: 0;
  transition: all 200ms;
  position: absolute;
  transform: translate(-50%, -50%);
  transform: scale(0.7);
  margin: 0;
}

@media screen and (min-width: 436px) {
  .drop-zone {
    width: 32px;
  }
  .spot {
    width: 23px;
    height: 23px;
    transform: scale(0.7);
  }
}
.spot-1 {
  top: 21%;
  left: 6%;
}
.spot-2 {
  top: 21%;
  left: 18%;
}
.spot-3 {
  top: 21%;
  left: 30%;
}
.spot-4 {
  top: 21%;
  left: 42%;
}
.spot-5 {
  top: 21%;
  left: 54%;
}
.spot-6 {
  top: 21%;
  left: 66%;
}
.spot-7 {
  top: 21%;
  left: 78%;
}
.spot-8 {
  top: 66%;
  left: 22%;
}
.spot-9 {
  top: 66%;
  left: 34%;
}
.spot-10 {
  top: 66%;
  left: 46%;
}
.spot-11 {
  top: 66%;
  left: 58%;
}
.spot-12 {
  top: 66%;
  left: 70%;
}
.spot-1.show {
  animation: fade-in-out-1 600ms ease-in-out 1;
}

.spot-2.show {
  animation: fade-in-out-3 600ms ease-in-out 1;
}

.spot-3.show {
  animation: fade-in-out-2 600ms ease-in-out 1;
}
.spot-4.show {
  animation: fade-in-out-3 600ms ease-in-out 1;
}

.spot-5.show {
  animation: fade-in-out-1 600ms ease-in-out 1;
}

.spot-6.show {
  animation: fade-in-out-2 600ms ease-in-out 1;
}
.spot-7.show {
  animation: fade-in-out-1 600ms ease-in-out 1;
}

.spot-8.show {
  animation: fade-in-out-3 600ms ease-in-out 1;
}

.spot-9.show {
  animation: fade-in-out-2 600ms ease-in-out 1;
}
.spot-10.show {
  animation: fade-in-out-1 600ms ease-in-out 1;
}
.spot-11.show {
  animation: fade-in-out-2 600ms ease-in-out 1;
}
.spot-12.show {
  animation: fade-in-out-3 600ms ease-in-out 1;
}

@keyframes fade-in-out-1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-3 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.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 {
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7vw;
  font-weight: bold;
  color: #ccc; /* changed font color to match outline color */
  background-color: #fff;
  border: 2px solid #ccc; /* added border */
  border-radius: 10px; /* added border-radius for rounded tiles */
  margin: 3px 4px;
  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: 35px;
    height: 35px;
    font-size: 24px;
    margin: 4px 4px;
  }
}

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

.card__wrap-blocked .this-sentence-consists-of {
  display: none;
}

.card__wrap .bookmark-switch-text {
  top: 29%;
}
@media screen and (min-width: 436px) {
  .card__wrap .bookmark-switch-text {
    top: 33%;
  }
}
.card__wrap .restart {
  display: flex;
  width: 33px;
  position: absolute;
  top: 58px;
  left: 85%;
  cursor: pointer;
  z-index: 34;
}
@media screen and (min-width: 436px) {
  .card__wrap .restart {
    top: 72px;
  }
}
.card__wrap-blocked .restart {
  display: none;
}
