/* FONTS */
@font-face {
  font-family: "Suisse Int'l Mono Thin";
  src: url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/89e26593c6f851c92494c799a46df64d.eot");
  src: url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/89e26593c6f851c92494c799a46df64d.eot?#iefix") format("embedded-opentype"), url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/89e26593c6f851c92494c799a46df64d.woff") format("woff"), url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/89e26593c6f851c92494c799a46df64d.woff2") format("woff2"), url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/89e26593c6f851c92494c799a46df64d.ttf") format("truetype"), url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/89e26593c6f851c92494c799a46df64d.svg#Suisse Int'l Mono Thin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cardinal Fruit";
  src: url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/CardinalFruitWeb-Regular.woff2") format("woff2"), url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/CardinalFruitWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cardinal Fruit Bold";
  src: url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/CardinalFruitWeb-Bold.woff2") format("woff2"), url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/CardinalFruitWeb-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne Breit Fett";
  src: url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/SöhneBreit-Fett.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne Breit";
  src: url("https://zasoby.politykainsight.pl/pi2/landings/pko/FONTS/SöhneBreit-Extraleicht.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* COLORS */

:root {
  --line: rgba(20, 20, 20, 0.2);
  --black: #000000;
  --bg: #fdebe6;
  --red: #e3202c;
}

.nav-line,
.nav-menu,
.nav-menu a,
.item-nav a,
a .title,
.item-nav-toggle svg,
.homebutton,
.homebutton svg,
.homebutton::after,
.person-info,
.logo-container,
#logos::before,
#logos,
#logos *,
.logo-container > .row > .col-xs-10,
.person-info.active .inner {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a svg {
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

a span,
.listenread {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  background-color: var(--bg);
  overflow-x: hidden;
  color: var(--black);
  -webkit-font-smoothing: antialiased; /* Safari / Chrome */
  -moz-osx-font-smoothing: grayscale; /* Firefox na macOS */
  font-smooth: always; /* Nieoficjalny */
  text-rendering: optimizeLegibility; /* lepsze kerning i ligatury */
}

html,
body {
  font-size: 10px;
}

@media (max-width: 1259px) {
  html,
  body {
    font-size: 9px;
  }
  .bigger-text {
    font-size: 10px;
  }
}

@media (max-width: 1137px) {
  html,
  body {
    font-size: 8px;
  }
  .bigger-text {
    font-size: 9px;
  }
}

@media (max-width: 1011px) {
  html,
  body {
    font-size: 7px;
  }
  .bigger-text {
    font-size: 8px;
  }
}

@media (max-width: 889px) {
  html,
  body {
    font-size: 6px;
  }
  /* .bigger-text {font-size: 7px;} */
}

@media (max-width: 420px) {
  html,
  body {
    font-size: 5px;
  }
  /* .bigger-text {font-size: 6px;} */
  .bigger-text {
    font-size: 7px;
  }
}

@media (min-width: 768px) {
  .container {
    width: auto;
    max-width: 100%;
  }
}

/* @media (min-width: 1280px) {.container {width: auto;max-width: 100%;}} */
/* @media (min-width: 1380px) {.container {width: auto;max-width: 100%;}}
@media (min-width: 1480px) {.container {width: auto;max-width: 100%;}}
@media (min-width: 1580px) {.container {width: auto;max-width: 100%;}}
@media (min-width: 1680px) {.container {width: auto;max-width: 100%;}} */
/* @media (min-width: 1980px) {
  .container {
    width: auto;
    max-width: 1980px;
  }
} */
/* @media (min-width: 2560px) {
  .container {
    width: auto;
    max-width: 2560px;
  }
} */
@media (min-width: 1280px) {
  .container {
    width: auto;
    max-width: 1280px;
  }
}
/* NAVBAR */

.nav {
  pointer-events: none;
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20001;
  /* background-color: var(--bg); */
  height: 53px;
}

.nav-toggle {
  pointer-events: all;
  right: 1.5rem;
  z-index: 9999;
  cursor: pointer;
  width: 17px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 0;
  border: 5px solid transparent;
  box-sizing: content-box;
}
.homebutton {
  pointer-events: all;
  position: absolute;
  top: 2px; /* wyrównanie w pionie */
  left: 40px; /* tak jak masz */
  height: 21px; /* dopasowane do hamburgera */
  width: 21px;
}

.homebutton svg {
  fill: none;
  stroke: var(--black);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}
.homebutton:hover::after {
  color: var(--red);
  text-shadow: 0 0 0 var(--red);
  text-decoration: none !important;
}
.homebutton:hover {
  text-decoration: none !important;
}
.homebutton:hover svg {
  stroke: var(--red);
}
.homebutton::after {
  content: "STRONA GŁÓWNA";
  top: 0;
  left: 0;
  font-family: "Suisse Int'l Mono Thin";
  width: 30px;
  font-size: 9px;
  line-height: 1em;
  display: block;
  color: var(--black);
  text-shadow: 0 0 0 var(--black);
  top: 3px;
  position: absolute;
  left: 25px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 420px) {
  .homebutton::after {
    display: none;
  }
}
.nav-line {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: var(--black);
}

.nav-line:nth-child(1) {
  top: 0;
}

.nav-line:nth-child(2) {
  top: 48%;
}

.nav-line:nth-child(3) {
  bottom: 0;
}

.nav.active .nav-line:nth-child(1) {
  transform: rotate(-225deg);
  top: 7px;
}

.nav.active .nav-line:nth-child(2) {
  opacity: 0;
  /* top: 7px;
    transform: rotate(-135deg); */
  width: 0%;
}

.nav.active .nav-line:nth-child(3) {
  transform: rotate(225deg);
  bottom: 7px;
}

.nav-toggle:hover .nav-line {
  background-color: var(--red);
}

.nav-menu {
  pointer-events: all;
  position: absolute;
  top: 35px;
  left: 15px;
  width: auto;
  z-index: 9998;
  overflow: hidden;
  max-width: 0;
  background-color: var(--bg);
  box-shadow: 0 0 0 10px var(--bg);
  opacity: 0;
}

.nav-menu a {
  pointer-events: all;
  display: block;
  text-decoration: none;
  color: var(--black);
  font-family: "Suisse Int'l Mono Thin";
  font-size: 11px;
  /* line-height: 1em; */
  line-height: 1.5em;
  text-transform: uppercase;
  text-shadow: 0 0 #000000;
  opacity: 0;
  white-space: nowrap;
  position: relative;
  left: -100px;
}

.nav-menu a:nth-child(1) {
  transition-delay: 0.05s;
}

.nav-menu a:nth-child(2) {
  transition-delay: 0.1s;
}

.nav-menu a:nth-child(3) {
  transition-delay: 0.15s;
}

.nav-menu a:nth-child(4) {
  transition-delay: 0.2s;
}

.nav-menu a:nth-child(5) {
  transition-delay: 0.25s;
}

.nav-menu.active a:nth-child(5) {
  transition-delay: 0.05s !important;
}

.nav-menu.active a:nth-child(4) {
  transition-delay: 0.1s !important;
}

.nav-menu.active a:nth-child(3) {
  transition-delay: 0.15s !important;
}

.nav-menu.active a:nth-child(2) {
  transition-delay: 0.2s !important;
}

.nav-menu.active a:nth-child(1) {
  transition-delay: 0.25s !important;
}

.nav.active .nav-menu {
  max-width: 120px;
  opacity: 1;

  box-shadow: 0 0 0 10px var(--bg);
}

.nav.active .nav-menu a {
  opacity: 1;
  position: relative;
  left: 0;
}

@media (max-width: 1024px) {
  .nav-menu a {
    font-size: 14px;
    padding: 5px;
  }
}
.item-nav-toggle {
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  left: -20px;
  top: 0;
  transform-origin: center center;
  height: 10px;
}

.item-nav.active .item-nav-toggle svg {
  transform: rotate(-180deg);
}
.item-nav {
  position: absolute;
  left: 200px;
  top: -4px;
  background: var(--bg);
  border: 10px solid var(--bg);
}

.item-nav a {
  pointer-events: all;
  font-size: 10px;
  display: block;
  text-shadow: 0 0 #000000;
  max-height: 0;
  overflow: hidden;
  color: var(--black);
  opacity: 0;
  max-width: 400px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
}

.item-nav a.shorten::after {
  content: "…";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  background-color: var(--bg);
  box-shadow: -4px 0 8px 4px var(--bg);
}

.item-nav a:nth-child(2) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.item-nav a:nth-child(3) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.item-nav a:nth-child(4) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.item-nav a:nth-child(5) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.item-nav a:nth-child(6) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.item-nav a:nth-child(7) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.item-nav a:nth-child(8) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.item-nav a:nth-child(9) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.item-nav a:nth-child(10) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.item-nav a div {
  display: inline;
  margin-left: 5px;
}
.item-nav a.active {
  color: var(--black);
  /* pointer-events: none; */
}

.item-nav a.active,
.item-nav.active a {
  max-height: 15px;
  opacity: 1;
}
.item-nav.active a.active {
}

.nav-menu a:hover,
.item-nav a:hover {
  color: var(--red);
  text-shadow: 0 0 var(--red);
  text-decoration: none;
}
@media screen and (max-width: 1150px) {
  .item-nav a {
    /* max-width: 350px; */
  }
}
@media screen and (max-width: 1150px) {
  .item-nav {
    left: 150px;
  }
}

@media screen and (max-width: 1085px) {
  .item-nav {
    left: 120px;
  }
}
@media screen and (max-width: 1020px) {
  .item-nav {
    /* left: 75px; */
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .item-nav a {
    max-width: 300px;
  }
}
@media screen and (max-width: 870px) {
  .item-nav a {
    max-width: 250px;
  }
}
@media screen and (max-width: 820px) {
  .item-nav a {
    max-width: 200px;
  }
}
@media screen and (max-width: 715px) {
  .item-nav a {
    max-width: 150px;
  }
}
@media screen and (max-width: 620px) {
  .item-nav a div {
    display: none;
  }
}
.row {
  position: relative;
}
.over-header #logos {
  display: none;
}
.logo-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20000;
}
.logo-container > .row > .col-xs-10 {
  overflow: hidden;
  height: 83px;
  border-bottom: 1px solid var(--bg);
  background-color: var(--bg);
}

.logo-container.scrolled > .row > .col-xs-10 {
  overflow: hidden;
  height: 83px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 580px) {
  .logo-container > .row > .col-xs-10 {
    /* height: 117px !important; */
  }
}

#logos {
  position: absolute;
  right: 2.5em;
  top: 2.5em;
  font-size: 10px;
  z-index: 99999999;
  /* background-color: var(--bg); */
}

#logos::before {
  content: "";
  background-color: var(--bg);
  position: absolute;
  top: -100%;
  bottom: -2.5rem;
  left: -1000%;
  right: -100%;
  pointer-events: none;
}

.logo-container.scrolled #logos {
  font-size: 7px;
}

.logo-container.scrolled #logos::before {
}
.over-header {
  height: 120px;
  display: block;
}

#pi-logo {
  max-width: 100%;
  width: 13.1em;
  margin-right: 3.5em;
}

#pko-logo {
  width: 12.8em;
}

@media screen and (max-width: 767px) {
  #logos {
    font-size: 9px;
  }
  .over-header {
    height: 110px;
  }
}

@media screen and (max-width: 660px) {
  #logos {
    font-size: 8px;
  }
}

@media screen and (max-width: 580px) {
  #logos {
    font-size: 7px;
  }
  /* #logos > * {
    display: block;
    margin-right: 0;
    width: 91px;
  } */
  /* #pi-logo {
    margin-bottom: 15px;
  } */
  .over-header {
    height: 130px;
  }
}

@media screen and (max-width: 460px) {
  #logos {
    /* font-size: 6px; */
  }
}
@media screen and (max-width: 410px) {
  #logos {
    /* font-size: 5px; */
    /* top: 3em; */
  }
}
@media screen and (max-width: 370px) {
  #logos {
    /* font-size: 4px; */
    /* top: 4em; */
  }
}
@media screen and (max-width: 340px) {
  #logos {
    /* font-size: 3.5px; */
    /* top: 5em; */
  }
}
h1 {
  font-family: "Cardinal Fruit Bold";
  position: relative;
  font-size: 11.8em;
  margin-bottom: -0.05em;
  line-height: 0.8em;
  letter-spacing: -0.03em;
}

.text-reveal {
  display: block;
  overflow: hidden;
  padding: 0.3em 0;
  margin: -0.59em -0.03em -0.35em 0;
}

.text-reveal div {
  display: inline-block;
  /* opacity: 0; */
  animation: text-reveal 1s cubic-bezier(0.76, 0, 0.24, 1) forwards;
  position: relative;
  top: 200px;
  opacity: 0;
}
.text-reveal:nth-child(1) div {
  margin-top: 0.27em !important;
}
.text-reveal:nth-child(2) div {
  animation-delay: 0.2s;
}

@keyframes text-reveal {
  0% {
    /* opacity: 0; */
    top: 200px;
  }

  100% {
    /* opacity: 1; */
    opacity: 1;
    top: 0;
  }
}

.item-page h1 {
  font-family: "Cardinal Fruit";
  font-size: 6.8em;
  font-size: 6.8em;
  margin-bottom: 0;
  line-height: 1em;
  margin-top: 0;
}

.rozdzial2.item-page h1,
.rozdzial6.item-page h1 {
  font-size: 6em !important;
}
.ludzie h1,
.onas h1 {
  font-size: 9.1em;
}

span.over-h1 {
  font-size: 11px !important;
  display: block;
  margin-bottom: 15px !important;
}

h2 {
  font-family: "Sohne Breit Fett";
  margin-top: 6rem;
  font-size: 3.2em;
}

.item-page h2 {
  font-family: "Sohne Breit";
  font-size: 2em;
  margin-top: 5rem;
  line-height: 1.2em;
  margin-bottom: 6rem;
}

.onas h2 {
  font-size: 5.2em;
  margin-bottom: 0.5em;
  font-family: "Cardinal Fruit Bold";
}

.home h3 {
  font-family: "Suisse Int'l Mono Thin";
  /* font-size: 1.5em; */
  font-size: 15px;
  text-align: center;
  padding: 1rem 7rem 30px 7rem;
  text-shadow: 0 0 #00000050;
}

.home h3.first {
  padding-top: 6rem;
}

@media (max-width: 767px) {
  .item-page h1 {
    padding-right: 50px;
  }
}

@media (max-width: 420px) {
  .home h3 {
    padding: 1rem 2rem 30px 2rem;
  }

  .item-page h1 {
    padding-right: 35px;
  }
}

@media (max-width: 350px) {
  .item-page h1 {
    padding-right: 0;
  }
  .over-h1 {
    padding-top: 10px;
  }
}
.item-page h3 {
  font-family: "Cardinal Fruit Bold";
  font-size: 27px;
  margin: 1.6em 0 0.6em 0;
}

h4 {
  margin-bottom: 25px;
}

.item-page h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 14px;
}

.item-page header .inner-wrapper {
  padding-right: 0;
  padding-top: 0;
}

p,
ul li {
  font-family: "Chronicle Roman";
  /* font-family: 'Chronicle Light'; */
  /* font-size: 1.3em; */
  font-size: 16px;
  font-weight: normal;
}

ul {
  padding-left: 18px;
}

p strong,
p b {
  font-family: "Chronicle Bold";
}

p.przypisy {
  border-top: 1px solid var(--black);
  padding-top: 10px;
  margin-top: 30px;
  display: inline-block;
  font-size: 12px;
}

.esej {
  margin-top: 4rem;
}

.esej p:nth-child(1):first-letter {
  font-size: 7em;
  line-height: 0.9em;
  margin-right: 0.2em;
  float: left;
  font-family: "Cardinal Fruit";
}

.connected-item,
.items {
  background-color: var(--bg);
  position: relative;
  z-index: 10002;
}

.listenread {
  color: var(--black);
  font-family: "Cardinal Fruit Bold";
  font-size: 33px;
}

@media (max-width: 470px) {
  .listenread {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .listenread {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .listenread {
    font-size: 22px;
  }
}

.inner-wrapper {
  padding: 3.5rem;
}

/* .home p + p {
  margin: 0;
  clear: both;
  text-indent: 3.3rem;
} */

span,
h4 {
  font-family: "Suisse Int'l Mono Thin";
  /* font-size: 1.3em; */
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  text-shadow: 0 0 var(--black);
}

.text-block {
  padding: 0 15px 5rem 15px;
}

.illustration {
  margin-top: 14rem;
  /* margin-left: 5rem;
  margin-right: 8rem; */

  margin-left: 20px;
  margin-right: 20px;
  max-width: 100%;
  position: relative;
  margin-bottom: 18rem;
}

/* .illustration-top {
    min-height: 400px;
    background-color: red;
}

.illustration-top-image {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: 100%;
    text-align: right;
    position: absolute;
    top: 6rem;
    bottom: 6rem;
    width: 58.33333%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
} */
.illustration-top {
  margin-right: 10px;
  max-width: 100%;
  width: 600px;
  max-height: 537px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.illustration-top.horizontal {
  margin-top: 180px;
}

.illustration-top img {
  /* max-width: 600px; */
  /* max-height: 537px; */
  max-width: 100%;
  max-height: 537px;
  width: auto;
  height: auto;
  display: block;
  /* float: right; */
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  /* display: none; */
}

@media screen and (max-width: 767px) {
  .illustration-top {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-top: 5rem !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: none !important;
    text-align: center;
  }

  .illustration-top img {
    display: inline-block;
    max-width: 100%;
    /* max-width: 500px; */
    margin-top: 0;
    margin-bottom: 20px;
  }

  .illustration {
    margin-bottom: 40px;
  }
}

.illustration span {
  display: block;
  text-indent: -1em;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.illustration img {
  mix-blend-mode: darken;
  max-width: 100%;
  width: 34.5rem;
  width: 100%;
}

.text-illustration {
  width: 100%;
  left: 0;
  width: 700px;
  position: relative;
  padding-bottom: 2em;
}

.text-illustration .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  height: 460px;
  max-width: 100%;
  /* width: 600px; */
  /* width: 100%; */
  position: absolute;
  bottom: 4rem;
  /* padding: 0 10rem; */
  box-sizing: border-box;
  left: 48px;
  right: 36px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  /* transform: scale(0.95); */
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-illustration .img img {
  display: none;
}

.text-illustration .img.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.text-illustration .excerpt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 2000px;
  border-bottom: 1px dotted var(--line);
  z-index: 10002;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.text-illustration .excerpt.active::after {
  right: 30px;
}

.text-illustration .excerpt span {
  font-size: 15px;
  line-height: 1.3em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  background-color: var(--bg);
  margin-left: 40px;
  position: relative;
  z-index: 10001;
  width: 65%;
}

.text-illustration .author {
  font-family: "Chronicle Italic";
  font-style: italic;
  position: absolute;
  letter-spacing: normal;
  font-size: 12px;
  display: block;
  /* bottom: -2em; */
  bottom: 1em;
  margin-left: 40px;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .with-author .img {
    position: static;
    /* margin-left: 40px; */
  }
  .with-author {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    left: 48px;
    right: 36px;
  }
  .with-author .author {
    margin: 10px 0 0 0;
    position: static !important;
  }
}

@media screen and (max-width: 1100px) {
  .text-illustration .author {
    bottom: 0.5em;
  }
}
@media screen and (max-width: 900px) {
  .text-illustration .author {
    bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .text-illustration .img {
    width: 323px;
    max-width: 100%;
    position: relative;
    bottom: 0;
    padding: 0;
    left: 0;
    right: 0;
    background-image: none;
    height: auto;
    margin: 20px auto;
  }
  .text-illustration .img img {
    display: block;
    max-width: 100%;
  }

  .text-illustration .excerpt span {
    width: 100%;
    margin-left: 0;
  }

  .text-illustration .author {
    position: relative;
    /* bottom: 0; */
    bottom: 1em;
    /* margin-top: 1em; */

    margin-top: 0;
    text-align: center;
    margin-left: 0;
    width: 100%;
  }

  .text-illustration {
    margin: 20px 0;
  }

  .text-illustration .excerpt::after {
    left: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 1011px) and (min-width: 768px) {
  .illustration {
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .illustration {
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .illustration {
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 100%;
  }
}

.item {
  padding: 3rem 15px 3rem 15px;
}

.item .icon {
  max-width: 72px;
}

.item:nth-child(1) {
  position: relative;
  top: -11.5rem;
}

@media screen and (max-width: 767px) {
  .item:nth-child(1) {
    top: 0;
  }
}

.item::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  /* right: 0.5rem; */
  right: 100%;
  pointer-events: none;
  top: 0;
  height: 1px;
  border-bottom: 1px solid var(--line);
}

.item-01:before {
  animation: drawingH2 1s 0400ms ease-in-out 1 forwards;
}

.item-02:before {
  animation: drawingH2 1s 0500ms ease-in-out 1 forwards;
}

.item-03:before {
  animation: drawingH2 1s 0600ms ease-in-out 1 forwards;
}

.item-04:before {
  animation: drawingH2 1s 0700ms ease-in-out 1 forwards;
}

.item-05:before {
  animation: drawingH2 1s 0800ms ease-in-out 1 forwards;
}

.item-06:before {
  animation: drawingH2 1s 0900ms ease-in-out 1 forwards;
}

.item-07:before {
  animation: drawingH2 1s 1000ms ease-in-out 1 forwards;
}

.item-08:before {
  animation: drawingH2 1s 1100ms ease-in-out 1 forwards;
}

.item-09:before {
  animation: drawingH2 1s 1200ms ease-in-out 1 forwards;
}

@keyframes drawingH2 {
  0% {
    right: 100%;
  }

  100% {
    right: 0.5rem;
  }
}

.esej:after,
.esej-page .connected-item:after {
  content: "";
  display: block;
  bottom: 0;
  margin-left: 15px;
  margin-right: 100%;
  border-bottom: 1px dotted var(--line);
  z-index: 10002;
  animation: drawingH3 1s 0400ms ease-in-out 1 forwards;
}

.connected-item a {
  color: var(--black);
  display: block;
}

.connected-item a:hover,
.connected-item a:hover * {
  color: var(--red);
  text-decoration: none;
  stroke: var(--red);
}
@keyframes drawingH3 {
  0% {
    margin-right: 100%;
  }

  100% {
    margin-right: 15px;
  }
}
.premiera {
  color: var(--black) !important;
  text-shadow: 0 0 0 var(--black);
  opacity: 1;
  font-size: 12px;
  font-family: "Suisse Int'l Mono Thin";
  position: relative;
  top: -10px;
  display: none;
}

.premiera b {
  font-family: "Suisse Int'l Mono Thin";
  font-weight: normal;
}

.item .title {
  font-family: "Cardinal Fruit Bold";
  font-size: 4.1em;
  margin-bottom: 3rem;
  line-height: 1.2em;
}

.item a {
  color: var(--black);
  clear: both;
  /* display: flex;
    align-items: center;
    flex-wrap: wrap; */
  min-height: 30px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1011px) {
  .item a {
    margin-bottom: 5px;
  }
}

.item a > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 30px;
}

.item a:hover,
.listenread:hover,
.item-link:hover .title,
.item-link:hover {
  text-decoration: none;
  color: var(--red);
}

.item a:hover span {
  text-shadow: 0 0 var(--red) !important;
}

svg {
  shape-rendering: crispEdges;
}

.item a:hover svg,
.listenread:hover svg {
  stroke: var(--red);
}

.item span {
  font-family: "Suisse Int'l Mono Thin";
  /* font-size: 1.3em; */
  font-size: 13px;
  /* margin-left: 4rem; */
}

.number {
  font-family: "Suisse Int'l Mono Thin";
  font-size: 5.1rem;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}

.item .number {
  max-width: 9.5rem;
}

.item-page .number {
  text-align: right;
}

@media screen {
  .item-page .number {
    position: absolute;
    top: 0;
    right: 15px;
  }
}

@media (max-width: 420px) {
  .item .number {
    width: 100%;
    margin-bottom: 4px;
  }

  .item .number + .col-xs-10 {
    width: 100%;
  }
}

.item .side-title {
  font-family: "Suisse Int'l Mono Thin";
  font-size: 12px;
  position: absolute;
  letter-spacing: -0.01em;
  text-shadow: 0 0 #00000030;
}

.item:nth-child(1) .side-title {
  top: 0;
  right: 100%;
  margin-right: 1rem;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}

.item:nth-child(2) .side-title {
  top: 1em;
  right: -1rem;
  margin-left: 1rem;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: right top;
}

.icon-read,
.icon-listen,
.controls button,
.platforms a {
  display: block;
  fill: none;
  stroke: var(--black);
  stroke-width: 0.4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  clear: both;
  float: left;
}

.icon-read {
  width: 30px;
}

.icon-listen {
  width: 22px;
  margin: 0 4px;
}

.listenread {
  display: flex;
  margin-bottom: 0.6em;
}

.item-page .icon-listen,
.item-page .icon-read {
  width: 0.9em;
  margin-right: 1em;
}

.item-link {
  display: block;
  text-decoration: none;
  color: var(--black);
  padding: 2rem 0 2rem 0;
  border-top: 1px solid var(--line);
  position: relative;
}

.item-link .title {
  display: block;
  font-size: 3.3rem;
  font-family: "Cardinal Fruit Bold";
  letter-spacing: normal;
  text-shadow: none;
  letter-spacing: -0.01em;
  position: relative;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}

.esej-page .item-link .title {
  padding-right: 200px;
}

.item-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  top: 15px;
  left: 0;
  right: 0;
  border-left: 2px dotted var(--line);
}

.item-link .author,
.item-link .premiera {
  font-family: "Suisse Int'l Mono Thin";
  font-size: 11px;
  top: 0.7em;
  position: absolute;
  display: block;
}
.item-link .author {
  text-transform: uppercase;
  right: 0;
}

.item-link .premiera {
  /* position: relative; */
  padding-left: 3.6rem;
  display: none;
  box-shadow: 0 0 0 var(--black);
  /* margin-top: -0.2em; */
  /* margin-bottom: -0.5em; */
}

@media (max-width: 550px) {
  .esej-page .item-link .title {
    padding-right: 3.6rem;
  }

  .item-link .author,
  .item-link .premiera {
    position: static;
    padding: 1rem 3.6rem 0 3.6rem;
  }
}

.items h4 {
  margin-bottom: 20px;
}

.item-link:nth-last-child(1) {
  border-bottom: 1px solid var(--line);
}

/* PLAYER */

.player {
  position: relative;
  z-index: 10000;
}

.controls {
  padding-bottom: 56px;
  display: block;
}

.controls button,
.platforms a {
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: none;
  float: left;
  clear: none;
  margin-right: 16px;
}
.platforms {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .platforms {
    margin-top: 10px;
    padding-bottom: 50px;
    display: block;
  }
}

.controls button:hover,
.platforms a:hover {
  stroke: var(--red);
}
:root {
  --range-height: 22px;
  --range-bg-color: #eadad6;
  /* kolor tła paska */
  --range-fill-color: #aa9794;
  /* kolor wypełnienia od lewej do thumba */
  --range-border-radius: 0;
}

.grid {
  position: absolute;
  width: 100%;
  /* background-color: var(--bg); */
  height: var(--range-height);
  z-index: 9999;
  pointer-events: none;
  user-select: none;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='22' viewBox='0 9 4 22'><rect width='2' height='40' fill='%23FDEBE6'/></svg>");
  background-repeat: repeat-x;
  background-size: 3px 130%;
  background-position: top left;
}

.player input[type="range"] {
  -webkit-appearance: none;
  height: var(--range-height);
  background: var(--range-bg-color);
  border-radius: var(--range-border-radius);
  outline: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* pasek wypełnienia - WebKit */
.player input[type="range"]::-webkit-slider-runnable-track {
  height: var(--range-height);
  background: linear-gradient(to right, var(--range-fill-color) 0%, var(--range-fill-color) var(--range-percent), var(--range-bg-color) var(--range-percent), var(--range-bg-color) 100%);
  border-radius: var(--range-border-radius);
}

/* usuń pokrętło */
.player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: calc(var(--range-height) / -2);
  /* na środku */
}

/* Firefox */
.player input[type="range"]::-moz-range-track {
  height: var(--range-height);
  background: linear-gradient(to right, var(--range-fill-color) 0%, var(--range-fill-color) var(--range-percent), var(--range-bg-color) var(--range-percent), var(--range-bg-color) 100%);
  border-radius: var(--range-border-radius);
}

.player input[type="range"]::-moz-range-thumb {
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.time span {
  font-size: 3.2rem;
  text-shadow: none;
}

.time #duration {
  opacity: 0.56;
}

.info {
  display: block;
  margin-top: 6rem;
  font-size: 14px;
  margin-bottom: 3rem;
  line-height: 1.2em;
}

/* LUDZIE */

.person-box .img-circle {
  width: 166px;
  height: 166px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
  border: 2px solid #918787;
  mix-blend-mode: multiply !important;
}

.person-box {
  cursor: pointer;
  box-sizing: border-box;
  /* padding: 35px; */
  width: 16.666%;
  float: left;
  position: relative;
  font-size: 13px;
  z-index: 0;
}

.person-box.active {
  z-index: 9999999;
}

.person-box span {
  /* height: 32px; */
}

.person-info {
  opacity: 0;
  position: absolute;
  /* width: 200%; */
  text-align: left;
  /* top: 0; */
  /* bottom: 1px; */
  background-color: var(--bg);
  /* margin-left: -1px; */
  z-index: 99999;
  display: block;
  pointer-events: none;
  /* left: 0; */
  padding: 20px;
  border-bottom: 1px dotted var(--line);
  border-right: 1px dotted var(--line);
  margin-right: -1px;
  overflow: hidden;
}

.person-info .inner {
  overflow-y: auto;
  position: absolute;
  padding-top: 20px;
  top: -100%;
  padding-bottom: 20px;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  right: 0;
}
.person-info::after {
  content: "";
  position: absolute;
  z-index: 999;
  left: 0;
  right: 16px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  border: 19px solid var(--bg);
  border-left-width: 0;
  border-right-width: 0;
}
.person-info.active .inner {
  top: 0px;
}
.person-info .inner p,
.person-info .inner span {
  padding-right: 20px;
  line-height: 1.2em;
}
.person-info .inner span {
  margin-bottom: 15px;
  display: block;
}
.person-info .inner p {
  margin-bottom: 15px !important;
}

.person-info .inner p:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.person-info.active {
  opacity: 1;
  left: 100%;
  pointer-events: auto;
}

.person-title {
  letter-spacing: 0;
  font-size: 13px;
}
.person-info p {
  font-size: 13px;
}

.person-box::before,
.person-box::after {
  content: "";
  position: absolute;
  border-style: dotted;
  border-color: var(--line);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.person-box::after {
  border-width: 0 0 1px 0; /* tylko dolna krawędź */
  right: 200%;
  animation: drawingH 1s 1s ease-in-out 1 forwards;
}
.person-box::before {
  border-width: 0 1px 0 0; /* tylko prawa krawędź */
  bottom: 100%;
  animation: drawingV1 1s 2s ease-in-out 1 forwards;
}
.line-cover {
  background: var(--bg);
  position: absolute;
  display: block;
  z-index: 999999;
}
.person-box.active.p-bottom .line-cover {
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
}
.person-box.active.p-top .line-cover {
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
}
.person-box.active.p-left .line-cover {
  width: 2px;
  top: 0;
  bottom: 0;
  left: -1px;
}
.person-box.active.p-right .line-cover {
  width: 2px;
  top: 0;
  bottom: 0;
  right: -1px;
}

@keyframes drawingV1 {
  0% {
    bottom: 100%;
  }

  100% {
    bottom: 0;
  }
}
/* @media screen and (min-width: 1901px) {
  .person-box#p6::before,
  .person-box#p12::before,
  .person-box#p18::before,
  .person-box#p24::before {
    border-right-width: 0;
  }
  .person-box#p1::after,
  .person-box#p7::after,
  .person-box#p13::after,
  .person-box#p19::after,
  .person-box#p25::after {
    left: -200%;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1900px) {
  .person-box {
    width: 20%;
  }
  .person-box#p5::before,
  .person-box#p10::before,
  .person-box#p15::before,
  .person-box#p20::before,
  .person-box#p25::before {
    border-right-width: 0;
  }
  .person-box#p1::after,
  .person-box#p6::after,
  .person-box#p11::after,
  .person-box#p16::after,
  .person-box#p21::after,
  .person-box#p26::after {
    left: -200%;
  }
} */
@media screen and (min-width: 1280px) {
  .person-box {
    width: 25%;
  }
  .person-box#p4::before,
  .person-box#p8::before,
  .person-box#p12::before,
  .person-box#p16::before,
  .person-box#p20::before,
  .person-box#p24::before {
    border-right-width: 0;
  }
  .person-box#p1::after,
  .person-box#p5::after,
  .person-box#p9::after,
  .person-box#p13::after,
  .person-box#p17::after,
  .person-box#p21::after,
  .person-box#p25::after {
    left: -200%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .person-box {
    width: 33.333%;
  }
  .person-box#p3::before,
  .person-box#p6::before,
  .person-box#p9::before,
  .person-box#p12::before,
  .person-box#p15::before,
  .person-box#p18::before,
  .person-box#p21::before,
  .person-box#p24::before {
    border-right-width: 0;
  }
  .person-box#p1::after,
  .person-box#p4::after,
  .person-box#p7::after,
  .person-box#p10::after,
  .person-box#p13::after,
  .person-box#p16::after,
  .person-box#p19::after,
  .person-box#p22::after,
  .person-box#p25::after {
    left: -200%;
  }
}
@media screen and (min-width: 621px) and (max-width: 900px) {
  .person-box {
    width: 50%;
  }
  .person-box#p2::before,
  .person-box#p4::before,
  .person-box#p6::before,
  .person-box#p8::before,
  .person-box#p10::before,
  .person-box#p12::before,
  .person-box#p14::before,
  .person-box#p16::before,
  .person-box#p18::before,
  .person-box#p20::before,
  .person-box#p22::before,
  .person-box#p24::before,
  .person-box#p26::before {
    border-right-width: 0;
  }
  .person-box#p1::after,
  .person-box#p3::after,
  .person-box#p5::after,
  .person-box#p7::after,
  .person-box#p9::after,
  .person-box#p11::after,
  .person-box#p13::after,
  .person-box#p15::after,
  .person-box#p17::after,
  .person-box#p19::after,
  .person-box#p21::after,
  .person-box#p23::after,
  .person-box#p25::after {
    left: -200%;
  }
}
@media screen and (max-width: 620px) {
  .person-box {
    width: 100%;
  }
  .person-box::after {
    left: -200%;
  }
  .person-box::before {
    border-right-width: 0;
  }
}

.person-box .inner {
  mix-blend-mode: multiply !important;
  /* padding: 35px; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* LINES */
.line-bhd {
  position: absolute;
  left: -200%;
  right: 200%;
  pointer-events: none;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dotted var(--line);
  animation: drawingH 2s 0s ease-in-out 1 forwards;
}

@keyframes drawingH {
  0% {
    right: 200%;
  }

  100% {
    right: 0;
  }
}

.line-bh,
.line-bh100 {
  pointer-events: none;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 1px;
  border-bottom: 1px solid var(--line);
  animation: drawingH4 1s 0.5s ease-in-out 1 forwards;
  width: 0%;
}

@keyframes drawingH4 {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.line-bh100 {
  margin: 0;
}

.spacer {
  display: block;
  height: 6rem;
  width: 100%;
}

.no-click {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.line-vertical {
  position: fixed;
  /* top: 0; */
  height: 0%;
  /* bottom: 0; */
  left: calc(50% - 0.5px);
  width: 1px;
  background-color: var(--line);
  z-index: 2222;
  animation: drawingV 1s 0.4s ease-in-out 1 forwards;
}

.main > .row > .col-xs-10 {
  position: relative;
}

.main > .row > .col-xs-10::before,
.main > .row > .col-xs-10::after {
  content: "";
  top: 0;
  width: 1px;
  height: 0%;
  background-color: var(--line);
  position: absolute;
  z-index: 100001;
}

.main > .row > .col-xs-10::before {
  left: -1px;
  animation: drawingV 1s ease-in-out 1 forwards;
}

.main > .row > .col-xs-10::after {
  right: -1px;
  animation: drawingV 1s 0.8s ease-in-out 1 forwards;
}

.line-vertical-dotted {
  position: fixed;
  top: 0;
  height: 0%;
  /* bottom: 0; */
  /* left: calc(50% - 0.5px); */
  width: 1px;
  border-right: 1px dotted var(--line);
  z-index: 9999;
  margin-left: -15px;
  animation: drawingV 1s 0.4s ease-in-out 1 forwards;
}

@keyframes drawingV {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .line-vertical {
    display: none;
  }
}

footer {
  background-color: var(--bg);
  /* max-width: 690px; */
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
  /* padding: 50px 25px; */
  padding: 50px 3.5rem;
}

footer span {
  font-size: 12px;
}

/* ANIMATIONS */
#logos img,
.reveal,
.item,
.text-block p,
.text-block h3,
.text-block h4,
.over-h1,
.text-illustration .excerpt span,
.text-illustration .author,
.connected-item,
.items h4,
.item-link,
footer span,
.person-box .inner {
  opacity: 0;
  transform: translateY(20px);
  /* transform: scale(0.95); */
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.controls button,
.platforms a {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

#logos img.active,
.reveal.active,
.item.active,
.text-block p.active,
.text-block h3.active,
.text-block h4.active,
.over-h1.active,
.text-illustration .excerpt span.active,
.text-illustration .author.active,
.connected-item.active,
.items h4.active,
.item-link.active,
footer span.active,
.person-box .inner.active {
  opacity: 1;
  transform: translateY(0);
  /* transform: scale(1); */
}

/* ZESPOL */
.zespol {
  margin-top: 4em;
  position: relative;
}
.zespol .heading {
  margin-top: 4em;
}
.zespol span {
  display: block;
  margin-bottom: 0.9em;
}
.zespol span:nth-last-child(2) {
  margin-bottom: 4em;
}
.zespol .line-bh100 {
  margin: 0 -3.5rem;
  left: -3.5rem;
  right: -3.5rem;
  width: auto !important;
}

/* OTHER */

.p-s {
  position: static;
}

.bg {
  background-color: var(--bg);
  position: relative;
  z-index: 10000;
}

.vh100 {
  min-height: 100vh;
}

/* rodzialy */

/* #rozdzial1, */
/* #rozdzial1 *, */
/* #rozdzial2,
#rozdzial2 span,
#rozdzial2 svg,
#rozdzial2 div, */
/* #rozdzial3,
#rozdzial3 span,
#rozdzial3 svg,
#rozdzial3 div, */
/* #rozdzial4,
#rozdzial4 span,
#rozdzial4 svg,
#rozdzial4 div, */
/* #rozdzial5,
#rozdzial5 span,
#rozdzial5 svg,
#rozdzial5 div, */
/* #rozdzial6,
#rozdzial6 span,
#rozdzial6 svg,
#rozdzial6 div, */
#rozdzial7,
#rozdzial7 span,
#rozdzial7 svg,
#rozdzial7 div,
#rozdzial8,
#rozdzial8 span,
#rozdzial8 svg,
#rozdzial8 div,
#rozdzial9,
#rozdzial9 span,
#rozdzial9 svg,
#rozdzial9 div {
  color: var(--line);
  stroke: var(--line);
  text-shadow: 0 0 var(--line);
  pointer-events: none !important;
}

/* #rozdzial2 .premiera, */
/* #rozdzial3 .premiera, */
/* #rozdzial4 .premiera, */
/* #rozdzial5 .premiera, */
/* #rozdzial6 .premiera, */
#rozdzial7 .premiera,
#rozdzial8 .premiera,
#rozdzial9 .premiera {
  display: block;
}

/* #rozdzial2.item-link .title, */
/* #rozdzial3.item-link .title, */
/* #rozdzial4.item-link .title, */
/* #rozdzial5.item-link .title, */
/* #rozdzial6.item-link .title, */
#rozdzial7.item-link .title,
#rozdzial8.item-link .title,
#rozdzial9.item-link .title {
  margin-top: 10px !important;
}

.ludzielink {
  display: inline;
  cursor: pointer;
}

/* scroll */

.person-info .inner {
  overflow-y: auto; /* włączamy scroll pionowy */
  scrollbar-width: thin; /* Firefox: cienki */
  scrollbar-color: var(--line) var(--bg); /* Firefox: kolor paska i tła */
}

/* Chrome, Edge, Safari */
.person-info .inner::-webkit-scrollbar {
  width: 6px; /* szerokość scrolla */
}

.person-info .inner::-webkit-scrollbar-track {
  background: transparent; /* tło toru */
}

.person-info .inner::-webkit-scrollbar-thumb {
  background: var(--line); /* kolor paska */
  border-radius: 3px; /* zaokrąglenie */
}

.person-info .inner::-webkit-scrollbar-thumb:hover {
  background: var(--line); /* ciemniejszy przy hover */
}

/* rodzialy */

/* #rozdzial1, */
/* #rozdzial1 *, */
/* #rozdzial2,
#rozdzial2 span,
#rozdzial2 svg,
#rozdzial2 div, */
/* #rozdzial3,
#rozdzial3 span,
#rozdzial3 svg,
#rozdzial3 div,
#rozdzial4,
#rozdzial4 span,
#rozdzial4 svg,
#rozdzial4 div,
#rozdzial5,
#rozdzial5 span,
#rozdzial5 svg,
#rozdzial5 div,
#rozdzial6,
#rozdzial6 span,
#rozdzial6 svg,
#rozdzial6 div,
#rozdzial7,
#rozdzial7 span,
#rozdzial7 svg,
#rozdzial7 div,
#rozdzial8,
#rozdzial8 span,
#rozdzial8 svg,
#rozdzial8 div,
#rozdzial9,
#rozdzial9 span,
#rozdzial9 svg,
#rozdzial9 div {
  color: var(--line);
  stroke: var(--line);
  text-shadow: 0 0 var(--line);

  pointer-events: none !important;
} */

/* poprawki dla niskich ekranów */
@media (min-width: 768px) {
  .player {
    margin-top: -3.5rem;
  }
}

@media (max-height: 850px) {
  .podcast-page .illustration-top img {
    max-height: 437px;
  }
}

@media (max-height: 759px) {
  .podcast-page .illustration-top img {
    max-height: 337px;
  }
}
