.sixpack__block--section {
  display: table-cell;
  z-index: 1000;
  border-left: 1px solid #d0d0d0; /*#157efc*/
  border-right: 1px solid #d0d0d0;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.sixpack__block__element {
  padding: 0 5px;
}

.sixpack__block__element:not(:last-child) {
  border-right: 1px solid #d0d0d0;
}

.sixpack__block__element:nth-of-type(1):last-child {
  width: calc(100% - 17px);
  padding: 0.521vw;
  flex: 1 auto;
  margin: 0;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}

.sixpack__block__element:nth-of-type(1):nth-last-of-type(2),
.sixpack__block__element:nth-of-type(2):last-child {
  width: 50vw;
  padding: 0.521vw;
  flex: 1 auto;
  margin: 0;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}

.sixpack__block__element:nth-of-type(1):nth-last-of-type(3),
.sixpack__block__element:nth-of-type(2):nth-last-of-type(2),
.sixpack__block__element:nth-of-type(3):last-child {
  width: calc(100vw / 3);
  flex: 1 auto;
  margin: 0;
  padding: 0.521vw;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}

.sixpack__block__element:nth-of-type(1):nth-last-of-type(4),
.sixpack__block__element:nth-of-type(2):nth-last-of-type(3),
.sixpack__block__element:nth-of-type(3):nth-last-of-type(2),
.sixpack__block__element:nth-of-type(4):last-child {
  width: calc(100vw / 4);
  flex: 1 auto;
  margin: 0;
  padding: 0.521vw;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}

.sixpack__block__element:nth-of-type(1):nth-last-of-type(5),
.sixpack__block__element:nth-of-type(2):nth-last-of-type(4),
.sixpack__block__element:nth-of-type(3):nth-last-of-type(3),
.sixpack__block__element:nth-of-type(4):nth-last-of-type(2),
.sixpack__block__element:nth-of-type(5):last-child {
  width: calc(100vw / 5);
  flex: 1 auto;
  margin: 0;
  padding: 0.521vw;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}

.sixpack__block__element:nth-of-type(1):nth-last-of-type(6),
.sixpack__block__element:nth-of-type(2):nth-last-of-type(5),
.sixpack__block__element:nth-of-type(3):nth-last-of-type(4),
.sixpack__block__element:nth-of-type(4):nth-last-of-type(3),
.sixpack__block__element:nth-of-type(5):nth-last-of-type(2),
.sixpack__block__element:nth-of-type(6):last-child {
  width: calc(100vw / 6);
  flex: 1 auto;
  margin: 0;
  padding: 0.521vw;
  min-height: 2.083vw;
  display: table-cell;
  align-items: center;
}

.sixpack__block--link {
  flex: 1 auto;
  padding: 0 10px;
  margin: 0.25rem 0;
  width: auto;
  display: flex;
  align-items: center;
}

.sixpack__block--title {
  z-index: 1000;
}

@media screen and (max-width: 1000px) {
  .sixpack__block--section {
    display: flex;
    flex-direction: column;
    border-top: 5px solid #157efc;
    border-bottom: 5px solid #157efc;
    border-left: unset;
    border-right: unset;
  }

  .sixpack__block__element {
    width: auto !important;
  }
  .sixpack__block__element:not(:last-child) {
    border-bottom: 1px solid #d0d0d0;
  }
  .sixpack__block__element:not(:last-child) {
    border-right: unset;
  }
  .sixpack__block--link {
    padding: 0;
  }
}
