.card__wrap .main .card__img {
  width: 65%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 72%;
  }
}
.farmer-and-apples {
  width: 100%;
  min-height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
  justify-content: center;
  align-items: center;
  position: relative;
}

.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  text-align: end;
  color: grey;
  width: 200%;
  margin: 5px -39px 5px -50px;
  opacity: 1;
  transition: all 250ms;
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    margin: 5px -23px 5px -56px;
  }
}

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

.inactive {
  cursor: default;
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
}
/* =================== */
.text-digit {
  display: flex;
  color: silver;
  font-size: 13px;
  position: absolute;
  flex-wrap: wrap;
  max-width: 75px;
  right: 5%;
  height: 130%;
  align-items: flex-end;
}

@media screen and (min-width: 436px) {
  .text-digit {
    height: auto;
  }
}

.text-digit-first,
.text-digit-second,
.text-digit-third {
  height: 32px;
  display: flex;
  padding-bottom: 2px;
  align-items: flex-end;
  justify-content: flex-start;
}
.dividing-line {
  width: 70%;
  height: 42px;
  position: absolute;
  border-bottom: 2px solid silver;
  left: 58%;
}
@media screen and (min-width: 436px) {
  .dividing-line {
    width: 70%;
    height: 32px;
    position: absolute;
    border-bottom: 2px solid silver;
    left: 58%;
  }
}
.dividing-line-first {
  top: 0%;
  transform: translate(-50%, -15px);
}
@media screen and (min-width: 436px) {
  .dividing-line-first {
    top: 0%;
    transform: translate(-50%, 0%);
  }
}
.dividing-line-second {
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 436px) {
  .dividing-line-second {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.dividing-line-third {
  top: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 436px) {
  .dividing-line-third {
    top: 50%;
    transform: translate(-50%, 50%);
    /* border-bottom: 2px solid transparent; */
  }
}
.moveable {
  width: 45px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(50%, -44%);
  cursor: pointer;
  z-index: 30;
}

.unmoveable {
  width: 45px;
  position: absolute;
  z-index: 30;
  pointer-events: none;
  top: 50%;
  left: 0%;
  transform: translate(50%, -44%);
}

#moveable-first-1,
#moveable-first-2,
#moveable-first-3,
#moveable-first-4,
#moveable-first-5 {
  top: -12%;
  transform: translate(0%, 0%);
}
@media screen and (min-width: 436px) {
  #moveable-first-1,
  #moveable-first-2,
  #moveable-first-3,
  #moveable-first-4,
  #moveable-first-5 {
    top: 0;
    transform: translate(0%, 0%);
  }
}
#moveable-second-1,
#moveable-second-2,
#moveable-second-3,
#moveable-second-4,
#moveable-second-5 {
  top: 50%;
  transform: translate(0%, -50%);
}
#moveable-third-1,
#moveable-third-2,
#moveable-third-3,
#moveable-third-4,
#moveable-third-5 {
  top: 57%;
  transform: translate(0%, 50%);
}
@media screen and (min-width: 436px) {
  #moveable-third-1,
  #moveable-third-2,
  #moveable-third-3,
  #moveable-third-4,
  #moveable-third-5 {
    top: 50%;
    transform: translate(0%, 50%);
  }
}

#moveable-first-1,
#moveable-second-1,
#moveable-third-1 {
  width: 26px;
  height: 35px;
  left: 24%;
}
@media screen and (min-width: 436px) {
  #moveable-first-1,
  #moveable-second-1,
  #moveable-third-1 {
    width: 20px;
    height: 32px;
    left: 24%;
  }
}

#moveable-first-2,
#moveable-second-2,
#moveable-third-2 {
  width: 26px;
  height: 35px;
  left: 33%;
}
@media screen and (min-width: 436px) {
  #moveable-first-2,
  #moveable-second-2,
  #moveable-third-2 {
    width: 20px;
    height: 32px;
    left: 33%;
  }
}
#moveable-first-3,
#moveable-second-3,
#moveable-third-3 {
  width: 26px;
  height: 35px;
  left: 42%;
}
@media screen and (min-width: 436px) {
  #moveable-first-3,
  #moveable-second-3,
  #moveable-third-3 {
    width: 20px;
    height: 32px;
    left: 42%;
  }
}

#moveable-first-4,
#moveable-second-4,
#moveable-third-4 {
  width: 26px;
  height: 35px;
  left: 51%;
}
@media screen and (min-width: 436px) {
  #moveable-first-4,
  #moveable-second-4,
  #moveable-third-4 {
    width: 20px;
    height: 32px;
    left: 51%;
  }
}

#moveable-first-5,
#moveable-second-5,
#moveable-third-5 {
  width: 26px;
  height: 35px;
  left: 60%;
}
@media screen and (min-width: 436px) {
  #moveable-first-5,
  #moveable-second-5,
  #moveable-third-5 {
    width: 20px;
    height: 32px;
    left: 60%;
  }
}

/* ========= */
.dividing-line-second .moveable {
  top: 50%;
  transform: translate(0%, -50%);
}

.opacity-svg {
  filter: opacity(0.4);
  transition: all 250ms;
}

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