#map {
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #map {
    padding-bottom: 50px;
  }
}
#map .map {
  width: 740px;
  margin: 24px auto 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #map .map {
    width: 100%;
    margin-top: 11px;
  }
}

#dates + #map {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  #dates + #map {
    margin-top: 43px;
  }
}

.map {
  position: relative;
  -ms-overflow-style: none;
}
.map::-webkit-scrollbar {
  display: none;
}
.map .map-scroll {
  width: 740px;
  max-width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .map .map-scroll {
    width: 100%;
    height: auto;
  }
}
.map .map-img {
  transform: scale(1);
  transform-origin: 0 0;
}
.map.is-zoomed .map-scroll {
  cursor: move;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.map.is-zoomed .map-scroll::-webkit-scrollbar {
  opacity: 0;
  width: 1px;
  height: 1px;
}
.map img {
  width: 100%;
  display: block;
}
.map .map-ctr {
  font-size: 30px;
  position: absolute;
  z-index: 100;
  right: 12px;
  bottom: 14px;
}
@media screen and (max-width: 750px) {
  .map .map-ctr {
    right: 8px;
    bottom: 8px;
  }
}
.map .map-btn {
  width: 38px;
  height: 36px;
  background-color: #000;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .map .map-btn {
    width: 28px;
    height: 27px;
  }
}
.map .map-btn.current {
  pointer-events: none;
  background-color: #919191;
}
.map .btn-zoomIn {
  margin-bottom: 2px;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 750px) {
  .map .btn-zoomIn {
    border-radius: 3px 3px 0 0;
  }
}
.map .btn-zoomIn::before, .map .btn-zoomIn::after {
  display: block;
  content: "";
  width: 17px;
  height: 2px;
  background-color: #45B5CE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .map .btn-zoomIn::before, .map .btn-zoomIn::after {
    width: 13px;
  }
}
.map .btn-zoomIn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.map .btn-zoomOut {
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 750px) {
  .map .btn-zoomOut {
    border-radius: 0 0 3px 3px;
  }
}
.map .btn-zoomOut::before {
  display: block;
  content: "";
  width: 17px;
  height: 2px;
  background-color: #45B5CE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .map .btn-zoomOut::before {
    width: 13px;
  }
}

.map-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 920px;
  margin: 34px auto 0;
}
@media screen and (max-width: 750px) {
  .map-points {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.map-points li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: -40px;
  margin-left: 40px;
  width: 380px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .map-points li {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0;
    text-indent: -25px;
    width: calc(100% - 25px);
    margin: 0 0 16px 25px;
  }
  .map-points li:last-child {
    margin-bottom: 0;
  }
}
.map-points li .point-id {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .map-points li .point-id {
    line-height: 19px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.map-points li .thin {
  font-weight: 400;
}/*# sourceMappingURL=map.css.map */