.b2 {
  padding: 3rem 0;
}
.b2.block--alt {
  border: none;
  background: #FFF;
}
.b2.block--alt .b2__stop:first-child::after, .b2.block--alt .b2__stop:last-child::after {
  background: #FFF;
}
.b2 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .b2 .wrapper {
    flex-direction: row;
  }
}
.b2 .wrapper .block__main {
  margin-top: 0;
  width: 100%;
}
.b2 .wrapper .block__header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .b2 .wrapper .block__header {
    text-align: left;
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 1200px) {
  .b2 .wrapper .block__header {
    flex: 0 0 33.333%;
  }
}
.b2 .wrapper .block__title, .b2 .wrapper .block__intro {
  font-family: "Montserrat", arial, sans-serif;
  padding: 0;
}
.b2 .wrapper .block__title {
  font-size: 22px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .b2 .wrapper .block__title {
    font-size: 30px;
  }
}
.b2 .wrapper .block__intro {
  font-size: 16px;
  line-height: 20px;
}
.b2__stops {
  padding-left: 2.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .b2__stops {
    padding-left: 5.75rem;
  }
}
.b2__stops:before {
  content: "";
  width: 2px;
  background: url("../../../img/layout/bg-dashed-line-route.svg");
  position: absolute;
  bottom: 0;
  top: 0;
  left: 14px;
}
@media screen and (min-width: 768px) {
  .b2__stops:before {
    left: 41px;
  }
}
.b2__stop {
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .b2__stop {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .b2__stop {
    padding: 1.5rem 0;
  }
}
.b2__stop:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  left: -2.75rem;
  transform: translateY(-50%);
  background: #d71c1c;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #FFF;
  height: 24px;
  width: 24px;
  z-index: 3;
  border: 2px solid #8493A8;
}
@media screen and (min-width: 768px) {
  .b2__stop:before {
    left: -4rem;
  }
}
.b2__stop:first-child:after, .b2__stop:last-child:after {
  content: "";
  display: block;
  background: #F2F5F7;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 50%;
  left: calc(-2.75rem + 14px);
}
@media screen and (min-width: 768px) {
  .b2__stop:first-child:after, .b2__stop:last-child:after {
    left: calc(-4rem + 13px);
  }
}
.b2__stop:last-child:after {
  top: 50%;
  bottom: 0;
}
.b2__stop .card {
  position: relative;
}
.b2__stop .card:before {
  content: "";
  height: 29px;
  width: 19px;
  display: block;
  background: url("../../../img/layout/ico-route-arrow-left.svg") left top no-repeat;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
.b2__stop .card__link {
  text-align: left !important;
  display: flex;
  width: inherit !important;
  gap: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2) !important;
}
.b2__stop .card__link img {
  border-radius: 0.5rem;
  width: 88px;
  height: 88px;
}
@media screen and (min-width: 992px) {
  .b2__stop .card__link img {
    width: 170px;
    height: 170px;
  }
}
.b2__stop .card__link:before {
  display: none;
}
.b2__stop .card__media {
  height: inherit;
}
.b2__stop .card__media:before {
  display: none;
}
.b2__stop .card__content {
  padding: 0.5rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.b2__stop .card__content-title {
  margin: 0 !important;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .b2__stop .card__content-title {
    font-size: 20px;
  }
}
.b2__stop .card__content-description {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .b2__stop .card__content-description {
    display: none;
  }
}
.b2__stop .card__content-link {
  text-align: right;
}
.b2__stop .card__content-link a:before {
  top: -3px;
  transform: none;
}
.b2__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .b2__actions {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .b2__actions {
    margin-top: 2.5rem;
  }
}
.b2__action + .b2__action {
  margin-left: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .b2__action + .b2__action {
    display: none;
  }
}
.b2__action-print {
  color: #1d2533;
}
.b2__action-download .dropdown__block {
  max-width: 100%;
  min-width: 80%;
}
.b2__action-download .dropdown__label-text {
  color: #1d2533;
  padding-left: 2rem;
}
.b2__action-download .dropdown__label-text:before {
  background: url("../../../img/layout/ico-link.svg") left top no-repeat;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
.b2__maps {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  .b2__maps {
    flex-direction: column;
  }
}
.b2__maps li {
  border-radius: 16px;
  position: relative;
  padding: 5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .b2__maps li {
    flex: 0 0 calc(50% - 2.5rem);
  }
}
.b2__maps li:before, .b2__maps li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
}
.b2__maps li:after {
  background: rgba(84, 101, 126, 0.4);
  z-index: 1;
}
.b2__maps li > * {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #D71D41 0%, #AD1457 100%);
  border-radius: 100px;
  padding: 14px 22px;
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.75px;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 600;
  text-decoration: none !important;
  display: flex;
  gap: 14px;
  align-items: center;
}
.b2__maps li > *:after {
  display: none !important;
}
.b2__maps li > *:before {
  content: "";
  display: block;
  height: 20px;
  width: 18px;
}
.b2__maps--illustrated:before {
  background: url("../../../img/layout/map-illustrated.png");
}
.b2__maps--illustrated > *:before {
  background: url("../../../img/layout/ico-map-illustrated.svg");
}
.b2__maps--interactive:before {
  background: url("../../../img/layout/map-interactive.png");
}
.b2__maps--interactive > *:before {
  background: url("../../../img/layout/ico-map-interactive.svg");
}

.skin-bbt .b2__stops.b2__stops--blue-route .b2__stop:before {
  background: #0277bd;
}
.skin-bbt .b2__stops.b2__stops--green-route .b2__stop:before {
  background: #1bacc0;
}

.skin-tm .b2__stop:before {
  background: #B6BF00;
}
.skin-tm .b2__maps li > * {
  background: linear-gradient(90deg, #B6BF00 0%, #78BB75 100%);
}

/*# sourceMappingURL=block-b2.css.map */
