.card__wrap .main .card__img {
  width: 76%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 85%;
  }
}

.markup-interactive {
  position: relative;
}
.for-9-minutes-with-two-hourglasses {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 5px;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 18px;
  color: gray;
  width: max-content;
  position: absolute;
  top: 77%;
  text-align: left;
  left: 31%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  width: max-content;
  line-height: 0.9;
}

.text-confirm-answer.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: 40px 10px 14px 10px;
}

.changer {
  width: 57px;
  height: max-content;
  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;
}
.second .digit,
.fourth .digit,
.sixth .digit {
  min-width: 51px;
}
.changer .triangle.up {
  border-bottom: 28px solid green;
  margin-bottom: 0px;
  cursor: pointer;
  user-select: all;
}
.changer .triangle.down {
  border-top: 28px solid green;
  margin-top: 2px;
  cursor: pointer;
  user-select: all;
}

.digit {
  font-size: 19px;
  margin-bottom: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: navy;
  margin: 4px 0 3px 0;
  width: max-content;
  text-align: center;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 436px) {
  .changer {
    width: 53px;
  }

  .changer .triangle.up {
    border-bottom: 25px solid green;
  }
  .changer .triangle.down {
    border-top: 25px solid green;
    margin-top: 2px;
    cursor: pointer;
    user-select: all;
  }
  .triangle {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
}
.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();
}

.volumes-ratio {
  color: gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  position: absolute;
  top: -52%;
  left: 50%;
  height: 50px;
  transform: translate(-50%, 0%);
  width: max-content;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 436px) {
  .volumes-ratio {
    top: -60%;
  }
}

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

.click-path-figure {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 13%;
  left: 50%;
  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;
}

.card__wrap-blocked .text-confirm-answer {
  display: none;
}

.markup-interactive.for-9-minutes-with-two-hourglasses.winner .container {
  display: none;
}
