.card__wrap .main .card__img {
  width: 78%;
}
.markup-interactive-seven-pets {
  position: relative;
}
.seven-pets {
  width: 100%;
  min-height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  z-index: 5;
  justify-content: center;
  align-items: center;
}

.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  text-align: end;
  color: gray;
  width: 100%;
  margin: 5px 0;
  opacity: 1;
  transition: all 250ms;
}

.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
}

.inactive {
  cursor: default;
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
}
.dividing-line {
  width: 60%;
  height: 2px;
  background-color: silver;
}
.moveable {
  width: 38px;
  position: absolute;
  cursor: pointer;
  z-index: 30;
}
.unmoveable {
  width: 38px;
  position: absolute;
  z-index: 30;
  pointer-events: none;
}
#unmoveable-image-cat {
  width: 35px;
  top: 50%;
  left: 6%;
  transform: translate(0, -50%);
  cursor: auto;
}
#unmoveable-image-dog {
  top: 50%;
  left: 83%;
  transform: translate(0, -50%);
  cursor: auto;
}
.moveable-cat {
  width: 35px;
  top: 50%;
  left: 6%;
  transform: translate(0, -50%);
}
.moveable-dog {
  top: 50%;
  left: 83%;
  transform: translate(0, -50%);
}

#unmoveable-image-dog {
  top: 50%;
  left: 83%;
  transform: translate(0, -50%);
  cursor: auto;
}
#moveable-image-cat-1 {
  width: 8%;
  top: 16%;
  left: 70%;
  transform: none;
}
#moveable-image-cat-2 {
  width: 8%;
  top: 16%;
  left: 58%;
  transform: none;
}
#moveable-image-cat-3 {
  width: 8%;
  top: 16%;
  left: 46%;
  transform: none;
}
#moveable-image-cat-4 {
  width: 8%;
  top: 16%;
  left: 34%;
  transform: none;
}
#moveable-image-cat-5 {
  width: 8%;
  top: 16%;
  left: 22%;
  transform: none;
}
#moveable-image-dog-1 {
  width: 9%;
  top: 50%;
  left: 22%;
  transform: none;
}
#moveable-image-dog-2 {
  width: 9%;
  top: 50%;
  left: 34%;
  transform: none;
}
#moveable-image-dog-3 {
  width: 9%;
  top: 50%;
  left: 46%;
  transform: none;
}
#moveable-image-dog-4 {
  width: 9%;
  top: 50%;
  left: 58%;
  transform: none;
}
#moveable-image-dog-5 {
  width: 9%;
  top: 50%;
  left: 70%;
  transform: none;
}
.opacity-svg {
  filter: opacity(0.4);
  transition: all 250ms;
}
.text-digit-answer {
  font-size: 17px;
  font-weight: 400;
  text-align: end;
  color: silver;
  width: 45%;
  margin: 0;
  opacity: 1;
  display: flex;
  transition: all 250ms;
  position: absolute;
  height: 60%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 436px) {
  .text-digit-answer {
    font-size: 16px;
  }
}
.text-digit-answer-cat,
.text-digit-answer-dog {
  opacity: 1;
  transition: all 250ms;
}
.text-digit-answer-cat.transparent,
.text-digit-answer-dog.transparent {
  opacity: 0;
  transition: all 250ms;
}
.click-figure-cat,
.click-figure-dog {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
