.category {
}
.category_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.category_link {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  text-decoration: none;
}
.category_link img { 
  width: 100%;
  height: auto;
}
.category_name {
  background: url(/images/arrow.svg) no-repeat;
  background-size: 55px;
  background-position: right bottom;
  min-height: 130px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 16px 14px;
}
.cat_name {
  display: table!important;
  font-size: 2vw;
  line-height: 110%;
  letter-spacing: -.03em;
  color: #1b2530;
  font-weight: 650;
  word-wrap: break-word;
}
.category_name sup {
  font-weight: 400;
  font-size: 1.6rem;
  color: #1b2530;
  font-feature-settings: "zero" on;
  font-family: "Plex";
  top: 8px;
  right: 0px;
}
.id_361, .id_578 {
  width: 61%;
}
.category_name div {
  display: flex;
  justify-content: start;
}
