/* =========== */
.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: 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;
}
.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}

.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: 7.4%;
  left: 50%;
}
.drop-zone-2,
.spot-2 {
  top: 10.4%;
  left: 64.4%;
}
.drop-zone-3,
.spot-3 {
  top: 17.6%;
  left: 77.4%;
}
.drop-zone-4,
.spot-4 {
  top: 28.8%;
  left: 86.6%;
}

.drop-zone-5,
.spot-5 {
  top: 42.8%;
  left: 91.6%;
}

.drop-zone-6,
.spot-6 {
  top: 57.4%;
  left: 91.5%;
}

.drop-zone-7,
.spot-7 {
  top: 71%;
  left: 86.6%;
}
.drop-zone-8,
.spot-8 {
  top: 82.4%;
  left: 77.4%;
}
.drop-zone-9,
.spot-9 {
  top: 89.8%;
  left: 64.4%;
}
.drop-zone-10,
.spot-10 {
  top: 92.4%;
  left: 50%;
}
.drop-zone-11,
.spot-11 {
  top: 89.8%;
  left: 35.6%;
}
.drop-zone-12,
.spot-12 {
  top: 82.4%;
  left: 22.8%;
}
.drop-zone-13,
.spot-13 {
  top: 71.4%;
  left: 13.4%;
}
.drop-zone-14,
.spot-14 {
  top: 57.4%;
  left: 8.6%;
}
.drop-zone-15,
.spot-15 {
  top: 42.8%;
  left: 8.6%;
}
.drop-zone-16,
.spot-16 {
  top: 29%;
  left: 13.4%;
}
.drop-zone-17,
.spot-17 {
  top: 17.6%;
  left: 22.8%;
}
.drop-zone-18,
.spot-18 {
  top: 10%;
  left: 35.6%;
}
.drop-zone-19,
.spot-19 {
  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: 11vw;
  height: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7.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: 7.5vw;
  font-weight: 700;
  color: white;
  height: 11vw;
  width: 11vw;
  border: none;
  background-color: transparent;
  margin: 0;
}
.tile.in-drop-zone {
  font-size: 7.5vw;
  font-weight: 700;
  height: 11vw;
  width: 11vw;
  background-color: #71a1fa;
  border: 1px solid #71a1fa;
}

.tile-non-contact {
  color: white;
  font-size: 7.5vw;
  font-weight: 700;
  position: absolute;
  transform: translate(-50%, -50%);
}
.tile-non-contact-1 {
  top: 7.2%;
  left: 50%;
}
.tile-non-contact-2 {
  top: 9.8%;
  left: 64.6%;
}
.tile-non-contact-3 {
  top: 17.4%;
  left: 77.4%;
}

@media screen and (min-width: 436px) {
  .tile-non-contact {
    font-size: 26px;
  }
}
@media screen and (min-width: 436px) {
  .tile-non-contact-2 {
    /* top: 9.6%; */
    left: 64.6%;
  }
  .tile-non-contact-3 {
    /* top: 17.2%; */
    left: 77.4%;
  }
}

.one {
  top: 77%;
  left: 7.6%;
  display: none;
}
.two {
  top: 70%;
  left: 22%;
  display: none;
}
.three {
  top: 70%;
  left: 36.6%;
  display: none;
}

.four {
  top: 70%;
  left: 51.2%;
}
.five {
  top: 70%;
  left: 65.6%;
}
.six {
  top: 70%;
  left: 80%;
}
.seven {
  top: 79.6%;
  left: 0.6%;
}
.eight {
  top: 79.6%;
  left: 15%;
}
.nine {
  top: 79.6%;
  left: 29.4%;
}
.ten {
  top: 79.6%;
  left: 44%;
}
.eleven {
  top: 79.6%;
  left: 58.4%;
}
.twelve {
  top: 79.6%;
  left: 72.8%;
}
.thirteen {
  top: 79.6%;
  left: 87.4%;
}
.fourteen {
  top: 89.4%;
  left: 7.8%;
}
.fifteen {
  top: 89.4%;
  left: 22.2%;
}
.sixteen {
  top: 89.4%;
  left: 36.6%;
}
.seventeen {
  top: 89.4%;
  left: 51.2%;
}
.eighteen {
  top: 89.4%;
  left: 65.6%;
}
.nineteen {
  top: 89.4%;
  left: 80.2%;
}

@media screen and (min-width: 436px) {
  .tile {
    font-size: 25px;
    height: 39px;
    width: 39px;
  }
  .tile.big {
    height: 45px;
    width: 45px;
    font-size: 26px;
  }
  .tile.in-drop-zone {
    font-size: 25px;
    height: 38px;
    width: 38px;
  }

  .four {
    top: 72.8%;
    left: 51%;
  }
  .five {
    top: 72.8%;
    left: 65.8%;
  }
  .six {
    top: 72.8%;
    left: 80.6%;
  }
  .seven {
    top: 81.8%;
    left: -0.4%;
  }
  .eight {
    top: 81.8%;
    left: 14.4%;
  }
  .nine {
    top: 81.8%;
    left: 29%;
  }
  .ten {
    top: 81.8%;
    left: 43.8%;
  }
  .eleven {
    top: 81.8%;
    left: 58.6%;
  }
  .twelve {
    top: 81.8%;
    left: 73.2%;
  }
  .thirteen {
    top: 81.8%;
    left: 88%;
  }
  .fourteen {
    top: 91%;
    left: 6.8%;
  }
  .fifteen {
    top: 91%;
    left: 21.6%;
  }
  .sixteen {
    top: 91%;
    left: 36.4%;
  }
  .seventeen {
    top: 91%;
    left: 51%;
  }

  .eighteen {
    top: 91%;
    left: 65.8%;
  }
  .nineteen {
    top: 91%;
    left: 80.6%;
  }
}

.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,
.tile-twelve,
.tile-thirteen,
.tile-fourteen,
.tile-fifteen,
.tile-sixteen,
.tile-seventeen,
.tile-eighteen,
.tile-nineteen {
  width: 11vw;
  height: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7.5vw;
  font-weight: bold;
  color: silver;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 50%;
  margin: 1px 4px;
  cursor: pointer;
  transform-origin: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.tile-one {
  margin-left: 7vw;
}
.tile-six {
  margin-right: 7vw;
}
@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,
  .tile-twelve,
  .tile-thirteen,
  .tile-fourteen,
  .tile-fifteen,
  .tile-sixteen,
  .tile-seventeen,
  .tile-eighteen,
  .tile-nineteen {
    font-size: 25px;
    height: 38px;
    width: 38px;
  }
  .tile-one {
    margin-left: 20px;
  }
  .tile-six {
    margin-right: 20px;
  }
}

.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: -8.4%;
  left: 65.8%;
  transform: rotate(110deg);
}
.answer-two-edge span {
  transform: rotate(270deg);
}
.answer-three-edge {
  top: 1.6%;
  left: 83%;
  transform: rotate(130deg);
}
.answer-three-edge span {
  transform: rotate(270deg);
}
.answer-four-edge {
  top: 18%;
  left: 96.3%;
  transform: rotate(150deg);
}
.answer-four-edge span {
  transform: rotate(270deg);
}
.answer-five-edge {
  top: 35.8%;
  left: 102.4%;
  transform: rotate(170deg);
}
.answer-five-edge span {
  transform: rotate(270deg);
}
.answer-six-edge {
  top: 36%;
  left: -11.4%;
  transform: rotate(10deg);
}
.answer-six-edge span {
  transform: rotate(-90deg);
}
.answer-seven-edge {
  top: 17%;
  left: -4.6%;
  transform: rotate(30deg);
}
.answer-seven-edge span {
  transform: rotate(-90deg);
}
.answer-eight-edge {
  top: 1.6%;
  left: 8.2%;
  transform: rotate(50deg);
}
.answer-eight-edge span {
  transform: rotate(-90deg);
}
.answer-nine-edge {
  top: -8.6%;
  left: 26.2%;
  transform: rotate(70deg);
}
.answer-nine-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__img .restart {
  display: flex;
  width: 35px;
  position: absolute;
  top: -26px;
  left: 92%;
  cursor: pointer;
}
@media screen and (min-width: 436px) {
  .card__img .restart {
    top: -33px;
  }
}

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