/* a-watch-face */
/* =========== */
.card__wrap .main .card__img {
  width: 100vw;
  height: 114vw;
  margin-bottom: 0vw;
}

@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 342px;
    height: 415px;
    margin-bottom: 0px;
  }
}

.markup-interactive {
  /* position: relative;
  width: 100%;
  margin-top: 5vw; */
}
@media screen and (min-width: 436px) {
  .markup-interactive {
    /* margin-top: 40px; */
  }
}
.text-confirm-answer {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-top: 30%;
  margin-bottom: 25px;
  transition: all 250ms;
  font-size: 17px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 16px;
    margin-top: 45%;
  }
}
.card__wrap-blocked .card__text {
  margin-top: 0%;
}
.card__wrap-blocked .tiles-plug {
  display: none;
}
.card__wrap .card__text {
  font-size: 18px;
  text-align: left;
  margin-top: 17px;
  margin-bottom: 30px;
}
.drop-zone {
  font-size: 1px;
  color: transparent;
  height: 13vw;
  width: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 436px) {
  .drop-zone {
    height: 44px;
    width: 44px;
  }
}

.card__wrap .main {
  position: relative;
  flex-wrap: wrap;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.drop-zone-wrap {
  position: absolute;
  /* width: 100%;
  height: 100%;
  pointer-events: none; */
}
.goal-img.show ~ .drop-zone-wrap {
  display: block;
  width: 71%;
  height: 62%;
  border: 0px solid transparent;
  border-radius: 50%;
  top: 51.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (min-width: 436px) {
  .goal-img.show ~ .drop-zone-wrap {
    width: 253px;
    height: 253px;
  }
}
.card__img img.show {
  display: flex;
  width: auto;
  height: 100%;
}
