.card__wrap .main .card__img {
  width: 83%;
  transition: width 250ms;
}
.card__wrap .main .card__img .goal-img {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
/* @media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 74%;
  }
} */
.card__wrap .main {
  flex-wrap: wrap;
  align-content: space-between;
}

.markup-interactive-a-swarm-of-bees {
  width: 87%;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .markup-interactive-a-swarm-of-bees {
    /* height: 120px; */
  }
}
.quantity-elems {
  /* font-size: 18px;
  color: silver;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid silver;
  border-radius: 50%;
  position: absolute;
  top: 82%;
  left: 88%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  opacity: 1;
  transition: all 250ms; */
  font-size: 48px;
  color: silver;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 80%;
  left: 86%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  opacity: 1;
  transition: all 250ms;
}
.quantity-elems.transparent {
  opacity: 0;
}
.text-confirm-answer {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #3d3d3d;
  width: 38%;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 10%;
  left: 90%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    font-size: 16px;
    width: 39%;
    left: 90%;
  }
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 25px;
  margin-top: 0;
}
.change-text-for-explanation {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: grey;
  width: 100%;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: none;
}
@media screen and (min-width: 436px) {
  .change-text-for-explanation {
    /* margin: 40px 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: 66%;
  height: 65%;
  bottom: 0;
  right: 0;
  transform: translate(-17%, -25%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.box-pictograms .moveable {
  width: 100%;
  height: 100%;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  padding: 16%;
}

.moveable {
  width: 13%;
  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-box {
  cursor: pointer;
}
.click-path {
  position: absolute;
  width: 15%;
  height: 15%;
  border-radius: 50%;
  cursor: pointer;
  top: 10%;
  left: 62%;
  transform: translate(-50%, -50%);
}
.main .card__img svg {
  top: 0;
}
.card__wrap-blocked .markup-interactive-a-swarm-of-bees {
  display: none;
}
.card__wrap-blocked .quantity-elems {
  display: none;
}
.card__wrap-blocked .main {
  align-content: space-around;
}
