.card__wrap .you-win-show {
  top: 55px;
}
.card__wrap .main .card__img {
  width: 78%;
}
.card__wrap .card__title {
  height: 55px;
  padding: 15px 40px 15px 40px;
}
@media screen and (min-width: 436px) {
  .card__wrap .card__title {
    padding: 15px 31px 15px 40px;
  }
}

.markup-interactive-brothers-and-sisters {
  position: relative;
}
.how-many-brothers-and-sisters {
  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: 200%;
  margin: 5px -15px 5px -55px;
  opacity: 1;
  transition: all 250ms;
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    margin: 5px -12px 5px -55px;
  }
}

.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-brother {
  top: 50%;
  left: 6%;
  transform: translate(0, -50%);
  cursor: auto;
}
#unmoveable-image-sister {
  top: 50%;
  left: 83%;
  transform: translate(0, -50%);
  cursor: auto;
}
.moveable-brother {
  top: 50%;
  left: 6%;
  transform: translate(0, -50%);
}
.moveable-sister {
  top: 50%;
  left: 83%;
  transform: translate(0, -50%);
}

#unmoveable-image-sister {
  top: 50%;
  left: 83%;
  transform: translate(0, -50%);
  cursor: auto;
}
#moveable-image-brother-1 {
  width: 9%;
  top: 12%;
  left: 71%;
  transform: none;
}
#moveable-image-brother-2 {
  width: 9%;
  top: 12%;
  left: 61%;
  transform: none;
}
#moveable-image-brother-3 {
  width: 9%;
  top: 12%;
  left: 51%;
  transform: none;
}
#moveable-image-brother-4 {
  width: 9%;
  top: 12%;
  left: 41%;
  transform: none;
}
#moveable-image-brother-5 {
  width: 9%;
  top: 12%;
  left: 31%;
  transform: none;
}
#moveable-image-brother-6 {
  width: 9%;
  top: 12%;
  left: 21%;
  transform: none;
}
#moveable-image-sister-1 {
  width: 9%;
  top: 54%;
  left: 21%;
  transform: none;
}
#moveable-image-sister-2 {
  width: 9%;
  top: 54%;
  left: 31%;
  transform: none;
}
#moveable-image-sister-3 {
  width: 9%;
  top: 54%;
  left: 41%;
  transform: none;
}
#moveable-image-sister-4 {
  width: 9%;
  top: 54%;
  left: 51%;
  transform: none;
}
#moveable-image-sister-5 {
  width: 9%;
  top: 54%;
  left: 61%;
  transform: none;
}
#moveable-image-sister-6 {
  width: 9%;
  top: 54%;
  left: 71%;
  transform: none;
}
.opacity-svg {
  filter: opacity(0.4);
  transition: all 250ms;
}
.text-digit-answer {
  font-size: 16px;
  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;
}
.text-digit-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
@media screen and (min-width: 436px) {
  .text-digit-answer {
    font-size: 15px;
  }
}
.text-digit-answer-brother,
.text-digit-answer-sister {
  opacity: 1;
  transition: all 250ms;
}
.text-digit-answer-brother.transparent,
.text-digit-answer-sister.transparent {
  opacity: 0;
  transition: all 250ms;
}
.click-figure-brother,
.click-figure-sister {
  cursor: pointer;
}
.click-figure-girl,
.click-figure-boy {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
