.block__intro {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 8em;
}
.block__intro--expanded {
  -webkit-line-clamp: unset;
  max-height: 100em;
}
@media (min-width: 48em) {
  .block__intro {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    max-height: none;
  }
}

.block__intro-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  margin-top: 0.5rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: #54657E;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 48em) {
  .block__intro-toggle {
    display: none;
  }
}
.block__intro-toggle svg.arrow-icon {
  flex-shrink: 0;
}

.a06-slider .slick-list {
  overflow: inherit;
  position: relative;
}
.a06-slider .a06-slider__image {
  display: none;
}
.a06-slider .slick-arrow {
  appearance: none;
  background: none;
  border: 0;
  display: block;
  margin-top: -0.75rem;
  padding: 1.5rem 0 0 0;
  position: absolute;
  top: 50%;
  width: 1.5rem;
  z-index: 5;
}
.a06-slider .slick-arrow::after {
  background-image: url("../../../img/layout/ico-sliders.svg");
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}
.a06-slider .slick-next {
  right: -2.5rem;
}
.a06-slider .slick-next::after {
  background-position: -3rem 0;
}
.a06-slider .slick-prev {
  left: -2.5rem;
}
.a06-slider .slick-prev::after {
  background-position: -4.5rem 0;
}
@media screen and (min-width: 80em) {
  .a06-slider .slick-track {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 80em) {
  .a06-slider .slick-list {
    overflow: hidden;
    padding: 1.25rem 0;
  }
}

.a06-slider__item {
  padding: 0 0.0625rem;
  position: relative;
}
@media screen and (min-width: 80em) {
  .a06-slider__item {
    padding: 0;
  }
}

.a06-slider__cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 400ms ease;
  width: 100%;
}
.a06-slider__cover::before {
  background-image: url("../../../img/layout/bbt-slider-a06-overlay.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 400ms ease;
  width: 100%;
  z-index: 6;
}

.a06-slider__inner {
  box-sizing: border-box;
  display: block;
  height: 27rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .a06-slider__inner {
    height: 21rem;
  }
}
@media screen and (min-width: 80em) {
  .a06-slider__inner {
    height: 26.5rem;
  }
  .a06-slider__inner:hover .a06-slider__cover {
    transform: scale(1.05);
    z-index: 6;
  }
  .a06-slider__inner:hover .a06-slider__cover::before {
    opacity: 0.8;
  }
  .a06-slider__inner:hover .a06-slider__content {
    opacity: 1;
  }
}

.a06-slider__content {
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  opacity: 1;
  padding: 0 0.625rem 1.125rem;
  position: absolute;
  text-align: center;
  transition: opacity 400ms ease;
  width: 100%;
}
@media screen and (min-width: 80em) {
  .a06-slider__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    padding: 0 0.375rem;
    z-index: 6;
  }
}

.a06-slider__title {
  margin: 0 0 0.25rem;
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media screen and (min-width: 80em) {
  .a06-slider__title {
    margin-bottom: 2rem;
  }
  .a06-slider__title::after {
    border-bottom: 1px solid #f2f5f7;
    bottom: -0.9375rem;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 2rem;
  }
}

.a06-slider__subtitle {
  font-weight: 400;
  margin: 0;
}

.page__detail-poi .a06 .block__action {
  display: none;
}

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