.elementor-543 .elementor-element.elementor-element-2068327{--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-543 .elementor-element.elementor-element-2068327:not(.elementor-motion-effects-element-type-background), .elementor-543 .elementor-element.elementor-element-2068327 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#666666;}.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-565777c *//* FOOTER — базовый стиль */
.site-footer {
  width: 100%;
  background: #666666;
  padding: 12px 20px;
  box-sizing: border-box;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start; /* слева на десктопе */
  align-items: center;
}

.site-footer a {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 16px;
  color: #dcdcdc;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease;
}

.site-footer a:hover {
  color: #ffffff;
}

/* 📱 АДАПТИВ ДЛЯ МОБИЛКИ */
@media (max-width: 600px) {
  .footer-inner {
    justify-content: center; /* по центру на мобильных */
    text-align: center;
  }

  .site-footer a {
    font-size: 15px; /* чуть меньше, чтобы красиво помещалось */
    line-height: 1.3;
    white-space: normal; /* разрешаем перенос, если экран совсем узкий */
  }
}/* End custom CSS */