.route-block-plankton {
  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-title-plankton {
  font-family: 'Segoe UI','Inter',sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000;
}

.route-list-plankton {
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-item-plankton {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
  font-family: 'Segoe UI','Inter',sans-serif;
  font-size: clamp(16px,2vw,18px);
  line-height: 1.55;
  color: #1a1a1a;
}

.route-item-plankton::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 30px;
  bottom: 0;
  border-left: 2px dashed #00a7ff;
}

.route-item-plankton::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00a7ff;
}

.route-item-plankton:first-child::before {
  width: 29px;
  height: 29px;
  left: 8px;
  top: 1px;
  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-item-plankton:first-child::after {
  top: 36px;
}

.route-item-plankton:last-child::before {
  content: "";
  left: 7px;
  top: 5px;
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: url("https://leningrad-tours.ru/media-files/anchor.svg") no-repeat center;
  background-size: contain;
}

.route-item-plankton:last-child::after {
  display: none;
}

.route-note-plankton {
  margin-top: 18px;
  padding: 14px 18px;
  background: #f7f9fc;
  border-left: 3px solid #00a7ff;
  border-radius: 0 8px 8px 0;
  font-family: 'Segoe UI','Inter',sans-serif;
  font-size: clamp(14px,1.8vw,16px);
  line-height: 1.6;
  color: #333;
}

@media all and (max-width:767px) {
  .route-block-plankton {
    padding: 13px 14px;
    margin-bottom: 10px;
  }

  .route-title-plankton {
    font-size: 18px;
  }

  .route-note-plankton {
    padding: 10px 12px;
    margin-top: 10px;
  }
}