@import "Base/settings.css";
@import "Base/headfoot.css";

a:link, a:visited{color: var(--color2);text-decoration: none;}
a:hover{color: var(--color3);}
.fit_cover{position:relative; overflow:hidden;} 
.fit_cover img{
      object-fit: cover;
      width: 100%;
      position: absolute !important;
      top:-100%; left:0; right: 0; bottom:-100%;
      margin: auto;
      height:100%;
  }

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(0, 176, 237, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none;
  z-index: 1;
}
.back-to-top a{color:#FFF;}
.back-to-top a:hover{text-decoration: none;}
.back-to-top a:hover{background-color: rgba(135, 135, 135, 0.50);}
.back-to-top .grecaptcha-badge{visibility: collapse !important;}
.navbar-brand img {height: 40px;}

.skin_ad{background: transparent center top no-repeat; position: fixed; width: 100%; cursor: pointer; z-index: -1; top: 160px;}
iframe.banner{border:none;width:100%;}
iframe.banner body{margin: 0 !important;padding: 0 !important;}
div.banner.ajbanner{overflow-x: hidden;}

/* ol.breadcrumb{font-size: x-large;background: none!important;padding-left: 0;}
ol.breadcrumb li.breadcrumb-item a:link, ol.breadcrumb li.breadcrumb-item a:visited{color: #afafaf!important;}
ol.breadcrumb li.breadcrumb-item.active{color: #afafaf!important;}
ol.breadcrumb:first-child{padding-left: 0;} */

h1, section h3{font-weight: 900; color: var(--color7);}
header nav.navbar{z-index: 94035;}
header.sticky-top,
header.fixed-top {
  z-index: 1080 !important;
}
section.well{margin-top: -100px;}
section.companies img {filter: grayscale(100%) brightness(1.3);transition: filter 0.5s ease;}
section.companies img:hover{filter: grayscale(0%);}
section.services h4{font-family: 'Akrobat-SemiBold', sans-serif;}
section.services .nav-link{font-family: 'Akrobat-SemiBold', sans-serif;font-size: 1.2rem;color: var(--color7);}
section.services .nav-link.active{color: var(--color3);}
section.services .nav-link:hover{color: var(--color3);}
section.services .nav-tabs{background-color: var(--color5);}
section.blog .card{background-color: var(--color5);}
section.about{background-color: var(--color5);}
section.contacts .card{box-shadow: 0px 5px 11px 10px #E1D2D242;}
section.contacts .card input, section.contacts .card textarea{border: 1px solid var(--color3);}
section.contacts h5{font-weight: 700; text-transform: uppercase; color: var(--color7);font-size: 1.1rem;}
section.contacts a{text-decoration: none;color: var(--color7);}
section.contacts a:hover{text-decoration: underline;color: var(--color3);}

/* Contacts page */
.contacts-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color4);
  margin-bottom: 0.65rem;
}
.contacts-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--color7);
  margin: 0 0 0.5rem;
}
.contacts-lead {
  font-size: 1rem;
  max-width: 36rem;
  margin-inline: auto;
}
.contacts-block {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  margin-bottom: 0.85rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
}
.contacts-block-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: rgba(0, 144, 219, 0.1);
  color: var(--color4);
  font-size: 1.25rem;
}
.contacts-block-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0.15rem 0 0.65rem;
}
.contacts-block-body {
  min-width: 0;
  flex: 1;
}
.contacts-rich {
  color: #5a6472;
  font-size: 0.95rem;
  line-height: 1.65;
}
.contacts-rich a {
  color: var(--color3);
  font-weight: 600;
}
.contacts-rich a:hover {
  color: var(--color4);
}
.contacts-rich--options ul {
  margin: 0.85rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.contacts-rich--options li {
  position: relative;
  padding: 0.65rem 0.85rem 0.65rem 0.95rem;
  border-radius: 0.75rem;
  background: #f4f8fc;
  border-left: 3px solid var(--color4);
  color: #4a5563;
  font-size: 0.9rem;
  line-height: 1.55;
}
.contacts-emergency {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  text-decoration: none !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0a3a74 0%, #0090db 100%);
  box-shadow: 0 10px 28px rgba(0, 144, 219, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contacts-emergency:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 144, 219, 0.34);
  color: #fff !important;
  text-decoration: none !important;
}
.contacts-emergency-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.25rem;
}
.contacts-emergency-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.contacts-emergency-label {
  font-size: 0.88rem;
  opacity: 0.9;
}
.contacts-emergency-phone {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}
.contacts-emergency-cta {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
}
.contacts-depts {
  margin-top: 0.4rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
}
.contacts-depts-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0 0 1rem;
}
.contacts-depts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.contacts-dept {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
  background: #f7fafc;
  transition: background 0.2s ease;
}
.contacts-dept:hover {
  background: #eef5fb;
}
.contacts-dept-icon {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  background: rgba(0, 144, 219, 0.1);
  color: var(--color4);
}
.contacts-dept-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.contacts-dept-name {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color7);
  line-height: 1.4;
}
.contacts-dept-phone {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color3) !important;
  text-decoration: none !important;
}
.contacts-dept-phone:hover {
  color: var(--color4) !important;
}
.contacts-form-panel {
  position: sticky;
  top: 5.5rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.35rem 1.35rem 1.1rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 10px 28px rgba(10, 58, 116, 0.08);
}
.contacts-form-head {
  margin-bottom: 1.1rem;
}
.contacts-form-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0 0 0.35rem;
}
.contacts-form-lead {
  font-size: 0.9rem;
}
.contacts-form-panel .form-control {
  border-color: rgba(10, 58, 116, 0.15);
}
.contacts-form-panel .form-control:focus {
  border-color: var(--color4);
  box-shadow: 0 0 0 0.2rem rgba(0, 144, 219, 0.15);
}
.contacts-form-panel .btn {
  min-width: 9rem;
}
@media (max-width: 991.98px) {
  .contacts-form-panel {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .contacts-block,
  .contacts-depts,
  .contacts-form-panel {
    padding: 1.05rem 1rem;
  }
  .contacts-emergency {
    padding: 1rem;
  }
}

/* News list page */
.news-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color4);
  margin-bottom: 0.65rem;
}
.news-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--color7);
  margin: 0 0 0.5rem;
}
.news-lead {
  font-size: 1rem;
  max-width: 36rem;
  margin-inline: auto;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.news-item {
  display: flex;
  align-items: stretch;
  gap: 1.15rem;
  background: #fff;
  border-radius: 1rem;
  padding: 0.85rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.news-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(10, 58, 116, 0.06), 0 14px 32px rgba(0, 144, 219, 0.12);
}
.news-item-media {
  display: block;
  flex: 0 0 200px;
  width: 200px;
  max-width: 200px;
  border-radius: 0.75rem;
  overflow: hidden;
  min-height: 130px;
  background: #e8eef3;
  /* Keep cover slot sized in Chrome: absolute .fit_cover img leaves no in-flow content */
  align-self: stretch;
}
.news-item-media img {
  transition: transform 0.35s ease;
}
.news-item:hover .news-item-media img {
  transform: scale(1.04);
}
.news-item-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.25rem 0.35rem 0.25rem 0;
}
.news-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  color: #7a8494;
}
.news-item-meta i {
  color: var(--color4);
}
.news-item-title {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.45rem;
}
.news-item-title a {
  color: var(--color7) !important;
  text-decoration: none !important;
}
.news-item-title a:hover {
  color: var(--color3) !important;
}
.news-item-excerpt {
  color: #5a6472;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color3) !important;
  text-decoration: none !important;
  width: fit-content;
}
.news-item-more i {
  transition: transform 0.2s ease;
}
.news-item-more:hover,
.news-item:hover .news-item-more {
  color: var(--color4) !important;
}
.news-item-more:hover i,
.news-item:hover .news-item-more i {
  transform: translateX(3px);
}
.news-pagination {
  margin-top: 1.5rem;
}
.news-pagination .pagination {
  gap: 0.35rem;
}
.news-pagination .page-link {
  border: 0;
  border-radius: 0.65rem !important;
  min-width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color7);
  background: #fff;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.06);
}
.news-pagination .page-item.active .page-link,
.news-pagination .page-link:hover {
  background: var(--color3);
  color: #fff;
}
.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: sticky;
  top: 5.5rem;
}
.news-sidebar-panel {
  background: #fff;
  border-radius: 1rem;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
}
.news-side-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0 0 1rem;
}
.news-side-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.news-side-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.75rem;
  align-items: center;
  text-decoration: none !important;
}
.news-side-thumb {
  display: block;
  border-radius: 0.65rem;
  overflow: hidden;
  aspect-ratio: 1.3;
  background: #e8eef3;
}
.news-side-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.news-side-headline {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-side-item:hover .news-side-headline {
  color: var(--color3);
}
.news-side-date {
  font-size: 0.78rem;
  color: #7a8494;
}
.news-side-date i {
  color: var(--color4);
}
@media (max-width: 991.98px) {
  .news-sidebar {
    position: static;
  }
}
@media (max-width: 700px) {
  .news-item {
    flex-direction: column;
    gap: 0.85rem;
  }
  .news-item-media {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    min-height: 170px;
    aspect-ratio: 16 / 9;
  }
  .news-item-body {
    padding: 0 0.15rem 0.15rem;
  }
}

/* Tenders / public procurement list */
.news-page .tenders-mode {
  display: none;
}
.news-page:has(.tenders-list) .news-mode {
  display: none;
}
.news-page:has(.tenders-list) .tenders-mode {
  display: inline-flex;
}
.news-page:has(.tenders-list) .news-sidebar-col {
  display: none;
}
.news-page:has(.tenders-list) .news-main-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.tenders-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.tender-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  background: #fff;
  border-radius: 0.85rem;
  padding: 1rem 1.15rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 6px 18px rgba(10, 58, 116, 0.05);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.tender-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(10, 58, 116, 0.06), 0 12px 28px rgba(0, 144, 219, 0.1);
}
.tender-item-main {
  min-width: 0;
  flex: 1;
}
.tender-item-date {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color4);
  margin-bottom: 0.25rem;
}
.tender-item-title {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.tender-item-title a {
  color: var(--color7) !important;
  text-decoration: none !important;
}
.tender-item-title a:hover {
  color: var(--color3) !important;
}
.tender-item-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 0.65rem;
  background: var(--color3);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
}
.tender-item-btn i {
  transition: transform 0.2s ease;
}
.tender-item-btn:hover,
.tender-item:hover .tender-item-btn {
  background: var(--color4);
  color: #fff !important;
}
.tender-item-btn:hover i,
.tender-item:hover .tender-item-btn i {
  transform: translateX(3px);
}
@media (max-width: 575.98px) {
  .tender-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .tender-item-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Single post page */
.post-article {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.75rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
}
.tender-post-page .tender-article {
  max-width: 52rem;
  margin-inline: auto;
}
.tender-post-page .post-title {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}
.tender-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: #5a6472;
  margin: 0 0 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(10, 58, 116, 0.08);
}
.post-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.post-back {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color3) !important;
  text-decoration: none !important;
}
.post-back:hover {
  color: var(--color4) !important;
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  font-size: 0.85rem;
  color: #7a8494;
}
.post-meta i {
  color: var(--color4);
}
.post-title {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--color7);
  margin: 0 0 0.85rem;
}
.post-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #5a6472;
  margin: 0 0 1.25rem;
  max-width: 42rem;
}
.post-media {
  margin: 0 0 1.35rem;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #e8eef3;
}
.post-media img {
  display: block;
  width: 100%;
  height: auto;
}
.post-media.ratio iframe {
  border: 0;
}
.post-media-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.82rem;
  color: #7a8494;
  background: #f7fafc;
}
.post-media-caption a {
  color: var(--color3);
  font-weight: 600;
}
.post_content.page_content,
.post-body .post_content {
  color: var(--color7);
  font-size: 1.02rem;
  line-height: 1.75;
}
.post_content.page_content p,
.post-body .post_content p {
  margin-bottom: 1rem;
}
.post_content.page_content img,
.post-body .post_content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.post_content.page_content a,
.post-body .post_content a {
  color: var(--color3);
  font-weight: 600;
}
.post_content.page_content a:hover,
.post-body .post_content a:hover {
  color: var(--color4);
}
.post-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.post-gallery-item {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #e8eef3;
}
.post-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.35;
  transition: transform 0.3s ease;
}
.post-gallery-item:hover img {
  transform: scale(1.04);
}
.post-gallery-item figcaption {
  padding: 0.45rem 0.6rem;
  font-size: 0.78rem;
  color: #7a8494;
  background: #f7fafc;
}
.post-related {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(10, 58, 116, 0.08);
}
.post-related-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0 0 1rem;
}
.post-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.post-related-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #f7fafc;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.post-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(10, 58, 116, 0.1);
}
.post-related-thumb {
  display: block;
  aspect-ratio: 1.55;
  background: #e8eef3;
}
.post-related-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.8rem 0.9rem 0.95rem;
}
.post-related-date {
  font-size: 0.78rem;
  color: #7a8494;
}
.post-related-date i {
  color: var(--color4);
}
.post-related-headline {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color7);
}
.post-related-card:hover .post-related-headline {
  color: var(--color3);
}
.post-author {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.post-author-avatar {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e8eef3;
}
.post-author-avatar--placeholder {
  display: grid;
  place-items: center;
  color: var(--color4);
  background: rgba(0, 144, 219, 0.1);
  font-size: 1.35rem;
}
.post-author-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color4);
  margin-bottom: 0.15rem;
}
.post-author-name {
  display: block;
  font-size: 1rem;
  color: var(--color7);
  margin-bottom: 0.25rem;
}
.post-author-bio {
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  color: #5a6472;
  line-height: 1.45;
}
.post-author-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--color3) !important;
  text-decoration: none !important;
}
.post-author-link:hover {
  color: var(--color4) !important;
}
.post-tags-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0 0 0.85rem;
}
.post-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.post-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color3) !important;
  background: rgba(0, 144, 219, 0.08);
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}
.post-tag:hover {
  background: var(--color3);
  color: #fff !important;
}
@media (max-width: 575.98px) {
  .post-article {
    padding: 1.1rem 1rem 1.25rem;
  }
  .post-related-grid {
    grid-template-columns: 1fr;
  }
}

/* About & generic content pages */
.about-eyebrow,
.content-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color4);
  margin-bottom: 0.65rem;
}
.about-title,
.content-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--color7);
  margin: 0 0 0.5rem;
}
.about-lead,
.content-lead {
  font-size: 1rem;
  max-width: 36rem;
  margin-inline: auto;
}
.about-article,
.content-article {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.75rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
}
.about-highlights {
  display: grid;
  gap: 0.85rem;
}
.about-highlight {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 1.05rem;
  border-radius: 0.9rem;
  background: #f4f8fc;
  border-left: 3px solid var(--color4);
}
.about-highlight-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: rgba(0, 144, 219, 0.12);
  color: var(--color4);
  font-size: 1.25rem;
}
.about-highlight strong {
  display: block;
  color: var(--color7);
  font-size: 1rem;
  margin-bottom: 0.15rem;
}
.about-highlight span {
  display: block;
  color: #5a6472;
  font-size: 0.9rem;
  line-height: 1.45;
}
.about-illustration {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(160deg, #e8f4fb 0%, #f7fafc 55%, #fff 100%);
  box-shadow: 0 10px 28px rgba(10, 58, 116, 0.1);
}
.about-illustration img {
  display: block;
  width: 100%;
  height: auto;
}
.about-content,
.content-article.page_content,
.content-article .page_content {
  color: var(--color7);
  font-size: 1.02rem;
  line-height: 1.75;
}
.about-content p,
.content-article p {
  margin-bottom: 1rem;
}

/* Page template: text + main cover image */
.content-with-cover {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 38%);
  gap: 1.75rem 2rem;
  align-items: center;
}
.content-with-cover-text {
  min-width: 0;
}
.content-with-cover-media {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 8px 24px rgba(10, 58, 116, 0.1);
  justify-self: end;
  width: fit-content;
  max-width: 100%;
}
.content-with-cover-media a {
  display: block;
  line-height: 0;
}
.content-with-cover-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
.content-with-cover-media figcaption {
  padding: 0.65rem 0.9rem;
  font-size: 0.82rem;
  color: #7a8494;
  background: #f7fafc;
}
@media (max-width: 991.98px) {
  .content-with-cover {
    grid-template-columns: 1fr;
  }
  .content-with-cover-media {
    position: static;
    order: -1;
    max-width: 28rem;
    margin-inline: auto;
  }
}

/* Content tables (Цени и др.) */
.content-table-wrap {
  margin: 1.5rem 0 1.75rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
  border: 1px solid rgba(10, 58, 116, 0.08);
}
.content-table-wrap > .content-table,
.page_content .content-table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: #f4f8fc;
  --bs-table-hover-bg: #eef5fb;
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  color: var(--color7);
}
.page_content .content-table > :not(caption) > * > * {
  border-bottom-width: 1px;
  border-color: rgba(10, 58, 116, 0.08);
  padding: 0.85rem 1rem;
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}
.page_content .content-table thead th,
.page_content .content-table tr:first-child th,
.page_content .content-table tr:first-child td {
  background: linear-gradient(135deg, #0a3a74 0%, #0090db 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.4;
  border-color: transparent;
  white-space: normal;
}
.page_content .content-table thead th a,
.page_content .content-table tr:first-child th a,
.page_content .content-table tr:first-child td a,
.page_content .content-table thead th *,
.page_content .content-table tr:first-child td * {
  color: #fff !important;
}
.page_content .content-table tbody tr:nth-child(even) td {
  background: #f7fafc;
}
.page_content .content-table tbody tr:hover td {
  background: #eef5fb;
}
.page_content .content-table td:not(:first-child),
.page_content .content-table th:not(:first-child) {
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.page_content .content-table td:first-child,
.page_content .content-table th:first-child {
  text-align: left;
  font-weight: 600;
}
.page_content .content-table td strong,
.page_content .content-table th strong {
  font-weight: 700;
  color: var(--color3);
}
.page_content .content-table tr:first-child td strong,
.page_content .content-table tr:first-child th strong {
  color: #fff;
}
.page_content .content-table em,
.page_content .content-table i {
  font-style: normal;
}
@media (max-width: 575.98px) {
  .page_content .content-table > :not(caption) > * > * {
    padding: 0.7rem 0.75rem;
    font-size: 0.88rem;
  }
}
.about-content img,
.content-article img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.about-content a,
.content-article a {
  color: var(--color3);
  font-weight: 600;
}
.about-gallery,
.content-gallery {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(10, 58, 116, 0.08);
}
.about-gallery-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0 0 1rem;
}
.about-gallery-grid,
.content-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
}
.content-gallery {
  margin-top: 1.5rem;
}
.about-gallery-item,
.content-gallery-item {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #e8eef3;
}
.about-gallery-item img,
.content-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.about-gallery-item:hover img,
.content-gallery-item:hover img {
  transform: scale(1.04);
}
.about-gallery-item figcaption,
.content-gallery-item figcaption {
  padding: 0.45rem 0.6rem;
  font-size: 0.78rem;
  color: #7a8494;
  background: #f7fafc;
}
.content-subpages {
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
}
.content-subpages-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0 0 0.9rem;
}
.content-subpages-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.content-subpage-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  background: #f7fafc;
  text-decoration: none !important;
  transition: background 0.2s ease;
}
.content-subpage-link:hover {
  background: #eef5fb;
}
.content-subpage-thumb {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.65rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #e8eef3;
}
.content-subpage-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 144, 219, 0.1);
  color: var(--color4);
  flex-shrink: 0;
}
.content-subpage-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color7);
}
.content-subpage-link:hover .content-subpage-title {
  color: var(--color3);
}
@media (max-width: 575.98px) {
  .about-article,
  .content-article,
  .content-subpages {
    padding: 1.1rem 1rem 1.25rem;
  }
}

/* Downloads page */
.downloads-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color4);
  margin-bottom: 0.65rem;
}
.downloads-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--color7);
  margin: 0 0 0.5rem;
}
.downloads-lead {
  font-size: 1rem;
  max-width: 36rem;
  margin-inline: auto;
}
.downloads-panel {
  background: #fff;
  border-radius: 1rem;
  padding: 0.85rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
}
.downloads-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.downloads-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.85rem 0.95rem;
  border-radius: 0.85rem;
  background: #f7fafc;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.downloads-item:hover {
  background: #eef5fb;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(10, 58, 116, 0.08);
}
.downloads-item-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  background: rgba(0, 144, 219, 0.12);
  color: var(--color4);
  font-size: 1.35rem;
  flex-shrink: 0;
}
.downloads-item-icon--pdf {
  background: rgba(217, 83, 79, 0.12);
  color: #d9534f;
}
.downloads-item-icon--doc,
.downloads-item-icon--docx,
.downloads-item-icon--rtf {
  background: rgba(10, 58, 116, 0.12);
  color: var(--color3);
}
.downloads-item-icon--xls,
.downloads-item-icon--xlsx {
  background: rgba(40, 167, 69, 0.12);
  color: #28a745;
}
.downloads-item-icon--zip,
.downloads-item-icon--rar {
  background: rgba(240, 173, 78, 0.16);
  color: #c78a1a;
}
.downloads-item-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.downloads-item-title {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color7) !important;
  text-decoration: none !important;
}
.downloads-item:hover .downloads-item-title {
  color: var(--color3) !important;
}
.downloads-item-meta {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #7a8494;
}
.downloads-item-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 0.7rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff !important;
  background: var(--color3);
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}
.downloads-item-btn:hover {
  background: var(--color4);
  color: #fff !important;
}
.downloads-empty {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
}
@media (max-width: 575.98px) {
  .downloads-item {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
  }
  .downloads-item-btn {
    grid-column: 1 / -1;
    justify-content: center;
  }
}
.post_author{background-color: transparent;}

.card-container{background-color: var(--color5);}
.card-container .card{}
.card-container .card .card-body{}
.card-container .card .card-body .card-title{font-size: 1.1rem;font-weight: 700;color: var(--color7);}
.card-container .card .card-body .card-text{font-size: 0.9rem;color: var(--color7);}

.hover-shadow {
  transition: box-shadow 0.3s ease-in-out;
}
.hover-shadow:hover {
  box-shadow: var(--bs-box-shadow) !important;
}

.urgent{
  font-size: 0.7rem;
}

/* FAQ accordion */
.faq-section {
  --faq-gap: 0.65rem;
}
.faq-shell {
  max-width: 820px;
  margin: 0 auto;
}
.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color4);
  margin-bottom: 0.65rem;
}
.faq-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--color7);
  margin: 0 0 0.5rem;
}
.faq-lead {
  font-size: 1rem;
  max-width: 36rem;
  margin-inline: auto;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: var(--faq-gap);
}
.faq-item {
  border: 0 !important;
  border-radius: 1rem !important;
  background: #fff;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.faq-item:has(.accordion-button:not(.collapsed)) {
  box-shadow: 0 2px 4px rgba(10, 58, 116, 0.06), 0 14px 32px rgba(0, 144, 219, 0.12);
}
.faq-trigger {
  gap: 0.9rem;
  padding: 1.05rem 1.25rem;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--color7) !important;
  background: transparent !important;
  box-shadow: none !important;
}
.faq-trigger:hover {
  color: var(--color3) !important;
}
.faq-trigger:not(.collapsed) {
  color: var(--color3) !important;
  background: linear-gradient(180deg, rgba(0, 144, 219, 0.06), transparent) !important;
}
.faq-trigger::after {
  background-image: none !important;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  margin-left: auto;
  border-radius: 50%;
  background-color: rgba(0, 144, 219, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230090db'%3E%3Cpath d='M8 3.5a.75.75 0 0 1 .75.75v3h3a.75.75 0 0 1 0 1.5h-3v3a.75.75 0 0 1-1.5 0v-3h-3a.75.75 0 0 1 0-1.5h3v-3A.75.75 0 0 1 8 3.5z'/%3E%3C/svg%3E") !important;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.faq-trigger:not(.collapsed)::after {
  transform: rotate(45deg);
  background-color: rgba(10, 58, 116, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a3a74'%3E%3Cpath d='M8 3.5a.75.75 0 0 1 .75.75v3h3a.75.75 0 0 1 0 1.5h-3v3a.75.75 0 0 1-1.5 0v-3h-3a.75.75 0 0 1 0-1.5h3v-3A.75.75 0 0 1 8 3.5z'/%3E%3C/svg%3E") !important;
}
.faq-num {
  flex-shrink: 0;
  min-width: 2.1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color4);
  opacity: 0.85;
}
.faq-question {
  flex: 1;
  text-align: left;
}
.faq-answer {
  padding: 0 1.25rem 1.25rem 4.25rem;
  color: #5a6472;
  font-size: 0.95rem;
  line-height: 1.65;
}
@media (max-width: 575.98px) {
  .faq-trigger {
    padding: 0.95rem 1rem;
    font-size: 0.98rem;
  }
  .faq-answer {
    padding: 0 1rem 1.1rem 1rem;
  }
  .faq-num {
    display: none;
  }
}


#emergencyphone {
  /* Свързва анимацията с елемента */
  animation: pulseFade 2s ease-in-out infinite;
}

/* Дефинира стъпките на анимацията */
@keyframes pulseFade {
  0% {
    opacity: 1; /* Напълно видимо */
  }
  50% {
    opacity: 0.3; /* Частично прозрачно (мигане) */
  }
  100% {
    opacity: 1; /* Отново напълно видимо */
  }
}


/* Уверете се, че родителският контейнер на банера има това свойство */
.hero-section {
    position: relative;
    overflow: hidden; /* Скрива излишните пиксели в краищата */
  }
  .hero-section-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    z-index: 1;
  }
  .hero-section-content h1 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color1);
  }
  .hero-section-content p {
    font-size: 1.2rem;
    color: var(--color1);
  }

  .hero-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.41); */
  }
  .hero-section-image {
    background-image: url('/img/head.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 470px;
  }

  /* Стилизиране на контейнера на вълната */
  .wave-container {
    position: absolute;
    bottom: -1px; /* Предотвратява появата на тънка линия на срязване */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  
  /* Осигурява разпъване на вълната по цялата ширина на екрана */
  .wave-container svg {
    position: relative;
    display: block;
    width: 100%;
    height: 120px; /* Можете да увеличите/намалите за по-дълбока или плитка вълна */
  }
  
  /* Адаптивност за мобилни устройства — намаляваме височината на вълната */
  @media (max-width: 768px) {
    .wave-container svg {
      height: 60px;
    }
  }
  
.navbar.sticky-top,
header.sticky-top {
    position: -webkit-sticky; /* За по-стари Safari браузъри */
    position: sticky;
    top: 0 !important;
    z-index: 1080 !important;
}


/* Запазваме основните стилове на контейнера */
.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}

.wave-container {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-container svg {
  position: relative;
  display: block;
  /* Увеличаваме ширината до 200%, за да има накъде да се движи вълната без да се "скъса" */
  width: 200%; 
  height: 120px;
}

/* --- АНИМАЦИЯ НА ЗАДНАТА ВЪЛНА --- */
.wave-back {
  /* Задаваме име на анимацията, продължителност 12 секунди, безкрайно въртене */
  animation: moveWaveBack 24s linear infinite;
}

/* --- АНИМАЦИЯ НА ПРЕДНАТА ВЪЛНА --- */
.wave-front {
  /* Предната вълна се движи малко по-бързо (7 секунди) за паралакс ефект */
  animation: moveWaveFront 14s linear infinite;
}

/* Дефиниране на движенията (Keyframes) */
@keyframes moveWaveBack {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%); /* Движение наляво */
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveWaveFront {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15%); /* По-леко движение надясно/наляво */
  }
  100% {
    transform: translateX(0);
  }
}

/* Адаптивност за мобилни екрани */
@media (max-width: 768px) {
  .wave-container svg {
    height: 60px;
  }
}




@media (min-width: 992px) {
    /* 1. Първоначално състояние на подменюто (скрито, но готово за анимация) */
    .navbar-nav .nav-item.dropdown .dropdown-menu {
      display: block;             /* Позволява на анимацията да се изпълни */
      opacity: 0;                 /* Напълно прозрачно */
      visibility: hidden;         /* Скрито за кликове и достъпност */
      transform: translateY(15px);/* Изместено с 15 пиксела по-надолу */
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
      pointer-events: none;       /* Игнорира мишката, докато е скрито */
      z-index: 1081 !important;
    }
  
    /* 2. Състояние при посочване (hover) — плавно показване */
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
      opacity: 1;                 /* Напълно видимо */
      visibility: visible;        /* Активно */
      transform: translateY(0);   /* Връща се на оригиналната си позиция */
      pointer-events: auto;       /* Връща нормалното поведение на мишката */
    }
  }
  
  

@media (min-width: 576px) {
    .navbar-brand img {height: 40px;}
    .hero-section-image {min-height: 380px;}
    .hero-section-content h1 {
        font-size: 2rem;
    }
  }

@media (min-width: 768px) {
    .hero-section-image {min-height: 500px;}
    .navbar-brand img {height: 40px;}
    .hero-section-content h1 {
        font-size: 2rem;
    }
    .hero-section-content p {
        font-size: 1rem;
    }
    .hero-section-content .buttons-container {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {height: 54px;}
    .well{margin-top: initial;}
    .hero-section-image {min-height: 480px;}
}

@media (min-width: 1200px) {
    h1{font-size: 2.7rem;}
    .hero-section-image {min-height: 600px;}
    .hero-section-content h1 {
        font-size: 3rem;
    }
  }

@media (min-width: 1400px) {
    h1{font-size: 3.1rem;}

}

/* Ecology & quality page */
.ecology-page {
  --eco-blue: #0a3a74;
  --eco-sky: #0090db;
  --eco-green: #2f9e6b;
  --eco-teal: #1f8a8a;
  --eco-warn: #c0392b;
  --eco-myth: #7a4da0;
  --eco-know: #c9a227;
  background: linear-gradient(180deg, #f3f7fb 0%, #fff 28%, #f7fafc 100%);
}
.ecology-hero {
  position: relative;
  min-height: clamp(280px, 42vw, 420px);
  background-image: var(--ecology-hero);
  background-size: cover;
  background-position: center right;
  color: #fff;
}
.ecology-hero-overlay {
  min-height: inherit;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(7, 34, 70, 0.88) 0%, rgba(7, 34, 70, 0.72) 42%, rgba(7, 34, 70, 0.18) 72%, rgba(7, 34, 70, 0.05) 100%);
  padding: 2.5rem 0;
}
.ecology-hero-copy {
  max-width: 34rem;
}
.ecology-hero-title {
  font-size: clamp(1.8rem, 3.4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  color: #fff;
  line-height: 1.15;
}
.ecology-hero-lead {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.95);
}
.ecology-hero-text {
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}
.ecology-body {
  position: relative;
  z-index: 1;
}
.ecology-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.ecology-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}
.ecology-card {
  background: #fff;
  border-radius: 1.1rem;
  padding: 1.25rem 1.25rem 1.35rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 10px 28px rgba(10, 58, 116, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-top: 3px solid transparent;
}
.ecology-card--blue { border-top-color: var(--eco-sky); }
.ecology-card--green { border-top-color: var(--eco-green); }
.ecology-card--teal { border-top-color: var(--eco-teal); }
.ecology-card--warn { border-top-color: var(--eco-warn); }
.ecology-card--myths { border-top-color: var(--eco-myth); }
.ecology-card--protect { border-top-color: var(--eco-green); background: linear-gradient(180deg, #f4fbf7 0%, #fff 55%); }
.ecology-card--know { border-top-color: var(--eco-know); background: linear-gradient(180deg, #fffbeb 0%, #fff 55%); }
.ecology-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}
.ecology-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  color: #fff;
  flex-shrink: 0;
}
.ecology-icon--blue { background: linear-gradient(145deg, var(--eco-sky), var(--eco-blue)); }
.ecology-icon--green { background: linear-gradient(145deg, #45b983, var(--eco-green)); }
.ecology-icon--teal { background: linear-gradient(145deg, #34b0b0, var(--eco-teal)); }
.ecology-icon--warn { background: linear-gradient(145deg, #e2554a, var(--eco-warn)); }
.ecology-icon--myth { background: linear-gradient(145deg, #9b6bc0, var(--eco-myth)); }
.ecology-icon--protect { background: linear-gradient(145deg, #4caf7a, #2d7a52); }
.ecology-icon--know { background: linear-gradient(145deg, #e0b93d, #b88912); }
.ecology-card-title {
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  font-weight: 800;
  margin: 0;
  padding-top: 0.35rem;
  line-height: 1.28;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  flex: 1;
  min-width: 0;
}
.ecology-card--blue .ecology-card-title { color: var(--eco-sky); }
.ecology-card--green .ecology-card-title { color: var(--eco-green); }
.ecology-card--teal .ecology-card-title { color: var(--eco-teal); }
.ecology-card--warn .ecology-card-title { color: var(--eco-warn); }
.ecology-card--myths .ecology-card-title { color: var(--eco-myth); }
.ecology-card--protect .ecology-card-title { color: var(--eco-green); }
.ecology-card--know .ecology-card-title { color: #b88912; }
.ecology-card-text {
  color: #516074;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}
.ecology-card-text b {
  color: var(--eco-blue);
  font-weight: 800;
}
.ecology-pill {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-top: auto;
  padding: 0.7rem 0.85rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}
.ecology-pill i {
  font-size: 1.45rem;
  margin-top: 0.05rem;
}
.ecology-pill--blue {
  background: rgba(0, 144, 219, 0.12);
  color: var(--eco-blue);
}
.ecology-pill--blue i { color: var(--eco-sky); }
.ecology-pill--green {
  background: rgba(47, 158, 107, 0.14);
  color: #1f6b48;
}
.ecology-pill--green i { color: var(--eco-green); }
.ecology-stat-list {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.ecology-stat-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.75rem;
  background: #f3f8fc;
  font-size: 0.88rem;
  color: #3d4b5c;
  line-height: 1.4;
}
.ecology-stat-list b {
  color: var(--eco-blue);
  font-size: 1.15rem;
  font-weight: 800;
}
.ecology-stat-icon {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--eco-sky);
  flex-shrink: 0;
  font-size: 1.4rem;
  box-shadow: 0 1px 4px rgba(10, 58, 116, 0.08);
}
.ecology-forbid {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.ecology-forbid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #4a5565;
}
.ecology-forbid-icon {
  position: relative;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(192, 57, 43, 0.45);
  color: var(--eco-warn);
  background: #fff5f4;
  font-size: 1.7rem;
}
.ecology-forbid-icon::after {
  content: "";
  position: absolute;
  inset: 45% -8%;
  height: 2px;
  background: var(--eco-warn);
  transform: rotate(-42deg);
  border-radius: 2px;
}
.ecology-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.8rem;
  background: #fdecea;
  color: #8f2a22;
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 600;
  margin-top: auto;
}
.ecology-alert i {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: var(--eco-warn);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.15rem;
}
.ecology-myths {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ecology-myth-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.ecology-myth,
.ecology-fact {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  padding: 0.65rem 0.7rem;
  border-radius: 0.7rem;
  font-size: 0.84rem;
  line-height: 1.4;
}
.ecology-myth { background: #f7f1fb; }
.ecology-fact { background: #eef7fc; }
.ecology-myth-badge,
.ecology-fact-badge {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: #fff;
  margin-top: 0.1rem;
}
.ecology-myth-badge { background: var(--eco-myth); }
.ecology-fact-badge { background: var(--eco-sky); }
.ecology-myth-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.ecology-myth-label {
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--eco-myth);
}
.ecology-fact-label {
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--eco-sky);
}
.ecology-myth-text { color: #425164; font-size: 0.9rem; }
.ecology-cycle {
  list-style: none;
  margin: 0.35rem 0 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem 0.75rem;
  counter-reset: none;
}
.ecology-cycle li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #3f5164;
}
.ecology-cycle li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2.35rem;
  right: -0.55rem;
  width: 0.65rem;
  height: 0.65rem;
  border-top: 2px solid var(--eco-green);
  border-right: 2px solid var(--eco-green);
  transform: rotate(45deg);
}
.ecology-cycle-pic {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #f4f8fb;
  box-shadow: 0 2px 10px rgba(10, 58, 116, 0.08);
}
.ecology-cycle-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecology-cycle-note {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: auto 0 0;
  padding: 0.7rem 0.8rem;
  border-radius: 0.75rem;
  background: rgba(201, 162, 39, 0.14);
  color: #7a6110;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.4;
}
.ecology-cycle-note i { color: var(--eco-sky); margin-top: 0.1rem; }
.ecology-numbers {
  padding: 0.25rem 0 0.5rem;
  margin-top: 0.75rem;
}
.ecology-numbers-panel {
  background: #e8f3fb;
  border-radius: 1.15rem;
  padding: 1.75rem 1.25rem 1.5rem;
  box-shadow: inset 0 0 0 1px rgba(0, 144, 219, 0.08);
}
.ecology-numbers-title {
  text-align: center;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 800;
  color: var(--eco-blue);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 1.45rem;
}
.ecology-numbers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem 1rem;
  align-items: start;
}
.ecology-numbers-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  padding: 0.25rem 0.35rem;
  position: relative;
}
.ecology-numbers-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: -0.5rem;
  width: 1px;
  height: 3.6rem;
  background: rgba(10, 58, 116, 0.1);
}
.ecology-numbers-icon {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 6px 18px rgba(10, 58, 116, 0.1);
  overflow: hidden;
  padding: 0.55rem;
}
.ecology-numbers-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ecology-numbers-text {
  font-size: 0.84rem;
  line-height: 1.4;
  color: #3d4d60;
  font-weight: 600;
  max-width: 11rem;
}
.ecology-numbers-text b {
  display: inline;
  color: var(--eco-blue);
  font-size: 1.2rem;
  font-weight: 800;
}
.ecology-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 1.35rem 1rem 1.75rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--eco-blue);
}
.ecology-tagline i { color: var(--eco-sky); }
@media (max-width: 991.98px) {
  .ecology-grid-3,
  .ecology-grid-2,
  .ecology-numbers-list {
    grid-template-columns: 1fr 1fr;
  }
  .ecology-numbers-list li:not(:last-child)::after {
    display: none;
  }
  .ecology-hero-overlay {
    background: linear-gradient(180deg, rgba(7, 34, 70, 0.88) 0%, rgba(7, 34, 70, 0.7) 70%, rgba(7, 34, 70, 0.45) 100%);
  }
}
@media (max-width: 700px) {
  .ecology-grid-3,
  .ecology-grid-2,
  .ecology-numbers-list,
  .ecology-myth-row,
  .ecology-forbid {
    grid-template-columns: 1fr;
  }
  .ecology-cycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.5rem;
  }
  .ecology-cycle li:not(:last-child)::after {
    display: none;
  }
  .ecology-pill {
    border-radius: 0.85rem;
  }
  .ecology-hero {
    background-position: center;
  }
}

/* Home spotlights reuse news card markup; keep section title spacing even */
.home-spotlights .card-container > .row > .col > .mb-3 {
  min-height: 2rem;
}

/* Samootchet page */
.samootchet-page {
  --samo-blue: var(--color3);
  --samo-sky: var(--color4);
}
.samootchet-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--samo-sky);
  margin-bottom: 0.65rem;
}
.samootchet-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--color7);
  margin: 0 0 0.5rem;
}
.samootchet-lead {
  font-size: 1rem;
  max-width: 36rem;
  margin-inline: auto;
}
.samootchet-info {
  background: #fff;
  border-radius: 1rem;
  padding: 1.35rem 1.35rem 1.25rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 10px 28px rgba(10, 58, 116, 0.08);
  border-top: 3px solid var(--samo-sky);
  height: 100%;
}
.samootchet-info-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.samootchet-info-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--samo-sky), var(--samo-blue));
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.samootchet-info-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0;
}
.samootchet-info-body {
  color: #516074;
  font-size: 0.94rem;
  line-height: 1.65;
  margin-bottom: 1.15rem;
}
.samootchet-info-body p {
  margin-bottom: 0.85rem;
}
.samootchet-info-body p:last-child {
  margin-bottom: 0;
}
.samootchet-tips {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.samootchet-tips li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.75rem;
  background: #f3f8fc;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #3d4b5c;
  font-weight: 600;
}
.samootchet-tips i {
  color: var(--samo-sky);
  font-size: 1.15rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.samootchet-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--samo-blue) !important;
  text-decoration: none !important;
}
.samootchet-link i {
  transition: transform 0.2s ease;
}
.samootchet-link:hover {
  color: var(--samo-sky) !important;
}
.samootchet-link:hover i {
  transform: translateX(3px);
}
.signals-emergency {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(192, 57, 43, 0.1), rgba(192, 57, 43, 0.05));
  color: #8f2a22 !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.signals-emergency:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(192, 57, 43, 0.12);
  color: #8f2a22 !important;
}
.signals-emergency-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c0392b;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.signals-emergency strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.2;
}
.signals-emergency small {
  display: block;
  font-size: 0.8rem;
  opacity: 0.85;
}
.samootchet-form-panel {
  background: #fff;
  border-radius: 1rem;
  padding: 1.45rem 1.45rem 1.35rem;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 10px 28px rgba(10, 58, 116, 0.08);
  border-top: 3px solid var(--samo-blue);
}
.samootchet-form-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(10, 58, 116, 0.08);
}
.samootchet-form-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f3fb;
  color: var(--samo-sky);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.samootchet-form-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color7);
  margin: 0 0 0.25rem;
}
.samootchet-form-lead {
  font-size: 0.9rem;
}
.samootchet-form .form-control,
.samootchet-form .form-select {
  border-color: rgba(10, 58, 116, 0.15);
}
.samootchet-form .form-control:focus,
.samootchet-form .form-select:focus {
  border-color: var(--samo-sky);
  box-shadow: 0 0 0 0.2rem rgba(0, 144, 219, 0.15);
}
.samootchet-upload {
  padding: 0.95rem 1rem;
  border-radius: 0.85rem;
  background: #f7fafc;
  border: 1px dashed rgba(10, 58, 116, 0.2);
}
.samootchet-upload-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--samo-blue);
  margin-bottom: 0.55rem;
}
.samootchet-upload-label i {
  font-size: 1.2rem;
  color: var(--samo-sky);
}
.samootchet-upload-hint {
  display: block;
  margin-top: 0.55rem;
  color: #7a8494;
  font-size: 0.8rem;
}
.samootchet-dropzone {
  min-height: 140px;
  border: 1px dashed rgba(0, 144, 219, 0.35);
  border-radius: 0.75rem;
  background: #fff;
  padding: 1rem;
  cursor: pointer;
}
.samootchet-dropzone:hover {
  border-color: var(--samo-sky);
  background: #f8fbfe;
}
.samootchet-dropzone .dz-message {
  margin: 1.5rem 0;
  font-weight: 600;
  color: #5a6472;
  pointer-events: none;
}
.samootchet-dropzone .dz-preview {
  margin: 0.5rem;
}
.samootchet-dropzone .dz-preview .dz-image {
  border-radius: 0.65rem;
}
.samootchet-dropzone .dz-preview .dz-success-mark,
.samootchet-dropzone .dz-preview .dz-error-mark {
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.samootchet-dropzone .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
}
.samootchet-dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
}
.samootchet-dropzone .dz-preview.dz-success .dz-error-mark,
.samootchet-dropzone .dz-preview.dz-error .dz-success-mark {
  display: none !important;
  opacity: 0 !important;
}
.samootchet-check {
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  background: #f7fafc;
}
.samootchet-check .form-check-input {
  margin-top: 0.2rem;
  border-color: rgba(10, 58, 116, 0.25);
}
.samootchet-check .form-check-input:checked {
  background-color: var(--samo-sky);
  border-color: var(--samo-sky);
}
.samootchet-check .form-check-label {
  font-size: 0.88rem;
  color: #516074;
  line-height: 1.45;
}
.samootchet-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  padding: 0.7rem 1.35rem;
  border-radius: 0.7rem;
  background: var(--samo-blue);
  border: 0;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.samootchet-submit:hover {
  background: var(--samo-sky);
  color: #fff !important;
}
.samootchet-modal {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.samootchet-modal-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color7);
}
.samootchet-modal-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f7ef;
  color: #2f9e6b;
  font-size: 1.6rem;
  margin-bottom: 0.85rem;
}
@media (max-width: 575.98px) {
  .samootchet-info,
  .samootchet-form-panel {
    padding: 1.1rem 1rem;
  }
  .samootchet-submit {
    width: 100%;
  }
}

/* Operational regions page */
.regions-page {
  --reg-blue: var(--color3);
  --reg-sky: var(--color4);
}
.regions-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--reg-sky);
  margin-bottom: 0.65rem;
}
.regions-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--color7);
  margin: 0 0 0.5rem;
}
.regions-lead {
  font-size: 1rem;
  max-width: 40rem;
  margin-inline: auto;
  line-height: 1.55;
}
.regions-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.regions-item {
  border: 0 !important;
  border-radius: 1rem !important;
  background: #fff;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 8px 24px rgba(10, 58, 116, 0.06);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.regions-item:has(.accordion-button:not(.collapsed)) {
  box-shadow: 0 2px 4px rgba(10, 58, 116, 0.06), 0 14px 32px rgba(0, 144, 219, 0.12);
}
.regions-trigger {
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: var(--color7) !important;
  background: #fff !important;
  box-shadow: none !important;
}
.regions-trigger:hover {
  background: #f7fafc !important;
}
.regions-trigger:not(.collapsed) {
  background: #f3f8fc !important;
  color: var(--reg-blue) !important;
}
.regions-trigger::after {
  margin-left: 0.35rem;
  background-size: 1rem;
  opacity: 0.55;
}
.regions-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--reg-sky), var(--reg-blue));
  color: #fff;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.regions-name {
  flex: 1;
  min-width: 0;
  text-align: left;
  font-size: 1.02rem;
  line-height: 1.3;
}
.regions-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.7rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: rgba(0, 144, 219, 0.12);
  color: var(--reg-blue);
  font-size: 0.78rem;
  font-weight: 800;
  flex-shrink: 0;
}
.regions-body {
  padding: 0.35rem 1.15rem 1.15rem 1.15rem;
  color: #516074;
}
.regions-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 0.75rem;
}
.regions-body li {
  position: relative;
  padding: 0.45rem 0.65rem 0.45rem 1.55rem;
  border-radius: 0.55rem;
  background: #f5f9fc;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #3d4b5c;
}
.regions-body li::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--reg-sky);
  transform: translateY(-50%);
}
.regions-empty {
  font-size: 0.92rem;
  color: #7a8494;
}
.regions-side {
  position: sticky;
  top: 5.5rem;
}
.regions-map {
  margin: 0 0 1rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(10, 58, 116, 0.04), 0 10px 28px rgba(10, 58, 116, 0.08);
}
.regions-map a {
  display: block;
}
.regions-map img {
  display: block;
  width: 100%;
  height: auto;
}
.regions-map figcaption {
  padding: 0.7rem 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #5a6472;
  background: #f7fafc;
}
.regions-note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 1rem 1.05rem;
  border-radius: 0.9rem;
  background: #eef6fc;
  color: #3d4b5c;
  font-size: 0.92rem;
  line-height: 1.55;
}
.regions-note i {
  color: var(--reg-sky);
  font-size: 1.15rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.regions-note p {
  margin-bottom: 0.55rem;
}
.regions-note p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .regions-side {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .regions-body ul {
    grid-template-columns: 1fr;
  }
  .regions-trigger {
    padding: 0.9rem 0.95rem;
  }
  .regions-name {
    font-size: 0.95rem;
  }
}

@import "Base/breakpoints.css";
