/* =========== */
.card__wrap .main .card__img {
  width: 62%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 74%;
  }
}
.markup__interactive {
  position: relative;
  /* width: 88%; */
  width: 330px;
  margin: 0 auto;
  height: 210px;
}
@media screen and (min-width: 436px) {
  .markup__interactive {
    width: 295px;
  }
}

.calendar-numbers {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 4%;
  top: -18%;
}
@media screen and (min-width: 436px) {
  .calendar-numbers {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 5%;
    top: -18%;
  }
}

.cube-scan {
  position: absolute;
  transform: translate(-50%, 0%);
  height: 100%;
}
@media screen and (min-width: 436px) {
  .cube-scan {
    height: 90%;
  }
}
.cube-scan-blue {
  top: -30%;
  left: 80%;
}
.cube-scan-lightblue {
  top: -27%;
  left: 28%;
}

.text-confirm-answer {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: grey;
  width: 100%;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 250ms;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.click-path {
  width: 79%;
  height: 45%;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
  cursor: pointer;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-top: 2%;
  margin-bottom: 25px;
  transition: all 250ms;
  font-size: 17px;
}

@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 16px;
  }
}
.card__wrap-blocked .card__text {
  margin-top: 0%;
}

.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;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.drop-zone-non-contact {
  font-size: 1px;
  width: 0;
  height: 0;
  opacity: 0;
  top: 0;
  left: -100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.drop-zone-0,
.spot-0 {
  top: 10.6%;
  left: 12.2%;
}
.drop-zone-1,
.spot-1 {
  top: 35.4%;
  left: 28%;
}
.drop-zone-2,
.spot-2 {
  top: 60.6%;
  left: 28%;
}
.drop-zone-3,
.spot-3 {
  top: 10.6%;
  left: 43.8%;
}
.drop-zone-4,
.spot-4 {
  top: 7.4%;
  left: 64.4%;
}

.drop-zone-5,
.spot-5 {
  top: 32.4%;
  left: 80%;
}

.drop-zone-6,
.spot-6 {
  top: 57.6%;
  left: 80%;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    height: 48px;
    width: 48px;
  }
  .drop-zone-0,
  .spot-0 {
    top: 6.4%;
    left: 12.2%;
  }
  .drop-zone-1,
  .spot-1 {
    top: 28.8%;
    left: 28%;
  }
  .drop-zone-2,
  .spot-2 {
    top: 51.4%;
    left: 28%;
  }
  .drop-zone-3,
  .spot-3 {
    top: 6.4%;
    left: 43.8%;
  }
  .drop-zone-4,
  .spot-4 {
    top: 3.8%;
    left: 64.2%;
  }

  .drop-zone-5,
  .spot-5 {
    top: 26%;
    left: 80%;
  }

  .drop-zone-6,
  .spot-6 {
    top: 48.6%;
    left: 80%;
  }
}
.tiles,
.tiles-plug {
  width: 100%;
  height: 210px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.tiles {
  z-index: 2;
}

.tile,
.tile-zero,
.tile-one,
.tile-two,
.tile-six,
.tile-seven,
.tile-eight {
  position: absolute;
  width: 11vw;
  height: 11vw;
  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-zero,
.tile-one,
.tile-two,
.tile-six,
.tile-seven,
.tile-eight {
  color: silver;
  background-color: #fff;
  border: 1px solid silver;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.tile.big {
  font-size: 42px;
  font-weight: 700;
  color: white;
  height: 13vw;
  width: 13vw;
  border: none;
  background-color: transparent;
  margin: 0;
}
@media screen and (min-width: 436px) {
  .tile.big {
    font-size: 38px;
  }
}
.tile.in-drop-zone {
  font-size: 8.5vw;
  font-weight: 700;
  height: 10vw;
  width: 10vw;
  background-color: #71a1fa;
  border: 1px solid #71a1fa;
}

.tile-non-contact {
  color: white;
  font-size: 42px;
  font-weight: 700;
  position: absolute;
  transform: translate(-50%, -50%);
}
.non-contact-1 {
  top: -13.6%;
  left: 27.8%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.non-contact-2 {
  top: 10%;
  left: 27.8%;
}
.non-contact-3 {
  top: -17.6%;
  left: 79.6%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.non-contact-5 {
  top: 7%;
  left: 80%;
}
.non-contact-4 {
  top: 7%;
  left: 95.6%;
}

@media screen and (min-width: 436px) {
  .tile-non-contact {
    font-size: 38px;
  }
  .non-contact-1 {
    top: -16.6%;
    left: 28%;
  }
  .non-contact-2 {
    top: 6%;
    left: 28%;
  }
  .non-contact-3 {
    top: -18.6%;
    left: 79.8%;
  }
  .non-contact-5 {
    top: 4%;
    left: 80.2%;
  }
  .non-contact-4 {
    top: 4%;
    left: 95.8%;
  }
}

.zero,
.tile-zero {
  top: 79.2%;
  left: 3.4%;
}
.one,
.tile-one {
  top: 79.2%;
  left: 19.4%;
}
.two,
.tile-two {
  top: 79.2%;
  left: 35.4%;
}

.six,
.tile-six {
  top: 79.2%;
  left: 51.4%;
}
.seven,
.tile-seven {
  top: 79.2%;
  left: 67.4%;
}
.eight,
.tile-eight {
  top: 79.2%;
  left: 83.4%;
}

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

@media screen and (min-width: 436px) {
  .tile-zero,
  .tile-one,
  .tile-two,
  .tile-three,
  .tile-four,
  .tile-five,
  .tile-six,
  .tile-seven,
  .tile-eight,
  .tile-nine {
    font-size: 30px;
    height: 41px;
    width: 41px;
  }
}

.answer-number {
  position: absolute;
  color: #8f8e8e;
  font-weight: 600;
  font-size: 21px;
  padding: 0px;
  letter-spacing: 0px;
  z-index: 1;
  width: 28px;
  height: 28px;
  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: 2vw solid transparent;
  border-left: 3.4vw solid #8f8e8e;
  border-bottom: 2vw solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 436px) {
  .answer-number-arrow {
    border-top: 8px solid transparent;
    border-left: 12px solid #8f8e8e;
    border-bottom: 8px solid transparent;
  }
}

.answer-one-edge {
  top: -9.8%;
  left: 45.4%;
  transform: rotate(90deg);
}
.answer-one-edge span {
  transform: rotate(270deg);
}
.answer-two-edge {
  top: 7%;
  left: 85.3%;
  transform: rotate(140deg);
}
.answer-two-edge span {
  transform: rotate(180deg);
}
.answer-three-edge {
  top: 45.4%;
  left: 100.3%;
  transform: rotate(180deg);
}
.answer-three-edge span {
  transform: rotate(180deg);
}
.answer-four-edge {
  top: 85%;
  left: 84.3%;
  transform: rotate(225deg);
}
.answer-four-edge span {
  transform: rotate(180deg);
}

.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 {
  height: 100%;
  align-content: flex-end;
  top: 100%;
  transform: translate(-50%, -100%);
  left: 50%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -ms-user-select: none;
}
.spot {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  background-color: white;
  transition: all 200ms;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

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

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

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

.spot-6.show {
  animation: fade-in-out-3 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;
  }
}
#body_pzl-classics .for-float-wrapper .сubed-сalendar {
  position: relative;
}
.card__wrap-blocked .text-confirm-answer {
  opacity: 0;
}
