*, *:before, *:after {
  transition: all 0.2s ease;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  width: 100%;
  color: #252525;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: transparent !important;
}

#post-contacts {
  width: 100%;
  padding: 30px 15px;
  max-width: 960px;
  margin: 0 auto;
}

#post-contacts #la-map {
  width: 100%;
  margin-bottom: 40px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #d9d4c7;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

#post-contacts #la-map .map {
  max-width: 750px;
  margin: 0 auto;
}

#reset-map-filter {
  display: none;
  margin: 15px auto 0;
  background: #345C00;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(52, 92, 0, 0.2);
  text-align: center;
}
#reset-map-filter:hover {
  background: #7fb247;
}

#post-contacts #la-contacts {
  width: 100%;
  margin-bottom: 40px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #d9d4c7;
  border-top: 5px solid #7fb247;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

#post-contacts .la-wrap-c1 {
  width: 100%;
}

#post-contacts #la-contacts .la-subtitle {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7fb247;
  font-weight: 700;
  margin-bottom: 8px;
}

#post-contacts #la-contacts .la-title {
  margin: 0 0 20px 0;
  font-weight: 800;
  color: #345C00;
  font-size: 26px;
  line-height: 1.2;
}

#post-contacts #la-contacts .item {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  font-size: 16px;
}

#post-contacts #la-contacts .item a {
  color: #345C00;
  text-decoration: none;
  font-weight: 600;
}
#post-contacts #la-contacts .item a:hover {
  color: #7fb247;
  text-decoration: underline;
}

#la-filials {
  width: 100%;
  margin-top: 20px;
}

#la-filials .la-title {
  font-weight: 800;
  color: #345C00;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 2px solid #7fb247;
  padding-bottom: 10px;
}

#la-filials .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

#la-filials .item {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #d9d4c7;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#la-filials .item .name {
  font-weight: 700;
  color: #345C00;
  font-size: 16px;
  margin-bottom: 10px;
}

#la-filials .item .address,
#la-filials .item .phone {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

#la-filials .item a {
  color: #7fb247;
  text-decoration: none;
  font-weight: 600;
}
#la-filials .item a:hover {
  text-decoration: underline;
  color: #345C00;
}

/* Ukraine SVG Map Colors - Classic Warm Pastel Palette */
.st0 {
  fill: #7fb247 !important;
  stroke: #ffffff;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  cursor: pointer;
}

.st1 {
  fill: #345C00 !important;
  stroke: #ffffff;
  stroke-width: 1.5;
  cursor: pointer;
}

.st2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: #e8ecd7 !important;
  cursor: default;
  pointer-events: none;
}

.st3 {
  fill: #f5f5f2 !important;
  cursor: default !important;
  pointer-events: none !important;
  stroke: #ffffff;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map svg>g>g:hover polygon, 
.map svg>g>g:hover path {
  fill: #345C00 !important;
}

.map__region-text {
  display: none;
}

@media (max-width: 768px) {
  #reset-map-filter {
    padding: 8px 16px !important;
    font-size: 12px !important;
    margin: 10px auto 0 !important;
    width: auto !important;
    max-width: fit-content !important;
  }
}