.products #content h4 {
  margin-block: 60px 0;
  padding-block-end: 0;
}

.products #content .table {
  width: auto;
}

.products #content .table > li > ul .th {
  padding-inline: 20px;
  background: #7da9e3;
  text-align: left;
}

.products #content .table > li > ul > li > div {
  padding: 16px;
  line-height: 180%;
  font-weight: bold;
  outline: solid #c5c8af 1px;
  outline-offset: 0;
}

.products #content .table > li > ul > li:last-child {
  display: grid;
  grid-template-columns: 96px 210px 1fr 120px 160px 210px 66px;
  grid-template-rows: auto;
  grid-template-areas: "A A A A A A A" "B C E F H I J" "B D E G H I J";
  gap: 1px;
  align-items: stretch;
}

.products #content .table > li > ul > li:last-child > div {
  display: table;
}

.products #content .table > li > ul > li:last-child > div.image {
  text-align: center;
}

.products #content .table > li > ul > li:last-child > div.image img {
  vertical-align: middle;
}

.products #content .table > li > ul > li:last-child > div.sds {
  padding-inline: 8px;
}

.products #content .table > li > ul > li:last-child > div > div {
  display: table-cell;
  vertical-align: middle;
}

.products #content .table > li > ul > li:last-child > div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 13;
  grid-area: A;
}

.products #content .table > li > ul > li:last-child > div:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: B;
}

.products #content .table > li > ul > li:last-child > div:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: C;
}

.products #content .table > li > ul > li:last-child > div:nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: D;
}

.products #content .table > li > ul > li:last-child > div:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: E;
}

.products #content .table > li > ul > li:last-child > div:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: F;
}

.products #content .table > li > ul > li:last-child > div:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  grid-area: G;
}

.products #content .table > li > ul > li:last-child > div:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  grid-area: H;
}

.products #content .table > li > ul > li:last-child > div:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 11;
  grid-area: I;
}

.products #content .table > li > ul > li:last-child > div:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 13;
  grid-area: J;
}

.products #content .table > li > ul > li .image {
  padding: 4px;
}

.products #content .table > li > ul > li .image img {
  width: auto;
  max-width: 220px;
  height: auto;
}

.products #content .table > li > ul > li .sds .w3eden {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}

.products #content .table > li > ul > li .sds .w3eden .icon img {
  width: 18px;
}

.products #content .table > li > ul > li .sds .w3eden .name {
  color: #333;
  text-decoration: underline;
}

.products #content .table > li > ul > li .sds .w3eden .lang {
  font-weight: 400;
}

.products #content .table > li > ul > li .sds .w3eden + .w3eden {
  margin-top: 1em;
}

.products #content .table .thead > ul > li > div {
  padding: 16px 8px;
  text-align: center;
  background: #f5f6ed;
}

.products #content .table .thead > ul > li > div.th {
  padding-inline: 20px;
  background: #7da9e3;
  text-align: left;
}

.products #content .table .thead > ul > li span {
  background: #3d76c2;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  text-wrap: nowrap;
}

.products #content .table .thead > ul > li .image div {
  min-width: 176px;
}

@media (min-width: 1024.02px) {
  .products #content .table > li > ul .th {
    text-align: center;
  }

  .products #content .table .thead > ul > li > div.th {
    text-align: center;
  }
}
/*# sourceMappingURL=../../map/assets/css/uniq-products.css.map */