/* =========== */
.card__wrap .main .card__img {
  width: 82%;
  margin-top: 20px;
}
@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: 25%;
  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: 16px;
  }
}
.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: 12vw;
  width: 12vw;
  color: white;
  font-size: 0px;
  font-weight: 800;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: font-size 250ms;
  border-radius: 50%;
  position: absolute;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    width: 42px;
    height: 42px;
    position: absolute;
  }
} */

.drop-zone-circle {
  height: 12vw;
  width: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;

  border-radius: 50%;
  margin: 0;
  /* margin: 3px 1px; */
  cursor: pointer;
  transform-origin: center;
  transition: color 150ms, border 150ms;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 436px) {
  .drop-zone-circle {
    height: 42px;
    width: 42px;
  }
}
.drop-zone {
  font-size: 8vw;
  font-weight: bold;
  color: white;
  height: 10vw;
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgb(245, 61, 71);
  background: linear-gradient(
    270deg,
    rgba(245, 61, 71, 1) 50%,
    rgba(255, 105, 105, 1) 50%
  );
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    font-size: 30px;
    height: 41px;
    width: 41px;
  }
}
.drop-zone-circle-1 {
  top: 9.6%;
  left: 49.6%;
}
.drop-zone-circle-2 {
  top: 29.4%;
  left: 49.6%;
}
.drop-zone-circle-3 {
  top: 50.9%;
  left: 49.6%;
}

.drop-zone-circle-4 {
  top: 58.5%;
  left: 31.6%;
}

.drop-zone-circle-5 {
  top: 67.8%;
  left: 14%;
}

.drop-zone-circle-6 {
  top: 58.5%;
  left: 67.8%;
}

.drop-zone-circle-7 {
  top: 67.8%;
  left: 85.2%;
}
/* @media screen and (min-width: 436px) {
  .drop-zone-circle-7 {
    top: 61.7%;
    left: 78.1%;
  }
} */
.tiles {
  width: 100%;
  /* max-width: 90vw; */
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0;
  justify-content: center;
  min-width: 111%;
  height: 125%;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  top: 12.5%;
  user-select: none;
  -webkit-user-select: none; /* Для iOS */
  -ms-user-select: none; /* Для IE/Edge */
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 310px;
    max-width: unset;
  }
}

.tile {
  height: 12vw;
  width: 12vw;
  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: 42px;
    height: 42px;
  }
}

.tile-circle {
  font-size: 8vw;
  font-weight: bold;
  color: white;
  height: 10vw;
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgb(245, 61, 71);
  background: linear-gradient(
    270deg,
    rgba(245, 61, 71, 1) 50%,
    rgba(255, 105, 105, 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: 30px;
    height: 35px;
    width: 35px;
  }
}

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

.tile-one,
.tile-two,
.tile-three,
.tile-four,
.tile-five,
.tile-six,
.tile-seven {
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
  height: 12vw;
  width: 12vw;
  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;
}
@media screen and (min-width: 436px) {
  .tile-one,
  .tile-two,
  .tile-three,
  .tile-four,
  .tile-five,
  .tile-six,
  .tile-seven {
    font-size: 30px;
    height: 41px;
    width: 41px;
    border: 3px solid white;
  }
}

.click-path-figure {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
.answer-number {
  position: absolute;
  color: silver;
  font-weight: 600;
  font-size: 22px;
  padding: 4px;
  letter-spacing: 0px;
  z-index: 1;
  width: 33px;
  height: 33px;
  border: 1px solid silver;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  opacity: 0;
}
.answer-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -98%) rotate(133deg);
  border-radius: 100% 0% 100% 100%;
}
.answer-top span {
  transform: rotate(-133deg);
}
.answer-left {
  top: 72%;
  left: -6%;
  border-radius: 100% 0% 100% 100%;
  transform: rotate(12deg);
}
.answer-left span {
  transform: rotate(-12deg);
}
.answer-right {
  top: 71%;
  left: 95%;
  border-radius: 100% 0% 100% 100%;
  transform: rotate(-106deg);
}
.answer-right span {
  transform: rotate(106deg);
}
.answer-small-circle {
  top: 30%;
  left: 71%;
  border-radius: 100% 0% 100% 100%;
  transform: rotate(195deg);
}
.answer-small-circle span {
  transform: rotate(-195deg);
}
.answer-big-circle {
  top: 19%;
  left: 87%;
  border-radius: 100% 0% 100% 100%;
  transform: rotate(195deg);
}
.answer-big-circle span {
  transform: rotate(-195deg);
}
/* @media screen and (min-width: 436px) {
} */
.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: 4.5vw;
  height: 4.5vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;

  pointer-events: none;
  background-color: #ffffffbf;
  opacity: 0;
  transition: all 200ms;
  pointer-events: none;
}
@media screen and (min-width: 436px) {
  .spot {
    width: 16px;
    height: 16px;
  }
}

.spot-1 {
  top: 7%;
  left: 47.3%;
}
.spot-2 {
  top: 27%;
  left: 47.3%;
}
.spot-3 {
  top: 48%;
  left: 47.3%;
}
.spot-4 {
  top: 57.3%;
  left: 29.3%;
}
.spot-5 {
  top: 66.5%;
  left: 11.4%;
}
.spot-6 {
  top: 57.4%;
  left: 65.5%;
}
.spot-7 {
  top: 66.4%;
  left: 83%;
}
@media screen and (min-width: 436px) {
  .spot-4 {
    top: 57.1%;
    left: 29.2%;
  }
  .spot-5 {
    top: 66.4%;
    left: 11.3%;
  }
  .spot-6 {
    top: 57.2%;
    left: 65.5%;
  }
  .spot-7 {
    top: 66.3%;
    left: 83.2%;
  }
}
.spot-1.show {
  animation: fade-in-out-1 600ms ease-in-out infinite;
}

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

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

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

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

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

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