::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* @media (max-width: 768px) {
  .container {
      font-size: 14px;
  }
} */

.page-body {
  margin: 0;

  display: grid;
  grid-template-rows: min-content 1fr min-content;
  grid-template-columns: 1fr;

  font-family: Roboto, sans-serif;

  font-family: Roboto, Arial, sans-serif;
  background-image: url('https://storage.yandexcloud.net/xdr-bucket/wiki-vulong-development/bg.jpg');
  background-repeat: repeat;
}

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
}

p {
  margin: 0;
  margin-top: 16px;
  padding: 0;
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}

code {
  padding: 3px 6px;
  border-radius: 6px;
  font-family: 'Ubuntu Mono', monospace;
  font-size: 14px;
  color: #B71C1C;

  background-color: rgba(0, 0, 0, 0.2);
}

a {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  text-decoration: none;
}

a:not(:last-of-type) {
  margin-bottom: 12px;
}

a:hover {
  text-decoration: underline;
}

.page-main {
  margin: 0 auto;
  padding: 40px 15px 20px 15px;
  max-width: 1280px;
  width: 100%;
  display: grid;
  grid-template-columns: 260px 1fr;
  column-gap: 40px;
}
.page-header {
  padding-left: 20px;
  padding-right: 20px;
  grid-row: 1 / 2;
}

.header-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #ffffff;
}

.header-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #c4c4c3;
}

.header-nav {
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;

  box-shadow: 0 4px 5px -3px #000;
  background-color: #698567;
}

.header-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
}

.header-link {
  margin: 0;
  display: block;

  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.header-link:hover {
  text-decoration: none;
}

.header-link.active {
  color: #212121
}
.page-footer {
  padding-top: 16px;
  padding-bottom: 16px;
  grid-row: 3 / 4;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.2);
}

.footer-caption {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #808080;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* Стили главное страницы */
.page-category {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.page-category h1 {

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  color: var(--light-green);
}

.page-category h2 {

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--light-green);
}

.page-category blockquote {
  margin: 0;
  padding: 0;
}

.page-category blockquote>p {
  margin-top: 0;

  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #807c72;
}

.page-category hr {
  margin-bottom: 32px;
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--dark-grey);
}

.page-category a:not(:last-of-type) {
  margin-bottom: 12px;
}

.page-category p:not(:last-of-type) {
  margin-bottom: 32px;
}

.page-category img {
  height: 60px;
  width: auto;
}
.article {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

/*link*/
main.article.container a {
  padding: 6px 12px;
  display: block;
  color: #000000;
  background-image: linear-gradient(to top, #645b4c, #817562);
  box-shadow: 0 4px 5px -3px #000000;
}

main.article.container a:hover {
  text-decoration: none;
}

/*headings*/

main.article.container h3 {
  margin-top: 32px;
}


.sign {
  background-image: linear-gradient(to top, #657c84, #677f87);
}
/* Боковая навигационная панель */

.sidebar {
  grid-column: 1 / 2;

  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
pre {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;

  font-family: 'Ubuntu Mono', monospace;
  font-weight: 400;
  font-style: normal;


  background-color: rgba(0, 0, 0, 0.4);
}

pre code {
  padding: 0;
  background-color: transparent;
  color: #D9D9D9;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.02em;
}

.terminal-color {
  color: #bde052;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.02em;
}

.comment-color {
  color: #808080;
}
