/* Enter Your Custom CSS Here *//* FOOTER CENTER FIX */
.nm-footer .nm-footer-bar-left {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  text-align: center !important;
}

.nm-footer .nm-footer-bar-right {
  display: none !important;
}

.nm-footer #nm-footer-bar-menu {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  float: none !important;
}

.nm-footer #nm-footer-bar-menu > li {
  display: block !important;
  float: none !important;
  width: 100% !important;
  text-align: center !important;
}

.nm-footer .nm-footer-bar-text,
.nm-footer .nm-footer-bar-text > div {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.nm-footer .nm-footer-bar-text img {
  display: inline-block !important;
  vertical-align: middle !important;
}


/* FOOTER BOX STYLE */
.footer-box {
  max-width: 840px;
  margin: 20px auto; /* центр + отступ сверху */
  background: #232323;
  border-radius: 15px;
  padding: 20px 25px;
  text-align: center;
}

/* текст */
.footer-inner {
  font-size: 13px;
  line-height: 1.6;
  color: #909090;
}

/* ссылка */
.footer-inner a {
  color: #333;
}

/* иконка */
.footer-inner img {
  vertical-align: middle;
}


.nm-menu > li > a {
  position: relative;
  padding: 10px 16px;
  border-radius: 15px;
  transition: all 0.2s ease;
}

/* hover эффект */
.nm-menu > li > a:hover {
  background: #1f1f1f; /* темный фон */
  color: #fff !important;

}

/* активный пункт (если нужно) */
.nm-menu > li.current-menu-item > a {
  background: #1f1f1f;
  color: #fff;
}

/* расстояние между пунктами меню */
.nm-menu > li {
  margin-right: 6px;
}

/* убираем отступ у последнего */
.nm-menu > li:last-child {
  margin-right: 0;
}

.nm-header-logo img {
  transition: transform 0.3s ease;
}

.nm-header-logo a:hover img {
  transform: scale(1.08);
}