.route-block {
  background: #fff !important;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 26px 28px;
  margin-bottom: 28px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}

.route-block .route-title {
  font-family: 'Segoe UI', 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000000;
}

.route-block .route-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-block .route-item {
  position: relative;
  padding-left: 60px;
  padding-bottom: 18px;
  font-family: 'Segoe UI', 'Inter', sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
  color: #1a1a1a;
}

.route-block .route-item::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 30px;
  bottom: 0;
  border-left: 2px dashed #00a7ff;
}

.route-block .route-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00a7ff;
}

.route-block .route-item:first-child::before {
  width: 29px;
  height: 29px;
  left: 8px;
  top: 1px;
  border-radius: 50%;
  background: #00a7ff;
  background-image: url("https://leningrad-tours.ru/media-files/map-marker-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.route-block .route-item:first-child::after {
  top: 36px;
}

.route-block .route-item:last-child::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  font-size: 26px;
  line-height: 1;
  color: #00a7ff;
  background: none;
  background: url("https://leningrad-tours.ru/media-files/anchor.svg") no-repeat center;
}

.route-block .route-item:last-child::after {
  display: none;
}