.card__wrap .bookmark-switch-text {
  top: 39%;
}
.card__wrap .main .card__img {
  width: 67%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 77%;
  }
}

.card__wrap .main {
  flex-wrap: wrap;
}

.markup-interactive-grandpa-and-lollypops {
  width: 87%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px; */
  margin-top: 12px;
  margin-bottom: 20px;
  padding-top: 15px;
  z-index: 5;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .markup-interactive-grandpa-and-lollypops {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
}
.duplicate-img-left-box,
.duplicate-img-right-box {
  width: 100%;
  max-width: 98px;
  height: 118px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 436px) {
  .duplicate-img-left-box,
  .duplicate-img-right-box {
    max-width: 93px;
    height: 108px;
  }
}

.duplicate-count-img-left,
.duplicate-count-img-right {
  color: silver;
  pointer-events: none;
}
.equal-sign {
  width: 25px;
  height: 25px;
  color: white;
  background-color: silver;
  font-size: 21px;
  display: flex;
  border-radius: 50%;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}
.equal-sign::before {
  content: "";
  width: 1.5px;
  height: 28%;
  background-color: silver;
  position: absolute;
  z-index: -1;
  top: 10%;
}
.equal-sign::after {
  content: "";
  width: 1.5px;
  height: 28%;
  background-color: silver;
  position: absolute;
  z-index: -1;
  top: 72%;
}
.duplicate-count-img-left,
.duplicate-count-img-right {
  opacity: 0;
  transition: all 150ms;
}
.duplicate-count-img-left.show,
.duplicate-count-img-right.show {
  opacity: 1;
}
/* .duplicate-img-left-box {
  justify-content: flex-start;
  border-right: 1px solid silver;
} */
.duplicate-img-right-box {
  justify-content: flex-end;
}
.moveable.moveable-grandpa-and-lollypops {
  width: auto;
  height: 34px;
}
@media screen and (min-width: 436px) {
  .moveable.moveable-grandpa-and-lollypops {
    height: 32px;
  }
}
.box-part-text-left,
.box-part-text-right {
  color: grey;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-part-text-left {
  margin-left: -10px;
}
.box-part-text-right {
  margin-right: -10px;
}
.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #3d3d3d;
  width: 100%;
  margin: 5px 0;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: -9px;
  left: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 15px;
  margin-top: 0;
}
.change-text-for-explanation {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: grey;
  width: 50%;

  margin: -29px 0 0 0;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 0;
  /* top: -12px; */
  display: none;
}
@media screen and (min-width: 436px) {
  .change-text-for-explanation {
    margin: -29px 0 0 0;
  }
}
/* .change-text-for-explanation.press {
  top: -8px;
} */
.change-text-for-explanation.text-show {
  display: block;
}
.drag-left {
  left: 0;
  transform: translate(0, 0);
}
.drag-right {
  left: 0;
  transform: translate(100%, 0);
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}

.box-pictograms {
  position: absolute;
  /* width: 50%;
  height: 33%;
  top: 50%;
  left: 50%; */
  position: absolute;
  width: 100%;
  height: 60%;
  top: 40%;
  left: 50%;

  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
.box-pictograms .moveable {
  /* width: 14%;
  height: 100%;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
  opacity: 0; */
  /* width: 50%; */
  height: 100%;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  padding: 0;
}
.box-pictograms .lollypop-left {
  width: 40%;
  left: 5%;
  padding: 20%;
}
.box-pictograms .lollypop-right {
  width: 50%;
  right: 6%;
  padding: 25%;
}

.moveable {
  width: 10%;
  cursor: pointer;
  filter: grayscale(1);
  transform: rotate(8deg);
  margin: 1px;
}
#moveable-image1 {
  cursor: pointer;
  width: 45px;
  height: 82px;
  top: 20%;
  left: 90px;
  z-index: 30;
}
@media screen and (min-width: 436px) {
  #moveable-image1 {
    top: 20%;
    left: 92px;
  }
}

.click-path-elem {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}

/* html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
} */
#body_pzl-classics,
.card__wrap {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
