.map-balloon {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.3rem 1rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px 0 rgba(78, 102, 126, 0.15);
}

.map-balloon__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 125%;
  color: #009FA2;
  margin-bottom: 1rem;
  padding-right: 2rem;
  display: block;
}

.map-balloon__grid {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 0.8rem;
  align-items: start;
}

.map-balloon__img {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f2f2f2;
}
.map-balloon__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-balloon__img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.map-balloon__label {
  font-weight: 600;
  font-size: 1.4rem;
  color: #394250;
}

.map-balloon__work-time {
  font-weight: 600;
  font-size: 1.4rem;
  color: #394250;
}
.map-balloon__work-time p, .map-balloon__work-time span {
  font-weight: 600;
  font-size: 1.4rem;
  color: #394250;
}

.map-balloon__item {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.map-balloon__time {
  font-weight: 800;
  color: #11a7a7;
}

@media (max-width: 560px) {
  .map-balloon {
    max-width: 320px;
    padding: 16px;
  }
  .map-balloon__title {
    font-size: 18px;
  }
  .map-balloon__grid {
    grid-template-columns: 1fr;
  }
  .map-balloon__img img {
    height: 140px;
  }
}
[class*=-balloon-overlay] {
  width: auto !important;
}

.map .map__item {
  height: 70.8rem;
}
@media (max-width: 767px) {
  .map .map__item {
    height: 45rem;
  }
}

.page-slider__slide .map .map__list {
  height: calc(100% - 40rem);
}
@media (max-width: 767px) {
  .page-slider__slide .map .map__list {
    height: auto;
  }
}
.page-slider__slide .map .map__item {
  height: 100%;
}
@media (max-width: 767px) {
  .page-slider__slide .map .map__item {
    height: 39rem;
    flex-grow: 1;
  }
}

.map .map__list {
  height: calc(100% + 8rem);
}

.map .map__item .ymaps-2-1-79-balloon {
  width: 39.7rem !important;
}
@media (max-width: 767px) {
  .map .map__item .ymaps-2-1-79-balloon {
    width: 31rem !important;
  }
}

.map .map__item .ymaps-2-1-79-balloon__layout {
  background: transparent !important;
}

.map .map__item .ymaps-2-1-79-balloon__tail {
  display: none !important;
}

@media (max-width: 767px) {
  .map .map-balloon {
    max-width: 25rem;
  }
}

.map .map__item .ymaps-2-1-79-balloon__close-button {
  background: url(/local/templates/lotos74.ru_2025/css/../images/svg/sign-up-close.svg) no-repeat center/contain;
  opacity: 1;
}

.map .map__item .ymaps-2-1-79-balloon__close {
  top: 1.4rem;
  right: 2rem;
}

.map__list .map__drop-list__item {
  position: relative;
  column-gap: 1rem;
  display: flex;
}
.map__list .map__drop-list__item:before {
  content: none;
  width: 2.2rem;
  height: 2.2rem;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("images/icon-list.svg");
  display: block;
  flex-shrink: 0;
}
.map__list .map__drop-list__item.active .map__drop-list__item-icon svg {
  width: 100%;
  height: 100%;
}
.map__list .map__drop-list__item.active .map__drop-list__item-icon svg circle {
  stroke: #009FA2;
}
.map__list .map__drop-list__item.active .map__drop-list__item-icon svg path {
  fill: #009FA2;
  stroke: #009FA2;
}
.map__list .map__drop-list__item.active:before {
  background-position: top;
}

.map__list .map__drop-list__item-icon {
  width: 2.2rem;
  height: 2.4rem;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .map__list .map__drop-list__item-icon {
    top: -0.1rem;
  }
}
.map__list .map__drop-list__item-icon svg {
  width: 100%;
  height: 100%;
}
.map__list .map__drop-list__item-icon svg circle {
  stroke: #afc7df;
}
.map__list .map__drop-list__item-icon svg path {
  fill: #afc7df;
  stroke: #afc7df;
}

@media (max-width: 992px) {
  .map__drop-list.drop-list {
    row-gap: 0 !important;
    /*
    max-height: 60vh;
    overflow: scroll;
     */
  }
}
.map__drop-list.drop-list .map__drop-list__item {
  position: relative;
}
.map__drop-list.drop-list .map__drop-list__item span {
  position: relative;
  padding-left: 2.8rem;
}
@media (max-width: 992px) {
  .map__drop-list.drop-list .map__drop-list__item {
    padding: 0.5rem 4rem 0.5rem 2rem;
  }
}
@media (max-width: 992px) {
  .map__drop-list.drop-list .map__drop-list__item.active {
    padding: 0.5rem 4rem 0.5rem 2rem;
  }
}
@media (max-width: 992px) {
  .map__drop-list.drop-list .drop-list__button {
    height: 5.2rem;
  }
}

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