.table ::-webkit-scrollbar {
  background-color: rgba(26, 24, 47, 0.15);
  border-radius: 3px;
  height: 3px;
}
.table ::-webkit-scrollbar-thumb {
  background: #cf222d;
  height: 3px;
  border-radius: 3px;
}
.table__wrap-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 990px) {
  .table__wrap-full {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.table__content h1, .table__content h2, .table__content h3, .table__content h4, .table__content h5 {
  font-weight: 700;
}
.table__content h1 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 29px;
}
@media (max-width: 990px) {
  .table__content h1 {
    font-size: 23px;
    line-height: normal;
  }
}
.table__content h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 990px) {
  .table__content h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.table__content h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}
@media (max-width: 990px) {
  .table__content h3 {
    font-size: 20px;
    line-height: normal;
  }
}
.table__content h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 990px) {
  .table__content h4 {
    font-size: 18px;
    line-height: normal;
  }
}
.table__content h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 990px) {
  .table__content h5 {
    font-size: 16px;
    line-height: normal;
  }
}
.table__content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
@media (max-width: 990px) {
  .table__content p {
    font-size: 14px;
    line-height: 21px;
  }
}
.table__content ol {
  margin: 0 0 15px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .table__content ol {
    margin-bottom: 10px;
    grid-template-columns: 1fr;
  }
}
.table__content ul {
  margin: 0 0 15px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .table__content ul {
    margin-bottom: 10px;
    grid-template-columns: 1fr;
  }
}
.table__content li {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  font-weight: 400;
}
@media (max-width: 990px) {
  .table__content li {
    font-size: 14px;
    line-height: 21px;
  }
}
.table__content ul {
  padding-left: 20px;
}
.table__content ol {
  padding-left: 20px;
}
.table__content a {
  text-decoration: none;
  font-weight: 500;
}
.table__content strong {
  font-weight: 700;
}
.table__content img {
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .table__content img {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
  }
}
.table__content strong {
  font-weight: 700;
}
.table__content blockquote {
  padding: 15px 10px 15px 25px;
  margin: 0 0 15px 0;
}
.table__content blockquote p {
  margin: 0;
}
.table__content p:last-child {
  margin-bottom: 0;
}

.table-element {
  margin: 0 auto;
  display: block;
  overflow-x: auto;
  padding-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
.table-element__item {
  display: grid;
}
.table-element__item p {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  background: transparent;
  border-right: 1px solid #949494;
}
@media (max-width: 990px) {
  .table-element__item p {
    padding: 10px;
    font-size: 15px;
  }
}
.table-element__item p:last-child {
  border-right: none;
}
.table-element__item:nth-child(1) p {
  font-weight: 700;
}

/*# sourceMappingURL=table.css.map */
