@charset "UTF-8";
/*
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* RESPONSiVE */
/* TYPOGRAPHY */
body {
  background: #000;
  height: 100%;
}

html {
  height: 100%;
}

/* roboto-300 - latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url("/static/fonts/roboto-v18-latin-ext-300.woff2") format("woff2"), url("/static/fonts/roboto-v18-latin-ext-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("/static/fonts/roboto-v18-latin-ext-300italic.woff2") format("woff2"), url("/static/fonts/roboto-v18-latin-ext-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url("/static/fonts/roboto-v18-latin-ext-regular.woff2") format("woff2"), url("/static/fonts/roboto-v18-latin-ext-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/static/fonts/roboto-v18-latin-ext-italic.woff2") format("woff2"), url("/static/fonts/roboto-v18-latin-ext-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/static/fonts/roboto-v18-latin-ext-700.woff2") format("woff2"), url("/static/fonts/roboto-v18-latin-ext-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("/static/fonts/roboto-v18-latin-ext-700italic.woff2") format("woff2"), url("/static/fonts/roboto-v18-latin-ext-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-300 - latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("/static/fonts/roboto-slab-v7-latin-ext-300.woff2") format("woff2"), url("/static/fonts/roboto-slab-v7-latin-ext-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("/static/fonts/roboto-slab-v7-latin-ext-regular.woff2") format("woff2"), url("/static/fonts/roboto-slab-v7-latin-ext-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  font-size: 1rem;
}
@media (min-width: 768px) {
  html {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 1.125rem;
  }
}
@media (min-width: 1650px) {
  html {
    font-size: 1.1875rem;
  }
}
@media (min-width: 2200px) {
  html {
    font-size: 1.5rem;
  }
}

body {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

a {
  color: #f66;
}
a:hover {
  color: rgb(94%, 46%, 46%);
}
a:visited {
  color: rgb(94%, 46%, 46%);
}
a:focus {
  color: rgb(94%, 46%, 46%);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Roboto Slab", serif;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes halfFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes slide {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideX {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.logo {
  position: fixed;
  left: 2rem;
  top: 2rem;
  z-index: 101;
  margin: 0;
  font-size: 0.9rem;
}
.logo a {
  color: #fff;
  text-shadow: 0 0 2rem #000;
}
.logo.logo--dark a {
  color: #000;
  text-shadow: none;
}

.logo__title {
  pointer-events: none;
  font-weight: 700;
  font-size: 1rem;
}
.logo__title::after {
  content: "";
  height: 1.15rem;
  margin-bottom: -0.2rem;
  width: 3px;
  background: #f66;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.logo__subtitle {
  pointer-events: none;
  display: none;
}
@media (min-width: 992px) {
  .logo__subtitle {
    display: inline;
  }
}

.logo.logo--short .logo__subtitle {
  display: none;
}

.logo.logo--nav-opening.logo--dark a {
  transition: color 0.25s;
  color: #fff;
}

.logo.logo--nav-opened.logo--dark a {
  color: #fff;
}

.logo.logo--nav-closing.logo--dark a {
  transition: color 0.25s;
  color: #000;
}

@media (min-width: 992px) {
  .body--modal-opened .logo.logo--dark a {
    transition: color 0.25s;
    color: #fff;
  }
}
.body--modal-opened .logo__subtitle {
  display: none;
}
@media (min-width: 1200px) {
  .body--modal-opened .logo__subtitle {
    display: inline;
  }
}
.body--modal-opened .logo.logo--short .logo__subtitle {
  display: none;
}
@media (min-width: 1200px) {
  .body--modal-opened .logo.logo--short .logo__subtitle {
    display: inline;
  }
}

.error-page {
  background: #000;
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto auto auto 1fr;
}

.error-page__title {
  grid-row: 2/3;
  grid-column: 2/3;
}

.error-page__description {
  grid-row: 3/4;
  grid-column: 2/3;
}

.error-page__back {
  grid-row: 4/5;
  grid-column: 2/3;
}

@keyframes positive {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes negative {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
.nav.nav--list .nav__list {
  display: flex;
}
.nav.nav--list .nav__popular, .nav.nav--list .nav__newest, .nav.nav--list .nav__tags {
  display: none;
}
.nav.nav--list.nav--transition-back .nav__popular {
  display: flex;
  animation: positive 0.25s reverse;
}
.nav.nav--list.nav--transition-back .nav__list {
  animation: negative 0.25s reverse;
}
.nav.nav--popular .nav__popular {
  display: flex;
}
.nav.nav--popular .nav__list, .nav.nav--popular .nav__newest, .nav.nav--popular .nav__tags {
  display: none;
}
.nav.nav--popular.nav--transition-next .nav__list {
  display: flex;
  animation: negative 0.25s forwards;
}
.nav.nav--popular.nav--transition-next .nav__popular {
  animation: positive 0.25s forwards;
}
.nav.nav--popular.nav--transition-back .nav__newest {
  display: flex;
  animation: positive 0.25s reverse;
}
.nav.nav--popular.nav--transition-back .nav__popular {
  animation: negative 0.25s reverse;
}
.nav.nav--newest .nav__newest {
  display: flex;
}
.nav.nav--newest .nav__list, .nav.nav--newest .nav__popular, .nav.nav--newest .nav__tags {
  display: none;
}
.nav.nav--newest.nav--transition-next .nav__popular {
  display: flex;
  animation: negative 0.25s forwards;
}
.nav.nav--newest.nav--transition-next .nav__newest {
  animation: positive 0.25s forwards;
}
.nav.nav--newest.nav--transition-back .nav__tags {
  display: flex;
  animation: positive 0.25s reverse;
}
.nav.nav--newest.nav--transition-back .nav__newest {
  animation: negative 0.25s reverse;
}
.nav.nav--tags .nav__tags {
  display: flex;
}
.nav.nav--tags .nav__list, .nav.nav--tags .nav__popular, .nav.nav--tags .nav__newest {
  display: none;
}
.nav.nav--tags.nav--transition-next .nav__newest {
  display: flex;
  animation: negative 0.25s forwards;
}
.nav.nav--tags.nav--transition-next .nav__tags {
  animation: positive 0.25s forwards;
}

.nav--closed {
  display: none;
}

.nav--opening {
  display: flex;
  animation: fade 0.25s;
}

.nav--opened {
  display: flex;
}

.nav--closing {
  display: flex;
  animation: fade 0.25s;
  animation-direction: reverse;
}

.nav {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 100;
  justify-content: center;
  align-items: center;
}

.nav__list, .nav__popular, .nav__newest, .nav__tags {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100vw;
}
@media (min-width: 992px) {
  .nav__list, .nav__popular, .nav__newest, .nav__tags {
    position: static;
    display: block !important;
    height: auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .nav__extras {
    margin-right: 15%;
    flex: 4;
  }
}
@media (min-width: 1500px) {
  .nav__extras {
    margin-right: 20%;
  }
}

.nav__list {
  font-family: "Roboto Slab", serif;
}
@media (min-width: 992px) {
  .nav__list {
    margin-left: 15%;
    flex: 3;
  }
}
@media (min-width: 1500px) {
  .nav__list {
    margin-left: 20%;
    flex: 3;
  }
}

.no-js .burger:hover + nav {
  display: none;
}
.no-js .burger:focus + .nav {
  display: flex;
}
.no-js .nav:hover {
  display: flex;
}
.no-js .nav__next, .no-js .nav__previous {
  display: none;
}

.nav__list {
  list-style: none;
  padding-left: 0;
}
.nav__list a {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .nav__list a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .nav__list a {
    font-size: 1.8rem;
  }
}

.nav__extras h2 {
  color: #999;
  border-bottom: 1px solid #444;
  font-size: 1.3rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  width: calc(100% - 4rem);
}
@media (min-width: 576px) {
  .nav__extras h2 {
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .nav__extras h2 {
    width: auto;
    font-size: 1.2rem;
  }
}
.nav__extras ul {
  padding: 0 1rem;
  margin: 0 2rem;
}
@media (min-width: 576px) {
  .nav__extras ul {
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .nav__extras ul {
    width: auto;
    padding: 0 0 0 2rem;
    margin: 0 0 0.5rem 0;
  }
}
.nav__extras ul a {
  color: #fff;
}
.nav__extras ul li {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .nav__extras ul li {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
}

.nav__tags ul {
  list-style: none;
}
.nav__tags ul li {
  display: inline-block;
  border: 1px solid #444;
  padding: 0.25rem 0.4rem;
  margin: 0 0.25rem 0.25rem 0;
}
.nav__tags .nav__tags-link {
  font-size: 0.7rem;
  color: #999;
  float: right;
  margin-left: 15rem;
}

.nav__next, .nav__previous {
  position: absolute;
  bottom: 20px;
  height: 50px;
  width: 50px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav__next span, .nav__previous span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 992px) {
  .nav__next, .nav__previous {
    display: none;
  }
}
.nav__next::after, .nav__previous::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background: #999;
  position: absolute;
  bottom: 19px;
}
.nav__next::before, .nav__previous::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
}
.nav__next:focus::after, .nav__previous:focus::after {
  background: #f66;
}

.nav__next {
  right: 20px;
}
.nav__next::before {
  right: 7px;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #999;
}
.nav__next::after {
  left: 7px;
}
.nav__next:focus::before {
  border-color: transparent #f66 transparent;
}

.nav__previous {
  display: none;
  left: 20px;
}
.nav__previous::before {
  left: 7px;
  border-width: 12px 18px 12px 0;
  border-color: transparent #999 transparent;
}
.nav__previous::after {
  right: 7px;
}
.nav__previous:focus::before {
  border-color: transparent #f66 transparent;
}

.nav--popular .nav__previous, .nav--newest .nav__previous, .nav--tags .nav__previous {
  display: block;
}
@media (min-width: 992px) {
  .nav--popular .nav__previous, .nav--newest .nav__previous, .nav--tags .nav__previous {
    display: none;
  }
}

.nav--tags .nav__next {
  display: none;
}

.burger {
  position: fixed;
  padding: 0;
  right: 2rem;
  top: 2rem;
  width: 1.95rem;
  height: 1.5rem;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  z-index: 101;
}
.burger::before, .burger::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1.95rem;
  height: 0.15rem;
  background-color: #fff;
}
.burger::after {
  bottom: 0;
  top: auto;
}
.burger:focus {
  outline-offset: 0.5rem;
  outline-color: #f66;
}
.burger:focus::before, .burger:focus::after, .burger:focus .burger__text {
  background-color: #f66;
}

.burger__text {
  width: 1.95rem;
  height: 0.15rem;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  background-color: #fff;
}

@keyframes topBar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.675rem) rotate(0);
  }
  100% {
    transform: translateY(-0.675rem) rotate(45deg);
  }
}
@keyframes bottomBar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.675rem) rotate(0);
  }
  100% {
    transform: translateY(0.675rem) rotate(135deg);
  }
}
.burger.burger--opening::after {
  animation: topBar 0.25s;
  animation-fill-mode: forwards;
}
.burger.burger--opening::before {
  animation: bottomBar 0.25s;
  animation-fill-mode: forwards;
}
.burger.burger--opening .burger__text {
  opacity: 0;
}

.burger.burger--opened::after {
  transform: translateY(-0.675rem) rotate(45deg);
}
.burger.burger--opened::before {
  transform: translateY(0.675rem) rotate(135deg);
}
.burger.burger--opened .burger__text {
  opacity: 0;
}
.burger.burger--opened:hover::before, .burger.burger--opened:focus::before {
  transform: translateY(0.675rem) rotate(132deg);
}
.burger.burger--opened:hover::after, .burger.burger--opened:focus::after {
  transform: translateY(-0.675rem) rotate(48deg);
}

.burger.burger--closing::after {
  animation: topBar 0.25s;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
.burger.burger--closing::before {
  animation: bottomBar 0.25s;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
.burger.burger--closing .burger__text {
  transition-delay: 0.125s;
  opacity: 1;
}

.burger.burger--closed::after {
  transition: transform 0.125s;
}
.burger.burger--closed::before {
  transition: transform 0.125s;
}
.burger.burger--closed:hover::before, .burger.burger--closed:focus::before {
  transform: translateY(-0.15rem);
}
.burger.burger--closed:hover::after, .burger.burger--closed:focus::after {
  transform: translateY(0.15rem);
}

.burger.burger--dark::before, .burger.burger--dark::after {
  background-color: #000;
}
.burger.burger--dark .burger__text {
  background-color: #000;
}
.burger.burger--dark:focus::before, .burger.burger--dark:focus::after, .burger.burger--dark:focus .burger__text {
  background-color: #f66;
}

.burger.burger--dark.burger.burger--opening::before, .burger.burger--dark.burger.burger--opening::after, .burger.burger--dark.burger.burger--opening .burger__text {
  transition: background-color 0.25s;
  background-color: #fff;
}

.burger.burger--dark.burger.burger--opened::before, .burger.burger--dark.burger.burger--opened::after, .burger.burger--dark.burger.burger--opened .burger__text {
  background-color: #fff;
}
.burger.burger--dark.burger.burger--opened:focus::before, .burger.burger--dark.burger.burger--opened:focus::after, .burger.burger--dark.burger.burger--opened:focus .burger__text {
  background-color: #f66;
}

.burger.burger--dark.burger.burger--closing::before, .burger.burger--dark.burger.burger--closing::after, .burger.burger--dark.burger.burger--closing .burger__text {
  background-color: #000;
}

.body--modal-opened .burger.burger--dark.burger--closed::before, .body--modal-opened .burger.burger--dark.burger--closed::after, .body--modal-opened .burger.burger--dark.burger--opening::before, .body--modal-opened .burger.burger--dark.burger--opening::after, .body--modal-opened .burger.burger--dark.burger--closing::before, .body--modal-opened .burger.burger--dark.burger--closing::after {
  background-color: #fff;
}
.body--modal-opened .burger.burger--dark.burger--closed .burger__text, .body--modal-opened .burger.burger--dark.burger--opening .burger__text, .body--modal-opened .burger.burger--dark.burger--closing .burger__text {
  background-color: #fff;
}
.body--modal-opened .burger.burger--dark.burger--closed:focus::before, .body--modal-opened .burger.burger--dark.burger--closed:focus::after, .body--modal-opened .burger.burger--dark.burger--closed:focus .burger__text, .body--modal-opened .burger.burger--dark.burger--opening:focus::before, .body--modal-opened .burger.burger--dark.burger--opening:focus::after, .body--modal-opened .burger.burger--dark.burger--opening:focus .burger__text, .body--modal-opened .burger.burger--dark.burger--closing:focus::before, .body--modal-opened .burger.burger--dark.burger--closing:focus::after, .body--modal-opened .burger.burger--dark.burger--closing:focus .burger__text {
  background-color: #f66;
}

.home {
  position: relative;
  color: #eee;
  height: 100%;
}

.article-preview__title, .article-preview__subtitle {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.article-preview__title {
  margin-top: 25%;
}

@supports (display: grid) {
  .article-preview__title, .article-preview__subtitle {
    max-width: none;
    margin: 0;
  }
}
.article-preview {
  height: 100%;
  border-bottom: 0.25rem solid #000;
  border-top: 0.25rem solid #000;
  background-size: cover;
  background-position: center;
  position: relative;
  display: grid;
  grid-template-rows: 1.62fr auto auto 1fr;
  grid-template-columns: 1fr minmax(0, 500px) 4rem;
  grid-column-gap: 1rem;
}
@media (min-width: 992px) {
  .article-preview {
    grid-template-columns: 10% auto 15%;
  }
}

.article-preview__title {
  grid-area: 2/2/3/3;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .article-preview__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .article-preview__title {
    font-size: 3.3rem;
  }
}
.article-preview__title a {
  color: #fff;
}
.article-preview__title a:hover {
  color: #eee;
}
.article-preview__title a:focus {
  color: #eee;
}

.article-preview__subtitle {
  grid-area: 3/2/4/3;
  color: #999;
}
.article-preview__subtitle::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 30px;
  background: #f66;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .article-preview__subtitle::before {
    width: 45px;
  }
}
.article-preview__subtitle {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .article-preview__subtitle {
    font-size: 1.1rem;
  }
}

.article-preview__info {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  .article-preview__info {
    display: block;
  }
}
.article-preview__info {
  font-size: 0.9rem;
}
.article-preview__info dt, .article-preview__info dd {
  display: inline-block;
}
.article-preview__info dt:not(:first-child) {
  margin: 0 0 0 0.5rem;
}
.article-preview__info dd {
  margin: 0 0 0 0.25rem;
}

.article-preview.article-preview--loading {
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto auto 1fr;
  grid-row-gap: 1rem;
}
.article-preview.article-preview--loading::before {
  display: block;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  border: 0.3rem solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  grid-row: 2/3;
  grid-column: 2/3;
  justify-self: center;
  animation: spinner 0.6s linear infinite;
}
.article-preview.article-preview--loading::after {
  font-size: 1.4rem;
  content: "ładowanie...";
  color: #999;
  grid-row: 3/4;
  grid-column: 2/3;
  justify-self: center;
}

.article-preview.article-preview--error-400, .article-preview.article-preview--error-500, .article-preview.article-preview--error-script, .article-preview.article-preview--error-offline {
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
}
.article-preview.article-preview--error-400::after, .article-preview.article-preview--error-500::after, .article-preview.article-preview--error-script::after, .article-preview.article-preview--error-offline::after {
  font-size: 1.4rem;
  content: "nie znaleziono strony";
  color: #f66;
  grid-row: 2/3;
  grid-column: 2/3;
  justify-self: center;
}

.article-preview.article-preview--error-500::after {
  content: "błąd serwera";
}

.article-preview.article-preview--error-script::after {
  content: "nieznany błąd";
}

.article-preview.article-preview--error-offline::after {
  content: "brak połączenia z internetem";
}

.home__pagination {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 0.9rem;
}

.home__pagination-status {
  margin-right: 0.25rem;
}

.home__pagination-previous, .home__pagination-next {
  margin-left: 0.5rem;
}

.side-navigation {
  position: fixed;
  list-style: none;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
  margin-bottom: 0;
}
.side-navigation a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem 0;
  color: #fff;
  text-align: center;
}
.side-navigation a:hover {
  text-decoration: none;
}
.side-navigation li {
  position: relative;
}
.side-navigation li.active a {
  color: #f66;
}
.side-navigation li.active a::after, .side-navigation li.active a::before {
  color: #fff;
}
.side-navigation li:first-of-type, .side-navigation li:last-of-type {
  transition: transform 0.2s;
}
.side-navigation li:first-of-type a::after, .side-navigation li:first-of-type a::before, .side-navigation li:last-of-type a::after, .side-navigation li:last-of-type a::before {
  position: absolute;
  display: block;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.side-navigation li:first-of-type a::after {
  content: "...";
  top: -0.2rem;
}
.side-navigation li:last-of-type a::before {
  content: "...";
  bottom: 0.45rem;
}
.side-navigation.start {
  transform: translateY(calc(0.5rem - 50%));
}
.side-navigation.start li:first-of-type {
  transform: translateY(-1rem);
}
.side-navigation.start li:first-of-type a::after {
  transform: translateY(0.85rem);
}
.side-navigation.end {
  transform: translateY(calc(-0.5rem - 50%));
}
.side-navigation.end li:last-of-type {
  transform: translateY(1rem);
}
.side-navigation.end li:last-of-type a::before {
  transform: translateY(-0.85rem);
}
.side-navigation.start.end {
  transform: translateY(-50%);
}

.no-js .side-navigation {
  display: none;
}
.no-js .home__pagination {
  position: static;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
}

/* SEARCH PAGE */
.articles, .category, .tag, .tags {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

@supports (display: grid) {
  .articles, .category, .tag, .tags {
    display: grid;
    max-width: none;
    margin: 0;
  }
  @media (min-width: 768px) {
    .articles, .category, .tag, .tags {
      min-height: 100%;
    }
  }
}
.articles, .category, .tag, .tags {
  grid-template-rows: 5rem;
  grid-row-gap: 0.65rem;
  grid-template-columns: 1rem auto 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .articles, .category, .tag, .tags {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .articles, .category, .tag, .tags {
    grid-template-columns: 1fr 5fr 1fr;
  }
}

@media (min-width: 768px) {
  .articles {
    grid-template-rows: minmax(3rem, 1fr) auto auto 2rem 1fr;
  }
}
.articles .search-form {
  grid-row: 2/3;
}
.articles .search-table-wrapper {
  grid-row: 3/4;
}
.articles .search-pagination {
  grid-row: 4/5;
}

@media (min-width: 768px) {
  .category {
    grid-template-rows: minmax(3rem, 1fr) auto auto auto auto 2rem 1fr;
  }
}
.category .search__title {
  grid-row: 2/3;
}
.category .search__description {
  grid-row: 3/4;
}
.category .search-form {
  grid-row: 4/5;
}
.category .search-table-wrapper {
  grid-row: 5/6;
}
.category .search-pagination {
  grid-row: 6/7;
}

@media (min-width: 768px) {
  .tag {
    grid-template-rows: minmax(3rem, 1fr) auto auto auto 2rem 1fr;
  }
}
.tag .search__title {
  grid-row: 2/3;
}
.tag .search-form {
  grid-row: 3/4;
}
.tag .search-table-wrapper {
  grid-row: 4/5;
}
.tag .search-pagination {
  grid-row: 5/6;
}

@media (min-width: 768px) {
  .tags {
    grid-template-rows: minmax(3rem, 1fr) auto auto auto 2rem 1fr;
  }
}
.tags .search__title {
  grid-row: 2/3;
}
.tags .search-form {
  grid-row: 3/4;
}
.tags .tags__list {
  grid-row: 4/5;
}
.tags .search-pagination {
  grid-row: 5/6;
}

.search-form, .search-table-wrapper, .search-pagination, .search__title, .search__description, .tags__list {
  grid-column: 2/3;
}

.search__description {
  color: #999;
  z-index: 5;
  margin: 0;
}

.search__title {
  z-index: 5;
  margin: 0;
}

@media (min-width: 768px) {
  .search-form {
    display: flex;
    justify-content: flex-end;
  }
}
.search-form > .search-form__search, .search-form > .search-form__choose {
  position: relative;
}
@media (min-width: 768px) {
  .search-form > .search-form__search, .search-form > .search-form__choose {
    width: 30%;
  }
  .search-form > .search-form__search:not(:first-child), .search-form > .search-form__choose:not(:first-child) {
    margin-left: 1rem;
  }
}
.search-form > :nth-child(1) {
  z-index: 4;
}
.search-form > :nth-child(2) {
  z-index: 3;
}
.search-form > :nth-child(3) {
  z-index: 2;
}
.search-form > :nth-child(4) {
  z-index: 1;
}

.search-form__submit-button {
  display: none;
  color: #fff;
  float: right;
  margin-right: 1rem;
  margin-top: 1rem;
  background: #000;
  border: none;
  border: 1px solid #444;
  padding: 0.4rem;
  transition: border 0.25s;
  cursor: pointer;
}
.search-form__submit-button:focus {
  outline: 0;
  border-color: #f66;
  transition: border 0.25s;
}
@media (min-width: 768px) {
  .search-form__submit-button {
    margin-left: 1rem;
    margin-top: 0;
    float: none;
  }
}

.search-form__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search-form__search-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #444;
  color: #fff;
  padding: 0.5rem 0.3rem 0.5rem 1rem;
  background: #000;
  transition: border 0.25s;
}
.search-form__search-input:focus {
  outline: 0;
  border-bottom-color: #f66;
  transition: border 0.25s;
}

.search-form__choose-button {
  border: none;
  border-bottom: 1px solid #444;
  width: 100%;
  background: #000;
  padding: 0.5rem 0.3rem 0.5rem 1rem;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: border 0.25s;
}
.search-form__choose-button:focus {
  outline: 0;
  border-bottom-color: #f66;
  transition: border 0.25s;
}
.search-form__choose-button:focus .search-form__choose-button-text::after {
  transform: rotate(90deg);
}

.search-form__choose-button-text {
  pointer-events: none;
  display: block;
}

.search-form__choose-button-text::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: #999 transparent transparent transparent;
  float: right;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  transition: transform 0.25s;
}

.search-form__choose-list {
  background: rgba(0, 0, 0, 0.9);
  list-style: none;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .search-form__choose-list {
    position: absolute;
  }
}
.search-form__choose-list input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.search-form__choose-list label {
  padding: 0.2rem;
  margin: 0;
  cursor: pointer;
}
.search-form__choose-list label::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 1px #fff solid;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 3px;
  margin-left: 1rem;
  vertical-align: middle;
}
.search-form__choose-list ul {
  list-style: none;
  padding-left: 0;
}
.search-form__choose-list input:checked + label::before {
  background: #fff;
  box-shadow: inset 0 0 0 2px #000;
}
.search-form__choose-list input:focus + label::before {
  border-color: #f66;
}
.search-form__choose-list > li:first-of-type {
  margin-top: 0.6rem;
}
.search-form__choose-list > li:not(:last-child) ul {
  padding-bottom: 0.6rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px #444 solid;
}
.search-form__choose-list.search-form__choose-list--radio label::before {
  border-radius: 50%;
}

.search-form__error {
  color: #e27e7e;
}

.search-form__choose.search-form__choose--closed .search-form__choose-list {
  display: none;
}
.search-form__choose.search-form__choose--opened .search-form__choose-button-text::after {
  transform: rotate(180deg);
}
.search-form__choose.search-form__choose--opening .search-form__choose-button, .search-form__choose.search-form__choose--closing .search-form__choose-button {
  z-index: 1;
  position: relative;
}
.search-form__choose.search-form__choose--opening .search-form__choose-list, .search-form__choose.search-form__choose--closing .search-form__choose-list {
  animation-duration: 0.25s;
  animation-name: slide;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.search-form__choose.search-form__choose--opening .search-form__choose-list::after, .search-form__choose.search-form__choose--closing .search-form__choose-list::after {
  animation-duration: 0.25s;
  animation-name: slide;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  display: block;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.search-form__choose.search-form__choose--opening .search-form__choose-button .search-form__choose-button-text::after {
  transform: rotate(180deg);
}
.search-form__choose.search-form__choose--opening .search-form__choose-list::after {
  animation-direction: reverse;
}
.search-form__choose.search-form__choose--closing .search-form__choose-button .search-form__choose-button-text::after {
  transform: rotate(0);
}
.search-form__choose.search-form__choose--closing .search-form__choose-button:focus .search-form__choose-button-text::after {
  transform: rotate(90deg);
}
.search-form__choose.search-form__choose--closing .search-form__choose-list {
  animation-direction: reverse;
}

.search--transition .search-form__choose {
  transition: transform 0.25s;
  transition-timing-function: ease-in-out;
}

.search-table {
  width: 100%;
  position: relative;
}
.search-table th:first-child, .search-table td:first-child {
  padding-left: 1rem;
}
.search-table th:last-child, .search-table td:last-child {
  padding-right: 1rem;
}
.search-table th, .search-table td {
  padding: 0.3rem 0.4rem;
}
.search-table th:not(:first-child), .search-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .search-table th:not(:first-child), .search-table td:not(:first-child) {
    display: table-cell;
  }
}
.search-table tr {
  transition: background-color 0.25s;
}
.search-table tr:hover {
  background-color: #111;
  transition: background-color 0.25s;
}

.search-table__head {
  color: #999;
}

.search-table__body {
  position: relative;
}
.search-table__body a {
  color: #fff;
}
.search-table__body.search-table__body--error-404::after, .search-table__body.search-table__body--error-500::after, .search-table__body.search-table__body--no-results::after, .search-table__body.search-table__body--error-offline::after {
  padding-top: 4rem;
  display: block;
  height: 100%;
  width: 100%;
  color: #e27e7e;
  position: absolute;
  left: 0;
  top: 0;
  content: "Błąd 404, nie znaleziono strony";
  text-align: center;
  background: #000;
}
.search-table__body.search-table__body--error-500::after {
  content: "Błąd serwera";
}
.search-table__body.search-table__body--error::after {
  content: "Nieznany błąd";
}
.search-table__body.search-table__body--no-results::after {
  content: "Nie znaleziono artykułów";
}
.search-table__body.search-table__body--error-offline::after {
  content: "Brak połączenia z internetem";
}

.search-table__likes {
  color: #9ee09e;
}

.search-table__dislikes {
  color: #e27e7e;
}

.search--transition .search-table-wrapper {
  transition: transform 0.25s;
  transition-timing-function: ease-in-out;
}

.search-pagination {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .search-pagination {
    margin-bottom: 0;
  }
}
.search-pagination a, .search-pagination span {
  display: inline-block;
  padding: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.tags__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.tags__list li {
  display: inline-block;
  border: 1px solid #444;
  padding: 0.25rem 0.4rem;
  margin: 0 0.25rem 0.25rem 0;
}
.tags__list li a {
  color: #eee;
}
.tags__list.tags__list--no-results::after, .tags__list.tags__list--error-404::after, .tags__list.tags__list--error-500::after, .tags__list.tags__list--error::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  display: block;
  content: "Nie znaleziono tagów";
  color: #e27e7e;
  padding-top: 4rem;
  text-align: center;
}
.tags__list.tags__list--error-404::after {
  content: "Błąd 404, nie znaleziono strony";
}
.tags__list.tags__list--error-500::after {
  content: "Błąd serwera";
}
.tags__list.tags__list--error::after {
  content: "Nieznany błąd";
}

.search--transition .tags__list {
  transition: transform 0.25s;
  transition-timing-function: ease-in-out;
}

@media (min-width: 768px) {
  .search-form.search-form--tag-categories {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .search-form.search-form--tag-categories > .search-form__search:not(:first-child), .search-form.search-form--tag-categories > .search-form__choose:not(:first-child) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .search-form.search-form--articles {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .search-form.search-form--articles > .search-form__search:not(:first-child), .search-form.search-form--articles > .search-form__choose:not(:first-child) {
    margin-left: 0;
  }
}

.no-js .search-form__submit-button {
  display: block;
}
@media (min-width: 768px) {
  .no-js .search-form > .search-form__search, .no-js .search-form > .search-form__choose {
    width: 25%;
  }
}
.no-js .search-form__choose:hover .search-form__choose-button-text::after {
  transform: rotate(180deg);
}
.no-js .search-form__choose:hover .search-form__choose-list {
  display: block;
}

.question-answers, .series {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

@supports (display: grid) {
  .question-answers, .series {
    display: grid;
    max-width: none;
    margin: 0;
    min-height: 100%;
  }
}
.question-answers, .series {
  grid-template-rows: minmax(4rem, 1fr) auto 1fr;
  grid-template-columns: 1rem auto 1rem;
}
@media (min-width: 768px) {
  .question-answers, .series {
    grid-template-columns: 1fr 5fr 1fr;
  }
}
@media (min-width: 1200px) {
  .question-answers, .series {
    grid-template-columns: 1fr 4fr 1fr;
  }
}

.accordion {
  grid-row: 2/3;
  grid-column: 2/3;
}

@keyframes listSlide {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.accordion {
  list-style: none;
  padding: 0;
}

.accordion__title {
  position: relative;
  padding: 0;
  width: 100%;
  font-family: "Roboto Slab", serif;
  border: none;
  text-align: left;
  color: #fff;
  cursor: pointer;
  background: #000;
  line-height: 1.1;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .accordion__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .accordion__title {
    font-size: 1.9rem;
  }
}
.accordion__title:focus {
  outline: none;
}
.accordion__title::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f66;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.25s;
  transform-origin: left;
  transition-timing-function: ease-in-out;
}

.accordion__list {
  list-style-type: disc;
  margin-top: 1rem;
}
.accordion__list a {
  color: #fff;
}

.accordion__item {
  margin: 0.75rem 0;
  transform: translateY(0);
}
.accordion__item.accordion__item--closed .accordion__list {
  display: none;
}
.accordion__item.accordion__item--closed .accordion__title:hover::after, .accordion__item.accordion__item--closed .accordion__title:focus::after {
  transform: scaleX(0.03);
}
.accordion__item.accordion__item--opened .accordion__title::after {
  transform: scaleX(1);
}
.accordion__item.accordion__item--opened .accordion__list {
  display: block;
}
.accordion__item.accordion__item--closing .accordion__list, .accordion__item.accordion__item--opening .accordion__list {
  display: block;
}
.accordion__item.accordion__item--closing .accordion__list::after, .accordion__item.accordion__item--opening .accordion__list::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  content: "";
  transform-origin: bottom;
  animation-duration: 0.25s;
  animation-name: listSlide;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.accordion__item.accordion__item--closing .accordion__title::after {
  transform: scaleX(0);
}
.accordion__item.accordion__item--closing .accordion__list {
  position: absolute;
  top: 100%;
}
.accordion__item.accordion__item--opening .accordion__title::after {
  transform: scaleX(1);
}
.accordion__item.accordion__item--opening .accordion__list {
  position: relative;
}
.accordion__item.accordion__item--opening .accordion__list::after {
  animation-direction: reverse;
}
.accordion__item.accordion__item--transition {
  transition: transform 0.25s;
  transition-timing-function: ease-in-out;
}

.no-js .accordion__item .accordion__list {
  display: block;
  height: auto;
}

.contact {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

@supports (display: grid) {
  .contact {
    display: grid;
    max-width: none;
    margin: 0;
    min-height: 100%;
    grid-template-rows: minmax(4rem, 1fr) auto auto 1fr;
    grid-template-columns: 1rem auto 1rem;
  }
  @media (min-width: 768px) {
    .contact {
      grid-template-columns: 1fr 4fr 1fr;
    }
  }
}
.contact__title {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .contact__title {
    font-size: 1.8rem;
  }
}

.contact__address {
  grid-row: 3/4;
  grid-column: 2/3;
  line-height: 2;
  margin-bottom: 0;
}

.article .article__section, .article .article__cites, .article .article__images-copyright, .article .article__panel, .article .article__comments, .article .article__series-item {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.article .article__header {
  height: 500px;
}
.article .article__header .article__title, .article .article__header .article__intro-text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.article .article__header .article__title {
  padding-top: 200px;
}
.article .article__info-wrapper, .article .article__content-list-wrapper {
  position: absolute;
  top: 600px;
  left: 20px;
}
.article .article__content-list-wrapper {
  left: auto;
  right: 20px;
}
.article .footer {
  display: flex;
  justify-content: center;
}
.article .footer__title, .article .footer__date {
  margin-left: 1rem;
  margin-right: 1rem;
}
.article object, .article figcaption {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@supports (display: grid) {
  .article .article__section, .article .article__cites, .article .article__images-copyright, .article .article__panel, .article .article__comments, .article .article__series-item {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .article .article__header {
    height: auto;
  }
  .article .article__header .article__title, .article .article__header .article__intro-text {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .article .article__info-wrapper, .article .article__content-list-wrapper {
    position: relative;
    top: auto;
    left: auto;
  }
  .article .article__content-list-wrapper {
    position: static;
  }
  @media (min-width: 992px) {
    .article .article__content-list-wrapper {
      position: sticky;
    }
  }
  .article .article__content-list-wrapper {
    left: auto;
    right: auto;
    top: 4rem;
  }
  .article .footer {
    display: grid;
  }
  .article .footer__title, .article .footer__date {
    margin-left: 0;
    margin-right: 0;
  }
  .article object, .article figcaption {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.article {
  background-color: #f4f6f8;
  color: #1B1B1B;
  display: grid;
  grid-template-columns: 1fr minmax(0, 500px) 1fr;
}
@media (min-width: 992px) {
  .article {
    grid-template-columns: 1fr minmax(7rem, 15rem) 0.75fr minmax(45ch, 60ch) 1fr;
  }
}
@media (min-width: 1200px) {
  .article {
    grid-template-columns: 1fr minmax(8rem, 15rem) 0.75fr minmax(45ch, 60ch) 0.75fr minmax(8rem, 15rem) 1fr;
  }
}
.article .dark {
  color: #fff;
}

.article__comments {
  padding-left: 1rem;
  padding-right: 1rem;
  grid-column: 2/3;
}
@media (min-width: 992px) {
  .article__comments {
    grid-column: 4/5;
  }
}

.article__series, .footer {
  grid-column: 1/4;
}
@media (min-width: 992px) {
  .article__series, .footer {
    grid-column: 1/6;
  }
}
@media (min-width: 1200px) {
  .article__series, .footer {
    grid-column: 1/8;
  }
}

.article__wrapper {
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: minmax(50vh, max-content);
  grid-template-columns: 1fr minmax(0, 500px) 1fr;
  grid-column-gap: 1rem;
}

.article__section {
  z-index: 3;
  position: relative;
}

.article__header, .figure__full, .figure__half {
  position: relative;
  grid-column: 1/4;
  z-index: 2;
}

.article__panel {
  z-index: 1;
}

.article__info-wrapper, .article__content-list-wrapper, .article__section, .article__cites, .article__images-copyright, .article__show-more, .article__panel {
  grid-column: 2/3;
}

.article__info-wrapper, .article__content-list-wrapper {
  position: relative;
  z-index: 2;
}

.article__color-wrapper {
  position: relative;
  z-index: 2;
  grid-column: 1/4;
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: 1fr minmax(0, 500px) 1fr;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
}
.article__color-wrapper .article__section {
  background: transparent;
}
.article__color-wrapper .article__section:first-of-type {
  padding-top: 0;
}

@media (min-width: 992px) {
  .article__wrapper {
    grid-template-columns: 1fr minmax(7rem, 15rem) 0.75fr minmax(45ch, 60ch) 1fr;
  }
  .article__wrapper::before, .article__wrapper::after {
    display: block;
    width: 1px;
    background: #999;
    content: "";
    grid-area: 2/3/3/4;
    justify-self: center;
    margin-top: 5rem;
  }
  .article__wrapper::before {
    grid-area: 3/3/4/4;
  }
  .article__header {
    grid-area: 1/1/2/6;
  }
  .article__info-wrapper, .article__content-list-wrapper {
    grid-area: 2/2/3/3;
    margin-top: 5rem;
  }
  .article__content-list-wrapper {
    grid-row: 3/4;
  }
  .article__section:first-of-type {
    grid-row: 2/5;
    padding-top: 5rem;
  }
  .article__section, .article__cites, .article__images-copyright, .article__panel {
    grid-column: 4/5;
  }
  .figure__full, .figure__half {
    grid-column: 1/6;
  }
  .article__color-wrapper {
    grid-column: 1/6;
    grid-template-columns: 1fr minmax(7rem, 15rem) 0.75fr minmax(45ch, 60ch) 1fr;
  }
}
@media (min-width: 1200px) {
  .article__wrapper {
    grid-template-columns: 1fr minmax(8rem, 15rem) 0.75fr minmax(45ch, 60ch) 0.75fr minmax(8rem, 15rem) 1fr;
  }
  .article__wrapper::after, .article__wrapper::before {
    grid-area: 2/3/3/4;
  }
  .article__wrapper::before {
    display: block;
    grid-column: 5/6;
  }
  .article__header {
    grid-area: 1/1/2/8;
  }
  .article__info-wrapper {
    grid-area: 2/2/3/3;
  }
  .article__content-list-wrapper {
    grid-area: 2/6/3/7;
  }
  .article__section:first-of-type {
    grid-row: 2/4;
  }
  .article__section, .article__cites, .article__images-copyright, .article__panel {
    grid-column: 4/5;
  }
  .figure__full, .figure__half {
    grid-column: 1/8;
  }
  .article__color-wrapper {
    grid-column: 1/8;
    grid-template-columns: 1fr minmax(8rem, 15rem) 0.75fr minmax(45ch, 60ch) 0.75fr minmax(8rem, 15rem) 1fr;
  }
}
.article__header {
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-rows: 2fr auto auto 1fr;
  grid-template-columns: 1fr minmax(0, 500px) 1fr;
  grid-column-gap: 1rem;
}
@media (min-width: 992px) {
  .article__header {
    grid-template-columns: 15% auto 15%;
  }
}

.article__title {
  grid-row: 2/3;
  grid-column: 2/3;
}

.article__intro-text {
  grid-column: 2/3;
  grid-row: 3/4;
}

.article .dark.article__header {
  text-shadow: 0 0 2rem #000;
  background-color: #000;
}

.article__info-wrapper {
  background: #f4f6f8;
}
@media (min-width: 992px) {
  .article__info-wrapper {
    background: none;
  }
}

.article__info {
  display: inline-block;
  margin-top: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.article__info > * {
  display: inline-block;
}
@media (min-width: 992px) {
  .article__info > * {
    display: block;
    margin-bottom: 0.35rem;
    margin-top: 0.35rem;
  }
}
@media (min-width: 992px) {
  .article__info {
    max-width: 15rem;
    min-width: 7rem;
    display: block;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .article__info {
    min-width: 8rem;
  }
}

.article__info-title {
  font-weight: 700;
  margin-right: 0.3rem;
  display: none;
}
@media (min-width: 992px) {
  .article__info-title {
    display: inline-block;
  }
}

.article__published-date::after, .article__category::after, .article__note::after {
  content: "|";
  margin: 0 0.3rem;
}
@media (min-width: 992px) {
  .article__published-date::after, .article__category::after, .article__note::after {
    display: none;
  }
}

.article__info.more > * {
  display: block;
}
.article__info.more .article__published-date::after, .article__info.more .article__category::after {
  display: none;
}
.article__info.more .article__show-more {
  display: none;
}
.article__info.more .article__social {
  float: none;
  margin-top: 0;
}

.article__tag {
  display: inline-block;
  margin-bottom: 0.3rem;
}
.article__tag:not(:last-child) {
  margin-right: 0.3rem;
}
.article__tag:not(:last-child)::after {
  content: ",";
}

.article__tags {
  margin-bottom: 0.05rem;
}

.article__note input, .article__note label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.article__note label {
  margin-bottom: 0;
}
.article__note form {
  display: inline-block;
}
.article__note button {
  background: transparent;
  border: 1px solid #444;
  padding: 2px 5px;
  margin-left: 1rem;
  cursor: pointer;
  display: none;
}

.article__likes {
  color: #117e11;
  font-weight: 700;
}

.article__dislikes {
  color: #c70000;
  font-weight: 700;
}

.article__vote-message {
  display: inline-block;
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .article__vote-message {
    display: block;
    margin-left: 0;
  }
}

.article__likes-input + label, .article__dislikes-input + label {
  cursor: pointer;
  padding: 0 0.5rem;
  transition: transform 0.1s;
  transform: translateY(0);
}
.article__likes-input + label::before, .article__dislikes-input + label::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.4rem 0.6rem 0.4rem;
  border-color: transparent transparent #999 transparent;
}

.article__dislikes-input + label::before {
  border-width: 0.6rem 0.4rem 0 0.4rem;
  border-color: #999 transparent transparent transparent;
}

.article__likes-input:checked + label {
  cursor: default;
}
.article__likes-input:checked + label::before {
  border-color: transparent transparent #117e11 transparent;
}

.article__dislikes-input:checked + label {
  cursor: default;
}
.article__dislikes-input:checked + label::before {
  border-color: #c70000 transparent transparent transparent;
}

.article__vote--succes .article__dislikes-input:checked + label {
  transform: translateY(0.2rem);
}
.article__vote--succes .article__likes-input:checked + label {
  transform: translateY(-0.2rem);
}

.article__vote-error::after {
  display: inline-block;
  content: "Nieznany błąd";
  color: #8b2121;
}

.article__vote--error-404::after {
  display: inline-block;
  content: "Nie znaleziono";
  color: #8b2121;
}

.article__vote--error-500::after {
  display: inline-block;
  content: "Błąd serwera";
  color: #8b2121;
}

.article__vote--error-offline::after {
  display: inline-block;
  content: "Brak połączenia z internetem";
  color: #8b2121;
}

.article__likes-input:focus + label, .article__dislikes-input:focus + label {
  outline: 1px solid #999;
}

.article__social {
  display: none;
}
@media (min-width: 992px) {
  .article__social {
    display: inline-block;
  }
}

.article__share-twitter, .article__share-facebook {
  background-image: url("/static/images/twitter.svg");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 1rem;
  height: 1.8rem;
  width: 1.8rem;
}
.article__share-twitter span, .article__share-facebook span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.article__share-facebook {
  background-image: url("/static/images/facebook.svg");
}

.article__info.article__info--collapsed .article__modified-date, .article__info.article__info--collapsed .article__tags, .article__info.article__info--collapsed .article__hits {
  display: none;
}
@media (min-width: 992px) {
  .article__info.article__info--collapsed .article__modified-date, .article__info.article__info--collapsed .article__tags, .article__info.article__info--collapsed .article__hits {
    display: block;
  }
}
.article__info.article__info--expanded .article__info-title {
  display: inline-block;
}
.article__info.article__info--expanded > * {
  display: block;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.article__info.article__info--expanded > *::after {
  display: none;
}
.article__info.article__info--expanded .article__social {
  float: none;
  margin-right: 0;
  margin-top: 0;
}

.article__content-list-wrapper {
  background: #f4f6f8;
}
@media (min-width: 992px) {
  .article__content-list-wrapper {
    position: sticky;
    top: 4rem;
    background: none;
  }
}

.article__wrapper::before {
  position: sticky;
  top: 4rem;
}

.article__content-list {
  list-style: none;
  padding-left: 0;
  color: #999;
}
.article__content-list li, .article__content-list a {
  color: #000;
}
.article__content-list li.content-list__item--active {
  font-weight: 700;
}
.article__content-list li.content-list__item--active > a {
  font-weight: 700;
}
.article__content-list li.content-list__item--active ul {
  font-weight: 400;
}
.article__content-list ol, .article__content-list ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.article__content-list ol ul {
  list-style-type: circle;
}
.article__content-list > ul:not(:last-child), .article__content-list > ol:not(:last-child) {
  margin-bottom: 1rem;
}
.article__content-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .article__content-list {
    margin: 0;
    min-width: 7rem;
    max-width: 15rem;
  }
}
@media (min-width: 1200px) {
  .article__content-list {
    display: block;
    min-width: 8rem;
  }
}
.article__content-list.article__content-list--collapsed {
  display: none;
}
@media (min-width: 992px) {
  .article__content-list.article__content-list--collapsed {
    display: block;
  }
}
.article__content-list.article__content-list--expanded {
  display: block;
}

.article blockquote {
  padding: 0.5rem 1rem;
  line-height: 1.6;
  border-left: 5px solid #999;
  margin: 2rem 0;
  font-size: 90%;
}
.article blockquote small {
  color: #999;
}
.article blockquote small::before {
  content: "— ";
}
.article blockquote small cite {
  color: #1B1B1B;
}

.article__section {
  background: #f4f6f8;
}

@media (min-width: 992px) {
  .article, .modal__body {
    font-size: 1.08rem;
  }
}
@media (min-width: 1200px) {
  .article, .modal__body {
    font-size: 1rem;
  }
}
@media (min-width: 1650px) {
  .article, .modal__body {
    font-size: 1.1rem;
  }
}
.article, .modal__body {
  line-height: 1.618;
}
.article h1, .modal__body h1 {
  font-size: 2rem;
}
.article h2, .modal__body h2 {
  font-size: 1.8rem;
}
.article h3, .modal__body h3 {
  font-size: 1.6rem;
}
.article h4, .modal__body h4 {
  font-size: 1.5rem;
}
.article h5, .modal__body h5 {
  font-size: 1.4rem;
}
.article h6, .modal__body h6 {
  font-size: 1.2rem;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .modal__body h1, .modal__body h2, .modal__body h3, .modal__body h4, .modal__body h5, .modal__body h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .article h1, .modal__body h1 {
    font-size: 2.3rem;
  }
  .article h2, .modal__body h2 {
    font-size: 2rem;
  }
  .article h3, .modal__body h3 {
    font-size: 1.8rem;
  }
  .article h4, .modal__body h4 {
    font-size: 1.6rem;
  }
  .article h5, .modal__body h5 {
    font-size: 1.4rem;
  }
  .article h6, .modal__body h6 {
    font-size: 1.2rem;
  }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .modal__body h1, .modal__body h2, .modal__body h3, .modal__body h4, .modal__body h5, .modal__body h6 {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

.article .article__title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .article .article__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .article .article__title {
    font-size: 3rem;
  }
}

.article__info, .article__content-list {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .article__info, .article__content-list {
    font-size: 0.8rem;
  }
}

.article__show-more {
  font-size: 0.81rem;
}

.text--big {
  font-size: 120%;
}

figure {
  position: relative;
}
figure figcaption {
  color: #444;
  font-size: 0.8rem;
  text-align: center;
}

@media (min-width: 768px) {
  .figure__divided {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
  .figure__divided picture {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
  }
  .figure__divided figcaption {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
    text-align: left;
  }
}

picture, img, figure, svg, video, object {
  width: 100%;
  height: auto;
  display: block;
}

.figure__full {
  display: grid;
  grid-template-columns: 1rem auto 1rem;
  grid-template-rows: auto 1rem auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.figure__full video, .figure__full picture, .figure__full object {
  grid-row: 1/2;
  grid-column: 1/4;
}
.figure__full figcaption {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (min-width: 992px) {
  .figure__full {
    grid-template-rows: 1rem auto 1rem;
  }
  .figure__full picture, .figure__full object {
    grid-row: 1/4;
  }
  .figure__full figcaption {
    grid-row: 2/3;
    text-align: right;
    align-self: end;
    justify-self: end;
  }
  .figure__full figcaption.figure__caption--top {
    text-align: left;
  }
  .figure__full.figure__full--dark figcaption {
    color: #fff;
  }
}
.figure__full.figure__full--object figcaption {
  grid-row: 3/4;
  text-align: center;
  justify-self: center;
}

.figure__half {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 1fr minmax(0, 500px) 1fr;
  grid-column-gap: 1rem;
  justify-items: center;
  align-items: center;
}
.figure__half figcaption {
  font-size: 0.9rem;
}
.figure__half.dark {
  background: #000;
}
.figure__half.dark figcaption {
  color: #fff;
}
.figure__half > * {
  grid-column: 2/3;
}
@media (min-width: 768px) {
  .figure__half {
    grid-template-columns: 1fr minmax(20%, 30%) 0.5fr minmax(20%, 30%) 1fr;
    grid-column-gap: 0;
  }
  .figure__half figcaption {
    text-align: left;
  }
  .figure__half > *:first-child {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .figure__half > *:last-child {
    grid-row: 1/2;
    grid-column: 4/5;
  }
  .figure__half.reverse > *:first-child {
    grid-column: 4/5;
  }
  .figure__half.reverse > *:last-child {
    grid-column: 2/3;
  }
}

.figure__full, .figure__half, .article__color-wrapper {
  background: #f4f6f8;
}
@media (min-width: 992px) {
  .figure__full::before, .figure__half::before, .article__color-wrapper::before {
    z-index: -1;
    display: block;
    pointer-events: none;
    content: "";
    height: calc(100% + 8rem);
    width: 100%;
    position: absolute;
    top: -4rem;
    background-image: linear-gradient(transparent 0%, #f4f6f8 75%), linear-gradient(#f4f6f8 25%, transparent 100%);
    background-repeat: no-repeat;
    background-position-y: top, bottom;
    background-size: 100% 4rem;
  }
  .figure__full.figure__full--fade-top::before, .figure__full.figure__half--fade-top::before, .figure__half.figure__full--fade-top::before, .figure__half.figure__half--fade-top::before, .article__color-wrapper.figure__full--fade-top::before, .article__color-wrapper.figure__half--fade-top::before {
    background-image: linear-gradient(transparent 0%, #f4f6f8 75%);
    background-position-y: top;
  }
  .figure__full.figure__full--fade-bottom::before, .figure__full.figure__half--fade-bottom::before, .figure__half.figure__full--fade-bottom::before, .figure__half.figure__half--fade-bottom::before, .article__color-wrapper.figure__full--fade-bottom::before, .article__color-wrapper.figure__half--fade-bottom::before {
    background-image: linear-gradient(#f4f6f8 25%, transparent 100%);
    background-position-y: bottom;
  }
}

.article__cites, .article__images-copyright {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #444;
}

li.article__target--active {
  background-color: #444;
}
li.article__target--active span {
  color: #fff;
}

.article__series {
  padding: 1rem 0;
  margin: 2rem 0;
}
.article__series li {
  margin-left: 2rem;
}
.article__series {
  background: #eee;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr minmax(0, 500px) 1fr;
  grid-gap: 1rem;
}
.article__series ol {
  margin: 0;
  margin-top: 0.25rem;
  padding: 0;
  width: 100%;
}
.article__series .article__series-item {
  grid-column: 2/3;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .article__series {
    grid-template-columns: 1fr minmax(7rem, 15rem) 0.75fr minmax(45ch, 60ch) 1fr;
  }
  .article__series .article__series-item {
    grid-column: 4/5;
  }
}
@media (min-width: 1200px) {
  .article__series {
    grid-template-columns: 1fr minmax(8rem, 15rem) 0.75fr minmax(45ch, 60ch) 0.75fr minmax(8rem, 15rem) 1fr;
  }
}

.article__show-more {
  background: none;
  display: inline-block;
  border: none;
  padding: 0.5rem 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.article__show-more.article__show-more--expanded {
  margin-top: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 100%;
}
@media (min-width: 992px) {
  .article__show-more.article__show-more--expanded {
    display: none;
  }
  .article__show-more.article__show-more--collapsed {
    display: none;
  }
}

.figure__full--video {
  grid-template-rows: auto 1rem auto;
}
.figure__full--video::after {
  content: "";
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  pointer-events: none;
  grid-row: 1/2;
  grid-column: 1/4;
}
.figure__full--video .video__button {
  grid-row: 1/2;
  grid-column: 2/3;
  cursor: pointer;
  position: relative;
  justify-self: center;
  align-self: center;
  z-index: 2;
  height: 6rem;
  width: 6rem;
  background: transparent;
  border: 0.6rem solid #fff;
  border-radius: 50%;
  transform: scale(0.7);
}
@media (min-width: 992px) {
  .figure__full--video .video__button {
    transform: none;
  }
}
.figure__full--video .video__button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.figure__full--video .video__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.7142857143rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 2rem;
  border-color: transparent transparent transparent #fff;
}
.figure__full--video .video__button:focus {
  border-color: #f66;
  outline: none;
}
.figure__full--video .video__button:focus::after {
  border-color: transparent transparent transparent #f66;
}
.figure__full--video .figure__caption {
  z-index: 2;
}
@media (min-width: 992px) {
  .figure__full--video {
    grid-template-rows: 1rem auto 1rem;
  }
  .figure__full--video video, .figure__full--video .video__button, .figure__full--video::after {
    grid-row: 1/4;
  }
  .figure__full--video .figure__caption {
    grid-row: 2/3;
  }
}
.figure__full--video.video--fade-out::after {
  animation: halfFade 0.25s ease-in-out reverse forwards;
}
.figure__full--video.video--fade-out .video__button {
  animation: fade 0.25s ease-in-out reverse forwards;
}
.figure__full--video.video--fade-in::after {
  animation: halfFade 0.25s ease-in-out normal forwards;
}
.figure__full--video.video--fade-in .video__button {
  animation: fade 0.25s ease-in-out normal forwards;
}
.figure__full--video.video--playing::after {
  opacity: 0;
  display: none;
}
.figure__full--video.video--playing .video__button {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.panel__button {
  width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid #999;
  padding: 0 1rem;
  background: #f4f6f8;
  position: relative;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel__button:focus {
  border: 1px solid #f66;
  outline: none;
  padding: 0 1rem;
}
.panel__button::after {
  display: block;
  content: "Kliknij aby rozwinąć";
  font-size: 0.7rem;
  margin-left: 1rem;
}
@media (min-width: 1200px) {
  .panel__button::after {
    font-size: 0.8rem;
  }
}

.article__panel .panel__title {
  display: block;
  text-align: left;
  margin: 0.5rem 0;
  margin-right: 1rem;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .article__panel .panel__title {
    font-size: 1.1rem;
  }
}
.article__panel .panel__title {
  pointer-events: none;
}

.panel__body {
  position: relative;
  border: 1px solid #999;
  border-top: none;
  display: none;
  padding: 1rem;
  transform: translateY(-100%);
}

.article__panel {
  margin: 2rem 0;
  position: relative;
  font-size: 90%;
}

.article__panel.article__panel--opening::after, .article__panel.article__panel--closing::after {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  content: "";
  background: #f4f6f8;
}
.article__panel.article__panel--opening .panel__body, .article__panel.article__panel--closing .panel__body {
  display: block;
  animation: slide 0.5s ease-in-out forwards;
  transform: translateY(0);
}
.article__panel.article__panel--opening .panel__button, .article__panel.article__panel--closing .panel__button {
  cursor: auto;
}
.article__panel.article__panel--opening .panel__button::after, .article__panel.article__panel--closing .panel__button::after {
  color: #999;
}

.article__panel.article__panel--closing .panel__body {
  animation-direction: reverse;
}
.article__panel.article__panel--closing .panel__button::after {
  content: "Kliknij aby zwinąć";
}

.article__panel.article__panel--opened .panel__body {
  display: block;
  transform: translateY(0);
}
.article__panel.article__panel--opened .panel__button::after {
  content: "Kliknij aby zwinąć";
}

.footer {
  padding: 0.6rem 0;
  margin-top: 2rem;
  background: #eee;
  border-top: 1px solid #000;
  display: grid;
  grid-row-gap: 0.5rem;
  grid-template-columns: 1fr auto 1fr;
  justify-items: center;
}
@media (min-width: 768px) {
  .footer {
    grid-template-columns: minmax(1rem, 1fr) auto minmax(1rem, 4rem) auto minmax(1rem, 1fr);
  }
}
.footer {
  font-size: 0.8rem;
}

.footer__title {
  grid-row: 1/2;
  grid-column: 2/3;
}

.footer__date {
  grid-row: 2/3;
  grid-column: 2/3;
}

@media (min-width: 768px) {
  .footer__date {
    grid-row: 1/2;
    grid-column: 4/5;
  }
}
.no-js .article__note button {
  display: inline-block;
}
.no-js .article__note::after {
  display: none;
}
.no-js .panel__button:focus + .panel__body {
  display: block;
  transform: none;
}
.no-js .article__show-more {
  display: none;
}
.no-js .article__svg-animation::after {
  content: "Nie działa!";
  display: block;
}

.body__article--no-js .logo a {
  color: #777;
  text-shadow: none;
}
.body__article--no-js .burger::before, .body__article--no-js .burger::after {
  background-color: #777;
}
.body__article--no-js .burger .burger__text {
  background-color: #777;
}

.body--modal-opened {
  overflow: hidden;
}

.article-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 103;
}
@media (min-width: 992px) {
  .article-modal {
    z-index: 3;
  }
}
.article-modal {
  cursor: pointer;
  display: none;
  grid-template-columns: 1fr minmax(0, 500px) 1fr;
  grid-template-rows: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  grid-column-gap: 1rem;
}
@media (min-width: 992px) {
  .article-modal {
    grid-template-columns: 1fr minmax(55ch, 65ch) 1fr;
  }
}

.article-modal--opening {
  overflow-y: auto;
  display: grid;
  animation: fade 0.25s ease-in-out;
}

.article-modal--opened {
  overflow-y: auto;
  display: grid;
}

.article-modal--closing {
  display: grid;
  animation: fade 0.25s ease-in-out reverse;
}

.article-modal__article {
  grid-column: 2/3;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: 1rem 1fr 1rem auto 1rem;
  grid-template-rows: auto;
  grid-row-gap: 1rem;
  background-color: #f4f6f8;
  transition: opacity 0.25s;
  opacity: 1;
}
.article-modal__article::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  transition: transform 0.25s ease-in-out 0.25s;
  transform-origin: left;
  background: #1B1B1B;
  grid-column: 2/5;
  grid-row: 3/4;
}

.article-modal__title {
  cursor: auto;
  grid-column: 2/3;
  grid-row: 2/3;
  justify-self: stretch;
  margin: 0;
}

.article-modal .article-modal__title {
  margin: 0;
}

.article-modal__button {
  grid-column: 4/5;
  grid-row: 2/3;
  background: none;
  border: none;
  width: 1.7rem;
  height: 1.7rem;
  justify-self: end;
  align-self: center;
  position: relative;
  margin-right: 1rem;
  padding: 0;
  cursor: pointer;
}
.article-modal__button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.article-modal__button::after, .article-modal__button::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: transform 0.25s ease-in-out;
  transform: rotate(45deg);
}
.article-modal__button::after {
  transform-origin: center;
  transform: rotate(135deg);
}

.article-modal__body {
  grid-column: 2/5;
  grid-row: 4/5;
  margin-bottom: 1rem;
  cursor: auto;
}

.article-modal--loading {
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto auto 1fr;
  grid-row-gap: 1rem;
}
.article-modal--loading::before {
  display: block;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  border: 0.3rem solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  grid-row: 2/3;
  grid-column: 2/3;
  justify-self: center;
  opacity: 0;
  animation: spinner 0.6s linear infinite, fade 0.5s ease-in-out 0.5s forwards;
}
.article-modal--loading::after {
  font-size: 1.4rem;
  content: "ładowanie...";
  color: #fff;
  grid-row: 3/4;
  grid-column: 2/3;
  justify-self: center;
  opacity: 0;
  animation: fade 0.5s ease-in-out 0.5s forwards;
}
.article-modal--loading .article-modal__article {
  opacity: 0;
}
.article-modal--loading .article-modal__article::after {
  transform: scaleX(0);
}
.article-modal--loading.article-modal--error-404::before, .article-modal--loading.article-modal--error-500::before, .article-modal--loading.article-modal--error-script::before, .article-modal--loading.article-modal--error-offline::before {
  animation-play-state: paused;
  border: 0.3rem solid #f66;
  border-right-color: transparent;
}
.article-modal--loading.article-modal--error-404::after, .article-modal--loading.article-modal--error-500::after, .article-modal--loading.article-modal--error-script::after, .article-modal--loading.article-modal--error-offline::after {
  content: "błąd, nie znaleniono strony";
  color: #f66;
}
.article-modal--loading.article-modal--error-500::after {
  content: "błąd serwera";
}
.article-modal--loading.article-modal--error-script::after {
  content: "nieznany błąd";
}
.article-modal--loading.article-modal--error-offline::after {
  content: "brak połączenia z internetem";
}

.modal {
  background: #f4f6f8;
  color: #1B1B1B;
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
}
.modal .modal__article {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@supports (display: grid) {
  .modal {
    display: grid;
    max-width: none;
    margin: 0;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .modal .modal__article {
    max-width: none;
    margin: 0;
  }
}
.modal {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr minmax(0, 500px) 1fr;
  grid-template-rows: minmax(6rem, 1fr) auto 1fr;
}
@media (min-width: 992px) {
  .modal {
    grid-template-columns: 1fr minmax(45ch, 60ch) 1fr;
  }
}
@media (min-width: 992px) {
  .modal {
    font-size: 1.08rem;
  }
}
@media (min-width: 1200px) {
  .modal {
    font-size: 1rem;
  }
}
@media (min-width: 1650px) {
  .modal {
    font-size: 1.1rem;
  }
}

.modal__article {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-bottom: 3rem;
}

.modal__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.modal__article-reference {
  font-size: 80%;
  color: #444;
  border-bottom: 1px solid #999;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  text-align: right;
}

.body--source-opened {
  overflow: hidden;
}

.source {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 104;
}
@media (min-width: 992px) {
  .source {
    z-index: 4;
  }
}
.source {
  cursor: pointer;
}

.source__body {
  cursor: auto;
  display: grid;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 0.5rem #000;
}
.source__body::before {
  content: "Źródło:";
  grid-row: 1/2;
  grid-column: 1/2;
  color: #999;
}

.source--hint .source__body::before {
  content: "Przypis";
}

.source__content {
  grid-row: 2/3;
  grid-column: 1/3;
  color: #fff;
}

.source__button {
  grid-row: 1/2;
  grid-column: 2/3;
  background: none;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  justify-self: end;
  align-self: center;
  position: relative;
  margin-right: 1rem;
  padding: 0;
  cursor: pointer;
}
.source__button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.source__button::after, .source__button::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: transform 0.25s ease-in-out;
  transform: rotate(45deg);
}
.source__button::after {
  transform-origin: center;
  transform: rotate(135deg);
}

.source--opening {
  animation: fade 0.25s ease-in-out;
}

.source--opened {
  opacity: 1;
}

.source--closing {
  animation: fade 0.25s ease-in-out reverse;
}

.source--closed {
  opacity: 0;
}

.cite-link .source-inline {
  transition: opacity 0.25s;
  color: #1B1B1B;
  opacity: 0;
  font-size: 100%;
  position: absolute;
  line-height: normal;
  bottom: calc(100% + 0.8rem);
  background: #fff;
  left: 0;
  padding: 1rem;
  min-width: 20rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cite-link .source-inline::after {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 100%;
  left: 0;
  top: 100%;
}
.cite-link .source-inline::before {
  content: "Źródło:";
  display: block;
  margin-bottom: 0.5rem;
  color: #444;
}

.cite-link--opened .source-inline {
  opacity: 1;
}

.cite-link--hint .source-inline::before {
  content: "Przypis:";
}

.body--loading::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 200;
  animation: slideX 0.2s;
  transition: transform 0.2s;
}

.body--loaded::before {
  transform: translateX(-100%);
}

.body--loading #main::after {
  content: "Ładowanie...";
  position: fixed;
  color: #fff;
  z-index: 201;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: fade 0.5s ease-in-out 0.5s forwards;
}
@media (min-width: 768px) {
  .body--loading #main::after {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .body--loading #main::after {
    font-size: 1.125rem;
  }
}
@media (min-width: 1650px) {
  .body--loading #main::after {
    font-size: 1.1875rem;
  }
}
@media (min-width: 2200px) {
  .body--loading #main::after {
    font-size: 1.5rem;
  }
}
.body--loading #main::before {
  position: fixed;
  display: block;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  border: 0.3rem solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 201;
  left: calc(50% - 0.9rem);
  top: calc(50% - 3rem);
  opacity: 0;
  animation: spinner 0.6s linear infinite, fade 0.5s ease-in-out 0.5s forwards;
}

.body--loaded .main::after, .body--loaded .main::before {
  display: none;
}

.body--error-404::before, .body--error-500::before, .body--error-offline::before, .body--error-unknown::before {
  cursor: pointer;
}
.body--error-404 #main::after, .body--error-500 #main::after, .body--error-offline #main::after, .body--error-unknown #main::after {
  content: "Nie znaleziono strony. \aKliknij aby powrócić, lub poczekaj 5 sekund.";
  white-space: pre;
  color: #f66;
}
.body--error-404 #main::before, .body--error-500 #main::before, .body--error-offline #main::before, .body--error-unknown #main::before {
  animation-play-state: paused, running;
  border-color: #f66;
  border-right-color: transparent;
}

.body--error-500 #main::after {
  content: "Błąd serwera. \aKliknij aby powrócić, lub poczekaj 5 sekund.";
}

.body--error-unknown #main::after {
  content: "Nieznany błąd. \aKliknij aby powrócić, lub poczekaj 5 sekund.";
}

.body--error-offline #main::after {
  content: "Brak połączenia z internetem. \aKliknij aby powrócić, lub poczekaj 5 sekund.";
}