.card__wrap .main .card__img {
  width: 80%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 88%;
  }
}
.card__wrap .main {
  flex-wrap: wrap;
}
.card__img img.show {
  pointer-events: none;
}

.markup-interactive-apples-in-a-box {
  width: 87%;
  /* height: 76px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  z-index: 5;
  display: block;
  position: relative;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .markup-interactive-apples-in-a-box {
    margin-bottom: 50px;
  }
}

.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-align: center;
  font-weight: 500;
}
.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: 15px;
  font-weight: 400;
  text-align: center;
  color: grey;
  width: 100%;
  margin: 5px 0;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 0;
  transform: translate(0, 0);
  display: none;
}
.change-text-for-explanation.text-show {
  display: block;
}
/* .drag {
} */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}

.box-pictograms {
  position: absolute;
  width: 64%;
  height: 63%;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
.box-pictograms .moveable {
  width: 100%;
  height: 100%;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  padding: 38%;
}

.moveable {
  width: 11%;
  cursor: pointer;
  filter: grayscale(1);
  margin: 1px 1px 4px 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;
}
.a,
.b {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid silver;
  /* padding: 0 10px; */
  padding: 0 68px 0 19px;
}
.a-text,
.b-text {
  font-size: 24px;
  font-weight: 300;
  color: silver;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(3px, 0px);
}
.interactive-text-description {
  font-size: 14px;
  color: silver;
  line-height: 1;
  max-width: 52px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, -15px);
}
.a-text-description,
.b-text-description {
  font-size: 14px;
  color: silver;
  line-height: 1;
  max-width: 72px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, 27px);
}
.click-path {
  cursor: pointer;
}

.card__im.for-win .explanation-img {
  width: 88%;
}

.change-text-for-explanation.text-show {
  display: block;
}

.change-text-for-explanation {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: grey;
  width: 88%;
  margin: 5px 0;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 100%;
  display: none;
  left: 50%;
  transform: translate(-50%, -50px);
}
.drag-left,
.drag-right {
  font-size: 13px;
  top: 0;
  transform: translate(-50%, -42%);
}
.card__wrap .bookmark-switch-text {
  top: 40%;
}
