.b6__routes {
  margin-top: 1.5rem;
}

.b6__slider .slick-dots {
  bottom: 0;
  display: block;
  height: 0.5rem;
  list-style: none;
  margin-top: 1.5rem;
  padding: 0;
  text-align: center;
  width: 100%;
}

.b6__slider .slick-dots li {
  display: inline-block;
  height: 0.5rem;
  position: relative;
  width: 0.5rem;
}

.b6__slider .slick-dots button {
  background-color: #1d2533;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0;
  opacity: .2;
  outline: 0;
  overflow: hidden;
  padding: 0.5rem 0 0 0;
  width: 0.5rem;
}

.b6__slider .slick-dots .slick-active button {
  opacity: 1;
}

.b6__slider .slick-dots li+li {
  margin-left: 0.5rem;
}

@media screen and (min-width: 48em) {
  .b6__routes {
    margin-top: 2rem;
  }

  .other-routes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 37.5rem;
    margin: 0 auto;
  }

  .other-routes__item:nth-child(2n) {
    margin-left: 1rem;
  }

  .other-routes__item:nth-child(2) ~ .other-routes__item {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 80em) {
  .b6__routes {
    margin-top: 2.5rem;
  }

  .other-routes {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .other-routes__item:nth-child(2n) {
    margin-left: 0;
  }

  .other-routes__item:nth-child(2) ~ .other-routes__item {
    margin-top: 0;
  }

  .other-routes__item + .other-routes__item {
    margin-left: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .b6__slider {
    margin-left: auto;
    margin-right: auto;
    width: 17rem;
  }
}
