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

.markup-interactive-a-flock-of-ducks {
  width: 87%;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  z-index: 5;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}

.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: 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;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

}

.box-pictograms {
  position: absolute;
  width: 50%;
  height: 33%;
  top: 50%;
  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;
}

.moveable {
  width: 10%;
  cursor: pointer;
}
#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;
} */
/* .card__wrap .main .card__img {
  width: 72%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 74%;
  }
} */
.card__wrap .main {
  flex-wrap: wrap;
}

.markup-interactive-a-flock-of-ducks {
  width: 87%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  z-index: 5;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 436px) {
  .markup-interactive-a-flock-of-ducks {
    height: 138px;
  }
}

.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: 15px;
  font-weight: 400;
  text-align: center;
  color: grey;
  width: 100%;
  margin: 15px 0 0 0;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 0;
  transform: translate(0, 0);
  display: none;
}
@media screen and (min-width: 436px) {
  .change-text-for-explanation {
    margin: 36px 0 0 0;
  }
}
.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: 69%;
  height: 45%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
.box-pictograms .moveable {
  width: 100%;
  height: 100%;
  max-width: unset;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  padding: 20%;
}

.moveable {
  width: auto;
  height: 100%;
  max-width: 14%;
  cursor: pointer;
  user-select: none;
}

#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;
  }
}
.confirming-object.transparent {
  right: -50%;
  pointer-events: none;
  transition: all 350ms;
}
.confirming-object {
  width: 41%;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 100%;
  right: 0%;
  transform: translate(0, -145%);
  pointer-events: all;
  user-select: none;
  cursor: pointer;
  transition: all 350ms;
}
.confirming-text {
  font-size: 14px;
  color: white;
  font-weight: 600;
  width: 73px;
  margin-bottom: 2px;
  position: relative;
  z-index: 2;
}
.click-path-elem,
.click-path,
.confirming-text {
  pointer-events: none;
}
.main .card__img svg {
  top: 0;
}
