@font-face {
  font-family: 'AngleciaProTitle-Bold';
  src: url("/fonts/AngleciaProTitle-Bold.woff2") format("woff2"), url("/fonts/AngleciaProTitle-Bold.woff") format("woff"); }

@font-face {
  font-family: "TochkaSans";
  src: url("/fonts/TochkaSans-Light.ttf") format("truetype"), url("/fonts/TochkaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "TochkaSans";
  src: url("/fonts/TochkaSans-Regular.ttf") format("truetype"), url("/fonts/TochkaSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "TochkaSans";
  src: url("/fonts/TochkaSans-Medium.ttf") format("truetype"), url("/fonts/TochkaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "TochkaSans";
  src: url("/fonts/TochkaSans-Demi.ttf") format("truetype"), url("/fonts/TochkaSans-Demi.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "TochkaSans";
  src: url("/fonts/TochkaSans-Bold.ttf") format("truetype"), url("/fonts/TochkaSans-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "TochkaSans";
  src: url("/fonts/TochkaSans-Heavy.ttf") format("truetype"), url("/fonts/TochkaSans-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

html {
  margin: 0;
  min-height: 100vh;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.t15-app {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: TochkaSans, Avenir, Source Sans Pro, Helvetica, Segoe UI, Nimbus Sans No5 T CY, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern", "liga" 0, "calt" 0;
  font-feature-settings: "kern", "liga" 0, "calt" 0;
  -moz-font-feature-settings: "kern", "liga" 0, "calt" 0;
  -ms-font-feature-settings: "kern", "liga" 0, "calt" 0;
  -o-font-feature-settings: "kern", "liga" 0, "calt" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased; }

@media screen and (max-width: 1023px) {
  .t15-app {
    min-height: 100%;
    height: 100%; } }

.t15-app * {
  outline: none; }

.t15-app ::-moz-focus-inner {
  border: 0; }

.t15-app img {
  border: 0; }

.t15-app strong {
  font-weight: 500; }

.t15-app ::-ms-clear,
.t15-app ::-ms-reveal {
  display: none; }

.t15-app #root {
  height: 100%; }

body {
  background-color: #FBFBFC; }

body.dark-theme {
  background-color: #101B3C; }

@charset "UTF-8";
.dashedList {
  list-style: none;
  padding-left: 28px;
  margin: 0; }

.dashedList > li:before {
  content: '—';
  float: left;
  margin-left: -28px; }

.styled-links a {
  color: #7658E0;
  font-weight: 500; }

.with-word-break span {
  word-break: break-word; }

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }
  .table .body {
    vertical-align: top; }
  .table .header {
    background: #EEEEEE; }
  .table td, .table .table-row {
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset; }

.dark-theme .table .header {
  background: #1A2647; }

.dark-theme .table td, .dark-theme .table .table-row {
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset; }

.code-block {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
  color: #D74B4B;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }
  .code-block-wrapper-mobile {
    margin-left: -20px;
    margin-right: -20px; }
  .code-block pre {
    font-size: 15px;
    font-family: 'Roboto Mono', monospace;
    margin: 0; }
  .code-block .number {
    padding: 0 0 0 20px;
    color: #7987AF;
    width: 40px; }
    .code-block .number.number-hovered {
      background: #7658e0;
      color: #eeeeee; }
  .code-block .rows-column {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .code-block .rows-column::-webkit-scrollbar {
      display: none; }

code {
  font-family: 'Roboto Mono', monospace;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #D74B4B; }

.text code {
  font-size: 12px;
  line-height: 18px;
  padding: 0 8px;
  background: #F6F6F6;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }

.dark-theme .text code {
  background: #27314F;
  border: 1px solid #3A435E; }

.h4 code {
  font-size: 14px;
  line-height: 20px; }

.main-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 100%;
  position: relative; }
  .main-layout .menu {
    width: 210px;
    -ms-flex: 0 1 210px;
        flex: 0 1 210px; }
    .main-layout .menu .menu-list {
      position: sticky;
      top: 30px; }
    .main-layout .menu.left-menu {
      padding-right: 35px; }
    .main-layout .menu.right-menu {
      padding-left: 35px; }

.menu-mobile-backing {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100; }
  .menu-mobile-backing .menu-list-wrapper {
    background: #FBFBFC;
    background: #fbfbfc;
    width: 260px;
    height: 100%;
    padding: 0 20px;
    -ms-flex: none;
        flex: none; }
    .menu-mobile-backing .menu-list-wrapper .menu-list-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      height: 100%; }
      .menu-mobile-backing .menu-list-wrapper .menu-list-content .menu-inner-wrapper {
        -ms-flex-negative: 2;
            flex-shrink: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
        overflow: scroll; }
    .menu-mobile-backing .menu-list-wrapper .close-menu-cross {
      position: absolute;
      top: 15px;
      left: 260px; }

.dark-theme .menu-mobile-backing .menu-list-wrapper {
  background-color: #101B3C; }

.scrollbox {
  overflow: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FBFBFC), to(rgba(251, 251, 252, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 252, 0)), color-stop(70%, #FBFBFC)) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(#FBFBFC 30%, rgba(251, 251, 252, 0)), linear-gradient(rgba(251, 251, 252, 0), #FBFBFC 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
  background-attachment: local, local, scroll, scroll; }

.dark-theme .scrollbox {
  overflow: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #101B3C), to(rgba(251, 251, 252, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 252, 0)), color-stop(70%, #101B3C)) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(#101B3C 30%, rgba(251, 251, 252, 0)), linear-gradient(rgba(251, 251, 252, 0), #101B3C 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
  background-attachment: local, local, scroll, scroll; }

@media screen and (min-width: 1440px) {
  .main-layout .content {
    width: 870px; } }

@media screen and (max-width: 1440px) {
  .main-layout .right-menu {
    display: none; }
  .main-layout .content {
    width: 870px; } }

@media screen and (max-width: 1175px) {
  .main-layout .content {
    width: 600px; } }

@media screen and (max-width: 600px) {
  .main-layout .left-menu {
    display: none; }
  .main-layout .content {
    width: 100%; } }

.disableScroll {
  overflow: hidden; }

//# sourceMappingURL=/builds/api-pro-doc/1.0.1/static/main.0b139d9c.css.map