.layout-block.sixpack__block.fullwidth.visible {
  margin: 10px 0;
  padding: 0 !important;
  background-color: #fff;
}
body.dark .layout-block.sixpack__block.fullwidth.visible {
  background-color: #3a3a3a;
}
section.sixpack__block.row {
  display: table-cell;
  z-index: 1000;
  border-left: 5px solid #157efc;
  border-right: 5px solid #157efc;
  width: 100%;
}
.sixpack__block__element {
  padding: 0 0.208vw;
}
.sixpack__block__tags {
  display: none;
}
.sixpack__block--figure {
  display: none;
}
.sixpack__block--lead {
  display: none;
}
.sixpack__block__element:not(:last-child) {
  border-right: 1px solid #d0d0d0;
}
.sixpack__block--title {
  font-weight: 600;
  color: #000;
  font-size: 0.95em;
  z-index: 1000;
}
.sixpack__block--link {
  flex: 1 auto;
  padding: 0 0.521vw;
  margin: 0.521vw 0;
  font-weight: 600;
  color: #000;
  min-height: 2.083vw;
  display: flex;
  align-items: center;
}
.article.sixpack__block__element:nth-of-type(1):last-child {
  width: calc(100% - 17px);
  padding: 0.521vw;
  flex: 1 auto;
  margin: 0;
  font-weight: 600;
  color: #000;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}
.article.sixpack__block__element:nth-of-type(1):nth-last-of-type(2),
.article.sixpack__block__element:nth-of-type(2):last-child {
  width: 50vw;
  padding: 0.521vw;
  flex: 1 auto;
  margin: 0;
  font-weight: 600;
  color: #000;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}
.article.sixpack__block__element:nth-of-type(1):nth-last-of-type(3),
.article.sixpack__block__element:nth-of-type(2):nth-last-of-type(2),
.article.sixpack__block__element:nth-of-type(3):last-child {
  width: calc(100vw / 3);
  flex: 1 auto;
  margin: 0;
  padding: 0.521vw;
  font-weight: 600;
  color: #000;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}
.article.sixpack__block__element:nth-of-type(1):nth-last-of-type(4),
.article.sixpack__block__element:nth-of-type(2):nth-last-of-type(3),
.article.sixpack__block__element:nth-of-type(3):nth-last-of-type(2),
.article.sixpack__block__element:nth-of-type(4):last-child {
  width: calc(100vw / 4);
  flex: 1 auto;
  margin: 0;
  padding: 0.521vw;
  font-weight: 600;
  color: #000;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}
.article.sixpack__block__element:nth-of-type(1):nth-last-of-type(5),
.article.sixpack__block__element:nth-of-type(2):nth-last-of-type(4),
.article.sixpack__block__element:nth-of-type(3):nth-last-of-type(3),
.article.sixpack__block__element:nth-of-type(4):nth-last-of-type(2),
.article.sixpack__block__element:nth-of-type(5):last-child {
  width: calc(100vw / 5);
  flex: 1 auto;
  margin: 0;
  padding: 0.521vw;
  font-weight: 600;
  color: #000;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}
.article.sixpack__block__element:nth-of-type(1):nth-last-of-type(6),
.article.sixpack__block__element:nth-of-type(2):nth-last-of-type(5),
.article.sixpack__block__element:nth-of-type(3):nth-last-of-type(4),
.article.sixpack__block__element:nth-of-type(4):nth-last-of-type(3),
.article.sixpack__block__element:nth-of-type(5):nth-last-of-type(2),
.article.sixpack__block__element:nth-of-type(6):last-child {
  width: calc(100vw / 6);
  flex: 1 auto;
  margin: 0;
  padding: 0.521vw;
  font-weight: 600;
  color: #000;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}
section.sixpack__block.row {
  overflow-y: hidden;
  overflow-x: auto;
}
@media screen and (max-width: 1000px) {
  section.sixpack__block.row {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-left: none;
    border-right: none;
    overflow-x: hidden;
  }
  .sixpack__block__element {
    width: 100% !important;
    padding: 20px;
  }
  .sixpack__block__element:not(:last-child) {
    border-bottom: 1px solid #d0d0d0;
  }
  .article.sixpack__block__element:nth-of-type(1):nth-last-of-type(6),
  .article.sixpack__block__element:nth-of-type(2):nth-last-of-type(5),
  .article.sixpack__block__element:nth-of-type(3):nth-last-of-type(4),
  .article.sixpack__block__element:nth-of-type(4):nth-last-of-type(3),
  .article.sixpack__block__element:nth-of-type(5):nth-last-of-type(2),
  .article.sixpack__block__element:nth-of-type(6):nth-last-of-type(1) {
    margin: 0;
    padding: 10px;
  }
  .sixpack__block--title {
    padding: 10px;
  }
  .sixpack__block__element,
  .sixpack__block__element:not(:last-child) {
    border-right: none;
  }
  section.sixpack__block.row,
  .sixpack__block {
    padding: 0;
  }
  .sixpack__block--link {
    padding: 0;
  }
}
@media screen and (min-width: 1980px) {
  .sixpack__block--title {
    font-weight: 600;
    color: #000;
    font-size: inherit;
  }
}
