.count-select__quantity {
  position: relative;
  z-index: 9;
  right: -10px;
  bottom: 30px;
  float: right;
  width: 129px;
}
@media (max-width: 700px) {
  .count-select__quantity {
    width: 100px;
  }
}

[data-equipment] .count-select__quantity {
  bottom: 5px;
  float: none;
  width: auto;
}
[data-equipment] .counter {
  bottom: 13px;
  padding: 5px;
  width: auto;
}
[data-equipment] .counter__inner {
  width: auto;
}
[data-equipment] .counter__button {
  width: 25px;
  height: 25px;
}
[data-equipment] .counter__button:before {
  font-size: 25px;
}

.counter__inner {
  justify-content: center;
}

.quantity-input-wrap {
  display: none;
}

[data-ne-taxi] .count-select__quantity {
  margin-top: -35px;
  margin-right: 0px;
}

.discounts__total-amount {
  margin-top: 1.5rem;
  font-weight: bold;
}