.card__wrap .main .card__img {
  /* width: auto; */
  width: 92%;
}

.card__wrap .main .goal-img.show {
  /* width: 87%; */
}

/* @media screen and (min-width: 436px) {
  .card__wrap .main .goal-img.show {
    width: 82%;
  }
} */

.markup-interactive {
  position: relative;
}
.area-of-the-shaded-part {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 5px;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 17px;
  color: gray;
  width: max-content;
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}

.answer-container {
  color: white;
  font-size: 21px;
  font-weight: 600;
  width: 28%;
  display: flex;
  position: absolute;
  top: 42%;
  left: 48.2%;
}
@media screen and (min-width: 436px) {
  .answer-container {
    font-size: 19.5px;
  }
}

.answer-sign {
  margin: 0 4px;
}
.answer-value-container {
  opacity: 1;
  transition: all 250ms;
  position: relative;
  min-width: 36%;
}
.answer-value-text {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  position: absolute;
  top: 100%;
  right: 11%;
}
.answer-value-container,
.answer-sign {
  opacity: 1;
  transition: all 250ms;
}

.answer-value-container.transparent,
.answer-sign.transparent {
  opacity: 0;
  transition: all 250ms;
}

.for-float-wrapper .card__text {
  font-size: 18px;
  text-align: start;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.15;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    line-height: 1.2;
  }
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 30px 0px 20px 0;
}

.changer {
  width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 0 0px;
  justify-content: flex-end;
  position: relative;
}

.changer .triangle.up {
  border-bottom: 30px solid green;
  margin-bottom: 0px;
  cursor: pointer;
  user-select: all;
}
.changer .triangle.down {
  border-top: 30px solid green;
  margin-top: 2px;
  cursor: pointer;
  user-select: all;
}

.digit {
  font-size: 28px; /* Increased font size */
  margin-bottom: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /* Prevent text selection */
  color: navy;
}
.volume-x {
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translate(-50%, -50%);
  color: silver;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: relative;
  cursor: pointer;
}

.digit-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Add this line */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Add this line */
}
.inactive {
  cursor: default;
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
}
.volume-img {
  width: 30%;
}
.volumes-ratio {
  color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 3px;
  font-size: 17px;
  width: 100%;
  line-height: 1;
  position: absolute;
  top: 0;
  transform: translate(0, -124%);
}

.delimiter {
  font-size: 30px;
  color: silver;
  display: flex;
  align-items: center;
  margin: 0 -3% 0 6%;
}

.click-path-figure {
  width: 10%;
  height: 10%;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  left: 48%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}

/* ==================== */
.main .card__img.for-win {
  /* width: 75%; */
  transition: all 1000ms;
}
.for-float-wrapper .card__text-explanations.for-win {
  font-size: 18px;
  transition: all 1000ms;
}
.text-confirm-answer.for-win {
  display: none;
}
.money-total,
.products-total {
  position: absolute;
  font-size: 28px;
  font-weight: 600;
  transform: translate(-50%, -50%) scaleY(1.5);
  top: 89%;
}
.money-total.correct,
.products-total.correct,
.products-text.correct,
.money-text.correct {
  color: #49ae2b;
}
.money-total {
  text-align: left;
  left: 20%;
  top: 82%;
  width: 112px;
}
.products-total {
  left: 86%;
  top: 82%;
  text-align: center;
  width: 75px;
}
.products-text {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  width: 75px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 94%;
  left: 86%;
  text-transform: uppercase;
}
.money-text {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  width: 112px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 94%;
  left: 25%;
  text-transform: uppercase;
}

.card__wrap-blocked .text-confirm-answer {
  display: none;
}
.card__wrap-blocked .answer-value {
  color: #06ff06;
}
.markup-interactive.area-of-the-shaded-part.winner .container {
  display: none;
}
/* .card__wrap-blocked .volumes-ratio,
.card__wrap-blocked .triangle {
  display: none;
} */
/* ============================
 */
