.ds-text--18,
.ds-sidebar__title,
.ds-component__desc {
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ds-text--18,
  .ds-sidebar__title,
  .ds-component__desc {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.left-indent .ds-container {
  padding-left: 4rem;
  padding-right: 4rem;
}
@font-face {
  font-family: 'Navigo';
  src: url("../fonts/Navigo-Bold.woff2") format('woff2'), url("../fonts/Navigo-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url("../fonts/GraphikLCG-Medium.woff2") format('woff2'), url("../fonts/GraphikLCG-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url("../fonts/GraphikLCG-Regular.woff2") format('woff2'), url("../fonts/GraphikLCG-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik LCG';
  src: url("../fonts/GraphikLCG-Bold.woff2") format('woff2'), url("../fonts/GraphikLCG-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format('woff2'), url("../fonts/Roboto-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
/* Vars, which are specific for current project */
.page.page--contents {
  background-color: #fff;
  color: #000;
}
.page.page--contents a {
  color: #000;
}
.debug-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
}
.debug-wrapper .debug-service {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  background: rgba(0,0,0,0.5);
  font-size: 1.2rem;
}
.debug-wrapper .debug-service a {
  color: #fff;
  text-decoration: underline;
}
.is-debug .debug-wrapper {
  display: block;
}
#debug {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#debug .debug-container {
  width: 120rem;
  margin: auto;
  height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: -22rem 0 0 0 rgba(138,43,226,0.2), 22rem 0 0 0 rgba(138,43,226,0.2);
          box-shadow: -22rem 0 0 0 rgba(138,43,226,0.2), 22rem 0 0 0 rgba(138,43,226,0.2);
}
#debug .debug-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(100%, auto);
  grid-column-gap: 3rem;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
}
#debug .debug-content div {
  margin: 0;
  background-color: rgba(255,0,0,0.3);
}
@media screen and (max-width: 767px) {
  #debug .debug-content {
    grid-template-columns: repeat(3, 1fr);
  }
  #debug .debug-content div:nth-child(5),
  #debug .debug-content div:nth-child(6),
  #debug .debug-content div:nth-child(7),
  #debug .debug-content div:nth-child(8),
  #debug .debug-content div:nth-child(9),
  #debug .debug-content div:nth-child(10),
  #debug .debug-content div:nth-child(11),
  #debug .debug-content div:nth-child(12) {
    display: none;
  }
}
.is-debug-outline * {
  outline: 1px dotted rgba(255,0,0,0.5);
}
.is-debug-outline * * {
  outline: 1px dotted rgba(0,128,0,0.5);
}
.is-debug-outline * * * {
  outline: 1px dotted rgba(255,165,0,0.5);
}
.is-debug-outline * * * * {
  outline: 1px dotted rgba(0,0,255,0.5);
}
.is-debug-outline * * * * * {
  outline: 1px solid rgba(255,0,0,0.5);
}
.is-debug-outline * * * * * * {
  outline: 1px solid rgba(0,128,0,0.5);
}
.is-debug-outline * * * * * * * {
  outline: 1px solid rgba(255,165,0,0.5);
}
.is-debug-outline * * * * * * * * {
  outline: 1px solid rgba(0,0,255,0.5);
}
.is-debug-outline * * * * * * * * * {
  outline: 1px solid rgba(240,248,255,0.5);
}
.is-debug-outline * * * * * * * * * * {
  outline: 1px solid rgba(250,235,215,0.5);
}
.is-debug-outline * * * * * * * * * * * {
  outline: 1px solid rgba(0,255,255,0.5);
}
.is-debug-outline * * * * * * * * * * * * {
  outline: 1px solid rgba(127,255,212,0.5);
}
.is-debug-outline * * * * * * * * * * * * * {
  outline: 1px solid rgba(138,43,226,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * {
  outline: 1px solid rgba(165,42,42,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * * {
  outline: 1px solid rgba(222,184,135,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * * * {
  outline: 1px solid rgba(95,158,160,0.5);
}
.table-of-contents .contents-wrapper {
  width: 100%;
  margin-top: 2rem;
}
.table-of-contents .contents-wrapper h2 {
  font-size: 3rem;
  margin: 3rem 0;
}
.table-of-contents .contents-wrapper .contents-row {
  display: grid;
  grid-template-columns: 4rem 1fr 15rem;
  grid-column-gap: 0rem;
  grid-auto-rows: auto;
}
.table-of-contents .contents-wrapper .contents-row .contents-col {
  text-align: left;
  padding: 2rem 0;
  border-radius: 0.1rem;
  font-size: 2rem;
  min-height: 5rem;
}
.table-of-contents .contents-wrapper .contents-row .contents-col.done,
.table-of-contents .contents-wrapper .contents-row .contents-col.wait,
.table-of-contents .contents-wrapper .contents-row .contents-col.wip,
.table-of-contents .contents-wrapper .contents-row .contents-col.qa {
  text-align: center;
  border: 0.6rem solid #fff;
  padding: 0.4rem;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-of-contents .contents-wrapper .contents-row .contents-col.title {
  border-bottom: 1px dotted rgba(0,0,0,0.5);
}
.table-of-contents .contents-wrapper .contents-row a {
  font-weight: 300;
}
.table-of-contents .legend {
  margin-top: 4rem;
}
.table-of-contents .legend .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.table-of-contents .legend .status div {
  font-size: 1.6rem;
  border: 0.7rem solid #fff;
  padding: 0.6rem 1rem;
  border-radius: 1rem;
}
.table-of-contents .done {
  background: #588c7e;
  color: #fff;
}
.table-of-contents .wait {
  background: #d96459;
  color: #fff;
}
.table-of-contents .wip {
  background: #f2e394;
}
.table-of-contents .qa {
  background: #f2ae72;
  color: #fff;
}
.ui h1 {
  margin-bottom: 5rem;
}
.ui h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.ui h3 {
  margin: 2rem 0 2rem 0rem;
}
.ui h4 {
  margin: 2rem 0 2rem 0rem;
}
.ui .descr {
  font-size: 1.4rem;
  color: #ccc;
  padding: 1rem 0 2rem;
}
.ui .descr p {
  font-size: 1.2rem;
}
.ui .descr p + p {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #debug .debug-content {
    grid-column-gap: 1.6rem;
  }
  #debug .debug-container {
    width: 73rem;
  }
  .table-of-contents .legend .status {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  #debug .debug-container {
    width: auto;
    margin: 0 2rem;
  }
  .table-of-contents .contents-wrapper .contents-row {
    grid-auto-rows: 4.5rem;
  }
}
.ds-header {
  font-size: 36px;
  font-weight: bold;
  margin: 5rem 0 0 0;
}
.ds-sidebar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 28rem;
  height: 100%;
  border-right: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.ds-sidebar.no-transition {
  -webkit-transition: none;
  transition: none;
}
.ds-sidebar.no-transition .ds-sidebar__content,
.ds-sidebar.no-transition .ds-sidebar__icon-close,
.ds-sidebar.no-transition .ds-sidebar__icon-open {
  -webkit-transition: none;
  transition: none;
}
.ds-sidebar.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ds-sidebar.is-open .ds-sidebar__content {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ds-sidebar.is-open .ds-sidebar__icon-close {
  opacity: 1;
  pointer-events: auto;
}
.ds-sidebar.is-open .ds-sidebar__icon-open {
  opacity: 0;
  pointer-events: none;
}
.ds-sidebar__content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  opacity: 0;
  pointer-events: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ds-sidebar__content-wrapper {
  -webkit-overflow-scrolling: touch;
}
.ds-sidebar__action {
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  width: 3.8rem;
  height: 3.8rem;
  background: #fff;
  color: #000;
}
.ds-sidebar__icon-close {
  position: absolute;
  top: calc(50% - 1.9rem);
  left: calc(50% - 1.9rem);
  width: 3.8rem;
  height: 3.8rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ds-sidebar__icon-open {
  position: absolute;
  top: calc(50% - 1.3rem);
  left: calc(50% - 1.3rem);
  width: 2.6rem;
  height: 2.6rem;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ds-sidebar__section {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.ds-sidebar__title {
  margin: 0 0 1.2rem;
  padding: 0 2.4rem;
}
.ds-sidebar__list-link {
  display: inline-block;
  padding: 0 2.4rem;
  width: 100%;
  color: #5f6368;
  font-size: 1.4rem;
  line-height: 4.2rem;
}
.ds-sidebar__status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 15px;
}
.ds-sidebar__status--wait {
  background: transparent;
}
.ds-sidebar__status--done {
  background: #64ffda;
}
.ds-sidebar__status--new {
  background: #ffab91;
}
.ds-sidebar__status--wip {
  background: #ffff8d;
}
@media screen and (min-width: 1024px) {
  .ds-sidebar__action:hover {
    background: #e9efef;
    color: #000;
  }
  .ds-sidebar__list-link:hover {
    background: #e9efef;
    color: #000;
  }
}
.ds-component {
  padding: 6rem 0;
}
.ds-component__desc > h2,
.ds-component__desc > h3 {
  margin: 0 0 3rem;
  font-family: 'Graphik LCG', sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}
.ds-component__desc > h2 .is-gray,
.ds-component__desc > h3 .is-gray {
  display: inline-block;
  margin-left: 1rem;
  color: #999;
}
.ds-component__desc > code pre {
  background: #f8f9fa;
  padding: 15px 25px;
}
.ds-component__desc > em,
.ds-component__desc > p > em,
.ds-component__desc > dl em {
  font-style: normal;
  color: #ff006e;
}
.ds-component__desc > dl {
  margin: 2rem 0;
}
.ds-component__desc > dl > dt {
  font-weight: 500;
}
.ds-component__desc > dl > dd + dt {
  margin: 1rem 0 0;
}
.ds-component__desc > a,
.ds-component__desc > p > a,
.ds-component__desc > dl a {
  text-decoration: underline;
  color: #ff006e;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.ds-component__desc ul li {
  margin: 0.5rem 0;
  list-style: disc;
  list-style-position: inside;
}
.ds-component__todo {
  margin: 2rem 0;
  padding: 0;
}
.ds-component__todo::before {
  content: 'TODO:';
  font-weight: 500;
}
.ds-component__todo li {
  padding: 0 0 0 2rem;
  list-style: disc;
  list-style-position: inside;
  font-style: italic;
}
ol.ds-component__todo li {
  list-style: decimal;
  list-style-position: inside;
}
@media screen and (min-width: 1024px) {
  .ds-component__desc > dl {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ds-component__desc a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .ds-component__desc > dl {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ds-component__desc > dl dd a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ds-section {
  padding: 1rem 0;
}
.ds-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
}
.ds-wrapper {
  padding: 5rem 0;
}
.ds-wrapper + .ds-wrapper {
  border-top: 1px solid #ccc;
}
.usage-table-body .page__content section:first-child {
  display: none;
}
.usage-table-section {
  padding: 10rem 14rem;
  background-color: #e9efef;
}
.usage-table-section + .usage-table-section {
  padding-top: 0;
}
.usage-table-container {
  padding: 2rem 4rem;
  background-color: #fff;
}
.usage-table-section__title {
  font-family: 'Graphik LCG', sans-serif;
  padding-bottom: 2rem;
}
.usage-table-section__title h2 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.1;
}
table.usage-table {
  color: #000;
  font-family: 'Graphik LCG', sans-serif;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}
table.usage-table th,
table.usage-table td {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
table.usage-table tr:last-child td {
  border: none;
}
table.usage-table th {
  opacity: 0.5;
  font-weight: 400;
  font-size: 1.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
table.usage-typography ul li {
  list-style: none;
}
table.usage-typography td:first-child {
  color: rgba(0,0,0,0.4);
  white-space: nowrap;
  padding-right: 2rem;
}
table.usage-typography td:nth-of-type(2) {
  font-family: $fontTitle;
}
table.usage-typography td:last-child {
  white-space: nowrap;
}
table.usage-typography td:last-child,
table.usage-typography th:last-child {
  padding-left: 2rem;
}
table.usage-typography td > span {
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.08);
}
table.usage-typography td > span:not(:first-child) {
  margin-left: 0.5rem;
}
table.usage-typography div > span {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
table.usage-typography li > span:not(:last-child) {
  padding-right: 1rem;
}
table.usage-colorgraphy tr {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
table.usage-colorgraphy tr td > span {
  border: 1px solid rgba(0,0,0,0.08);
}
table.usage-colorgraphy tr.isActivated {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  color: #fff;
}
table.usage-colorgraphy tr.isActivated span {
  border: 1px solid #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
table.usage-colorgraphy span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.usage-buttons th {
  text-transform: uppercase;
}
.usage-buttons th:first-child,
.usage-buttons td:first-child {
  padding-left: 4rem;
}
.usage-buttons td {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.usage-buttons tr[style*="background-color"] td {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
