/* a-childs-age */

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

.markup-interactive {
  position: relative;
}

.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;
  font-size: 17px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 25px;
    font-size: 17px;
  }
}
.container {
  color: white;
  font-size: 32px;
  width: 85%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  position: relative;
  max-width: 292px;
}

.tiles {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tile {
  font-size: 40px;
  font-weight: bold;
  color: transparent;
  width: 17%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transform-origin: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tile-0 {
  top: 81%;
  left: 18%;
}
.tile-1 {
  top: 66%;
  left: 32%;
}
.tile-2 {
  top: 55%;
  left: 45%;
}
.tile-3 {
  top: 70%;
  left: 66%;
}
.tile-4 {
  top: 35%;
  left: 28%;
}
.tile-5 {
  top: 39%;
  left: 64%;
}
.tile-6 {
  top: 19%;
  left: 41%;
}
.tile-7 {
  top: 21%;
  left: 19%;
}
.tile-8 {
  top: 81%;
  left: 81%;
}
.tile-9 {
  top: 27%;
  left: 81%;
}
/* @media screen and (min-width: 436px) {
  .tile {
    width: 38px;
    height: 38px;
  }
} */

.main .card__img svg {
  top: 0;
}

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

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

.spot-2.show {
  animation: fade-in-out-3 600ms ease-in-out 3;
}
@keyframes fade-in-out-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.spot {
  width: 20px;
  height: 20px;
  border: 1px solid silver;
  background-color: #4061da61;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;
  top: 34%;
  transform: translate(-50%, -50%);
  transition: all 200ms;
  pointer-events: none;
  opacity: 0;
}

.spot-1 {
  left: 16.8%;
}
.spot-2 {
  left: 82%;
}
.drop-zone,
.number,
.symbol {
  color: #6e74c9;
  font-weight: 600;
  font-size: 28px;
  width: 13%;
  height: 37.9%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  top: 35.1%;

  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}
.drop-zone {
  border: 1px solid #6e74c9;
  border-radius: 50%;
  background-color: white;
}

.drop-zone-1 {
  left: 17%;
}
.drop-zone-2 {
  left: 82%;
}
.number {
  left: 62%;
}
.symbol {
  left: 72%;
}

.card__wrap .bookmark-switch-text {
  top: 46%;
}
.card__wrap-blocked .main .card__img {
  width: 72%;
}
@media screen and (min-width: 436px) {
  .card__wrap-blocked .main .card__img {
    width: 83%;
  }
}
