.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;max-height:420px;padding: 15px;text-align:center;background: radial-gradient(circle, rgba(255, 255, 255, .1) 0%, #4db028 100%);border-radius:6px}
.menu__banner div img {margin:20px 0;padding:15px}
.menu__banner span {font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.news-page__description h3.heading{font-weight:700}
.news-page__description .heading:before{padding:0 5px 0 0;content:'#';color:#f00}
.news-page__image-39, .news-page__image-40, .news-page__image-41, .news-page__image-41{display:none}
.heading-banner {
  background: url(//cdn.poryadok.ru/images/index/g-back.jpg) no-repeat top;
  position: relative;
  margin-bottom: 20px;
  transition: .3s;
  background-size: cover;
  width: 1340px;
  height: 200px;
}
.category_banner {
  margin: 30px 0;
  line-height: 1.2em;
  border-radius: 4px;
}
.heading-banner.category_banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-banner h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  background: url(//cdn.poryadok.ru/images/gifts/select-holiday.png) no-repeat top;
  padding: 40px 10px 30px;
  color: #ed1c35;
}