/* =========== */
.card__wrap .main .card__img {
  width: 82%;
  margin-top: 10px;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    /* width: 91%; */
  }
}
.markup-interactive {
  position: relative;
}

.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: 38%;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 17px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    transition: all 250ms;
    font-size: 17px;
    margin-top: 56%;
  }
}
.card__wrap-blocked .card__text {
  margin-top: 0%;
}
.card__wrap-blocked .tiles-plug {
  display: none;
}
.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}

.drop-zone-circle {
  height: 14vw;
  width: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 0;
  /* margin: 3px 1px; */
  cursor: pointer;
  transform-origin: center;
  top: 0;
  transition: color 150ms, border 150ms;
  transform: translate(-50%, -50%);
  position: absolute;
  /* opacity: 0; */
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 436px) {
  .drop-zone-circle {
    height: 50px;
    width: 50px;
  }
}
.drop-zone {
  font-size: 8vw;
  font-weight: bold;
  color: white;
  height: 14vw;
  width: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
  border: 1px solid var(--main-text-color);
}
@media screen and (min-width: 436px) {
  .drop-zone {
    font-size: 30px;
    height: 50px;
    width: 50px;
  }
}
.drop-zone-circle-1 {
  top: 9%;
  left: 50%;
}
.drop-zone-circle-2 {
  top: 36%;
  left: 23%;
}
.drop-zone-circle-3 {
  top: 36%;
  left: 50%;
}

.drop-zone-circle-4 {
  top: 36%;
  left: 77%;
}

.drop-zone-circle-5 {
  top: 64%;
  left: 23%;
}

.drop-zone-circle-6 {
  top: 64%;
  left: 50%;
}

.drop-zone-circle-7 {
  top: 64%;
  left: 77%;
}
.drop-zone-circle-8 {
  top: 91%;
  left: 50%;
}
.line {
  width: 1px;
  position: absolute;
  background-color: var(--main-text-color);
}
.line.error {
  width: 5px;
  background-color: red;
  z-index: 1;
}
.line.correct {
  width: 5px;
  background-color: var(--main-text-color);
}
.line.line-1 {
  top: 3%;
  left: 36%;
  height: 38%;
  transform: rotate(45deg);
}

.line.line-2 {
  top: 3%;
  left: 63%;
  height: 38%;
  transform: rotate(-45deg);
}
.line.line-3 {
  top: 35%;
  left: 76.6%;
  height: 32%;
  transform: rotate(0deg);
}
.line.line-4 {
  top: 59%;
  left: 63.4%;
  height: 38%;
  transform: rotate(45deg);
}
.line.line-5 {
  top: 59%;
  left: 36%;
  height: 38%;
  transform: rotate(-45deg);
}
.line.line-6 {
  top: 35%;
  left: 22.4%;
  height: 32%;
  transform: rotate(0deg);
}
.line.line-7 {
  top: 8%;
  left: 49.8%;
  height: 28%;
  transform: rotate(0deg);
}
.line.line-8 {
  top: 36%;
  left: 49.8%;
  height: 28%;
  transform: rotate(0deg);
}
.line.line-9 {
  top: 64%;
  left: 49.8%;
  height: 28%;
  transform: rotate(0deg);
}
.line.line-10 {
  top: 22%;
  left: 35.8%;
  height: 28%;
  transform: rotate(90deg);
}
.line.line-11 {
  top: 22%;
  left: 63.8%;
  height: 28%;
  transform: rotate(90deg);
}
.line.line-12 {
  top: 50%;
  left: 35.8%;
  height: 28%;
  transform: rotate(90deg);
}
.line.line-13 {
  top: 50%;
  left: 63.8%;
  height: 28%;
  transform: rotate(90deg);
}
.line.line-14 {
  top: 31%;
  left: 36%;
  height: 38%;
  transform: rotate(45deg);
}
.line.line-15 {
  top: 31%;
  left: 36%;
  height: 38%;
  transform: rotate(-45deg);
}
.line.line-16 {
  top: 31%;
  left: 64%;
  height: 38%;
  transform: rotate(45deg);
}
.line.line-17 {
  top: 31%;
  left: 63%;
  height: 38%;
  transform: rotate(-45deg);
}
.tiles {
  width: 100%;
  /* max-width: 90vw; */
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 141%;
  align-items: flex-end;
  position: absolute;
  z-index: 3;
  top: -2%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 310px;
    max-width: unset;
    top: -3%;
    height: 155%;
  }
}

.tile {
  height: 14vw;
  width: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  /* margin: 3px 1px; */
  cursor: pointer;
  transform-origin: center;
  transition: color 150ms, border 150ms;
  position: absolute;
}
.one {
  top: 87%;
  left: 1.9%;
}
.two {
  top: 87%;
  left: 15.6%;
}
.three {
  top: 87%;
  left: 29.4%;
}
.four {
  top: 87%;
  left: 43.3%;
}
.five {
  top: 87%;
  left: 56.9%;
}
.six {
  top: 87%;
  left: 70.7%;
}
.seven {
  top: 87%;
  left: 84.4%;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 50px;
    height: 50px;
  }
}

.tile-circle {
  font-size: 10vw;
  font-weight: bold;
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    270deg,
    rgb(103, 151, 240, 1) 50%,
    rgb(147, 202, 255, 1) 50%
  );
  background: linear-gradient(
    270deg,
    rgb(113, 161, 250, 1) 50%,
    rgba(113, 185, 282, 1) 50%
  );
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; /* Для iOS */
  -ms-user-select: none; /* Для IE/Edge */
}
@media screen and (min-width: 436px) {
  .tile-circle {
    font-size: 36px;
    height: 100%;
    width: 100%;
  }
}

.tiles-plug {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 141%;
  align-items: flex-end;
  position: absolute;
  pointer-events: none;
  top: -2%;
}
@media screen and (min-width: 436px) {
  .tiles-plug {
    width: 310px;
    top: -3%;
    height: 155%;
    max-width: unset;
  }
}

.tile-one,
.tile-two,
.tile-three,
.tile-four,
.tile-five,
.tile-six,
.tile-seven,
.tile-eight {
  color: #fff;
  font-size: 10vw;
  font-weight: bold;
  height: 14vw;
  width: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  border-radius: 50%;
  /* margin: 3px 1px; */
  transform-origin: center;
  pointer-events: none;
  /* border: 1vw solid white; */
  position: absolute;
}
@media screen and (min-width: 436px) {
  .tile-one,
  .tile-two,
  .tile-three,
  .tile-four,
  .tile-five,
  .tile-six,
  .tile-seven,
  .tile-eight {
    font-size: 36px;
    height: 50px;
    width: 50px;
  }
}

.card__wrap .main {
  position: relative;
  user-select: none;
  -webkit-user-select: none; /* Для iOS */
  -ms-user-select: none; /* Для IE/Edge */
}
.interactive-container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 436px) {
  .interactive-container {
    width: 100%;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
  }
}
.drop-zone-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tile-one,
.one {
  top: 79%;
  left: 0;
}
.tile-two,
.two {
  top: 89%;
  left: 12%;
}
.tile-three,
.three {
  top: 79%;
  left: 24%;
}
.tile-four,
.four {
  top: 89%;
  left: 36%;
}
.tile-five,
.five {
  top: 79%;
  left: 48%;
}
.tile-six,
.six {
  top: 89%;
  left: 60%;
}
.tile-seven,
.seven {
  top: 79%;
  left: 72%;
}
.tile-eight,
.eight {
  top: 89%;
  left: 84%;
}
