/* АКТ36 SVG category icons */
.icon-svg {
  width: 64px;
  height: 64px;
  display: inline-block;
  flex: 0 0 64px;
}
.icon-svg--sm { width: 40px; height: 40px; flex-basis: 40px; }
.icon-svg--lg { width: 84px; height: 84px; flex-basis: 84px; }

.category-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #f3f7ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(127, 174, 58, 0.15);
}

.category-icon img,
.category-icon svg {
  width: 64px;
  height: 64px;
  display: block;
}