:root {
  --primary-color: #FE6700;
}

.dest-block {
  padding-top: 120px;
}

.page-destination {
  position: relative;
}
.page-destination .destination .swiper-slide .map {
  max-width: 70%;
  left: 0;
  position: relative;
}
.page-destination .destination .swiper-slide .map-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.page-destination .fixed-content-top .head .title span {
  display: none;
}
.page-destination .fixed-content-top .head .title span.active {
  display: block;
}
.page-destination .fixed-content-top .head p {
  display: none;
}
.page-destination .fixed-content-top .head p.active {
  display: block;
}