/**
 * Theme Name:     SmaltaMag Child
 * Author:         Smalta Projects
 * Template:       smart-mag
 * Text Domain:	   smaltamag-child
 * Description:    Создание сайтов в Муроме +7-910-099-99-59
 * Author URI:     http://hemit
 * Version:        1.2
 * License:        Free
 */

.classic-footer-lower .inner .copyright-counters-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.classic-footer-lower .inner .copyright-counters-row .copyright {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.5;
  white-space: normal;
}

.classic-footer-lower .inner .copyright-counters-row .copyright a {
  margin-left: 0.35em;
}

.classic-footer-lower .inner .copyright-counters-row .footer-counters {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.classic-footer-lower .inner .copyright-counters-row .footer-counter-item {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 700px) {
  .classic-footer-lower .inner .copyright-counters-row {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .classic-footer-lower .inner .copyright-counters-row .footer-counters {
    margin-left: 0 !important;
    justify-content: center !important;
  }
}

@media (min-width: 941px) {
  .upper-footer .widgets {
    margin-bottom: -100px !important;
  }
}
