/* .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-socks-in-a-box {
  width: 87%;
  height: 81px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 436px) {
  .markup-interactive-socks-in-a-box {
    height: 120px;
  }
}

.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: 43%;
  left: -9%;
  transform: rotate(-33deg);
}
.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: 20px 0 0 0;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: -25%;
  transform: translate(0, 0);
  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: 50%;
  height: 31%;
  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;
  }
}
.volumes-ratio {
  color: silver;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 7px;
}
.delimiter {
  font-size: 30px;
  color: silver;
}

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