.card__wrap .main .card__img {
  width: 76%;
}
.markup-interactive {
  position: relative;
}
.markup-interactive {
  width: 88%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.changer-text-before {
  margin-right: 13px;
}

.changer-text-after {
  margin-left: 18px;
}
.changer-text-before,
.changer-text-after {
  font-size: 18px;
  text-align: center;
}

.text-confirm-answer {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: grey;
  width: 100%;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 250ms;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 25px;
    font-size: 17px;
  }
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.changer {
  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: 0;
  position: relative;
}
.arrow {
  display: none; /* Hide the arrow */
  width: 0;
  height: 0;
  border: 10px solid transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.up-arrow::after,
.down-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 1;
}
.up-arrow::after {
  border-width: 0 25px 43.3px 25px; /* 43.3 = 25 * tan(30°) */
  border-color: transparent transparent green transparent;
  top: -21.6px;
  left: -25px;
}
.down-arrow::after {
  border-width: 43.3px 25px 0 25px; /* 43.3 = 25 * tan(30°) */
  border-color: green transparent transparent transparent;
  bottom: -21.6px;
  left: -25px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: relative;
  cursor: pointer;
}
.triangle.up {
  border-bottom: 37px solid green; /* 43.3 = 25 * tan(30°) */
  margin-bottom: 10px;
}
.triangle.down {
  border-top: 37px solid green; /* 43.3 = 25 * tan(30°) */
  margin-top: 10px;
}

.digit-container {
  color: navy;
  font-size: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  margin-bottom: 2px;
  z-index: 2;
  opacity: 1;
}
.digit-container.transparent {
  opacity: 0;
}
.symbol-question {
  color: navy;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
}
.symbol-question.transparent {
  opacity: 0;
}

.digit-h,
.digit-m {
  font-size: 20px;
  color: gray;
  margin-bottom: 2px;
}

.inactive {
  cursor: default;
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
}

.click-path {
  width: 93%;
  height: 12%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.card__wrap .bookmark-switch-text {
  top: 34%;
}
.container-train-train {
  margin: 0 13% 0 17%;
}
.container-walk-train {
  margin-left: 2%;
}
.container-walk-train,
.container-train-train,
.container-walk-walk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.svg-wrapp img {
  width: 38px;
  margin: 0 auto;
}
.time {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: gray;
}
