/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/map/map.scss ***!
  \**************************************************************************************************************************/
.map-block {
  display: flex;
  flex-direction: row;
  background: #dbac64;
  padding-right: 0;
  overflow: hidden;
}
.map-block__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  height: 100%;
}
.map-block__panel {
  background: #dbac64;
  color: #fff;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}
@media screen and (min-width: 992px) {
  .map-block__panel {
    padding: 36px 0;
  }
}
.map-block__title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
}
.map-block__badge {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.95;
}
.map-block__address {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.map-block__address a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.map-block__address a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 90%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.map-block__address a:hover {
  font-weight: bold;
}
.map-block__address a:hover::after {
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.map-block__hours {
  margin-bottom: 16px;
}
.map-block__hours-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
.map-block__hours-text {
  font-size: 16px;
  line-height: 1.6;
}
.map-block__contact-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.map-block__contact-list {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.map-block__contact-item {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.map-block__contact-item a {
  color: #fff;
  text-decoration: none;
}
.map-block__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  opacity: 0.95;
}
.map-block__link {
  font-size: 16px;
  line-height: 1.6;
}
.map-block__link a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.map-block__link a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 90%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.map-block__link a:hover {
  font-weight: bold;
}
.map-block__link a:hover::after {
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.map-block__canvas {
  margin-left: -20px;
  width: 140%;
  height: clamp(280px, 45vh, 520px);
  background: #f4f4f4;
}
.map-block .leaflet-container {
  outline: none;
}
@media (max-width: 900px) {
  .map-block__inner {
    grid-template-columns: 1fr;
  }
}

.map-block__canvas {
  width: 140%;
  height: clamp(280px, 45vh, 520px);
  background: #f4f4f4;
}
.map-block__canvas .leaflet-tile {
  filter: grayscale(50%) brightness(1.05) contrast(0.9);
}

.leaflet-top,
.leaflet-bottom {
  z-index: 400;
}

/*# sourceMappingURL=map.css.map*/