.c-data-meta {
  align-items: center;
  display: flex;
  gap: 12px;
}

.c-data-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
  line-height: calc(30 / 14);
}

.c-data-tag {
  align-items: center;
  background-color: #ef2c2a;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  letter-spacing: 0.36px;
  line-height: 1;
  min-width: 60px;
  padding: 0 6px;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

.c-data-date {
  color: #43423f;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.c-works-list > .webgene-blog,
.page-products-list > .webgene-blog {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
}

.c-works-item {
  display: block;
}
.c-works-item .c-link-triangle {
  margin-left: auto;
}
.c-works-item .c-link-triangle p {
  color: inherit;
}
.c-works-item:hover {
  opacity: 1;
}
.c-works-item:hover .c-link-triangle::before {
  width: 100%;
}
.c-works-item:hover .c-works-item__img img {
  transform: scale(1.1);
}

.c-works-item__img {
  aspect-ratio: 354/250;
  border-radius: 10px;
  overflow: hidden;
}
.c-works-item__img img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.c-works-item__meta {
  margin-top: 22px;
}

.c-works-item__title {
  margin-top: 8px;
}

.c-works-item .c-link-triangle {
  margin-top: 10px;
}

.page-data__category {
  margin-bottom: 40px;
}
.page-data__category > .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-data__category-link {
  background-color: #ffffff;
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  min-width: 100px;
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.page-data__category-link:hover, .page-data__category-link.is-select {
  background-color: #3a3a3a;
  color: #fff;
  opacity: 1;
}

.c-news-list > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-news-item {
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  display: grid;
  grid-template-areas: "date cate icon" "title title icon";
  grid-template-columns: auto 1fr auto;
  min-height: 88px;
  padding: 16px 16px 16px 18px;
  row-gap: 8px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
.c-news-item::after {
  background-image: url(../images/icon-arrow.svg), linear-gradient(90deg, #ec2a29 2.27%, #c7080e 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px, 100% 100%;
  border-radius: 5px;
  content: "";
  flex-shrink: 0;
  grid-area: icon;
  height: 22px;
  transform: translateX(0);
  transition: transform 0.3s ease;
  width: 22px;
}
.c-news-item:hover {
  background-color: #fff2f2;
  opacity: 1;
}
.c-news-item:hover::after {
  transform: translateX(4px);
}

.c-news-item__date {
  grid-area: date;
}

.c-news-item__cate {
  align-items: center;
  display: flex;
  grid-area: cate;
  height: 24px;
  justify-content: center;
  min-width: 60px;
  padding: 0 6px;
}

.c-news-item__title {
  color: #505050;
  grid-area: title;
}

.products-item__link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.products-item__link:hover {
  opacity: 1;
}
.products-item__link:hover .products-item__img img {
  transform: scale(1.1);
}
.products-item__link:hover .products-item__name::after {
  transform: translateX(4px);
}

.products-item__img {
  aspect-ratio: 354/250;
  border-radius: 10px;
  overflow: hidden;
}
.products-item__img img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.products-item__name {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.products-item__name p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
  line-height: calc(30 / 14);
}
.products-item__name::after {
  background: url(../images/icon-product-arrow.svg) no-repeat center/contain;
  content: "";
  flex-shrink: 0;
  height: 17px;
  margin-top: 6px;
  transform: translateX(0);
  transition: transform 0.3s ease;
  width: 17px;
}

.page-works,
.page-news,
.page-products {
  padding-bottom: 60px;
  padding-top: 60px;
}

.page-news .c-news-item {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .c-works-list > .webgene-blog,
  .page-products-list > .webgene-blog {
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .c-works-list > .webgene-blog,
  .page-products-list > .webgene-blog {
    gap: 60px 40px;
  }
  .page-data__category {
    margin-bottom: 70px;
  }
  .page-data__category-link {
    min-width: 160px;
    padding: 16px 34px;
  }
  .c-news-item {
    align-items: center;
    display: flex;
    gap: 15px;
    min-height: 98px;
    padding: 0 40px 0 40px;
  }
  .c-news-item::after {
    margin-left: auto;
  }
  .c-news-item__title {
    flex: 1;
    min-width: 0;
    padding-left: 30px;
  }
  .products-item__name {
    margin-top: 15px;
  }
  .page-works,
  .page-news,
  .page-products {
    padding-bottom: 150px;
    padding-top: 100px;
  }
}