.elementor-3230 .elementor-element.elementor-element-ee9ab97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-146b520 *//* FOOTER */

.sp-footer {
  padding: 40px 0 32px;
  background: radial-gradient(circle at top, rgba(56, 189, 248, 0.18), transparent 60%),
              #f9fafb;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.sp-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: flex-start;
}

/* ЛОГО SVG */
.sp-footer-logo svg {
  max-width: 170px;
  height: auto;
  display: block;
}

/* Колонки */
.sp-footer-col-title {
  font-weight: 800;
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 14px;
}

.sp-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-footer-links a {
  font-size: 14px;
  color: #111827;
  text-decoration: none;
  transition: color 0.18s ease;
}

.sp-footer-links a:hover {
  color: #16a34a;
}

/* Соцмережі */
.sp-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.sp-footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  color: #16a34a; /* базовый цвет иконок через currentColor */
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.sp-footer-socials a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.sp-footer-socials a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(22, 163, 74, 0.55);
  color: #22c55e; /* подсветка зелёным */
}

/* Нижняя строка (копирайт + политика) */
.sp-footer-bottom {
  max-width: 1180px;
  margin: 22px auto 0;
  padding: 0 16px;
  font-size: 12px;
  color: #6b7280;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.sp-footer-bottom a {
  color: #4b5563;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sp-footer-bottom a:hover {
  color: #16a34a;
}

/* Адаптив */
@media (max-width: 900px) {
  .sp-footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    row-gap: 28px;
  }
}

@media (max-width: 640px) {
  .sp-footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .sp-footer {
    padding-top: 30px;
  }
}
.sp-footer-bottom a {
  color: #19c37d; /* фирменный зелёный */
  text-decoration: none;
  transition: color .2s ease;
}

.sp-footer-bottom a:hover {
  color: #0fa968;
  text-decoration: underline;
}
.sp-logo svg {
  height: 40px;
  width: auto;
  display: block;
}/* End custom CSS */