/* =========== */
.card__wrap .main .card__img {
  width: 71%;
  margin-top: 35px;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 75%;
    margin-top: 20px;
  }
}
.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: 2%;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-top: 4%;
  }
}
.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: 13vw;
  width: 13vw;
  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;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    height: 45px;
    width: 45px;
  }
}
.drop-zone-1,
.spot-1 {
  top: 5%;
  left: 50%;
}
.drop-zone-2,
.spot-2 {
  top: 27.4%;
  left: 5.4%;
}
.drop-zone-3,
.spot-3 {
  top: 27.4%;
  left: 35.4%;
}

.drop-zone-4,
.spot-4 {
  top: 27.4%;
  left: 64.4%;
}

.drop-zone-5,
.spot-5 {
  top: 27.4%;
  left: 94.2%;
}

.drop-zone-6,
.spot-6 {
  top: 50.2%;
  left: 20.4%;
}

.drop-zone-7,
.spot-7 {
  top: 50.2%;
  left: 79.4%;
}
.drop-zone-8,
.spot-8 {
  top: 72.8%;
  left: 5.4%;
}
.drop-zone-9,
.spot-9 {
  top: 72.8%;
  left: 35.4%;
}
.drop-zone-10,
.spot-10 {
  top: 72.8%;
  left: 64.6%;
}
.drop-zone-11,
.spot-11 {
  top: 72.8%;
  left: 94.2%;
}
.drop-zone-12,
.spot-12 {
  top: 95.2%;
  left: 50%;
}

.tiles-plug,
.tiles {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  position: absolute;
  pointer-events: none;
}
.tiles {
  z-index: 1;
}
@media screen and (min-width: 436px) {
  .tiles-plug {
  }
}

.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 {
  color: #fff;
  font-size: 7.2vw;
  font-weight: bold;
  height: 11vw;
  width: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  border-radius: 50%;
  transform-origin: center;
  pointer-events: none;
  position: absolute;
}
@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 {
    font-size: 26px;
    height: 38px;
    width: 38px;
  }
}
.tile-one,
.one {
  top: 9%;
  left: 1%;
}
.tile-two,
.two {
  top: 9%;
  left: 18%;
}
.tile-three,
.three {
  top: 9%;
  left: 35%;
}
.tile-four,
.four {
  top: 9%;
  left: 52%;
}
.tile-five,
.five {
  top: 9%;
  left: 69%;
}
.tile-six,
.six {
  top: 9%;
  left: 86%;
}
.tile-seven,
.seven {
  top: 54%;
  left: 1%;
}
.tile-eight,
.eight {
  top: 54%;
  left: 18%;
}
.tile-nine,
.nine {
  top: 54%;
  left: 35%;
}
.tile-ten,
.ten {
  top: 54%;
  left: 52%;
}
.tile-eleven,
.eleven {
  top: 54%;
  left: 69%;
}
.tile-twelve,
.twelve {
  top: 54%;
  left: 86%;
}
.tile {
  cursor: pointer;
  pointer-events: all;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: linear-gradient(
    270deg,
    rgb(113, 161, 250, 1) 50%,
    rgba(113, 185, 282, 1) 50%
  );
}
.tile.big {
  width: 13vw;
  height: 13vw;
  font-size: 9vw;
  padding-bottom: 2px;
}
@media screen and (min-width: 436px) {
  .tile.big {
    width: 48px;
    height: 48px;
    font-size: 32px;
    padding-bottom: 1px;
  }
}
.answer-number {
  position: absolute;
  color: silver;
  font-weight: 600;
  font-size: 21px;
  padding: 0px;
  letter-spacing: 0px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 0;
}
.answer-number span {
  line-height: 1;
}
@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.5vw solid transparent;
  border-left: 2vw solid silver;
  border-bottom: 1.5vw solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 436px) {
  .answer-number-arrow {
    border-top: 6px solid transparent;
    border-left: 8px solid silver;
    border-bottom: 6px solid transparent;
  }
}

.answer-one {
  top: -13.2%;
  left: 54.8%;
  transform: rotate(120deg);
}
.answer-one span {
  transform: rotate(-120deg);
}
.answer-two {
  top: -13.2%;
  left: 34.5%;
  transform: rotate(60deg);
}
.answer-two span {
  transform: rotate(-60deg);
}
.answer-three {
  top: 22.8%;
  left: 106.8%;
  transform: rotate(180deg);
}
.answer-three span {
  transform: rotate(180deg);
}
.answer-four {
  top: 68.4%;
  left: 106.8%;
  transform: rotate(180deg);
}
.answer-four span {
  transform: rotate(180deg);
}
.answer-five {
  top: 9.2%;
  left: -9.6%;
  transform: rotate(60deg);
}
.answer-five span {
  transform: rotate(-60deg);
}
.answer-six {
  top: 9.2%;
  left: 98.2%;
  transform: rotate(120deg);
}
.answer-six span {
  transform: rotate(-120deg);
}
@media screen and (min-width: 436px) {
  .answer-one {
    top: -12.6%;
    left: 53.8%;
    transform: rotate(120deg);
  }
  .answer-two {
    top: -12.6%;
    left: 36.8%;
    transform: rotate(60deg);
  }

  .answer-three {
    top: 22.8%;
    left: 106.8%;
    transform: rotate(180deg);
  }

  .answer-four {
    top: 68.4%;
    left: 106.8%;
    transform: rotate(180deg);
  }

  .answer-five {
    top: 10%;
    left: -7.8%;
    transform: rotate(60deg);
  }

  .answer-six {
    top: 10%;
    left: 98.2%;
    transform: rotate(120deg);
  }
}
.card__wrap .main {
  position: relative;
  user-select: none;
  -webkit-user-select: none; /* Для iOS */
  -ms-user-select: none; /* Для IE/Edge */
}
.interactive-container {
  width: 84%;
  height: 119px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}
@media screen and (min-width: 436px) {
  .interactive-container {
  }
}
.drop-zone-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.spot {
  width: 4vw;
  height: 4vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #90b9ff00;
  opacity: 0;
  transition: all 200ms;
  pointer-events: none;
}
@media screen and (min-width: 436px) {
  .spot {
    width: 5%;
    height: 5%;
  }
}

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

.spot-7.show {
  animation: fade-in-out-1 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;
}

@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: -29px;
  left: 96%;
  cursor: pointer;
}
@media screen and (min-width: 436px) {
  .card__img .restart {
    top: -25px;
  }
}

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