<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ymap {
  overflow: hidden;
  height: 560px;
  background-color: #eee;
}
.map_filter {
  background-color: #f0f0f0;
  padding: 15px;
}
.map_filter .btn-map {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  background-color: #ee1c25;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.map_filter .btn-map img {
  width: 20px;
  height: auto;
}
.map_filter .checkbox_tmpl:not(checked) + label {
  margin-bottom: 0px;
}
.map_filter .select2-container--atak {
  width: 100% !important;
}
/* ГЋГЎГ№ГЁГ© ГЉГ®Г­ГІГҐГ©Г­ГҐГ° */
.marker_container {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  padding: 0px;
  color: #fff;
  background-color: #45525a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: -3px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -3px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -3px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.marker_container:hover {
  background-color: #f00;
}
.marker_container.clusterLayout {
  background-color: #9e7c61 !important;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.marker_container.clusterLayout:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}</pre></body></html>