.elementor-354 .elementor-element.elementor-element-24118fe{--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-4c90ee3 *//* === FOOTER === */
.carma-footer {
  background: linear-gradient(180deg, #3c3c3c 0%, #1a1a1a 100%);
  color: #fff;
  padding: 30px 0 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

/* === КОНТЕЙНЕР === */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 60px;
  padding: 0 20px;
  text-align: left; /* добавлено — выравнивание всего текста влево */
}

/* === ЛОГОТИП === */
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 220px;
  margin-top: 0;
  margin-bottom: 10px;
  transform: none;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* === КОЛОНКИ === */
.footer-column {
  flex: 1;
  min-width: 200px;
  text-align: left; /* выравниваем текст в колонках влево */
}

.footer-column h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

/* === МЕНЮ === */
.footer-menu {
  list-style: disc;
  margin: 0;
  padding-left: 18px;
}

.footer-menu li {
  margin-bottom: 6px;
}

.footer-menu a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu a:hover {
  color: #ff2a2a;
}

/* === КОНТАКТЫ === */
.footer-contacts {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.footer-contacts li {
  margin-bottom: 6px;
  color: #e0e0e0;
}

/* === СОЦИАЛЬНЫЕ ИКОНКИ === */
.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.footer-socials a img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: all 0.3s;
}

.footer-socials a img:hover {
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 0 6px #ff2a2a);
}

/* === НИЖНЯЯ ПОЛОСА === */
.footer-bottom {
  text-align: center; /* нижний текст тоже по левому краю */
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  font-size: 14px;
  color: #bbb;
}

/* === АДАПТИВ === */
@media (max-width: 1024px) {
  .footer-container {
    flex-wrap: wrap;
    justify-content: flex-start; /* чтобы не центрировалось */
    gap: 40px;
  }

  .footer-logo {
    flex: 0 0 180px;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start; /* выравниваем колонки влево */
    text-align: left; /* весь текст слева */
  }

  .footer-logo {
    margin-bottom: 8px;
    justify-content: flex-start;
  }

  .footer-menu {
    list-style-position: inside;
    padding-left: 0;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-bottom {
    margin-top: 30px;
    text-align: center;
  }
}/* End custom CSS */