.home-menu {
  list-style: none;
  font-size: 1.2em;
}
.home-menu li {
  padding: 10px;
}
.home-menu li a {
  color: #333;
}
.home-menu li a:hover {
  color: #f5890a;
}
.bonus-content {
  font-size: 1.5em;
}
.bonus-content .bonus-count {
  font-size: 1.8em;
  color: #f5890a;
}
.bonus-content .bonus-statistic-icon {
  font-size: 2em;
  color: #666;
}
.cat-block-title {
  font-size: 21px;
  font-weight: 400;
  color: #282828;
  text-align: center;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  padding: 0 10px;
}
.cat-all-link {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
  text-align: right;
  min-width: 120px;
}
.cat-all-link::after {
  content: none;
}
.cat-header-spacer {
  flex: 0 0 auto;
  min-width: 120px;
}
.cat-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
  width: 100%;
  box-sizing: border-box;
}
.cat-flex-row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -5px;
}
.cat-flex-col {
  flex: 0 0 33.333%;
  display: flex;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
  transition: box-shadow 0.2s ease;
  height: 100%;
}
.cat-card-media {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
}
.cat-card-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.no-image {
  width: 60px;
  height: 60px;
  background: #eee;
}
.cat-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
}
.cat-card-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cat-main-link {
  color: #282828;
  text-decoration: none;
}
.cat-main-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.cat-card:hover .cat-main-link {
  color: #f5890a;
}
.cat-card-text {
  font-size: 14px;
  color: #616161;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
