

/* Start:/local/components/centralnoe/map.elements.list/templates/.default/style.css?1780026225241*/
/* Глобальные правила убраны — стили карты в main: templates/main/components/.../style.css и css/map.css */
.s-map div.news-list {
  word-wrap: break-word;
}

.s-map .news-date-time {
  color: #486daa;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/map_filter/style.css?17800262259759*/
/**
 * Фильтр /map/ — только внутри .s-map (без bootstrap.css / hau.css на весь сайт).
 */
.s-map .hide {
  display: none !important;
}

.s-map .s-map-filter,
.s-map .list-sidebar.smartfilter {
  float: none;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
}

.s-map .s-map-filter__form {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.s-map .scroll-filter,
.s-map .s-map-filter__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 2px 8px;
  max-height: none;
  overflow: visible;
}

.s-map .main_filter > *:first-child,
.s-map .main_filter > .sidebar-field-label:first-child {
  margin-top: 0;
}

.s-map .sidebar-field-label {
  display: block;
  color: #737373;
  font-size: 12px;
  font-weight: 500;
  margin: 14px 0 6px;
}

.s-map .no-clear {
  margin-bottom: 4px;
}

.s-map .btn-group,
.s-map .btn-group.btn-group-justified {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
}

.s-map .btn-group.btn-group-justified > .btn,
.s-map .btn-group.btn-group-justified > label.btn {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 8px 4px;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced9e0;
  background: #fff;
  color: #253970;
  cursor: pointer;
  box-sizing: border-box;
}

.s-map .btn-group .btn + .btn,
.s-map .btn-group label.btn + label.btn {
  margin-left: -1px;
}

.s-map .btn-group .btn.active,
.s-map .btn-group label.btn.active,
.s-map .btn-group label.btn:has(input:checked),
.s-map .btn-group label.btn:has(input[type="radio"]:checked),
.s-map .btn-group label.btn:has(input[type="checkbox"]:checked) {
  z-index: 2;
  background: #253970 !important;
  border-color: #253970 !important;
  color: #fff !important;
}

.s-map .btn-group label.btn {
  position: relative;
  font-weight: 500;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.s-map .btn-group label.btn:hover {
  background: #f2f6f9;
}

.s-map .btn-group label.btn input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.s-map .form-control,
.s-map .form-control.input-sm,
.s-map .smartfilter select:not(.selectpicker) {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 10px;
  font: inherit;
  font-size: 13px;
  color: inherit;
  background: #fff;
  border: 1px solid #ced9e0;
  border-radius: 8px;
  box-sizing: border-box;
}

.s-map .input-group.input-group-justified {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.s-map .input-group.input-group-justified .clear-value {
  flex: 1 1 0;
  min-width: 0;
}

.s-map .input-group-btn {
  display: none;
}

.s-map .clear-value {
  position: relative;
  display: block;
}

.s-map .clear-value-btn {
  display: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a4aab0;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.s-map .clear-value.not-empty .clear-value-btn {
  display: block;
}

.s-map .custom-chb {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
}

.s-map .custom-chb input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  border: 1px solid #ced9e0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  vertical-align: middle;
}

.s-map .custom-chb input[type="checkbox"]:checked {
  background: #253970;
  border-color: #253970;
}

.s-map .custom-chb input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.s-map .custom-chb input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(37, 57, 112, 0.35);
  outline-offset: 2px;
}

.s-map .custom-chb span {
  flex: 1;
  padding-top: 1px;
  color: #1a1a1a;
}

.s-map .custom-chb:has(input:checked) span {
  color: #253970;
  font-weight: 500;
}

.s-map .additional_filter {
  margin-top: 4px;
}

.s-map .additional_filter .dop_filter.hide {
  display: none !important;
}

.s-map .filter-btns-wrap {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e8edf2;
}

.s-map .filter-btns-wrap > a {
  text-decoration: none;
}

.s-map #filter_show,
.s-map .filtermap.btn-danger {
  display: inline-block;
  min-width: 110px;
  padding: 10px 16px;
  border: 1px solid #253970;
  border-radius: 8px;
  background: #253970;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-sizing: border-box;
}

.s-map #filter_show:hover,
.s-map .filtermap.btn-danger:hover {
  background: #1e2d5a;
  border-color: #1e2d5a;
}

.s-map .clear-filter {
  display: inline-block;
  font-size: 12px;
  color: #253970;
  border-bottom: 1px dashed currentColor;
  text-decoration: none !important;
}

.s-map .clear-filter:hover {
  border-bottom-color: transparent;
}

/* bootstrap-select без bootstrap.css — меню под кнопкой */
.s-map .bootstrap-select {
  position: relative;
  display: block;
  width: 100% !important;
  z-index: 1;
}

.s-map .bootstrap-select.open {
  z-index: 20;
}

.s-map .bootstrap-select > select.selectpicker {
  display: none !important;
}

.s-map .bootstrap-select > .dropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 28px 6px 10px;
  font: inherit;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #ced9e0;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

.s-map .bootstrap-select > .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-top: 4px solid #737373;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* меню скрыто, пока нет .open на обёртке (у div.dropdown-menu класс open всегда — не использовать его) */
.s-map .bootstrap-select > .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1100;
  display: none !important;
  visibility: hidden;
  width: 100%;
  min-width: 0;
  margin: 4px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  pointer-events: none;
}

.s-map .bootstrap-select.open > .dropdown-menu {
  display: block !important;
  visibility: visible;
  pointer-events: auto;
  overflow: visible !important;
  min-height: 1px;
  max-height: 280px !important;
}

/* список опций — в .s-map и в bs-container колонки фильтра */
.s-map .bootstrap-select.open .dropdown-menu.inner,
.s-map .dropdown-menu.inner,
.s-map__aside .dropdown-menu.inner {
  position: static;
  display: block;
  float: none;
  width: 100%;
  min-width: 200px;
  max-height: 260px;
  margin: 0;
  padding: 6px 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  font: inherit;
  font-size: 13px;
  line-height: 1.35;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #ced9e0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(37, 57, 112, 0.15);
  box-sizing: border-box;
}

.s-map .dropdown-menu.inner > li,
.s-map__aside .dropdown-menu.inner > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-map .dropdown-menu.inner > li > a,
.s-map__aside .dropdown-menu.inner > li > a {
  display: block;
  padding: 9px 14px;
  clear: both;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}

.s-map .dropdown-menu.inner > li > a:hover,
.s-map .dropdown-menu.inner > li > a:focus,
.s-map__aside .dropdown-menu.inner > li > a:hover,
.s-map__aside .dropdown-menu.inner > li > a:focus {
  background: #f2f6f9;
  color: #253970;
  outline: none;
}

.s-map .dropdown-menu.inner > li.selected > a,
.s-map .dropdown-menu.inner > li.active > a,
.s-map__aside .dropdown-menu.inner > li.selected > a,
.s-map__aside .dropdown-menu.inner > li.active > a {
  background: #253970;
  color: #fff;
}

.s-map .dropdown-menu.inner > li.disabled > a,
.s-map__aside .dropdown-menu.inner > li.disabled > a {
  color: #a4aab0;
  cursor: not-allowed;
  background: transparent;
}

.s-map .dropdown-menu.inner .divider,
.s-map__aside .dropdown-menu.inner .divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background: #e8edf2;
}

.s-map__aside .bs-searchbox,
.s-map .bs-searchbox {
  padding: 8px 10px 4px;
}

.s-map__aside .bs-searchbox .form-control,
.s-map .bs-searchbox .form-control {
  width: 100%;
  height: 32px;
  padding: 4px 10px;
  font-size: 13px;
  border: 1px solid #ced9e0;
  border-radius: 6px;
  box-sizing: border-box;
}


.s-map div.Tokenize {
  width: 100%;
}

.s-map div.Tokenize ul.TokensContainer {
  min-height: 36px;
  padding: 4px 6px;
  border: 1px solid #ced9e0;
  border-radius: 8px;
  box-sizing: border-box;
}

.s-map div.Tokenize ul.TokensContainer li.Token {
  margin: 4px 4px 0 0;
  font-size: 12px;
}

.s-map .filter_container {
  margin-bottom: 4px;
}

.s-map .pull-right {
  float: none;
}

@media (max-width: 1023px) {
  .s-map .scroll-filter,
  .s-map .s-map-filter__body {
    max-height: none;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/map_filter/themes/blue/colors.css?1780026225119*/
@import url("/local/templates/main_for_map/components/bitrix/catalog.smart.filter/map_filter/themes/blue/colors.css");

/* End */
/* /local/components/centralnoe/map.elements.list/templates/.default/style.css?1780026225241 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/map_filter/style.css?17800262259759 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/map_filter/themes/blue/colors.css?1780026225119 */
