h1 {
    color: #582707; !important!
    font-family: 'Rubik', sans-serif; !important!
}

h2 {
    color: #582707; !important!
    font-family: 'Rubik', sans-serif; !important!
}

h3 {
    color: #582707; !important!
    font-family: 'Rubik', sans-serif; !important!
}

h4 {
    color: #582707;
    font-family: 'Rubik', sans-serif;
}

.modal-backdrop
{
    opacity:0.9 !important;
}

.no-bullets {
  list-style-type: none; /* Убирает маркеры */
  padding-left: 0; /* Убирает отступ слева */
  margin: 0; /* Убирает отступы у списка */
  vertical-align: middle;
}
.no-bullets li {
  display: flex;
  align-items: center; /* Выровнять текст по вертикали */
  height: 74px; /* Можно настроить нужную высоту */
  margin: 12px;
}

.no-bullets-sm {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: block; /* Обеспечивает, что список не будет ограничен flex-контейнером */
  width: 100%; /* Растягивает список по ширине родителя */
}
.no-bullets-sm li {
  display: flex;
  align-items: center;
  margin: 12px 0; /* Используйте вертикальные отступы */
}
.centered-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: var(--app-height);
    margin: 0;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}
.content {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    max-height: 1080px;
    padding: 20px;
}
.marker-cluster-small {
    background-color: rgba(255, 229, 72, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(255, 178, 15, 0.6);
}
.marker-cluster-medium {
    background-color: rgba(255, 229, 72, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(255, 178, 15, 0.6);
}

.marker-cluster-large {
    background-color: rgba(255, 229, 72, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(255, 178, 15, 0.6);
}


.position-relative {
    position: relative;
    display: inline-block;
}

.img-fluid {
    display: block;
    margin: 0 auto;
}

.photo-count-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 50%;
    padding: 7px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-count-badge i {
    font-size: 12px; /* Размер иконки */
    margin-right: 5px; /* Отступ между иконкой и цифрой */
}

.badge-number {
    font-size: 14px;
}

.modal-dialog {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
}

.gallery-grid {

  column-count: 1;
  column-gap: 0;
  counter-reset: item-counter;


  @media screen and (min-width: 400px) {
    column-count: 1;
  }

  @media screen and (min-width: 992px) {
    column-count: 2;
  }

  @media screen and (min-width: 1200px) {
    column-count: 3;
  }
}

.gallery-item {
  box-sizing: border-box;
  break-inside: avoid;
}

.gallery-item,
.gallery-item img {
    border: none;
}

.img-thumb {
    width: 311px;
    height: auto;
    max-width: 311px;
    display: block;
    padding: 1px;
    border: 2px solid #ccc; /* Цвет и ширина бордера */
    border-radius: 8px; /* Скругление углов бордера */
}

.leaflet-container a.btn.btn-sm.btn-secondary {
    color: #582707;
}

.leaflet-container a.btn.btn-sm.btn-secondary:hover {
    color: #ffffff;
}

.leaflet-popup-scrolled {
	overflow-y: auto !important;
    overflow-x: hidden !important;
	}

.leaflet-popup-content {
    margin: 13px 14px 13px 10px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff4b3e !important;
}
