body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em;
  }
  
  #contentArea {
    font-size: 17px;
    line-height: 1.4em;
  }
  
  .contentWrapper h1 {
    font-size: 36px;
    font-weight: 500;
  }
  
  /* Фоновая подложка для страницы статьи */
  body.article-page {
    background-color: #f5f5f5;
  }
  
  /* Контейнер статьи с нейтральным фоном и улучшенной читабельностью */
  #fullArticle {
    max-width: 680px;
    margin: 0 auto;
    padding: 50px 60px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    line-height: 1.6em;
    color: #2c2c2c;
  }
  
  #fullArticle h1.title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 1.5em;
    color: #1a1a1a;
  }
  
  #fullArticle h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 2em;
    margin-bottom: 0.8em;
    color: #1a1a1a;
  }
  
  #fullArticle h2 a {
    color: #1a1a1a;
  }
  
  #fullArticle a:hover h2 {
    text-decoration: none;
    color: #1a1a1a;
  }
  
  #fullArticle h2 a:hover {
    text-decoration: none;
    color: #1a1a1a;
  }
  
  #fullArticle h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    color: #333333;
  }
  
  #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    font-size: 16px;
    line-height: 1.6em;
    color: #2c2c2c;
    margin-bottom: 1.2em;
  }
  
  /* Списки */
  #fullArticle ul, #fullArticle ol {
    padding-left: 1.5em;
    margin-top: 0.5em;
  }
  
  #fullArticle li {
    margin-bottom: 0.5em;
  }
  
  /* Цитаты */
  #fullArticle blockquote {
    border-left: 3px solid #e0e0e0;
    padding-left: 1.5em;
    margin-left: 0;
    color: #555555;
    font-style: italic;
  }
  
  #fullArticle .callout-yellow ul, #fullArticle .callout-blue ul, #fullArticle .callout-red ul, #fullArticle .callout-green ul, #fullArticle .callout ul, #fullArticle .private-note ul,
  #fullArticle .callout-yellow ol, #fullArticle .callout-blue ol, #fullArticle .callout-red ol, #fullArticle .callout-green ol, #fullArticle .callout ol, #fullArticle .private-note ol,
  #fullArticle .callout-yellow li, #fullArticle .callout-blue li, #fullArticle .callout-red li, #fullArticle .callout-green li, #fullArticle .callout li, #fullArticle .private-note li {
    font-size: 14px;
  }
  
  p + ul {
    margin-top: -1em;
  }
  
  body.embedded {
    font-family: "Montserrat", sans-serif;
  }
  
  #mainNav .brand span {
    display: inline-block;
    text-indent: -9000px;
    width: 32px;
    height: 32px;
    margin-top: 18px;
    background: url(https://i.ibb.co/mHJ7JH0/Artboard-1-10.png) no-repeat 0 0;
    background-size: 100%;
  }
  
  /* Увеличенное расстояние между логотипом и текстом */
  #mainNav .brand::after {
    margin-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "База знаний";
  }
  
  .navbar .brand {
    padding-top: 9px;
  }
  
  @media screen and (max-width: 768px) {
    .navbar .btn-navbar {
      margin-top: 32px;
    }
    
    /* Адаптивность статей для мобильных */
    #fullArticle {
      max-width: 100%;
      padding: 30px 20px;
    }
    
    #fullArticle h1.title {
      font-size: 26px;
    }
    
    #fullArticle h2 {
      font-size: 20px;
    }
  }
  
  #mainNav .container-fluid {
    line-height: 90px;
    min-height: 90px;
  }
  
  .container-fluid {
    max-width: 1250px;
  }
  
  @media screen and (min-width: 768px) {
    .contentWrapper {
      padding: 70px 90px;
    }
  }
  
  button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  
  #searchBar button:hover {
    background: #C15700;
    border-color: transparent;
    color: #FFFF;
  }
  
  input, button, select, textarea {
    font-family: "Montserrat", "Avenir", "Helvetica Neue", sans-serif;
  }
  
  input:focus, textarea:focus {
    box-shadow: 0 0 0px 1px #ff8000 inset !important;
    border-color: #ff8000 !important;
  }
  
  a, a:hover, a:focus {
    color: #ff8000;
  }
  
  @media(min-width: 769px) {
    .nav-collapse .collapse {
      text-align: right;
    }
  
    .navbar .nav {
      position: relative;
    }
  }
  
  #fullArticle dt {
    padding: 0;
    width: 26px;
    background: #ff8000;
    height: 26px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
  }
  
  #fullArticle dd {
    padding-top: 0px;
  }
  
  #fullArticle dd p:first-child {
    margin-top: 0px;
  }
  
  #searchBar button {
    background-color: #ff8000;
    text-shadow: none;
    border: 0px;
  }
  
  #sidebar .nav-list a {
    font-size: 1em;
  }
  
  .articleList {
    font-size: 1em;
  }
  
  .articleList a {
    line-height: 1em;
  }

  /* Сброс отступов для body, если нужно */
body {
    margin: 0;
    padding: 0;
  }
  
  
  /* Контейнер для блоков категорий - сетка 3 в ряд */
  .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
  }

  header {
    padding-top: 30px;
  }
  
  /* Стили для отдельных блоков категорий */
  .category-list .category {
    width: calc(33.333% - 14px);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    transition: all 0.2s ease;
  }
  
  .category-list .category:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }
  
  /* Адаптивность для планшетов */
  @media(max-width: 992px) and (min-width: 769px) {
    .category-list .category {
      width: calc(50% - 10px);
    }
  }
  
  /* Адаптивность категорий для мобильных */
  @media(max-width: 768px) {
    .category-list .category {
      width: 100%;
    }
  }
  
  .navbar .nav li a {
    font-size: 14px;
  }
  
  #docsSearch {
    border-top: 1px solid #fefaf9;
    border-bottom: 1px solid #fefaf9;
    background-color: #fefaf9;
  }
  
  #docsSearch h1 {
    color: black;
  }
  
  .lp {
    color: white;
  }
  
  @media (max-width: 768px) {
    .nav-collapse {
      background-color: white;
      z-index: 1000;
    }
  
    .nav {
      width: 100%;
      z-index: 1000;
    }
  
    .collapse {
    }
  
    .nav .in .collapse {
      border-bottom: 1px solid gray;
      width: 100%;
    }
  }
  
  /* Футер статьи */
  .articleFoot {
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    color: #888888;
  }
  
  .articleFoot p, .articleFoot time {
    font-family: inherit;
    font-style: normal;
  }
  
  #fullArticle .ios .platform:before, .tabButton.ios:before {
    content: url("https://s3.us-east-1.amazonaws.com/tgl.public/support/os-system-apple-3.svg");
    display: inline;
    height: 100%;
    float: left;
    margin: 0 6px 0px 0;
  }
  
  #fullArticle .android .platform:before, .tabButton.android:before {
    content: url("https://s3.us-east-1.amazonaws.com/tgl.public/support/android-1.svg");
    display: inline;
    height: 100%;
    float: left;
    margin: 0 6px 0px 0;
  }
  
  #fullArticle .platform {
    font-size: 17px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
  }
  
  #fullArticle .screenshots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  
  #fullArticle .screenshots img {
    margin-top: 0px;
  }
  
  #fullArticle .screenshots .ios, #fullArticle .screenshots .android {
    width: 50%;
    max-width: 350px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #fullArticle .screenshots .platform {
    border-bottom: none;
    margin-bottom: 0px;
  }
  
  .tabs nav {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  
  .tabs nav button {
    font-size: 17px;
    color: #666;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #666;
    margin-right: 10px;
    line-height: 21px;
  }
  
  .tabs nav button.active {
    font-weight: bold;
    border: 3px solid #666;
  }
  
  .tabs .tab {
    margin-top: 15px;
  }
  
  #fullArticle img.screenshot {
    max-width: 350px;
  }
  
  @media screen and (max-width: 768px) {
    #fullArticle img.screenshot {
      max-width: 100%;
    }
  }
  
  /* Скрываем контакт */
  #contact {
    display: none !important;
  }
  
  .navbar .nav li a[href*="contact"],
  .navbar .nav li a[href*="контакт"] {
    display: none !important;
  }
  
  .printArticle {
    display: none;
  }
  
  /* Стили для иконок в меню */
  .navbar .nav li a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  