/* =========== */
.card__wrap .main .card__img {
  width: 77vw;
  height: 77vw;
  margin-top: 18px;
}

@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 270px;
    height: 270px;
  }
}

.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: 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 {
  height: 11vw;
  width: 11vw;
  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: 36px;
    width: 36px;
  }
}

.drop-zone-1,
.spot-1 {
  top: 8.2%;
  left: 8.2%;
}
.drop-zone-2,
.spot-2 {
  top: 8.2%;
  left: 50%;
}
.drop-zone-3,
.spot-3,
.drop-zone-9,
.spot-9 {
  top: -1000%;
  left: -1000%;
}
.drop-zone-4,
.spot-4 {
  top: 50%;
  left: 91.8%;
}

.drop-zone-5,
.spot-5 {
  top: 92%;
  left: 91.8%;
}

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

.drop-zone-7,
.spot-7 {
  top: 92%;
  left: 8.2%;
}
.drop-zone-8,
.spot-8 {
  top: 50%;
  left: 8.2%;
}

.drop-zone-10,
.spot-10 {
  top: 29%;
  left: 70.8%;
}
.drop-zone-11,
.spot-11 {
  top: 70.8%;
  left: 70.8%;
}
.drop-zone-12,
.spot-12 {
  top: 70.8%;
  left: 29%;
}
.drop-zone-13,
.spot-13 {
  top: 50%;
  left: 50%;
}

.tiles {
  width: 100%;
  max-width: 100%;
  height: 25vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 342px;
    max-width: unset;
    height: 108px;
  }
}

.tile,
.tile-non-contact {
  font-size: 8vw;
  font-weight: bold;
  color: white;
  width: 13vw;
  height: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  transform-origin: center;
  transition: color 150ms, border 150ms;
  position: absolute;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2;
  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%
  );
}
.tile.plug {
  color: white;
  background: #ccc;
  pointer-events: none;
  z-index: 1;
}
.tile.in-drop-zone {
  height: 13.4vw;
  width: 13.4vw;
  /* font-size: 7.5vw;
  font-weight: 700;
  height: 11vw;
  width: 11vw;
  background-color: #71a1fa;
  border: 1px solid #71a1fa; */
}

.tile-non-contact-5 {
  top: -0.6%;
  left: 83.4%;
  background: linear-gradient(270deg, #01b001 50%, #05cd05 50%);
  background: linear-gradient(270deg, #51b351 50%, #4ed04e 50%);
}
.tile-non-contact-15 {
  top: 20.8%;
  left: 20.8%;
  background: linear-gradient(270deg, #01b001 50%, #05cd05 50%);
  background: linear-gradient(270deg, #51b351 50%, #4ed04e 50%);
}
@media screen and (min-width: 436px) {
  .tile-non-contact-5 {
    top: 0%;
    left: 84%;
  }
  .tile-non-contact-15 {
    top: 20.8%;
    left: 20.8%;
  }
}
.tile-1 {
  top: 0%;
  left: 3.4%;
}
.tile-2 {
  top: 0;
  left: 19.4%;
}
.tile-3 {
  top: 0;
  left: 35.4%;
}
.tile-4 {
  top: 0;
  left: 51.4%;
}
.tile-5 {
  top: 0;
  left: 67.4%;
}
.tile-6 {
  top: 0;
  left: 83.4%;
}
.tile-7 {
  top: 56%;
  left: 11.4%;
}
.tile-8 {
  top: 56%;
  left: 27.4%;
}
.tile-10 {
  top: 56%;
  left: 43.6%;
}
.tile-11 {
  top: 56%;
  left: 59.4%;
}
.tile-12 {
  top: 56%;
  left: 75.6%;
}
@media screen and (min-width: 436px) {
  .tile,
  .tile.in-drop-zone,
  .tile-non-contact {
    font-size: 28px;
    height: 44px;
    width: 44px;
  }
}

.answer-number {
  position: absolute;
  color: #8f8e8e;
  font-weight: 600;
  font-size: 18px;
  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: 16px;
    width: 24px;
    height: 24px;
  }
}
.answer-number-arrow {
  width: 0;
  height: 0;
  border-top: 2.4vw solid transparent;
  border-left: 2.4vw solid #ff000061;
  border-bottom: 2.4vw solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 436px) {
  .answer-number-arrow {
    border-top: 10px solid transparent;
    border-left: 10px solid #ff000061;
    border-bottom: 10px solid transparent;
  }
}

.answer-one {
  top: 4%;
  left: 104%;
  transform: rotate(180deg);
}
.answer-one span {
  transform: rotate(180deg);
}
.answer-two {
  top: -13%;
  left: 87.8%;
  transform: rotate(90deg);
}
.answer-two span {
  transform: rotate(270deg);
}
.answer-three {
  top: 87.6%;
  left: 104%;
  transform: rotate(180deg);
}
.answer-three span {
  transform: rotate(180deg);
}
.answer-four {
  top: -13%;
  left: 4.2%;
  transform: rotate(90deg);
}
.answer-four span {
  transform: rotate(270deg);
}
.answer-five {
  top: -8.4%;
  left: 34.2%;
  transform: rotate(45deg);
}
.answer-five span {
  transform: rotate(-45deg);
}
.answer-six {
  top: 33.8%;
  left: 99.8%;
  transform: rotate(135deg);
}
.answer-six span {
  transform: rotate(225deg);
}
.answer-seven {
  top: 33.8%;
  left: -8.2%;
  transform: rotate(45deg);
}
.answer-seven span {
  transform: rotate(-45deg);
}
.answer-eight {
  top: 13%;
  left: 13%;
  transform: rotate(45deg);
}
.answer-eight span {
  transform: rotate(-45deg);
}
.answer-nine {
  top: 13%;
  left: 79%;
  transform: rotate(135deg);
}
.answer-nine span {
  transform: rotate(225deg);
}
.answer-ten {
  top: -8.4%;
  left: 57.2%;
  transform: rotate(135deg);
}
.answer-ten span {
  transform: rotate(225deg);
}
.active {
  z-index: 3;
}
.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: #648dd461;
  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 2;
}

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

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

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

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

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

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

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

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

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

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

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

.spot-16.show {
  animation: fade-in-out-1 600ms ease-in-out 2;
}
.spot-17.show {
  animation: fade-in-out-2 600ms ease-in-out 2;
}
.spot-18.show {
  animation: fade-in-out-3 600ms ease-in-out 2;
}
.spot-19.show {
  animation: fade-in-out-4 600ms ease-in-out 2;
}
@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__img .restart {
  display: flex;
  width: 35px;
  position: absolute;
  top: -76px;
  left: 97%;
  cursor: pointer;
  z-index: 34;
}
@media screen and (min-width: 436px) {
  .card__img .restart {
    top: -91px;
    width: 32px;
  }
}

.card__wrap-blocked .restart,
.card__wrap-blocked .answer-number {
  display: none;
}

.card__wrap-blocked .a-crystal.winner .tiles {
  display: none;
}
.card__img .goal-img.show {
  display: flex;
}
.card__img .goal-img {
  display: none;
}

.goal-img ~ .drop-zone-wrap {
  display: none;
}
.goal-img.show ~ .drop-zone-wrap {
  display: block;
}
.card__wrap .bookmark-switch-text {
  top: 47%;
}
