json-viewer {
  --background-color: #232323;
  --property-color: #1489d9;
  --string-color: #3e953b;
  --number-color: #df5f2e;
  --null-color: #b8b8b8; }

.darkmode--activated json-viewer {
  --background-color: #d7d7d7;
  --null-color: #828282;
  --preview-color: rgba(145, 102, 73, 0.9);
  --indentguide-color: #bababa;
  --indentguide-color-active: #828282; }

.tg-invite {
  z-index: 1000;
  position: fixed;
  left: 26px;
  bottom: 19px;
  background: red;
  background-image: url("/static/img/tg-invite/bg.png?7fcecb31b344");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  width: 241px; }

.tg-invite__content {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-shrink: 0; }

.tg-invite-logo {
  margin: 0 auto;
  width: 102px;
  height: 99px;
  aspect-ratio: 34/33;
  background: url("/static/img/tg-invite/logo.png?7fcecb31b344") lightgray 50%/cover no-repeat;
  background-color: transparent; }

.tg-invite-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch; }

.tg-invite-text-title {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  /* 21.6px */ }

.tg-invite-text-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  align-self: stretch; }

.tg-invite-button {
  display: flex;
  padding: 16px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: var(--radius-12, 12px);
  background: #FFF;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer; }

.tg-invite__close {
  all: unset;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px; }

@media (max-width: 575px) {
  .tg-invite {
    left: 16px;
    right: 16px;
    width: auto;
    bottom: 16px;
    padding: 16px;
    gap: 16px; } }
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  background-color: #121212;
  color: #b8b8b8; }
  body.navbar-show {
    overflow: hidden; }
    body.navbar-show::after {
      z-index: 997;
      opacity: .9;
      height: 100vh; }

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s; }
  @media (max-width: 767px) {
    header {
      background-color: #0c0909; } }
  header .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      header .header {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      header .header {
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #4a4a4a; } }
    header .header .header__logo {
      width: 85px;
      height: 40px;
      transition: all .2s;
      background-image: url("/static/img/logotype.svg?7fcecb31b344");
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        header .header .header__logo {
          width: 70px;
          height: 30px; } }
    header .header .header__nav {
      flex-basis: 800px;
      align-self: stretch;
      display: flex;
      align-items: stretch; }
      @media (max-width: 991px) {
        header .header .header__nav {
          display: block;
          position: absolute;
          top: -999999px;
          left: -999999px;
          opacity: 0;
          transition: opacity 0.3s; } }
      header .header .header__nav > ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around;
        flex-grow: 1; }
        header .header .header__nav > ul > li {
          display: flex;
          align-items: center; }
          header .header .header__nav > ul > li span {
            color: #0097ff;
            cursor: default; }
          @media (min-width: 992px) {
            header .header .header__nav > ul > li.active {
              position: relative; }
              header .header .header__nav > ul > li.active::before {
                content: '';
                width: 100%;
                height: 3px;
                border-bottom-right-radius: 7px;
                border-bottom-left-radius: 7px;
                background-color: #fe5e22;
                position: absolute;
                top: -10px; } }
          @media (min-width: 992px) {
            header .header .header__nav > ul > li.dropdown::after {
              margin-left: 0.255em;
              content: '';
              background-image: url("/static/img/arrow-down.svg?7fcecb31b344");
              width: 20px;
              height: 12px;
              background-size: 100%;
              background-position: center; } }
          header .header .header__nav > ul > li:hover {
            cursor: pointer; }
            header .header .header__nav > ul > li:hover .submenu {
              display: block; }
          header .header .header__nav > ul > li .submenu {
            position: absolute;
            list-style: none;
            display: none;
            padding: 0 10px 12px;
            top: 40px;
            background-color: #232323;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            box-shadow: 2px -3px 46px -6px rgba(0, 0, 0, 0.37); }
            header .header .header__nav > ul > li .submenu:before {
              content: '';
              width: 10px;
              height: 10px;
              background-color: #232323;
              position: absolute;
              top: -5px;
              left: 2px;
              transform: rotate(45deg); }
            header .header .header__nav > ul > li .submenu li {
              padding-top: 12px; }
              header .header .header__nav > ul > li .submenu li a {
                white-space: nowrap;
                display: block;
                width: 100%;
                transition: all 0.3s; }
              header .header .header__nav > ul > li .submenu li.active a {
                color: #fe5e22; }
          header .header .header__nav > ul > li, header .header .header__nav > ul > li a, header .header .header__nav > ul > li span {
            position: relative; }
      header .header .header__nav.show {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        opacity: 1;
        left: 0;
        top: 45px;
        bottom: 45px;
        padding: 24px 0;
        padding-bottom: max(24px, env(safe-area-inset-bottom));
        background-color: #121212; }
        header .header .header__nav.show > ul {
          display: block;
          padding: 0 20px; }
          header .header .header__nav.show > ul > li {
            margin-bottom: 14px; }
            header .header .header__nav.show > ul > li:hover > a {
              opacity: .7;
              color: #0097ff; }
            header .header .header__nav.show > ul > li.dropdown {
              display: block; }
              header .header .header__nav.show > ul > li.dropdown .submenu {
                display: block;
                position: relative;
                top: 0;
                left: 0;
                padding: 10px;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                margin-top: 10px; }
                header .header .header__nav.show > ul > li.dropdown .submenu::before {
                  display: none; }
                header .header .header__nav.show > ul > li.dropdown .submenu li {
                  padding: 0; }
                  header .header .header__nav.show > ul > li.dropdown .submenu li:not(:first-of-type) {
                    margin-top: 10px; }
                  header .header .header__nav.show > ul > li.dropdown .submenu li a {
                    color: #fe5e22; }
                    header .header .header__nav.show > ul > li.dropdown .submenu li a:hover {
                      opacity: .7; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .header .header__nav.show {
            top: 0; } }
    header .header .options {
      display: flex;
      align-items: center;
      z-index: 10;
      gap: 10px; }
      header .header .options .options-text {
        color: #828282;
        white-space: nowrap; }
        header .header .options .options-text a {
          color: unset; }
          header .header .options .options-text a:hover {
            text-decoration: underline; }
      header .header .options .unknown-obs a {
        white-space: nowrap; }
      header .header .options .auth-btn {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s; }
        header .header .options .auth-btn.active {
          filter: hue-rotate(160deg);
          cursor: default; }
        header .header .options .auth-btn img {
          width: 20px; }
          header .header .options .auth-btn img:hover {
            filter: hue-rotate(160deg); }
          header .header .options .auth-btn img.logout:hover {
            filter: none; }
        @media (max-width: 991px) {
          header .header .options .auth-btn {
            margin-left: auto;
            margin-right: 12px; } }
        @media (max-width: 575px) {
          header .header .options .auth-btn {
            margin-right: 0; } }
      header .header .options .navbar-toggler {
        background-color: transparent;
        padding: 0;
        position: relative;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        border: 0;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
        @media (min-width: 992px) {
          header .header .options .navbar-toggler {
            display: none; } }
        header .header .options .navbar-toggler:focus, header header .header .options .navbar-toggler:active {
          outline: 0; }
        header .header .options .navbar-toggler:hover {
          cursor: pointer; }
        header .header .options .navbar-toggler:not(.collapsed) span {
          margin-top: 3px; }
          header .header .options .navbar-toggler:not(.collapsed) span:nth-child(1) {
            position: absolute;
            left: 2px;
            top: 6px;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            width: 15px; }
          header .header .options .navbar-toggler:not(.collapsed) span:nth-child(2) {
            height: 12px;
            visibility: hidden; }
          header .header .options .navbar-toggler:not(.collapsed) span:nth-child(3) {
            position: absolute;
            left: 2px;
            top: 6px;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            width: 15px; }
        header .header .options .navbar-toggler span {
          display: block;
          background-color: #ffffff;
          height: 2px;
          width: 15px;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          position: relative;
          left: 0;
          opacity: 1; }
          header .header .options .navbar-toggler span:nth-child(1), header .header .options .navbar-toggler span:nth-child(3) {
            -webkit-transition: -webkit-transform .35s ease-in-out;
            transition: -webkit-transform .35s ease-in-out;
            transition: transform .35s ease-in-out;
            transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out; }
          header .header .options .navbar-toggler span:nth-child(2) {
            width: 15px;
            left: 0;
            margin: 4px 0; }
  header.header-sticky {
    background-color: #0c0909; }
    header.header-sticky .header .header__logo {
      height: 35px; }
    header.header-sticky .header .header__nav > ul > li .submenu {
      top: 35px; }

@media (min-width: 768px) {
  main {
    min-height: 40vh; } }
main .error-page {
  background-image: url("/static/img/404.png?7fcecb31b344");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  min-height: 60vh; }
  @media (max-width: 575px) {
    main .error-page {
      min-height: 30vh; } }

footer {
  margin-top: 110px;
  padding: 50px 0;
  position: relative;
  background-color: #070707;
  overflow: hidden; }
  @media (max-width: 991px) {
    footer {
      margin-top: 75px; } }
  footer::before {
    opacity: 1;
    z-index: 1;
    position: absolute;
    right: -220px;
    top: 0;
    content: '';
    width: 100%;
    height: 923px;
    background-image: url("/static/img/footer.png?7fcecb31b344");
    background-position: right 20px;
    background-size: 750px;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      footer::before {
        right: 0; } }
  footer .container {
    position: relative;
    z-index: 1; }
    footer .container .block-footer_mailing-form .description {
      text-transform: uppercase;
      font-weight: 600;
      line-height: 27px;
      margin-right: 180px; }
    footer .container .block-footer__navbar {
      display: grid;
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-columns: auto auto;
      gap: 10px;
      align-items: start;
      justify-self: center; }
      footer .container .block-footer__navbar-column .h5 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        line-height: 27px; }
      footer .container .block-footer__navbar-column ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        footer .container .block-footer__navbar-column ul li:not(:first-child) {
          margin-top: 5px; }
        footer .container .block-footer__navbar-column ul li.active a {
          font-weight: 800; }
  footer .footer_logo {
    height: 100%; }
  footer .block-footer__logo {
    height: 100px;
    width: 450px;
    display: flex;
    justify-content: space-between; }
  footer .block-footer__socials-btn {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 16px;
    position: absolute;
    top: 50px; }
    footer .block-footer__socials-btn-item {
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .block-footer__socials-btn-item img {
        width: 14px;
        margin-right: 4px; }
      footer .block-footer__socials-btn-item:first-child {
        margin-right: 12px; }
      footer .block-footer__socials-btn-item:hover img {
        filter: hue-rotate(160deg); }
  footer .block-footer__copyright {
    display: flex;
    align-items: center;
    color: #bababa;
    font-size: 12px;
    margin-top: 40px;
    line-height: 14px; }
    footer .block-footer__copyright.license {
      display: block;
      margin-top: 20px; }
    footer .block-footer__copyright .copyright-logo {
      width: 48px;
      height: 27px;
      transition: all .2s;
      background-image: url("/static/img/logotype.svg?7fcecb31b344");
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 2px;
      margin-right: 5px;
      filter: grayscale(100%); }
  @media (min-width: 992px) and (max-width: 1299px) {
    footer {
      margin-top: 70px; }
      footer::before {
        right: -450px; }
      footer .block-footer__logo {
        width: 375px;
        height: 75px; } }
  @media (max-width: 991px) {
    footer .container .footer__logo-wrapper {
      margin-bottom: 50px; }
    footer .container .block-footer__navbar {
      margin-top: 20px;
      padding: 0;
      justify-content: start;
      column-gap: 100px; }
    footer .container .block-footer__socials-btn,
    footer .container .block-footer__copyright {
      position: unset;
      margin-top: 25px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer::before {
      height: 600px;
      bottom: -80px;
      right: 0;
      top: auto;
      background-position: 400px top; }
    footer .block-footer__logo {
      margin-top: 25px;
      width: 375px;
      height: 75px; } }
  @media (max-width: 767px) {
    footer {
      padding-bottom: 500px; }
      footer::before {
        display: block;
        position: absolute;
        width: 100%;
        height: 700px;
        bottom: -250px;
        right: -10vw;
        top: auto;
        background-position: top left;
        background-size: cover; }
      footer .container .block-footer_mailing-form {
        width: 100%;
        margin-right: 0; }
        footer .container .block-footer_mailing-form input {
          width: calc(100% - 57px); }
        footer .container .block-footer_mailing-form button {
          width: 57px; }
          footer .container .block-footer_mailing-form button img {
            width: 56px; }
      footer .container .block-footer__logo {
        margin-top: 25px;
        width: 250px;
        height: 50px; } }

.darkmode--activated {
  color: #4a4a4a; }
  .darkmode--activated::after {
    background-color: #828282; }
  .darkmode--activated header.header-sticky {
    background-color: #ffffff; }
  .darkmode--activated header .header {
    border-color: #bababa; }
    .darkmode--activated header .header .header__logo {
      background-image: url("/static/img/logotype-theme-white.svg?7fcecb31b344"); }
    .darkmode--activated header .header .header__nav.show {
      background-color: #fafafa; }
    .darkmode--activated header .header .header__nav > ul > li .submenu {
      background-color: #ffffff; }
      .darkmode--activated header .header .header__nav > ul > li .submenu:before {
        background-color: #ffffff; }
    .darkmode--activated header .header .options > .auth-btn:hover {
      filter: hue-rotate(160deg); }
    .darkmode--activated header .header .options > .navbar-toggler span {
      background-color: #828282; }
  @media (max-width: 767px) {
    .darkmode--activated header {
      background-color: #ffffff; } }
  .darkmode--activated h1, .darkmode--activated .h1, .darkmode--activated h2, .darkmode--activated .h2 {
    color: #353535; }
  .darkmode--activated footer {
    background-color: #d5d5d5; }
    .darkmode--activated footer::before {
      background-image: url("/static/img/footer-theme-white.png?7fcecb31b344"); }
    .darkmode--activated footer .footer__logo {
      background-image: url("/static/img/logotype-theme-white.svg?7fcecb31b344"); }
    .darkmode--activated footer .block-footer_mailing-form .description {
      color: #353535; }
    .darkmode--activated footer .block-footer__navbar-column .h5 {
      color: #353535; }
    .darkmode--activated footer .block-footer__copyright {
      color: #4a4a4a; }
      .darkmode--activated footer .block-footer__copyright .copyright-logo {
        background-image: url("/static/img/logotype-theme-white.svg?7fcecb31b344"); }

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