main > .container,
main > .container-fluid {
  padding: 70px 15px 20px;
}
.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  display: flex;
}
.footer > .container,
.footer .footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: '';
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}
a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}
a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}
.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .navbar form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}
.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
.navbar form > button.logout:focus {
  outline: none;
}
/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
  background-color: var(--bs-gray-200);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
}
.breadcrumb-item > a {
  text-decoration: none;
}
#map.home-map,
#map {
  max-width: 900px;
  width: 100%;
}
.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}
.soc-ic {
  margin: 0 7px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  display: inline-block;
  background: no-repeat center;
  background-size: contain;
  transition: all 0.2s;
}
.soc-ic.tg-ic {
  background-image: url(../img/tg.svg?v=3);
}
.soc-ic.wa-ic {
  background-image: url(../img/wa.svg?v=3);
}
.soc-ic.max-ic {
  background-image: url(../img/max.svg?v=3);
}
.soc-ic:hover {
  opacity: 0.8;
}

.site-legal {
  max-width: 760px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.site-legal h1 {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
}
.site-legal h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}
.site-legal h3 {
  margin-top: 1rem;
  font-size: 1.05rem;
}

.footer-legal {
  font-size: 0.85rem;
  line-height: 1.5;
}
.footer-legal a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}
.footer-legal__requisites {
  margin-top: 0.35rem;
  color: #6c757d;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1080;
  max-width: 720px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(15, 107, 87, 0.18);
  border-radius: 14px;
  background: var(--pod-card, #fff);
  box-shadow: 0 10px 32px rgba(24, 32, 29, 0.1);
  font-family: var(--pod-font, inherit);
  color: var(--pod-ink, #18201d);
}

.cookie-banner__text {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--pod-muted, #617068);
}

.cookie-banner__text a {
  color: var(--pod-accent, #0f6b57);
  font-weight: 600;
  text-decoration: none;
}

.cookie-banner__text a:hover {
  color: var(--pod-accent-hover, #12856c);
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-banner__btn {
  padding: 10px 16px;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .cookie-banner {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 32px);
  }
}
