.section-dealer-map {
  padding-top: 50px;
  padding-bottom: 75px;
}

@media (max-width: 899px) {
  .section-dealer-map {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.section-map-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 70vh;
}

@media (max-width: 899px) {
  .section-map-wrap {
    aspect-ratio: 9 / 16;
    max-height: 60vh;
  }
}

.section-map-main {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.section-map-main .hover {
  transform: scale(1.1);
}

.section-map-ticket {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 10;
  width: 100%;
  max-width: 390px;
  background-color: #000;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}

@media (max-width: 599px) {
  .section-map-ticket {
    max-width: 290px;
  }
}

.section-map-ticket.is-active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
}

.section-map-ticket.is-animated {
  opacity: 1;
}

.section-map-ticket__header {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}

.section-map-ticket__close {
  position: relative;
  margin-left: auto;
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  border-left: 1px solid #fff;
}

.section-map-ticket__close::after,
.section-map-ticket__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: 0;
  width: 2px;
  height: 15px;
  transform-origin: 50% 50%;
  background-color: #fff;
}

.section-map-ticket__close::before {
  transform: rotate(45deg);
}

.section-map-ticket__close::after {
  transform: rotate(-45deg);
}

.section-map-ticket__close:hover {
  background-color: rgba(255, 255, 255, 1);
}

.section-map-ticket__close:hover:after,
.section-map-ticket__close:hover::before {
  background-color: #000;
}

.section-map-ticket__heading {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 599px) {
  .section-map-ticket__heading {
    font-size: 16px;
  }
}

.section-map-ticket__tags {
  display: flex;
  flex-wrap: wrap;
}

.section-map-ticket__tags-item {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 12px;
  background-color: #fff;
  margin-right: 9px;
  margin-top: 9px;
}

.section-map-ticket__content {
  color: #fff;
}

.section-map-ticket__content strong {
  font-weight: 600;
}

.section-map-ticket__content p {
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width: 599px) {
  .section-map-ticket__content p {
    font-size: 14px;
    line-height: 1.2;
  }
}

.section-map-ticket__content p a {
  text-decoration: underline;
}

.section-map-ticket__content p a:hover {
  text-decoration: none;
}

.section--map--select {
  max-width: 400px;
  margin-bottom: 0;
}

@media (max-width: 899px) {
  .section--map--select {
    max-width: 100%;
  }
}

.section-map-main [aria-hidden="true"] {
  visibility: visible;
}
