.bs-nested-list__order-list {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.bs-nested-list__order-list .bs-nested-list__order-list__item.first-layer {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
.bs-nested-list__order-list .bs-nested-list__order-list__item.first-layer * {
  font-weight: normal;
  margin-top: 0.6em;
}
@media screen and (min-width: 1200px) {
  .bs-nested-list__order-list .bs-nested-list__order-list__item.first-layer {
    font-size: 20px;
  }
  .bs-nested-list__order-list .bs-nested-list__order-list__item.first-layer * {
    font-size: 16px;
  }
}
.bs-nested-list__order-list__item {
  display: table;
  counter-increment: item;
  margin-top: 0.6rem;
}
.bs-nested-list__order-list__item:before {
  content: counters(item, '.') '. ';
  display: table-cell;
  padding-right: 0.6rem;
}
.bs-nested-list__order-list__item .bs-nested-list__order-list__item:before {
  content: counters(item, '.') ' ';
}
.bs-nested-list__order-list__item .pure-content {
  margin-top: 0.6rem;
}
.bs-nested-list__order-list.alphabet .bs-nested-list__order-list__item:before,
.bs-nested-list__order-list.roman .bs-nested-list__order-list__item:before {
  counter-increment: list;
  display: table-cell;
  padding-right: 0.6rem;
}
.bs-nested-list__order-list.alphabet .bs-nested-list__order-list__item:before {
  content: '(' counter(item, lower-alpha) ') ';
}
.bs-nested-list__order-list.roman .bs-nested-list__order-list__item:before,
.bs-nested-list__order-list.roman .bs-nested-list__order-list.alphabet .bs-nested-list__order-list__item:before {
  content: '(' counter(item, lower-roman) ') ';
}
.bs-nested-list__order-list .bold {
  font-weight: bold !important;
}
.bs-nested-list__order-list .underline {
  text-decoration: underline;
}
.bs-banner {
  background-color: rgba(93, 162, 213, 0.21);
}
.pointer {
  cursor: pointer;
}
.page-section-content {
  color: #262626;
}
@media (min-width: 1200px) {
  .text-h6 {
    font-size: 34px;
    font-weight: normal;
  }
}
.page-section + .page-section {
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .page-section + .page-section {
    margin-top: 40px;
  }
}
.bs-sticky-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bs-sticky-breadcrumb .bs-icon {
  margin: 3px 10px 0 10px;
}
.bs-sticky-breadcrumb-item {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 55vw;
}
.text-subtitle-lg {
  color: #262626;
}
@media (min-width: 1200px) {
  .text-subtitle-lg {
    font-size: 20px;
  }
}
.bs-payment .bs-banner {
  background-color: #F6F6F6;
}

