/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./static/css/basic.css ***!
  \****************************************************************************************************/
/* Переменные и стили для всех */

:root {
  --linkColor: #327fe5;
  --linkUnderlineColor: rgba(0, 96, 160, 0.15);
  --linkColorVisited: #b4d1f6;
  --linkUnderlineColorVisited: rgba(112, 160, 176, 0.15);
  --linkHoverColor: #ff1515;
  --linkHoverUnderlineColor: rgba(176, 48, 0, 0.15);
  --header-bg-color: #fff;
}

[data-theme="dark"] {
  --linkColor: #55baf5;
  --header-bg-color: rgba(0, 0, 0, 0.7);
  
  .footer__logo {
    filter: invert(1);
  }

  .footer__link {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
}

body {
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
}

.standard-body {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
}

.link {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--linkUnderlineColor);
  color: var(--linkColor);
  text-decoration: none;
  transition: 0.2s linear;
  transition-property: border-bottom, border-color, background, color, fill;
}

.link:visited {
  border-bottom-color: var(--linkUnderlineColorVisited);
  color: var(--linkColorVisited);
}

.link:hover {
  border-bottom-color: var(--linkHoverUnderlineColor);
  color: var(--linkHoverColor);
}

.link--no-visited {
  border-bottom-color: var(--linkUnderlineColor);
  color: var(--linkColor);
}

.link--no-visited:visited {
  border-bottom-color: var(--linkUnderlineColor);
  color: var(--linkColor);
}

.link--no-visited:hover {
  border-bottom-color: var(--linkHoverUnderlineColor);
  color: var(--linkHoverColor);
}

@media only screen and (max-width: 600px) {
  .standard-body {
    font-size: 1rem;
  }

  .link:hover {
    border-bottom-color: var(--linkUnderlineColor);
    color: var(--linkColor);
  }
}
/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./static/css/header.css ***!
  \*****************************************************************************************************/
.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cfcfcf;
  background-color: var(--header-bg-color);
}

.header__nav {
  width: 100%;
  margin: 0 0 0 2%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.header__nav-logo {
  height: 2em;
}

.header__nav-logo img {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}

.header__nav-crumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__nav-crumb {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
}

.header__nav-crumb:last-child {
  padding-right: .35em;
}

.header__nav-crumb:first-child .header__nav-link {
  padding-left: 0;
}

.header__nav-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: .35em;
  text-decoration: none;
  transition: 0.2s linear;
  transition-property: border-bottom, border-color, background, color, fill;
  white-space: nowrap;
}

.header__nav-link[href]::after {
  content: '/';
  padding-left: .35em;
  /* 30% от черного */
  color: rgb(179, 179, 179);
}

.header__nav-link[href] {
  color: var(--linkColor);
}

.header__nav-link[href]:hover {
  color: var(--linkHoverColor);
}

@media only screen and (max-width: 600px) {
  .header__nav {
    margin: 0;
  }

  .header__nav-crumbs {
    font-size: 1.2em;
  }
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./static/css/aneks/anek.css ***!
  \*********************************************************************************************************/
.anek-body {
  overflow-y: scroll;
}

.anek-random {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 2em;
  margin-right: 2%;
  border: 1px solid #8e8e8e;
  border-radius: 20px;
  padding: 0 10px 0 10px;
  font-size: 1rem;
  text-decoration: none;
  background-color: #fff;
  transition: 0.2s ease;
  cursor: pointer;
}

.anek-random:hover {
  border: 1px solid #000;
}

.anek-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2%;
}

.anek-container {
  box-sizing: border-box;
  width: 60%;
  margin: 3em auto;
  border: 1px #dadada solid;
  border-radius: 1em;
  padding: 0 1em 1em 1em;
}

.anek-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 1em;
  border-bottom: 1px #dadada solid;
}

.anek-header__number {
  margin-right: auto;
}

.anek-header__arrow:not([href]) {
  color: #000;
  cursor: default;
}

.anek-header__arrow:not([href]):hover {
  color: #000;
}


.anek-header__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0.5em;
  color: var(--linkColor);
  font-size: 1.5em;
  text-decoration: none;
  transition: 0.2s linear;
}

.anek-header__arrow:hover {
  color: var(--linkHoverColor);
}

.anek-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px #dadada solid;
  padding-top: 1em;
}

.anek-footer__copy {
  height: 30px;
  border: 1px #dadada solid;
  border-radius: 20px;
  padding: 0 10px 0 10px;
  color: #727272;
  background-color: unset;
  transition: 0.2s linear;
  cursor: pointer;
}

.anek-footer__copy:hover {
  border: 1px #000 solid;
  color: #000;
}

.anek-footer__like--copied {
  border: 1px #6abf69 solid !important;
  color: #fff !important;
  background-color: #6abf69 !important;
}

.anek-footer__like {
  border: none;
  padding: 0 4px 0 4px;
  opacity: 0.4;
  color: #000;
  font-size: 1.1em;
  background-color: unset;
  transition: 0.2s linear;
  cursor: pointer;
}

.anek-footer__like:hover {
  opacity: 1;
}

.anek-footer__like--liked {
  opacity: 1 !important;
  color: #f7630c !important;
}

@media only screen and (max-width: 850px) {
  .anek-container {
    width: 100%;
  }
}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./static/css/aneks/aneks.css ***!
  \**********************************************************************************************************/
.aneks-body {
  counter-reset: section;
}

.aneks-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2%;
}

.aneks-container {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.aneks-title {
  margin: 1em 0 0 0;
  font-weight: 400;
  font-size: 3em;
  line-height: 1.1;
}

.aneks-intro {
  margin: 0.5em 0 0 0;
}

.aneks-subtitle {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 2em;
}

.aneks-list {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.aneks-list__item {
  border-radius: 100px 0 0 100px;
  border-bottom: 1px solid #c2c4c3;
}

.aneks-list__item a {
  display: block;
  padding: 10px 0 10px 15px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aneks-list__item a::before {
  content: counter(section) ". ";
  padding-right: 0.7ch;
  color: #c2c4c3;
  counter-increment: section;
}

.aneks-list__item:hover {
  border-bottom: 1px solid #000;
  background-color: #000;
}

.aneks-list__item:hover a {
  color: #fff;
}

.aneks-list__item:hover a::before {
  color: #fff;
}

.aneks-search-container {
  width: 100%;
}

.aneks-search-input {
  display: block;
  width: 90%;
  margin: 1.5em auto 0 auto;
  border: unset;
  border-radius: 0px;
  border-bottom: 2px #dadada solid;
  padding-bottom: 0.05em;
  outline: none;
  font-size: 2.5em;
  text-align: center;
  text-transform: lowercase;
  transition: 0.2s linear;
}

.aneks-search-input:focus {
  border-radius: 20px;
  border-bottom: 2px #000 solid;
}

.aneks-search-input::placeholder {
  color: #dadada;
  text-transform: none;
}

.aneks-search-dialog {
  margin: 2em 0;
  font-size: 1.3em;
  text-align: center;
}

.aneks-search-dialog__button {
  border: none;
  border-bottom: 2px dashed var(--linkUnderlineColor);
  padding: 0;
  color: var(--linkColor);
  font-size: 1em;
  background-color: #fff;
  transition: 0.2s linear;
  cursor: pointer;
}

.aneks-search-dialog__button:hover {
  border-bottom: 1.5px dashed var(--linkHoverColor);
  color: var(--linkHoverColor);
}

.aneks-search-answer {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 3em;
}

.aneks-search-answer div {
  border-radius: 0px;
  border-bottom: 1.5px #dadada solid;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.aneks-search-answer div:hover {
  border-radius: 20px;
  border-bottom: 1.5px #000 solid;
}

.aneks-search-answer a {
  display: block;
  padding: 0 20px 20px 20px;
  color: #000;
  text-decoration: none;
}

.aneks-search-answer__found {
  background-color: #e6c8ff;
}

@media only screen and (max-width: 600px) {
  
  .aneks-container {
    width: 100%;
  }

  .aneks-title {
    font-size: 2em;
  }

  .aneks-subtitle {
    font-size: 1.5em;
  }

  .aneks-search-input {
    width: 100%;
    font-size: 1.75em;
  }

  .aneks-search-answer {
    width: 100%;
  }

  .aneks-search-answer a {
    padding-left: 0;
  }

  /* Выключение ховеров */
  .aneks-list__item:hover {
    border-bottom: 1px solid #c2c4c3;
    background-color: unset;
  }

  .aneks-list__item:hover a {
    color: #000;
  }

  .aneks-list__item:hover a::before {
    color: #c2c4c3;
  }

  .aneks-search-answer div:hover {
    border-radius: 0;
    border-bottom: 1.5px #dadada solid;
  }

  .aneks-search-dialog__button:hover {
    border-bottom: 2px dashed var(--linkUnderlineColor);
    color: var(--linkColor);
  }
}
