html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Chivo-light;
  src: url(../fonts/Chivo-Light.ttf);
}
@font-face {
  font-family: Chivo-regular;
  src: url(../fonts/Chivo-Regular.ttf);
}
@font-face {
  font-family: Chivo-bold;
  src: url(../fonts/Chivo-Bold.ttf);
}
@font-face {
  font-family: Chivo-black;
  src: url(../fonts/Chivo-Black.ttf);
}
@font-face {
  font-family: Overpass-regular;
  src: url(../fonts/Overpass-Regular.ttf);
}
@font-face {
  font-family: Overpass-bold;
  src: url(../fonts/Overpass-Bold.ttf);
}
@font-face {
  font-family: Overpass-extra-bold;
  src: url(../fonts/Overpass-ExtraBold.ttf);
}
@font-face {
  font-family: Overpass-black;
  src: url(../fonts/Overpass-Black.ttf);
}
body {
  font-family: Chivo-regular, sans-serif;
  background: #231f38;
}
body * {
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

h2 {
  font-size: 32px;
  font-family: "Overpass-extra-bold", sans-serif;
}

h3 {
  font-size: 24px;
  font-family: "Overpass-extra-bold", sans-serif;
}

h4 {
  font-size: 18px;
  font-family: "Overpass-extra-bold", sans-serif;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #231f38;
}

body::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.logo {
  display: block;
  width: 170px;
}
.logo img {
  width: 100%;
}

.burger {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .burger {
    display: block;
  }
}
.burger div {
  width: 35px;
  height: 5px;
  background-color: #FF6E1D;
  margin: 6px 0;
}

nav {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1411764706);
}
@media screen and (max-width: 500px) {
  nav {
    padding: 0 25px;
  }
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  background: #211e34;
  color: #fff;
}

.main {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .main {
    display: block;
    position: relative;
  }
}

.nav {
  width: 13.3%;
  min-width: 253px;
  color: #fff;
  padding: 107px 0 0 40px;
}
.nav--opened {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .nav {
    display: none;
    min-width: 0;
    width: 100%;
    padding: 40px;
    background: #231f38;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
.nav h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .nav h3 {
    display: none;
  }
}

.side-nav__item {
  font-family: "Chivo-regular", sans-serif;
  margin-top: 15px;
  line-height: 1.4;
}
.side-nav__item:first-child {
  margin-top: 0;
}
.side-nav__item:hover {
  transition: 0.2s all;
  opacity: 0.7;
}
.side-nav__item.active a {
  color: #FF6E1D;
}
.side-nav__item--L2 {
  padding-left: 10px;
}

.center {
  width: 73.4%;
  background: #fff;
  padding: 100px 100px 0 100px;
  min-height: calc(100vh - 120px);
}
@media screen and (max-width: 1023px) {
  .center {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 500px) {
  .center {
    padding: 25px;
  }
}
.center h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .center h2 {
    margin-top: 40px;
  }
}
.center h3 {
  margin: 50px 0 20px 0;
}
.center h4 {
  margin-top: 40px;
}
.center p {
  max-width: 800px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 17px;
}
.center strong {
  font-family: "Chivo-bold", sans-serif;
}
.center .table-wrap {
  overflow-x: scroll;
  margin-bottom: 20px;
}
.center table {
  background: #d1dae1;
  color: #4f566b;
  margin: 20px 0;
}
.center table th {
  font-family: "Chivo-bold", sans-serif;
}
.center table th,
.center table td {
  padding: 20px;
  border: 1px solid #ffffff;
}

pre {
  margin: 20px 0;
  padding: 10px 20px;
  font-family: Overpass-bold, sans-serif;
  font-size: 14px;
  border-radius: 3px;
  overflow-x: auto;
  overflow-y: hidden;
}
pre::-webkit-scrollbar {
  height: 10px;
}
pre::-webkit-scrollbar-track {
  border-radius: 3px;
}
pre::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

code {
  line-height: 1.4;
}

.color-one {
  color: #ffac32;
}

.color-two {
  color: #4f566b;
}

.color-three {
  color: #87fcd8;
}

.endpoint {
  background: #4f566b;
  color: #f5fbff;
  position: relative;
}
.endpoint::-webkit-scrollbar-track {
  background-color: #4f566b;
}
.endpoint::-webkit-scrollbar-thumb {
  background: #303e66;
}
.endpoint:after {
  content: "Endpoint";
  position: absolute;
  left: 5px;
  top: 5px;
  color: #c9c9c9;
  font-size: 12px;
  border-bottom: 1px solid #868a96;
}

.example {
  background: #636c87;
  color: #f5fbff;
  position: relative;
}
.example code {
  line-height: 1.7;
}
.example::-webkit-scrollbar-track {
  background-color: #636c87;
}
.example::-webkit-scrollbar-thumb {
  background: #455072;
}
.example:after {
  content: "Example";
  position: absolute;
  left: 5px;
  top: 5px;
  color: #c9c9c9;
  font-size: 12px;
  border-bottom: 1px solid #a0a5b5;
}

.response {
  background: #d1dae1;
  color: #4f566b;
  position: relative;
}
.response::-webkit-scrollbar-track {
  background-color: #d1dae1;
}
.response::-webkit-scrollbar-thumb {
  background: #95adc0;
}
.response:after {
  content: "Response";
  position: absolute;
  left: 5px;
  top: 5px;
  color: #5e5e5e;
  font-size: 12px;
  border-bottom: 1px solid #93979a;
}

.link {
  color: #FF6E1D;
}

.list {
  list-style-type: disc;
  padding: 10px 20px 20px;
  line-height: 1.6;
}

.bold {
  font-family: Overpass-bold, sans-serif;
}

.version {
  margin-top: -30px;
  margin-bottom: 40px;
  font-size: 14px;
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .version {
    opacity: 0.6;
    position: absolute;
  }
}

.cookie {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  font-size: 14px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 10px;
  background: #eaeaea;
  color: #2b2948;
  text-align: center;
  height: 40px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .cookie {
    height: 90px;
  }
}
.cookie--show {
  display: flex;
}
.cookie__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
.cookie__controls div {
  cursor: pointer;
}
.cookie__accept {
  margin-left: 10px;
  background: #ff5b00;
  color: white;
  border-radius: 3px;
  padding: 8px 12px;
  transition: 0.2s all;
}
.cookie__accept:hover {
  transition: 0.2s all;
  opacity: 0.8;
}

.title-list {
  margin-bottom: 40px;
}
.title-list a {
  color: #ff5b00;
  text-decoration: underline;
  padding: 10px 20px 10px 0;
}
.title-list li {
  margin-bottom: 10px;
  display: inline-block;
}/*# sourceMappingURL=docs.css.map */