.container-header {
  background-color: #999999;
  background-image: url('/images/my/header.jpg') !important;
  background-size: 1650px 250px;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
}

/* Футер — серый фон на всю ширину */
.container-footer,
.container-footer.full-width {
  background-color: #999999 !important;
  background-image: none !important;
}

/* Текст внутри футера — белый */
.container-footer .mod-custom {
  color: #ffffff !important;
}
