/* =========== */
.card__wrap .main .card__img {
  width: 82%;
}

.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: 30%;
  margin-bottom: 12px;
  transition: all 250ms;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-top: 45%;
    margin-bottom: 30px;
  }
}
.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 {
  height: 14vw;
  width: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.drop-zone-non-contact {
  font-size: 1px;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    height: 48px;
    width: 48px;
  }
}

.drop-zone-1,
.spot-1 {
  top: -1000%;
  left: -1000%;
}
.drop-zone-2,
.spot-2 {
  top: -1000%;
  left: -1000%;
}
.drop-zone-3,
.spot-3 {
  top: 37.8%;
  left: 87.8%;
}
.drop-zone-4,
.spot-4 {
  top: 62.2%;
  left: 87.8%;
}

.drop-zone-5,
.spot-5 {
  top: 82%;
  left: 73.4%;
}

.drop-zone-6,
.spot-6 {
  top: 89.8%;
  left: 50%;
}

.drop-zone-7,
.spot-7 {
  top: 82%;
  left: 26.7%;
}
.drop-zone-8,
.spot-8 {
  top: 62.2%;
  left: 12.2%;
}
.drop-zone-9,
.spot-9 {
  top: 37.8%;
  left: 12.2%;
}
.drop-zone-10,
.spot-10 {
  top: 18%;
  left: 26.7%;
}
.drop-zone-11,
.spot-11 {
  top: 50%;
  left: 50%;
}

.tiles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 145%;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  top: 24%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 325px;
    max-width: unset;
    height: 156%;
    top: 28%;
  }
}

.tile {
  position: absolute;
  width: 12vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8.5vw;
  font-weight: bold;
  color: #ffffff;
  background-color: #71a1fa;
  border: 1px solid #71a1fa;
  border-radius: 50%;
  /* margin: 5px 4px; */
  cursor: pointer;
  transform-origin: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.tile.big {
  font-size: 10.5vw;
  font-weight: 700;
  color: white;
  height: 11vw;
  width: 11vw;
  border: none;
  background-color: transparent;
  margin: 0;
}
.tile.in-drop-zone {
  font-size: 8.5vw;
  font-weight: 700;
  height: 11vw;
  width: 11vw;
  background-color: #71a1fa;
  border: 1px solid #71a1fa;
}

.tile-non-contact {
  color: white;
  font-size: 8.5vw;
  font-weight: 700;
  position: absolute;
  transform: translate(-50%, -50%);
}
.tile-non-contact-1 {
  top: 9.2%;
  left: 50%;
}
.tile-non-contact-2 {
  top: 16.8%;
  left: 73.6%;
}

@media screen and (min-width: 436px) {
  .tile-non-contact {
    font-size: 33px;
  }
}

.one {
  top: 68.8%;
  left: 18.2%;
  display: none;
}
.two {
  top: 68.8%;
  left: 35%;
  display: none;
}
.three {
  top: 68.8%;
  left: 51.7%;
}

.four {
  top: 68.8%;
  left: 68.4%;
}
.five {
  top: 78.8%;
  left: 26.6%;
}
.six {
  top: 78.8%;
  left: 43.2%;
}
.seven {
  top: 78.8%;
  left: 59.9%;
}
.eight {
  top: 88.8%;
  left: 18.2%;
}
.nine {
  top: 88.8%;
  left: 35%;
}
.ten {
  top: 88.8%;
  left: 51.7%;
}
.eleven {
  top: 88.8%;
  left: 68.4%;
}

@media screen and (min-width: 436px) {
  .tile {
    font-size: 30px;
    height: 44px;
    width: 44px;
  }
  .tile.big {
    height: 45px;
    width: 45px;
    font-size: 33px;
  }
  .tile.in-drop-zone {
    font-size: 33px;
    height: 44px;
    width: 44px;
  }

  .one {
    top: 70.3%;
    left: 16.4%;
  }
  .two {
    top: 70.3%;
    left: 34.2%;
  }
  .three {
    top: 70.3%;
    left: 51.8%;
  }
  .four {
    top: 70.3%;
    left: 69.5%;
  }
  .five {
    top: 80.3%;
    left: 25.4%;
  }
  .six {
    top: 80.3%;
    left: 43.1%;
  }
  .seven {
    top: 80.3%;
    left: 60.6%;
  }
  .eight {
    top: 90.2%;
    left: 16.4%;
  }
  .nine {
    top: 90.2%;
    left: 34%;
  }
  .ten {
    top: 90.2%;
    left: 51.8%;
  }
  .eleven {
    top: 90.2%;
    left: 69.5%;
  }
}

.tiles-plug {
  align-content: flex-end;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  min-width: 124%;
  height: 145%;
  align-items: flex-end;
  position: absolute;
  z-index: 1;
  top: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles-plug {
    width: 325px;
    max-width: 325px;
    min-width: unset;
    height: 156%;
  }
}

.tile-one,
.tile-two,
.tile-three,
.tile-four,
.tile-five,
.tile-six,
.tile-seven,
.tile-eight,
.tile-nine,
.tile-ten,
.tile-eleven {
  width: 12vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8.5vw;
  font-weight: bold;
  color: silver;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 50%;
  margin: 0px 6px;
  cursor: pointer;
  transform-origin: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.tile-one {
  margin-left: 19vw;
}
.tile-four {
  margin-right: 19vw;
}
.tile-five {
  margin-left: 26vw;
}
.tile-seven {
  margin-right: 26vw;
}
@media screen and (min-width: 436px) {
  .tile-one,
  .tile-two,
  .tile-three,
  .tile-four,
  .tile-five,
  .tile-six,
  .tile-seven,
  .tile-eight,
  .tile-nine,
  .tile-ten,
  .tile-eleven {
    font-size: 30px;
    height: 43px;
    width: 43px;
  }
  .tile-one {
    margin-left: 17%;
  }
  .tile-four {
    margin-right: 17%;
  }
  .tile-five {
    margin-left: 24%;
  }
  .tile-seven {
    margin-right: 24%;
  }
}

.answer-number {
  position: absolute;
  color: #8f8e8e;
  font-weight: 600;
  font-size: 20px;
  padding: 0px;
  letter-spacing: 0px;
  z-index: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 0;
}
@media screen and (min-width: 436px) {
  .answer-number {
    font-size: 18px;
    width: 24px;
    height: 24px;
  }
}
.answer-number-arrow {
  width: 0;
  height: 0;
  border-top: 1.7vw solid transparent;
  border-left: 3.4vw solid #8f8e8e;
  border-bottom: 1.7vw solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 436px) {
  .answer-number-arrow {
    border-top: 7px solid transparent;
    border-left: 12px solid #8f8e8e;
    border-bottom: 7px solid transparent;
  }
}

.answer-one-edge {
  top: -12%;
  left: 46%;
  transform: rotate(90deg);
}
.answer-one-edge span {
  transform: rotate(270deg);
}
.answer-two-edge {
  top: -1.4%;
  left: 79.8%;
  transform: rotate(122deg);
}
.answer-two-edge span {
  transform: rotate(270deg);
}
.answer-three-edge {
  top: 28.6%;
  left: 101%;
  transform: rotate(160deg);
}
.answer-three-edge span {
  transform: rotate(200deg);
}
.answer-four-edge {
  top: 27.2%;
  left: -9.5%;
  transform: rotate(22deg);
}
.answer-four-edge span {
  transform: rotate(338deg);
}
.answer-five-edge {
  top: -1.5%;
  left: 12%;
  transform: rotate(57deg);
}
.answer-five-edge span {
  transform: rotate(270deg);
}

.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;
}
.spot {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  background-color: #fff77ebf;
  transition: all 200ms;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

@media screen and (min-width: 436px) {
  .spot {
    width: 7%;
    height: 7%;
  }
}

.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-1 600ms ease-in-out 3;
}

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

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

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

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

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

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

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

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

.spot-16.show {
  animation: fade-in-out-1 600ms ease-in-out 3;
}
.spot-17.show {
  animation: fade-in-out-2 600ms ease-in-out 3;
}
.spot-18.show {
  animation: fade-in-out-3 600ms ease-in-out 3;
}
.spot-19.show {
  animation: fade-in-out-4 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;
  }
}
@media screen and (min-width: 436px) {
  #body_pzl-classics .for-float-wrapper .intro__title-letter {
    margin-bottom: -2px;
  }
}
.card__wrap .restart {
  display: flex;
  width: 33px;
  position: absolute;
  top: 58px;
  left: 85%;
  cursor: pointer;
  z-index: 34;
}

.card__wrap-blocked .restart {
  display: none;
}
