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

@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 84%;
  }
}
.interactive {
  position: relative;
}
.maximum-multiplication {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 7px;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: gray;
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 250ms;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 120px;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* @media screen and (min-width: 436px) {
  .container {
    top: 40%;
  }
} */
.drop-zone {
  font-size: 50px;
  font-weight: 800;
  width: 10vw;
  height: 57px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border: 1px dashed gray;
  border-radius: 8px;
  color: transparent;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    width: 36px;
    margin-right: 4px;
  }
}

.drop-zone:nth-child(1),
.drop-zone:nth-child(4) {
  margin-left: 53%;
}
.drop-zone:nth-child(3),
.drop-zone:nth-child(6) {
  margin-right: 0;
}

.sign {
  font-size: 67px;
  font-weight: 800;
  position: absolute;
  top: 78%;
  left: 44%;
  transform: translate(-50%, -50%);
}
.tiles {
  width: 100%;
  max-width: 100%;
  height: 16vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 320px;
    max-width: unset;
    height: 45px;
  }
}

.tile {
  width: 12vw;
  height: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9vw;
  font-weight: bold;
  color: var(--main-text-color);
  background-color: #fff;
  border: 1px solid var(--main-text-color);
  border-radius: 10px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  transform-origin: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 45px;
    height: 67px;
    font-size: 30px;
  }
}
.tile-1 {
  left: -2%;
}
.tile-2 {
  left: 16%;
}
.tile-3 {
  left: 34%;
}
.tile-4 {
  left: 52%;
}
.tile-5 {
  left: 70%;
}
.tile-6 {
  left: 88%;
}
.tile.plug {
  pointer-events: none;
  color: #ccc;
  border: 1px solid #ccc;
  z-index: 1;
}
.tile.active {
  color: #ffffff;
  background-color: #648dd4;
  z-index: 100;
}
.tile.active.in-drop-zone {
  /* color: #648dd4;
  background-color: transparent; */
  color: #ffffff;
  background-color: #648dd4;
  border: none;
}
.tile.in-drop-zone {
  background-color: transparent;
  border: none;
  transform: scale(1.5);
}
@media screen and (min-width: 436px) {
  .tile.in-drop-zone {
    transform: scale(1.2);
    font-size: 40px;
  }
}
.click-path-figure {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
.spot-container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.spot {
  width: 4vw;
  height: 4vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-color: #ffffffbf;
  opacity: 0;
  transition: all 200ms;
}

@media screen and (min-width: 436px) {
  .spot {
    width: 15px;
    height: 15px;
  }
}
.spot-1 {
  top: 22%;
  left: 63%;
}
.spot-2 {
  top: 22%;
  left: 77%;
}
.spot-3 {
  top: 22%;
  left: 90%;
}
.spot-4 {
  top: 76%;
  left: 63%;
}
.spot-5 {
  top: 76%;
  left: 77%;
}
.spot-6 {
  top: 76%;
  left: 90%;
}
.spot-1.show {
  animation: fade-in-out-1 600ms ease-in-out 3;
}

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

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

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

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

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

@keyframes fade-in-out-1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@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;
  }
}
@keyframes fade-in-out-4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.answer-number {
  font-size: 50px;
  font-weight: 800;
  color: var(--main-text-color);
  text-align: end;
  margin-top: 6px;
  letter-spacing: 14px;
  height: 61px;
  width: 100%;
  position: absolute;
  top: 132%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.answer-number::before {
  content: "";
  width: 92%;
  height: 5px;
  background-color: #b0cbfc;
  position: absolute;
  top: 0;
  left: 52%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 436px) {
  .answer-number {
    letter-spacing: 11px;
    left: 49%;
  }
}
.card__img .restart.restart-icon {
  display: flex;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 9px;
  left: 86%;
  cursor: pointer;
}

.card__wrap-blocked .restart.restart-icon,
.card__wrap-blocked .plug {
  display: none;
}

.card__wrap-blocked .maximum-multiplication {
  margin: 0 auto;
}
