/* //package transports version */
.spbooking-transports-module .spbooking-transport {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.spbooking-transports-module .spbooking-transport:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.42) 99%);
}

.spbooking-transports-module .spbooking-transport-discount {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  background: #FF494A;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
}

.spbooking-transports-module .spbooking-transport-discount .only-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.spbooking-transports-module .spbooking-transport-info {
  padding: 30px;
  position: absolute;
  bottom: 0;
}

.spbooking-transports-module .spbooking-transport-info .spbooking-transport-discount-price {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0;
}

.spbooking-transports-module .spbooking-transport-info .spbooking-transport-discount-price small {
  font-size: 18px;
  font-weight: 700;
}

.spbooking-transports-module .spbooking-transport-info .spbooking-transport-discount-price small::before {
  content: "/";
  margin-right: 5px;
}

.spbooking-transports-module .spbooking-transport-info .spbooking-transport-size {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0;
}

.spbooking-transports-module .spbooking-transport-info .spbooking-transport-size span+span:before {
  content: "|";
  position: relative;
  top: 1px;
  margin: 0 5px;
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
