.isotopeBlock__table {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
  overflow-x: auto;
}

.isotopeBlock__section {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}

.isotopeBlock .isotopeTable {
  display: grid;
  grid-template: repeat(10, 3.2rem)/repeat(18, 1fr);
  gap: 2px 2px;
  padding: 2px;
  background-color: #f5f6f7;
  box-sizing: border-box;
}

.isotopeBlock .isotopeTable__item {
  padding: 3px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-color: inherit;
  color: #fff;
  position: relative;
}

.isotopeBlock .isotopeTable__item.__hide {
  opacity: 0.2;
}

.isotopeBlock .isotopeTable__item[href]:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  transition: 0.3s;
}

.isotopeBlock .isotopeTable__item:hover:before {
  opacity: 0.3;
}

.isotopeBlock .isotopeTable__item span {
  line-height: 1;
}

.isotopeBlock .isotopeTable__itemName {
  font-size: 17px;
  font-size: 1.133333333333333em;
  font-weight: 700;
}

.isotopeBlock .isotopeTable__itemNum {
  font-size: 9px;
  font-size: 0.6em;
  position: absolute;
  left: 3px;
  top: 3px;
}

.isotopeBlock .isotopeSection {
  margin: 0;
  padding: 0;
  list-style: none;
}

.isotopeBlock .isotopeSection li {
  display: block;
  margin-bottom: 1.333333333333333rem;
}

.isotopeBlock .isotopeSection li:last-child {
  margin-bottom: 0;
}

.isotopeBlock .isotopeSection li a {
  display: inline-flex;
  align-items: center;
  color: #737980;
}

.isotopeBlock .isotopeSection li a:hover {
  color: #17b1e5;
}

.isotopeBlock .isotopeSection li a i {
  width: 23px;
  height: 23px;
  margin-right: 0.666666666666667rem;
  background-color: #f5f6f7;
}

@media screen and (max-width: 960px) {
  .isotopeBlock__table {
    width: calc(100% - 30px);
  }

  .isotopeBlock__section {
    width: calc(100% - 30px);
  }

  .isotopeBlock__section {
    order: -1;
    margin-bottom: 1rem;
  }

  .isotopeBlock .isotopeSection li {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 780px) {
  .isotopeBlock .isotopeTable {
    min-width: max-content;
  }

  .isotopeBlock .isotopeTable__item {
    width: 50px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 400px) {
  .isotopeBlock__table {
    margin-left: 10px;
    margin-right: 10px;
  }

  .isotopeBlock__section {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*# sourceMappingURL=maps/table_isotope.css.map */
