<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#copy_map sup {
  font-size: .65em;
  top: -.6em;
  left: -4px;
}

html,
body {
  overflow: hidden;
}

.map_menu {
  position: absolute;
  z-index: 100;
  margin: auto;
  opacity: 0;
  top: 0;
  left: 50%;
}

.header_menu__map {
  margin-bottom: 0;
  margin-top: 2px;
  width: 1000px;
  background-color: #fff;
  border-top: none;
}

.map {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
}

.map .leaflet-control-zoom,
.map .leaflet-control-layers {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 44px;
  white-space: nowrap;
  border: 0;
}

.map .leaflet-control-zoom {
  background: white;
  opacity: 0;
}

.map .leaflet-control-zoom-in,
.map .leaflet-control-zoom-out {
  background-color: #ededec;
}

.map__iframe .map_menu,
.map__mobile .map_menu {
  display: none;
}

.map__iframe .leaflet-control-zoom,
.map__mobile .leaflet-control-zoom {
  top: 10px !important;
  left: 10px !important;
}

.map__iframe .leaflet-control-layers,
.map__mobile .leaflet-control-layers {
  top: 10px !important;
  right: 10px !important;
}

.map__iframe .map_info_full,
.map__mobile .map_info_full {
  display: none;
}

.map__iframe .map_info_short,
.map__mobile .map_info_short {
  display: block;
}

.map__iframe .leaflet-search {
  display: none;
}

.map__mobile .leaflet-control-layers {
  display: none;
}

.map__hide_scale .leaflet-control-scale {
  display: none;
}

.map_info {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 1.5em;
  text-align: right;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.map_info_full {
  font-size: .6em;
  padding-top: 5px;
}

.map_info_short {
  display: none;
  font-size: 12px;
}

.map_info_link {
  font-size: 12px;
  margin-left: 5px;
}

.map_info_logo {
  display: inline-block;
  height: 23px;
  background: url("/map/dist/images/copy.png") top right no-repeat;
  width: 181px;
  vertical-align: middle;
  margin-left: 20px;
}

.map_info_logo__small {
  background-size: contain;
  height: 15px;
  width: 117px;
  margin-left: 5px;
}

.map_info_logo_link {
  display: block;
  position: absolute;
  width: 106px;
  height: 23px;
  right: 0;
}

.copy_map_short {
  display: none;
  font-size: 12px;
}

.map__b_tag {
  color: #999;
}

.map__b_title {
  font-size: .9em;
}

.map__b_operator {
  font-style: italic;
  font-size: 10px;
  color: #888;
}

.map__b_adress_info {
  font-size: .8em;
  margin-top: 1em;
  line-height: 1.75em;
}

.map__b_adress {
  font-size: 1.1em;
  background: url(//s.luki.ru/tiles/symbols/lock_gate.png) no-repeat 0 50%;
  padding-left: 14px;
}

.map__b_description {
  display: none;
}

.map__b_latlong {
  margin-top: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #777;
  text-align: center;
}

.post_realty_tooltip .post_board_title {
  font-size: 1.35em;
  line-height: 1.2em;
  margin-bottom: .5em;
}

.post_realty_tooltip_wrapper {
  position: relative;
  max-height: 100px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post_realty_tooltip_wrapper__attach {
  padding-left: 130px;
}

.post_realty_tooltip_img {
  position: absolute;
  top: 0;
  left: 0;
}</pre></body></html>