@import url(./reset.css);
@import url(./bootstrap.css);
@import url(./fancybox.css);
@import url(./swiper-bundle.min.css);
@font-face {
  font-family: "Studio Feixen Edgy";
  src: local("Studio Feixen Edgy Bold"), local("Studio Feixen Sans Edgy Bold"), url("../fonts/StudioFeixenEdgy-Bold.woff2") format("woff2"), url("../fonts/StudioFeixenEdgy-Bold.woff") format("woff"), url("../fonts/StudioFeixenEdgy-Bold.ttf") format("truetype"), url("../fonts/StudioFeixenSansEdgy-Bold.woff2") format("woff2"), url("../fonts/studio-feixen-edgy-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Lausanne";
  src: local("TWK Lausanne"), local("TWK Lausanne SemiBold"), local("TWKLausanne-600"), url("../fonts/TWKLausanne-600.woff2") format("woff2"), url("../fonts/TWKLausanne-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Lausanne";
  src: local("TWK Lausanne 800"), local("TWK Lausanne ExtraBold"), local("TWKLausanne-800"), url("../fonts/TWKLausanne-800.woff2") format("woff2"), url("../fonts/TWKLausanne-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Lausanne Pan";
  src: local("TWK Lausanne Pan 400"), local("TWK Lausanne Pan Regular"), local("TWKLausannePan-400"), url("../fonts/TWKLausannePan-400.woff2") format("woff2"), url("../fonts/TWKLausannePan-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Lausanne Pan";
  src: local("TWK Lausanne Pan"), local("TWK Lausanne Pan SemiBold"), local("TWKLausannePan-600"), url("../fonts/TWKLausannePan-600.woff2") format("woff2"), url("../fonts/TWKLausannePan-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container-fluid {
  max-width: 1920px;
  padding: 0 24px;
}

body {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  background-color: #040509;
  color: #fff;
  position: relative;
  overflow-x: hidden;
}
body.block {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

html.kinomural-cookieyes-lock,
body.kinomural-cookieyes-lock {
  overflow: hidden !important;
  height: 100% !important;
}

.cky-consent-container {
  font-family: "TWK Lausanne Pan", sans-serif;
  color: #fff !important;
  z-index: 999999 !important;
}

.cky-modal {
  z-index: 9999999 !important;
  color: #fff !important;
}

.cky-overlay {
  z-index: 9999998 !important;
  background: rgba(4, 5, 9, 0.84) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cky-consent-container a {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.cky-consent-container a:hover {
  color: #fff !important;
}

.cky-consent-container .cky-consent-bar {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  background: rgba(4, 5, 9, 0.84) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cky-consent-container .cky-notice {
  width: 100% !important;
  max-width: 720px !important;
  padding: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 8px !important;
  background: #040509 !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.cky-consent-container .cky-title,
.cky-consent-container .cky-notice-title,
.cky-consent-container .cky-preference-title,
.cky-modal .cky-preference-title {
  display: block !important;
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: "Studio Feixen Edgy", "TWK Lausanne", sans-serif;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.cky-consent-container .cky-title::before,
.cky-consent-container .cky-notice-title::before,
.cky-consent-container .cky-preference-title::before,
.cky-modal .cky-preference-title::before {
  content: "";
  display: block;
  width: 210px;
  height: 56px;
  margin: 0 0 22px;
  background: url("https://kinomural.com/wp-content/themes/kinomural/images/kinomural_logo_duze.svg") no-repeat left center;
  background-size: contain;
}

.cky-consent-container .cky-notice-des,
.cky-consent-container .cky-preference-content-wrapper,
.cky-consent-container .cky-accordion-header-des,
.cky-consent-container .cky-audit-table,
.cky-consent-container .cky-empty-cookies-text,
.cky-consent-container .cky-cookie-des-table,
.cky-modal .cky-preference-content-wrapper,
.cky-modal .cky-accordion-header-des,
.cky-modal .cky-audit-table,
.cky-modal .cky-empty-cookies-text,
.cky-modal .cky-cookie-des-table {
  color: rgba(255, 255, 255, 0.86) !important;
  font-family: "TWK Lausanne Pan", sans-serif;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.cky-consent-container .cky-notice-btn-wrapper,
.cky-consent-container .cky-prefrence-btn-wrapper,
.cky-modal .cky-prefrence-btn-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

.cky-consent-container .cky-notice-btn-wrapper .cky-btn,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn {
  min-height: 46px !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "TWK Lausanne", sans-serif;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.cky-consent-container .cky-btn-accept,
.cky-consent-container .cky-btn-preferences,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn-accept,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn-accept,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn-preferences,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn-accept,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn-preferences {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #040509 !important;
}

.cky-consent-container .cky-btn-accept:hover,
.cky-consent-container .cky-btn-preferences:hover,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn-accept:hover,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn-accept:hover,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn-preferences:hover,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn-accept:hover,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn-preferences:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.cky-consent-container .cky-btn-customize,
.cky-consent-container .cky-btn-reject,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn-customize,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn-reject,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn-customize,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn-reject,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn-customize,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn-reject {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  color: #fff !important;
}

.cky-consent-container .cky-btn-customize:hover,
.cky-consent-container .cky-btn-reject:hover,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn-customize:hover,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn-reject:hover,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn-customize:hover,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn-reject:hover,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn-customize:hover,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn-reject:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: #fff !important;
}

.cky-consent-container .cky-modal .cky-preference-center,
.cky-consent-container .cky-preference-center,
.cky-modal .cky-preference-center {
  max-width: 820px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 8px !important;
  background: #040509 !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  color: #fff !important;
}

.cky-consent-container .cky-preference-header,
.cky-consent-container .cky-preference-content-wrapper,
.cky-consent-container .cky-accordion,
.cky-modal .cky-preference-header,
.cky-modal .cky-preference-content-wrapper,
.cky-modal .cky-accordion {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.cky-consent-container .cky-footer-shadow,
.cky-modal .cky-footer-shadow {
  display: none !important;
  background: none !important;
}

.cky-consent-container .cky-footer-wrapper,
.cky-modal .cky-footer-wrapper {
  background: #040509 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cky-consent-container .cky-accordion-btn,
.cky-consent-container .cky-always-active,
.cky-modal .cky-accordion-btn,
.cky-modal .cky-always-active {
  color: #fff !important;
}

.cky-consent-container .cky-btn-close,
.cky-modal .cky-btn-close {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.cky-consent-container .cky-btn-close:hover,
.cky-modal .cky-btn-close:hover {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.cky-consent-container .cky-switch input[type=checkbox],
.cky-modal .cky-switch input[type=checkbox] {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50px !important;
}

@media (max-width: 576px) {
  .cky-consent-container .cky-consent-bar {
    align-items: flex-end !important;
    padding: 16px !important;
  }

  .cky-consent-container .cky-notice {
    padding: 22px !important;
  }

  .cky-consent-container .cky-title,
.cky-consent-container .cky-notice-title,
.cky-consent-container .cky-preference-title,
.cky-modal .cky-preference-title {
    font-size: 21px !important;
  }

  .cky-consent-container .cky-title::before,
.cky-consent-container .cky-notice-title::before,
.cky-consent-container .cky-preference-title::before,
.cky-modal .cky-preference-title::before {
    width: 170px;
    height: 46px;
  }

  .cky-consent-container .cky-notice-btn-wrapper .cky-btn,
.cky-consent-container .cky-prefrence-btn-wrapper .cky-btn,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .cky-consent-container .cky-preference-center,
.cky-modal .cky-preference-center {
    max-height: calc(100vh - 32px) !important;
  }
}

html.font-plus body {
  zoom: 1.125;
}

html.font-minus body {
  zoom: 0.875;
}

html.contrast-inverted {
  filter: invert(1) hue-rotate(180deg);
  background: #fff;
}

html.contrast-inverted img,
html.contrast-inverted video,
html.contrast-inverted iframe {
  filter: invert(1) hue-rotate(180deg);
}

html.js body {
  opacity: 0;
  transition: opacity 280ms ease;
}

html.js body.page-ready {
  opacity: 1;
}

html.js body.page-leaving {
  opacity: 0;
}

html.js .reveal-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

html.js .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.js body,
html.js body.page-ready,
html.js body.page-leaving,
html.js .reveal-on-scroll,
html.js .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 24px;
    max-width: unset;
  }
}

section {
  position: relative;
}
section .container {
  position: relative;
  z-index: 2;
}
section .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .section_bg img,
section .section_bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section .section_bg_onlywideo {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
}
section .section_bg_onlywideo video {
  height: auto;
  object-fit: unset;
}
section .section_anchor {
  position: absolute;
  top: -96px;
  left: 0;
}
@media (max-width: 991px) {
  section .section_anchor {
    top: -120px;
  }
}

.text-center {
  text-align: center;
}

.rowcenter {
  align-items: center;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

[data-aos] {
  opacity: 1;
  transition: opacity 600ms ease, transform 600ms ease;
  transform: none;
  will-change: opacity, transform;
}
[data-aos].aos-animate {
  opacity: 1;
  transform: none;
}

.js [data-aos]:not(.aos-animate) {
  opacity: 0;
}

.js [data-aos=fade-up]:not(.aos-animate) {
  transform: translate3d(0, 16px, 0);
}

.js [data-aos=fade-in]:not(.aos-animate) {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.ladowanie {
  width: 100%;
  padding: 64px 0;
  background-color: #000;
  text-align: center;
  border-bottom: solid 1px #fff;
}
@media (max-width: 767px) {
  .ladowanie {
    padding: 48px 0;
  }
}
.ladowanie p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ladowanie p {
    font-size: 16px;
  }
}
.ladowanie .loader {
  width: 48px;
  height: 48px;
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@media (max-width: 767px) {
  .ladowanie .loader {
    width: 36px;
    height: 36px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.menu {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: rgba(4, 5, 9, 0.21);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  padding-bottom: 24px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 767px) {
  .menu {
    padding: 24px 0;
    overflow: visible;
  }
}
.menu_separator {
  height: 266px;
  display: block;
}
@media (max-width: 1899px) {
  .menu_separator {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .menu_separator {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .menu_separator {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .menu_separator {
    height: 130px;
  }
}
@media (max-width: 575px) {
  .menu_separator {
    height: 100px;
  }
}
.menu_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .menu_inside {
    flex-direction: column;
  }
}
.menu_inside_accesibility {
  order: 1;
  padding: 24px 0;
  height: 72px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .menu_inside_accesibility {
    display: none;
  }
}
.menu_inside_accesibility_contrast, .menu_inside_accesibility_aplus, .menu_inside_accesibility_aminus, .menu_inside_accesibility_reset {
  width: auto;
  height: 24px;
  font-family: "Studio Feixen Edgy";
  font-feature-settings: "ss06";
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.menu_inside_accesibility_contrast img, .menu_inside_accesibility_aplus img, .menu_inside_accesibility_aminus img, .menu_inside_accesibility_reset img {
  height: 24px;
  width: auto;
  display: block;
}
.menu_inside_accesibility_aplus, .menu_inside_accesibility_aminus, .menu_inside_accesibility_reset {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-left: 12px;
}
.menu_inside_accesibility_aplus:hover, .menu_inside_accesibility_aminus:hover, .menu_inside_accesibility_reset:hover {
  opacity: 0.5;
}
.menu_inside_accesibility_reset {
  display: none !important;
  min-width: 46px;
  border: 1px solid #040509;
  border-radius: 999px;
  padding: 0 8px;
  background-color: #fff;
  color: #040509;
  font-family: "TWK Lausanne";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 800;
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}
.menu_inside_accesibility_contrast img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.menu_inside_accesibility_contrast:hover img {
  opacity: 0.5;
}
.menu_inside_list {
  position: absolute;
  right: -100vw;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: #040509;
  padding: 12px 64px 12px 0;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  top: 8px;
}
@media (max-width: 767px) {
  .menu_inside_list {
    flex-direction: column;
    align-items: flex-end;
    top: -12px;
    padding: 12px 64px 12px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu_inside_list {
    padding: 16px 64px 16px 0;
    top: 6px;
  }
}
.menu_inside_list .menu_inside_accesibility {
  display: none;
}
@media (max-width: 767px) {
  .menu_inside_list .menu_inside_accesibility {
    display: flex;
    padding-bottom: 0;
  }
}
.menu_inside_list li {
  padding: 0 48px;
}
@media (max-width: 1599px) {
  .menu_inside_list li {
    padding: 0 42px;
  }
}
@media (max-width: 1899px) {
  .menu_inside_list li {
    padding: 0 36px;
  }
}
@media (max-width: 1199px) {
  .menu_inside_list li {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .menu_inside_list li {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .menu_inside_list li {
    padding: 0;
  }
}
.menu_inside_list li:first-child {
  padding-left: 0;
}
.menu_inside_list li a {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .menu_inside_list li a {
    font-size: 18px;
  }
}
.menu_inside_list li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.menu_inside_list li a:hover {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.menu_inside_list li a:hover::before {
  width: 100%;
}
.menu_inside_list_lang {
  padding-left: 24px;
  border-left: solid 2px #fff;
}
@media (max-width: 767px) {
  .menu_inside_list_lang {
    margin-top: 12px;
    padding-left: 0;
    border-top: solid 2px #fff;
    border-left: 0;
    padding-top: 12px !important;
  }
}
.menu_inside_burger {
  order: 3;
  width: 36px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 0;
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu_inside_burger {
    width: 24px;
    top: 2px;
    right: -12px;
  }
}
.menu_inside_burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: auto;
}
.menu_inside_burger span:nth-child(1) {
  top: 0;
}
.menu_inside_burger span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.menu_inside_burger span:nth-child(3) {
  bottom: 0;
}
.menu_inside_logo {
  order: 2;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.menu_inside_logo img {
  height: auto;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.menu.is-open .menu_inside_burger span:nth-child(1), .menu.is-open .menu_inside_burger span:nth-child(3) {
  top: 0;
  bottom: 0;
}
.menu.is-open .menu_inside_burger span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.is-open .menu_inside_burger span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu.is-open .menu_inside_burger span:nth-child(2) {
  width: 0;
}
.menu.is-open .menu_inside_list {
  right: -24px;
}
@media (max-width: 767px) {
  .menu.is-open .menu_inside_list {
    right: -12px;
  }
}

body.is-scrolled .menu {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.is-scrolled .menu {
    padding: 24px 0;
  }
}
body.is-scrolled .menu_inside_logo {
  width: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.is-scrolled .menu_inside_logo img {
    max-width: 400px;
  }
}

.stopka {
  position: relative;
  z-index: 2;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .stopka {
    padding: 24px 0;
  }
}
.stopka_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.stopka_inside_logo {
  display: block;
  width: 48px;
  height: auto;
}
@media (max-width: 767px) {
  .stopka_inside_logo {
    width: 24px;
  }
}
.stopka_inside_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.stopka_inside_lista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% - 72px);
}
@media (max-width: 767px) {
  .stopka_inside_lista {
    width: calc(100% - 24px);
  }
}
.stopka_inside_lista li {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .stopka_inside_lista li {
    margin-left: 12px;
  }
}
.stopka_inside_lista li a {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 767px) {
  .stopka_inside_lista li a {
    font-size: 12px;
  }
}
.stopka_inside_lista li a:hover {
  opacity: 0.5;
}

.tekst {
  display: block;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 1899px) {
  .tekst {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .tekst {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .tekst {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .tekst {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .tekst {
    padding-top: 56px;
  }
}
@media (max-width: 1899px) {
  .tekst {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .tekst {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .tekst {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .tekst {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .tekst {
    padding-bottom: 56px;
  }
}
.tekst p,
.tekst h1,
.tekst h2,
.tekst h3,
.tekst h4,
.tekst h5,
.tekst ol,
.tekst ul,
.tekst img,
.tekst iframe,
.tekst blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.tekst strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.tekst h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .tekst h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .tekst h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .tekst h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tekst h1 {
    font-size: 32px;
  }
}
.tekst h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .tekst h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .tekst h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .tekst h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .tekst h2 {
    font-size: 24px;
  }
}
.tekst h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.tekst h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .tekst h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .tekst h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tekst h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tekst h3 {
    font-size: 18px;
  }
}
.tekst h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.tekst h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .tekst h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .tekst h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tekst h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tekst h4 {
    font-size: 18px;
  }
}
.tekst ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.tekst ol ol,
.tekst ol ul {
  padding-left: 12px;
}
.tekst a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.tekst a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.tekst a:hover::before {
  width: 0;
}
.tekst ul {
  margin: 0 0 24px 0;
}
.tekst ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.tekst ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.tekst ul li ol {
  padding-left: 12px;
}
.tekst ul li ol li::before {
  display: none;
}
.tekst ul li ul {
  padding-left: 15px;
}
.tekst img {
  max-width: 100%;
  height: auto;
}
.tekst img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.tekst img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.tekst img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.tekst img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.tekst iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 450px;
  }
}
.tekst table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .tekst table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .tekst table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.tekst table tr {
  border-bottom: solid 1px #fff;
}
.tekst table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.tekst table tr td,
.tekst table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .tekst table tr td,
.tekst table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .tekst table tr td,
.tekst table tr th {
    font-size: 10px;
  }
}
.tekst table tr td:last-child,
.tekst table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.tekst table tr td:last-child a,
.tekst table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst table tr td:last-child a::before,
.tekst table tr th:last-child a::before {
  display: none;
}
.tekst table tr td:last-child a:hover,
.tekst table tr th:last-child a:hover {
  color: #040509;
}
.tekst_404 {
  padding-top: 192px;
  padding-bottom: 192px;
}
@media (max-width: 1899px) {
  .tekst_404 {
    padding-top: 176px;
  }
}
@media (max-width: 1199px) {
  .tekst_404 {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .tekst_404 {
    padding-top: 144px;
  }
}
@media (max-width: 767px) {
  .tekst_404 {
    padding-top: 128px;
  }
}
@media (max-width: 575px) {
  .tekst_404 {
    padding-top: 112px;
  }
}
@media (max-width: 1899px) {
  .tekst_404 {
    padding-bottom: 176px;
  }
}
@media (max-width: 1199px) {
  .tekst_404 {
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .tekst_404 {
    padding-bottom: 144px;
  }
}
@media (max-width: 767px) {
  .tekst_404 {
    padding-bottom: 128px;
  }
}
@media (max-width: 575px) {
  .tekst_404 {
    padding-bottom: 112px;
  }
}

.edycja_artysci {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1899px) {
  .edycja_artysci {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_artysci {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_artysci {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_artysci {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_artysci {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .edycja_artysci {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_artysci {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_artysci {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_artysci {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_artysci {
    padding-bottom: 28px;
  }
}
.edycja_artysci_alfabet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
.edycja_artysci_alfabet li {
  width: auto;
}
.edycja_artysci_alfabet li span {
  display: block;
  padding: 0 12px;
  font-size: 20px;
  cursor: pointer;
  border: solid 2px transparent;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
.edycja_artysci_alfabet li span:hover, .edycja_artysci_alfabet li span.current {
  border-color: #fff;
}
@media (max-width: 991px) {
  .edycja_artysci_alfabet li span {
    font-size: 18px;
  }
}
.edycja_artysci_lista {
  margin-top: 24px;
  background-color: #040509;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.edycja_artysci_lista li {
  width: calc(25% - 9px);
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .edycja_artysci_lista li {
    width: calc(33.3333% - 8px);
  }
}
@media (max-width: 991px) {
  .edycja_artysci_lista li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .edycja_artysci_lista li {
    width: 100%;
  }
}
.edycja_artysci_lista li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.edycja_artysci_lista li img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 1799px) {
  .edycja_artysci_lista li img {
    height: 390px;
  }
}
@media (max-width: 1599px) {
  .edycja_artysci_lista li img {
    height: 350px;
  }
}
@media (max-width: 1899px) {
  .edycja_artysci_lista li img {
    height: 310px;
  }
}
@media (max-width: 1199px) {
  .edycja_artysci_lista li img {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .edycja_artysci_lista li img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .edycja_artysci_lista li img {
    height: auto;
  }
}
.edycja_artysci_lista li h3 {
  width: 100%;
  padding: 24px;
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1899px) {
  .edycja_artysci_lista li h3 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .edycja_artysci_lista li h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .edycja_artysci_lista li h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .edycja_artysci_lista li h3 {
    font-size: 24px;
  }
}
.edycja_artysci_lista li h3 span {
  display: block;
  font-size: 14px;
}
.edycja_artysci_lista li:hover img {
  opacity: 0.5;
}

.edycja_faq {
  display: block;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 1899px) {
  .edycja_faq {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .edycja_faq {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .edycja_faq {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .edycja_faq {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .edycja_faq {
    padding-top: 56px;
  }
}
@media (max-width: 1899px) {
  .edycja_faq {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .edycja_faq {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .edycja_faq {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .edycja_faq {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .edycja_faq {
    padding-bottom: 56px;
  }
}
.edycja_faq p,
.edycja_faq h1,
.edycja_faq h2,
.edycja_faq h3,
.edycja_faq h4,
.edycja_faq h5,
.edycja_faq ol,
.edycja_faq ul,
.edycja_faq img,
.edycja_faq iframe,
.edycja_faq blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.edycja_faq strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_faq h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .edycja_faq h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .edycja_faq h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .edycja_faq h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_faq h1 {
    font-size: 32px;
  }
}
.edycja_faq h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .edycja_faq h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .edycja_faq h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .edycja_faq h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .edycja_faq h2 {
    font-size: 24px;
  }
}
.edycja_faq h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_faq h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .edycja_faq h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .edycja_faq h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .edycja_faq h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .edycja_faq h3 {
    font-size: 18px;
  }
}
.edycja_faq h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_faq h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .edycja_faq h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .edycja_faq h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .edycja_faq h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .edycja_faq h4 {
    font-size: 18px;
  }
}
.edycja_faq ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.edycja_faq ol ol,
.edycja_faq ol ul {
  padding-left: 12px;
}
.edycja_faq a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.edycja_faq a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.edycja_faq a:hover::before {
  width: 0;
}
.edycja_faq ul {
  margin: 0 0 24px 0;
}
.edycja_faq ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.edycja_faq ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.edycja_faq ul li ol {
  padding-left: 12px;
}
.edycja_faq ul li ol li::before {
  display: none;
}
.edycja_faq ul li ul {
  padding-left: 15px;
}
.edycja_faq img {
  max-width: 100%;
  height: auto;
}
.edycja_faq img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.edycja_faq img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.edycja_faq img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.edycja_faq img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.edycja_faq iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .edycja_faq iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .edycja_faq iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .edycja_faq iframe {
    height: 450px;
  }
}
.edycja_faq table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .edycja_faq table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .edycja_faq table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.edycja_faq table tr {
  border-bottom: solid 1px #fff;
}
.edycja_faq table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.edycja_faq table tr td,
.edycja_faq table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .edycja_faq table tr td,
.edycja_faq table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .edycja_faq table tr td,
.edycja_faq table tr th {
    font-size: 10px;
  }
}
.edycja_faq table tr td:last-child,
.edycja_faq table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_faq table tr td:last-child a,
.edycja_faq table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_faq table tr td:last-child a::before,
.edycja_faq table tr th:last-child a::before {
  display: none;
}
.edycja_faq table tr td:last-child a:hover,
.edycja_faq table tr th:last-child a:hover {
  color: #040509;
}
.edycja_faq_menu li {
  display: list-item;
  padding: 0;
  list-style: decimal;
  list-style-position: inside;
}
.edycja_faq_menu li::before {
  display: none;
}
.edycja_faq_content h2::before {
  content: attr(data-faq-number);
}

.edycja_info {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
@media (max-width: 1899px) {
  .edycja_info {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_info {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_info {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_info {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_info {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .edycja_info {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_info {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_info {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_info {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_info {
    padding-bottom: 28px;
  }
}
.edycja_info .container-fluid {
  z-index: 1;
  position: relative;
}
.edycja_info_tresc p,
.edycja_info_tresc h1,
.edycja_info_tresc h2,
.edycja_info_tresc h3,
.edycja_info_tresc h4,
.edycja_info_tresc h5,
.edycja_info_tresc ol,
.edycja_info_tresc ul,
.edycja_info_tresc img,
.edycja_info_tresc iframe,
.edycja_info_tresc blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.edycja_info_tresc strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_info_tresc h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .edycja_info_tresc h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .edycja_info_tresc h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .edycja_info_tresc h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_info_tresc h1 {
    font-size: 32px;
  }
}
.edycja_info_tresc h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .edycja_info_tresc h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .edycja_info_tresc h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .edycja_info_tresc h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .edycja_info_tresc h2 {
    font-size: 24px;
  }
}
.edycja_info_tresc h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_info_tresc h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .edycja_info_tresc h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .edycja_info_tresc h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .edycja_info_tresc h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .edycja_info_tresc h3 {
    font-size: 18px;
  }
}
.edycja_info_tresc h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_info_tresc h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .edycja_info_tresc h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .edycja_info_tresc h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .edycja_info_tresc h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .edycja_info_tresc h4 {
    font-size: 18px;
  }
}
.edycja_info_tresc ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.edycja_info_tresc ol ol,
.edycja_info_tresc ol ul {
  padding-left: 12px;
}
.edycja_info_tresc a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.edycja_info_tresc a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.edycja_info_tresc a:hover::before {
  width: 0;
}
.edycja_info_tresc ul {
  margin: 0 0 24px 0;
}
.edycja_info_tresc ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.edycja_info_tresc ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.edycja_info_tresc ul li ol {
  padding-left: 12px;
}
.edycja_info_tresc ul li ol li::before {
  display: none;
}
.edycja_info_tresc ul li ul {
  padding-left: 15px;
}
.edycja_info_tresc img {
  max-width: 100%;
  height: auto;
}
.edycja_info_tresc img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.edycja_info_tresc img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.edycja_info_tresc img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.edycja_info_tresc img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.edycja_info_tresc iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .edycja_info_tresc iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .edycja_info_tresc iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .edycja_info_tresc iframe {
    height: 450px;
  }
}
.edycja_info_tresc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .edycja_info_tresc table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .edycja_info_tresc table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.edycja_info_tresc table tr {
  border-bottom: solid 1px #fff;
}
.edycja_info_tresc table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.edycja_info_tresc table tr td,
.edycja_info_tresc table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .edycja_info_tresc table tr td,
.edycja_info_tresc table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .edycja_info_tresc table tr td,
.edycja_info_tresc table tr th {
    font-size: 10px;
  }
}
.edycja_info_tresc table tr td:last-child,
.edycja_info_tresc table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_info_tresc table tr td:last-child a,
.edycja_info_tresc table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_info_tresc table tr td:last-child a::before,
.edycja_info_tresc table tr th:last-child a::before {
  display: none;
}
.edycja_info_tresc table tr td:last-child a:hover,
.edycja_info_tresc table tr th:last-child a:hover {
  color: #040509;
}
.edycja_info_tresc h2 {
  margin-top: 48px;
}
.edycja_info_logo {
  display: block;
  width: 100%;
}
.edycja_info_logo img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}
.edycja_info_tlo_top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  opacity: 0.6;
  width: 100%;
}
.edycja_info_tlo {
  position: absolute;
  top: 40%;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
  z-index: 0;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
}

.edycja_lokalizacja {
  display: block;
}
.edycja_lokalizacja_skrot {
  display: block;
}
.edycja_lokalizacja_skrot li {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .edycja_lokalizacja_skrot li {
    text-align: center;
    margin-bottom: 12px;
  }
}
.edycja_lokalizacja_skrot li:last-child {
  margin-bottom: 0;
}
.edycja_lokalizacja_skrot li span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.edycja_lokalizacja_skrot li strong {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .edycja_lokalizacja_skrot li strong {
    font-size: 20px;
  }
}
.edycja_lokalizacja_mapa {
  display: block;
}
@media (max-width: 767px) {
  .edycja_lokalizacja_mapa {
    margin-top: 24px;
  }
}
.edycja_lokalizacja_mapa img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_lokalizacja_mapa:hover img {
  opacity: 0.5;
}
.edycja_lokalizacja_sciany {
  margin: 0 -48px;
}
@media (max-width: 991px) {
  .edycja_lokalizacja_sciany {
    margin: 0 -12px;
  }
}
.edycja_lokalizacja_sciany .col-12 {
  padding: 0 48px;
}
@media (max-width: 991px) {
  .edycja_lokalizacja_sciany .col-12 {
    padding: 12px;
  }
}
.edycja_lokalizacja_sciana {
  display: block;
  width: 100%;
  height: 100%;
}
.edycja_lokalizacja_sciana_zdjecie {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.edycja_lokalizacja_sciana_zdjecie img {
  display: block;
  width: 100%;
  height: auto;
}
.edycja_lokalizacja_sciana span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.edycja_lokalizacja_sciana strong {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .edycja_lokalizacja_sciana strong {
    font-size: 20px;
  }
}
.edycja_lokalizacja_sciana_opis {
  font-size: 14px;
  margin: 12px 0;
}
.edycja_lokalizacja_sciana_program {
  text-transform: uppercase;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}
.edycja_lokalizacja_sciana_program::before {
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: block;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  height: 2px;
}
.edycja_lokalizacja_sciana_program:hover::before {
  width: 0;
}

.edycja_media {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1899px) {
  .edycja_media {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_media {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_media {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_media {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_media {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .edycja_media {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_media {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_media {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_media {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_media {
    padding-bottom: 28px;
  }
}
.edycja_media_tresc p,
.edycja_media_tresc h1,
.edycja_media_tresc h2,
.edycja_media_tresc h3,
.edycja_media_tresc h4,
.edycja_media_tresc h5,
.edycja_media_tresc ol,
.edycja_media_tresc ul,
.edycja_media_tresc img,
.edycja_media_tresc iframe,
.edycja_media_tresc blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.edycja_media_tresc strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_media_tresc h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .edycja_media_tresc h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .edycja_media_tresc h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .edycja_media_tresc h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_media_tresc h1 {
    font-size: 32px;
  }
}
.edycja_media_tresc h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .edycja_media_tresc h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .edycja_media_tresc h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .edycja_media_tresc h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .edycja_media_tresc h2 {
    font-size: 24px;
  }
}
.edycja_media_tresc h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_media_tresc h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .edycja_media_tresc h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .edycja_media_tresc h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .edycja_media_tresc h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .edycja_media_tresc h3 {
    font-size: 18px;
  }
}
.edycja_media_tresc h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_media_tresc h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .edycja_media_tresc h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .edycja_media_tresc h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .edycja_media_tresc h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .edycja_media_tresc h4 {
    font-size: 18px;
  }
}
.edycja_media_tresc ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.edycja_media_tresc ol ol,
.edycja_media_tresc ol ul {
  padding-left: 12px;
}
.edycja_media_tresc a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.edycja_media_tresc a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.edycja_media_tresc a:hover::before {
  width: 0;
}
.edycja_media_tresc ul {
  margin: 0 0 24px 0;
}
.edycja_media_tresc ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.edycja_media_tresc ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.edycja_media_tresc ul li ol {
  padding-left: 12px;
}
.edycja_media_tresc ul li ol li::before {
  display: none;
}
.edycja_media_tresc ul li ul {
  padding-left: 15px;
}
.edycja_media_tresc img {
  max-width: 100%;
  height: auto;
}
.edycja_media_tresc img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.edycja_media_tresc img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.edycja_media_tresc img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.edycja_media_tresc img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.edycja_media_tresc iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .edycja_media_tresc iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .edycja_media_tresc iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .edycja_media_tresc iframe {
    height: 450px;
  }
}
.edycja_media_tresc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .edycja_media_tresc table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .edycja_media_tresc table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.edycja_media_tresc table tr {
  border-bottom: solid 1px #fff;
}
.edycja_media_tresc table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.edycja_media_tresc table tr td,
.edycja_media_tresc table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .edycja_media_tresc table tr td,
.edycja_media_tresc table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .edycja_media_tresc table tr td,
.edycja_media_tresc table tr th {
    font-size: 10px;
  }
}
.edycja_media_tresc table tr td:last-child,
.edycja_media_tresc table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.edycja_media_tresc table tr td:last-child a,
.edycja_media_tresc table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_media_tresc table tr td:last-child a::before,
.edycja_media_tresc table tr th:last-child a::before {
  display: none;
}
.edycja_media_tresc table tr td:last-child a:hover,
.edycja_media_tresc table tr th:last-child a:hover {
  color: #040509;
}
.edycja_media_pliki {
  display: block;
}
.edycja_media_pliki li {
  display: block;
}
.edycja_media_pliki li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
  border-bottom: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_media_pliki li a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .edycja_media_pliki li a {
    padding: 6px 0;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .edycja_media_pliki li a {
    font-size: 10px;
  }
}
.edycja_media_pliki li a strong, .edycja_media_pliki li a span {
  display: block;
}
.edycja_media_pliki li a strong {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .edycja_media_pliki li a strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .edycja_media_pliki li a strong {
    font-size: 16px;
  }
}
.edycja_menuedycji {
  position: relative;
  min-height: calc(100vh - 250px);
  z-index: 2;
}
@media (max-width: 767px) {
  .edycja_menuedycji {
    min-height: calc(100vh - 103px);
  }
}
.edycja_menuedycji .container-fluid {
  position: relative;
  z-index: 2;
}
.edycja_menuedycji_tresc {
  text-align: center;
  padding-bottom: 48px;
  padding-top: 24px;
}
@media (max-width: 1899px) {
  .edycja_menuedycji_tresc {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_menuedycji_tresc {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_menuedycji_tresc {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_menuedycji_tresc {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_menuedycji_tresc {
    padding-bottom: 28px;
  }
}
.edycja_menuedycji_tresc h1 {
  font-family: "TWK Lausanne";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  font-size: 56px;
  line-height: 1.2;
}
@media (max-width: 1599px) {
  .edycja_menuedycji_tresc h1 {
    font-size: 48px;
  }
}
@media (max-width: 1899px) {
  .edycja_menuedycji_tresc h1 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .edycja_menuedycji_tresc h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .edycja_menuedycji_tresc h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .edycja_menuedycji_tresc h1 {
    font-size: 24px;
  }
}
.edycja_menuedycji_tresc p {
  font-family: "TWK Lausanne";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1599px) {
  .edycja_menuedycji_tresc p {
    font-size: 19px;
  }
}
@media (max-width: 1899px) {
  .edycja_menuedycji_tresc p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .edycja_menuedycji_tresc p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .edycja_menuedycji_tresc p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .edycja_menuedycji_tresc p {
    font-size: 15px;
  }
}
.edycja_menuedycji_lista {
  text-align: center;
}
.edycja_menuedycji_lista li {
  margin-top: 12px;
}
.edycja_menuedycji_lista li a {
  font-family: "TWK Lausanne";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 56px;
  line-height: 1.2;
}
@media (max-width: 1599px) {
  .edycja_menuedycji_lista li a {
    font-size: 48px;
  }
}
@media (max-width: 1899px) {
  .edycja_menuedycji_lista li a {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .edycja_menuedycji_lista li a {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .edycja_menuedycji_lista li a {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .edycja_menuedycji_lista li a {
    font-size: 24px;
  }
}
.edycja_menuedycji_lista li a:hover {
  opacity: 0.5;
}
.edycja_menuedycji_tlo {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.menu_wewn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 47px 0;
  margin: 0 -6px;
}
@media (max-width: 991px) {
  .menu_wewn {
    justify-content: center;
  }
}
.menu_wewn li {
  display: block;
  padding: 3px 12px;
}
.menu_wewn li a {
  position: relative;
  text-transform: uppercase;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
  font-size: 32px;
  display: inline-block;
}
@media (max-width: 1599px) {
  .menu_wewn li a {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .menu_wewn li a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .menu_wewn li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .menu_wewn li a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .menu_wewn li a {
    font-size: 14px;
  }
}
.menu_wewn li a::before {
  width: 0;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: #fff;
}
.menu_wewn li.current a::before {
  width: 100%;
}
.edycja_partnerzy {
  position: relative;
  min-height: calc(100vh - 150px);
  z-index: 2;
}
@media (max-width: 767px) {
  .edycja_partnerzy {
    min-height: calc(100vh - 103px);
  }
}
.edycja_partnerzy .container {
  position: relative;
  z-index: 2;
}
.edycja_partnerzy_poziomy {
  display: block;
  padding-bottom: 48px;
}
@media (max-width: 1899px) {
  .edycja_partnerzy_poziomy {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_partnerzy_poziomy {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_partnerzy_poziomy {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_partnerzy_poziomy {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_partnerzy_poziomy {
    padding-bottom: 28px;
  }
}
.edycja_partnerzy_poziomy_poziom {
  padding-top: 48px;
}
@media (max-width: 1899px) {
  .edycja_partnerzy_poziomy_poziom {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_partnerzy_poziomy_poziom {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_partnerzy_poziomy_poziom {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_partnerzy_poziomy_poziom {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_partnerzy_poziomy_poziom {
    padding-top: 28px;
  }
}
.edycja_partnerzy_poziomy_poziom_1 .edycja_partnerzy_poziomy_poziom_logotypy li img {
  max-height: unset;
  height: 120px;
  max-width: unset;
}
@media (max-width: 767px) {
  .edycja_partnerzy_poziomy_poziom_1 .edycja_partnerzy_poziomy_poziom_logotypy li img {
    height: 80px;
  }
}
.edycja_partnerzy_poziomy_poziom p {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .edycja_partnerzy_poziomy_poziom p {
    font-size: 20px;
  }
}
.edycja_partnerzy_poziomy_poziom_logotypy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.edycja_partnerzy_poziomy_poziom_logotypy li {
  margin: 36px 24px;
  display: block;
}
@media (max-width: 767px) {
  .edycja_partnerzy_poziomy_poziom_logotypy li {
    margin: 16px;
  }
}
.edycja_partnerzy_poziomy_poziom_logotypy li img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 200px;
}
@media (max-width: 1599px) {
  .edycja_partnerzy_poziomy_poziom_logotypy li img {
    max-height: 88px;
  }
}
@media (max-width: 1199px) {
  .edycja_partnerzy_poziomy_poziom_logotypy li img {
    max-height: 80px;
  }
}
@media (max-width: 991px) {
  .edycja_partnerzy_poziomy_poziom_logotypy li img {
    max-height: 72px;
  }
}
@media (max-width: 767px) {
  .edycja_partnerzy_poziomy_poziom_logotypy li img {
    max-height: 64px;
  }
}
.edycja_partnerzy_tlo {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.artysta,
.edycja_towarzyszace {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1899px) {
  .artysta,
.edycja_towarzyszace {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .artysta,
.edycja_towarzyszace {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .artysta,
.edycja_towarzyszace {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .artysta,
.edycja_towarzyszace {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .artysta,
.edycja_towarzyszace {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .artysta,
.edycja_towarzyszace {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .artysta,
.edycja_towarzyszace {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .artysta,
.edycja_towarzyszace {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .artysta,
.edycja_towarzyszace {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .artysta,
.edycja_towarzyszace {
    padding-bottom: 28px;
  }
}
.artysta_title,
.edycja_towarzyszace_title {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .artysta_title,
.edycja_towarzyszace_title {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .artysta_title,
.edycja_towarzyszace_title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .artysta_title,
.edycja_towarzyszace_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .artysta_title,
.edycja_towarzyszace_title {
    font-size: 32px;
  }
}
.artysta_links,
.edycja_towarzyszace_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.artysta_links a,
.edycja_towarzyszace_links a {
  position: relative;
}
.artysta_links a::before,
.edycja_towarzyszace_links a::before {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.artysta_links a:hover::before,
.edycja_towarzyszace_links a:hover::before {
  width: 0;
}
.artysta_opis_1,
.edycja_towarzyszace_opis_1 {
  margin-top: 24px;
}
.artysta_opis_1 p,
.artysta_opis_1 h1,
.artysta_opis_1 h2,
.artysta_opis_1 h3,
.artysta_opis_1 h4,
.artysta_opis_1 h5,
.artysta_opis_1 ol,
.artysta_opis_1 ul,
.artysta_opis_1 img,
.artysta_opis_1 iframe,
.artysta_opis_1 blockquote,
.edycja_towarzyszace_opis_1 p,
.edycja_towarzyszace_opis_1 h1,
.edycja_towarzyszace_opis_1 h2,
.edycja_towarzyszace_opis_1 h3,
.edycja_towarzyszace_opis_1 h4,
.edycja_towarzyszace_opis_1 h5,
.edycja_towarzyszace_opis_1 ol,
.edycja_towarzyszace_opis_1 ul,
.edycja_towarzyszace_opis_1 img,
.edycja_towarzyszace_opis_1 iframe,
.edycja_towarzyszace_opis_1 blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.artysta_opis_1 strong,
.edycja_towarzyszace_opis_1 strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.artysta_opis_1 h1,
.edycja_towarzyszace_opis_1 h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .artysta_opis_1 h1,
.edycja_towarzyszace_opis_1 h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_1 h1,
.edycja_towarzyszace_opis_1 h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .artysta_opis_1 h1,
.edycja_towarzyszace_opis_1 h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .artysta_opis_1 h1,
.edycja_towarzyszace_opis_1 h1 {
    font-size: 32px;
  }
}
.artysta_opis_1 h2,
.edycja_towarzyszace_opis_1 h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .artysta_opis_1 h2,
.edycja_towarzyszace_opis_1 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_1 h2,
.edycja_towarzyszace_opis_1 h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .artysta_opis_1 h2,
.edycja_towarzyszace_opis_1 h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .artysta_opis_1 h2,
.edycja_towarzyszace_opis_1 h2 {
    font-size: 24px;
  }
}
.artysta_opis_1 h3,
.edycja_towarzyszace_opis_1 h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.artysta_opis_1 h3 strong,
.edycja_towarzyszace_opis_1 h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .artysta_opis_1 h3,
.edycja_towarzyszace_opis_1 h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_1 h3,
.edycja_towarzyszace_opis_1 h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .artysta_opis_1 h3,
.edycja_towarzyszace_opis_1 h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .artysta_opis_1 h3,
.edycja_towarzyszace_opis_1 h3 {
    font-size: 18px;
  }
}
.artysta_opis_1 h4,
.edycja_towarzyszace_opis_1 h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.artysta_opis_1 h4 strong,
.edycja_towarzyszace_opis_1 h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .artysta_opis_1 h4,
.edycja_towarzyszace_opis_1 h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_1 h4,
.edycja_towarzyszace_opis_1 h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .artysta_opis_1 h4,
.edycja_towarzyszace_opis_1 h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .artysta_opis_1 h4,
.edycja_towarzyszace_opis_1 h4 {
    font-size: 18px;
  }
}
.artysta_opis_1 ol li,
.edycja_towarzyszace_opis_1 ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.artysta_opis_1 ol ol,
.artysta_opis_1 ol ul,
.edycja_towarzyszace_opis_1 ol ol,
.edycja_towarzyszace_opis_1 ol ul {
  padding-left: 12px;
}
.artysta_opis_1 a,
.edycja_towarzyszace_opis_1 a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.artysta_opis_1 a::before,
.edycja_towarzyszace_opis_1 a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.artysta_opis_1 a:hover::before,
.edycja_towarzyszace_opis_1 a:hover::before {
  width: 0;
}
.artysta_opis_1 ul,
.edycja_towarzyszace_opis_1 ul {
  margin: 0 0 24px 0;
}
.artysta_opis_1 ul li,
.edycja_towarzyszace_opis_1 ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.artysta_opis_1 ul li:before,
.edycja_towarzyszace_opis_1 ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.artysta_opis_1 ul li ol,
.edycja_towarzyszace_opis_1 ul li ol {
  padding-left: 12px;
}
.artysta_opis_1 ul li ol li::before,
.edycja_towarzyszace_opis_1 ul li ol li::before {
  display: none;
}
.artysta_opis_1 ul li ul,
.edycja_towarzyszace_opis_1 ul li ul {
  padding-left: 15px;
}
.artysta_opis_1 img,
.edycja_towarzyszace_opis_1 img {
  max-width: 100%;
  height: auto;
}
.artysta_opis_1 img.emoji,
.edycja_towarzyszace_opis_1 img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.artysta_opis_1 img.aligncenter,
.edycja_towarzyszace_opis_1 img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.artysta_opis_1 img.alignleft,
.edycja_towarzyszace_opis_1 img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.artysta_opis_1 img.alignright,
.edycja_towarzyszace_opis_1 img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.artysta_opis_1 iframe,
.edycja_towarzyszace_opis_1 iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .artysta_opis_1 iframe,
.edycja_towarzyszace_opis_1 iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_1 iframe,
.edycja_towarzyszace_opis_1 iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_1 iframe,
.edycja_towarzyszace_opis_1 iframe {
    height: 450px;
  }
}
.artysta_opis_1 table,
.edycja_towarzyszace_opis_1 table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .artysta_opis_1 table,
.edycja_towarzyszace_opis_1 table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .artysta_opis_1 table,
.edycja_towarzyszace_opis_1 table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.artysta_opis_1 table tr,
.edycja_towarzyszace_opis_1 table tr {
  border-bottom: solid 1px #fff;
}
.artysta_opis_1 table tr:first-child th,
.edycja_towarzyszace_opis_1 table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.artysta_opis_1 table tr td,
.artysta_opis_1 table tr th,
.edycja_towarzyszace_opis_1 table tr td,
.edycja_towarzyszace_opis_1 table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .artysta_opis_1 table tr td,
.artysta_opis_1 table tr th,
.edycja_towarzyszace_opis_1 table tr td,
.edycja_towarzyszace_opis_1 table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .artysta_opis_1 table tr td,
.artysta_opis_1 table tr th,
.edycja_towarzyszace_opis_1 table tr td,
.edycja_towarzyszace_opis_1 table tr th {
    font-size: 10px;
  }
}
.artysta_opis_1 table tr td:last-child,
.artysta_opis_1 table tr th:last-child,
.edycja_towarzyszace_opis_1 table tr td:last-child,
.edycja_towarzyszace_opis_1 table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.artysta_opis_1 table tr td:last-child a,
.artysta_opis_1 table tr th:last-child a,
.edycja_towarzyszace_opis_1 table tr td:last-child a,
.edycja_towarzyszace_opis_1 table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.artysta_opis_1 table tr td:last-child a::before,
.artysta_opis_1 table tr th:last-child a::before,
.edycja_towarzyszace_opis_1 table tr td:last-child a::before,
.edycja_towarzyszace_opis_1 table tr th:last-child a::before {
  display: none;
}
.artysta_opis_1 table tr td:last-child a:hover,
.artysta_opis_1 table tr th:last-child a:hover,
.edycja_towarzyszace_opis_1 table tr td:last-child a:hover,
.edycja_towarzyszace_opis_1 table tr th:last-child a:hover {
  color: #040509;
}
.artysta_galeria,
.edycja_towarzyszace_galeria {
  display: block;
  overflow: hidden;
  margin-top: 48px;
  width: 100%;
}
.artysta_galeria_foto,
.edycja_towarzyszace_galeria_foto {
  display: block;
  height: 430px;
  overflow: hidden;
}
@media (max-width: 1899px) {
  .artysta_galeria_foto,
.edycja_towarzyszace_galeria_foto {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .artysta_galeria_foto,
.edycja_towarzyszace_galeria_foto {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .artysta_galeria_foto,
.edycja_towarzyszace_galeria_foto {
    height: 280px;
  }
}
.artysta_galeria_foto img,
.edycja_towarzyszace_galeria_foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.artysta_galeria_foto:hover img,
.edycja_towarzyszace_galeria_foto:hover img {
  opacity: 0.72;
}
.artysta_opis_2,
.edycja_towarzyszace_opis_2 {
  margin-top: 24px;
}
.artysta_opis_2 p,
.artysta_opis_2 h1,
.artysta_opis_2 h2,
.artysta_opis_2 h3,
.artysta_opis_2 h4,
.artysta_opis_2 h5,
.artysta_opis_2 ol,
.artysta_opis_2 ul,
.artysta_opis_2 img,
.artysta_opis_2 iframe,
.artysta_opis_2 blockquote,
.edycja_towarzyszace_opis_2 p,
.edycja_towarzyszace_opis_2 h1,
.edycja_towarzyszace_opis_2 h2,
.edycja_towarzyszace_opis_2 h3,
.edycja_towarzyszace_opis_2 h4,
.edycja_towarzyszace_opis_2 h5,
.edycja_towarzyszace_opis_2 ol,
.edycja_towarzyszace_opis_2 ul,
.edycja_towarzyszace_opis_2 img,
.edycja_towarzyszace_opis_2 iframe,
.edycja_towarzyszace_opis_2 blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.artysta_opis_2 strong,
.edycja_towarzyszace_opis_2 strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.artysta_opis_2 h1,
.edycja_towarzyszace_opis_2 h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .artysta_opis_2 h1,
.edycja_towarzyszace_opis_2 h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_2 h1,
.edycja_towarzyszace_opis_2 h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .artysta_opis_2 h1,
.edycja_towarzyszace_opis_2 h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .artysta_opis_2 h1,
.edycja_towarzyszace_opis_2 h1 {
    font-size: 32px;
  }
}
.artysta_opis_2 h2,
.edycja_towarzyszace_opis_2 h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .artysta_opis_2 h2,
.edycja_towarzyszace_opis_2 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_2 h2,
.edycja_towarzyszace_opis_2 h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .artysta_opis_2 h2,
.edycja_towarzyszace_opis_2 h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .artysta_opis_2 h2,
.edycja_towarzyszace_opis_2 h2 {
    font-size: 24px;
  }
}
.artysta_opis_2 h3,
.edycja_towarzyszace_opis_2 h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.artysta_opis_2 h3 strong,
.edycja_towarzyszace_opis_2 h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .artysta_opis_2 h3,
.edycja_towarzyszace_opis_2 h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_2 h3,
.edycja_towarzyszace_opis_2 h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .artysta_opis_2 h3,
.edycja_towarzyszace_opis_2 h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .artysta_opis_2 h3,
.edycja_towarzyszace_opis_2 h3 {
    font-size: 18px;
  }
}
.artysta_opis_2 h4,
.edycja_towarzyszace_opis_2 h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.artysta_opis_2 h4 strong,
.edycja_towarzyszace_opis_2 h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .artysta_opis_2 h4,
.edycja_towarzyszace_opis_2 h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_2 h4,
.edycja_towarzyszace_opis_2 h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .artysta_opis_2 h4,
.edycja_towarzyszace_opis_2 h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .artysta_opis_2 h4,
.edycja_towarzyszace_opis_2 h4 {
    font-size: 18px;
  }
}
.artysta_opis_2 ol li,
.edycja_towarzyszace_opis_2 ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.artysta_opis_2 ol ol,
.artysta_opis_2 ol ul,
.edycja_towarzyszace_opis_2 ol ol,
.edycja_towarzyszace_opis_2 ol ul {
  padding-left: 12px;
}
.artysta_opis_2 a,
.edycja_towarzyszace_opis_2 a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.artysta_opis_2 a::before,
.edycja_towarzyszace_opis_2 a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.artysta_opis_2 a:hover::before,
.edycja_towarzyszace_opis_2 a:hover::before {
  width: 0;
}
.artysta_opis_2 ul,
.edycja_towarzyszace_opis_2 ul {
  margin: 0 0 24px 0;
}
.artysta_opis_2 ul li,
.edycja_towarzyszace_opis_2 ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.artysta_opis_2 ul li:before,
.edycja_towarzyszace_opis_2 ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.artysta_opis_2 ul li ol,
.edycja_towarzyszace_opis_2 ul li ol {
  padding-left: 12px;
}
.artysta_opis_2 ul li ol li::before,
.edycja_towarzyszace_opis_2 ul li ol li::before {
  display: none;
}
.artysta_opis_2 ul li ul,
.edycja_towarzyszace_opis_2 ul li ul {
  padding-left: 15px;
}
.artysta_opis_2 img,
.edycja_towarzyszace_opis_2 img {
  max-width: 100%;
  height: auto;
}
.artysta_opis_2 img.emoji,
.edycja_towarzyszace_opis_2 img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.artysta_opis_2 img.aligncenter,
.edycja_towarzyszace_opis_2 img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.artysta_opis_2 img.alignleft,
.edycja_towarzyszace_opis_2 img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.artysta_opis_2 img.alignright,
.edycja_towarzyszace_opis_2 img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.artysta_opis_2 iframe,
.edycja_towarzyszace_opis_2 iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .artysta_opis_2 iframe,
.edycja_towarzyszace_opis_2 iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_2 iframe,
.edycja_towarzyszace_opis_2 iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .artysta_opis_2 iframe,
.edycja_towarzyszace_opis_2 iframe {
    height: 450px;
  }
}
.artysta_opis_2 table,
.edycja_towarzyszace_opis_2 table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .artysta_opis_2 table,
.edycja_towarzyszace_opis_2 table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .artysta_opis_2 table,
.edycja_towarzyszace_opis_2 table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.artysta_opis_2 table tr,
.edycja_towarzyszace_opis_2 table tr {
  border-bottom: solid 1px #fff;
}
.artysta_opis_2 table tr:first-child th,
.edycja_towarzyszace_opis_2 table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.artysta_opis_2 table tr td,
.artysta_opis_2 table tr th,
.edycja_towarzyszace_opis_2 table tr td,
.edycja_towarzyszace_opis_2 table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .artysta_opis_2 table tr td,
.artysta_opis_2 table tr th,
.edycja_towarzyszace_opis_2 table tr td,
.edycja_towarzyszace_opis_2 table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .artysta_opis_2 table tr td,
.artysta_opis_2 table tr th,
.edycja_towarzyszace_opis_2 table tr td,
.edycja_towarzyszace_opis_2 table tr th {
    font-size: 10px;
  }
}
.artysta_opis_2 table tr td:last-child,
.artysta_opis_2 table tr th:last-child,
.edycja_towarzyszace_opis_2 table tr td:last-child,
.edycja_towarzyszace_opis_2 table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.artysta_opis_2 table tr td:last-child a,
.artysta_opis_2 table tr th:last-child a,
.edycja_towarzyszace_opis_2 table tr td:last-child a,
.edycja_towarzyszace_opis_2 table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.artysta_opis_2 table tr td:last-child a::before,
.artysta_opis_2 table tr th:last-child a::before,
.edycja_towarzyszace_opis_2 table tr td:last-child a::before,
.edycja_towarzyszace_opis_2 table tr th:last-child a::before {
  display: none;
}
.artysta_opis_2 table tr td:last-child a:hover,
.artysta_opis_2 table tr th:last-child a:hover,
.edycja_towarzyszace_opis_2 table tr td:last-child a:hover,
.edycja_towarzyszace_opis_2 table tr th:last-child a:hover {
  color: #040509;
}

.festiwal_poprzednie_galeria {
  display: block;
  overflow: hidden;
  margin-top: 48px;
  width: 100%;
}
.festiwal_poprzednie_galeria_foto {
  display: block;
  height: 430px;
  overflow: hidden;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_galeria_foto {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_galeria_foto {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .festiwal_poprzednie_galeria_foto {
    height: 280px;
  }
}
.festiwal_poprzednie_galeria_foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.festiwal_poprzednie_galeria_foto:hover img {
  opacity: 0.72;
}

.edycja_program {
  position: relative;
}
.edycja_program_inside {
  display: block;
}
.edycja_program_steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 48px;
  width: auto;
}
@media (max-width: 1899px) {
  .edycja_program_steps {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_steps {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_program_steps {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_program_steps {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_program_steps {
    padding-bottom: 28px;
  }
}
.edycja_program_step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 48px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575px) {
  .edycja_program_step {
    padding-right: 24px;
  }
}
.edycja_program_step::after {
  position: absolute;
  right: 6px;
  width: 36px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #7f7e7a;
  content: "";
  display: block;
}
@media (max-width: 575px) {
  .edycja_program_step::after {
    width: 12px;
  }
}
.edycja_program_step:last-child {
  padding-right: 0;
}
.edycja_program_step:last-child::after {
  display: none;
}
.edycja_program_step span {
  width: 32px;
  height: 32px;
  border: solid 1px #7f7e7a;
  color: #7f7e7a;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  margin-right: 6px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 575px) {
  .edycja_program_step span {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
  }
}
.edycja_program_step strong {
  text-transform: uppercase;
  color: #7f7e7a;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 575px) {
  .edycja_program_step strong {
    font-size: 12px;
  }
}
.edycja_program_step.is-complete span, .edycja_program_step.is-active span {
  background-color: #00ff00;
  border-color: #00ff00;
  color: #040509;
}
.edycja_program_step.is-complete strong, .edycja_program_step.is-active strong {
  color: #00ff00;
}
.edycja_program_step.is-complete::after, .edycja_program_step.is-active::after {
  background-color: #00ff00;
}
.edycja_program_title {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  padding-right: 24px;
}
@media (max-width: 1899px) {
  .edycja_program_title {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .edycja_program_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_program_title {
    font-size: 32px;
  }
}
.edycja_program_map_link {
  text-transform: uppercase;
  position: relative;
}
.edycja_program_map_link::before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_program_map_link:hover::before {
  width: 0;
}
.edycja_program_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.edycja_program_background[hidden], .edycja_program_background.is-hidden {
  display: none !important;
}
.edycja_program_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  display: block;
}
.edycja_program_view {
  display: none;
  position: relative;
}
.edycja_program_view[hidden] {
  display: none !important;
}
.edycja_program_view_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 48px;
}
@media (max-width: 1899px) {
  .edycja_program_view_inside {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_view_inside {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_program_view_inside {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_program_view_inside {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_program_view_inside {
    padding-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .edycja_program_view_inside {
    flex-direction: column;
    align-items: flex-start;
  }
}
.edycja_program_view.is-active {
  display: block;
}
.edycja_program_view.is-hidden {
  display: none !important;
}
.edycja_program_view.is-hidden .edycja_program_day_background, .edycja_program_view.is-hidden .edycja_dzien_background {
  display: none !important;
}
.edycja_program_view .edycja_program_days {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.edycja_program_view .edycja_program_days .edycja_program_day {
  display: block;
  width: 50%;
  height: auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_days .edycja_program_day {
    width: 100%;
  }
}
.edycja_program_view .edycja_program_days .edycja_program_day_content {
  z-index: 2;
  position: relative;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: block;
}
@media (max-width: 1899px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-top: 56px;
  }
}
@media (max-width: 1899px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content {
    padding-bottom: 56px;
  }
}
.edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_number {
  font-size: 290px;
  display: block;
  line-height: 1;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1599px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_number {
    font-size: 260px;
  }
}
@media (max-width: 1399px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_number {
    font-size: 230px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_number {
    font-size: 190px;
  }
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_number {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_number {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_number {
    font-size: 100px;
  }
}
.edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_text {
  font-size: 55px;
  display: block;
  line-height: 1;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_text {
    font-size: 50px;
  }
}
@media (max-width: 1399px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_text {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_text {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_text {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_days .edycja_program_day_content .edycja_program_day_text {
    font-size: 20px;
  }
}
.edycja_program_view .edycja_program_days .edycja_program_day_image {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #040509;
}
.edycja_program_view .edycja_program_days .edycja_program_day_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_program_view .edycja_program_days .edycja_program_day:hover .edycja_program_day_image img {
  opacity: 1;
}
.edycja_program_view .edycja_program_walls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.edycja_program_view .edycja_program_walls .edycja_program_wall {
  width: calc(100% / 3);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall {
    width: calc(100% / 2);
  }
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall {
    width: 100%;
  }
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_section {
  position: relative;
  z-index: 2;
  display: block;
  padding: 24px 24px 12px 24px;
  text-transform: uppercase;
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_title {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 36px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1;
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_title strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    font-size: 20px;
  }
}
@media (max-width: 1899px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_title {
    padding-bottom: 28px;
  }
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_address {
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 24px;
  padding-right: 24px;
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_curators {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0 24px 24px 24px;
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_content {
  z-index: 3;
  position: relative;
  display: block;
  padding-top: 350px;
  width: 100%;
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_content {
    padding-top: 250px;
  }
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_content {
    padding-top: 200px;
  }
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_content::before {
  width: 100%;
  height: calc(100% - 350px);
  content: "";
  z-index: 2;
  position: absolute;
  display: block;
  background-color: rgba(4, 5, 9, 0.6);
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_content::before {
    height: calc(100% - 250px);
  }
}
@media (max-width: 575px) {
  .edycja_program_view .edycja_program_walls .edycja_program_wall_content::before {
    height: calc(100% - 200px);
  }
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_image {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #040509;
}
.edycja_program_view .edycja_program_walls .edycja_program_wall_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edycja_program_view .edycja_program_walls .edycja_program_wall:hover .edycja_program_wall_content::before {
  height: 100%;
}
.edycja_program_view .edycja_program_view_inside {
  position: relative;
  z-index: 2;
}
.edycja_program_view .edycja_program_view_inside .edycja_program_description {
  display: block;
  padding-right: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_view_inside .edycja_program_description {
    padding-right: 0;
  }
}
.edycja_program_view .edycja_program_view_inside .edycja_program_description_inside p {
  margin-bottom: 24px;
}
.edycja_program_view .edycja_program_view_inside .edycja_program_description .edycja_program_map_link {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_view_inside .edycja_program_description .edycja_program_map_link {
    position: relative;
    top: auto;
    right: auto;
  }
}
.edycja_program_view .edycja_program_schedule {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 48px;
}
.edycja_program_view .edycja_program_schedule .edycja_program_set {
  display: block;
  max-width: calc(25% - 73px);
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_set {
    max-width: calc(25% - 37px);
  }
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_set {
    max-width: unset;
    width: calc(50% - 25px);
  }
}
@media (max-width: 399px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_set {
    width: 100%;
  }
}
.edycja_program_view .edycja_program_schedule .edycja_program_set_time {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1;
}
@media (max-width: 1899px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_set_time {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_set_time {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_set_time {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_set_time {
    font-size: 32px;
  }
}
.edycja_program_view .edycja_program_schedule .edycja_program_set_title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_set_title {
    font-size: 20px;
  }
}
.edycja_program_view .edycja_program_schedule .edycja_program_set_lineup {
  display: block;
}
.edycja_program_view .edycja_program_schedule .edycja_program_set_lineup a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_program_view .edycja_program_schedule .edycja_program_set_lineup a:hover {
  opacity: 0.5;
}
.edycja_program_view .edycja_program_schedule .edycja_program_set_lineup p {
  line-height: 1.3;
  margin-top: 16px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_program_view .edycja_program_schedule .edycja_program_set_lineup p em {
  color: #7f7e7a;
  font-style: italic;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.edycja_program_view .edycja_program_schedule .edycja_program_line {
  width: 1px;
  margin: 0 48px;
  display: block;
  background-color: rgba(127, 126, 122, 0.5);
}
@media (max-width: 1199px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_line {
    margin: 0 24px;
  }
}
@media (max-width: 399px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_line {
    height: 1px;
    width: 100%;
    margin: 24px 0;
  }
}
.edycja_program_view .edycja_program_schedule .edycja_program_line_4 {
  display: none;
}
@media (max-width: 991px) {
  .edycja_program_view .edycja_program_schedule .edycja_program_line_2 {
    height: 1px;
    width: 100%;
    margin: 48px 0;
  }
}
.edycja_program .edycja_program_backgrounds .edycja_program_background {
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  height: calc(100% + 24px);
  display: block;
  z-index: 1;
}
@media (max-width: 1199px) {
  .edycja_program .edycja_program_backgrounds .edycja_program_background {
    height: calc(100% + 12px);
    top: -12px;
  }
}
.edycja_program .edycja_program_backgrounds .edycja_program_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  display: block;
}

.kontakt {
  position: relative;
  min-height: calc(100vh - 150px);
  z-index: 2;
}
@media (max-width: 767px) {
  .kontakt {
    min-height: calc(100vh - 103px);
  }
}
.kontakt .container-fluid {
  position: relative;
  z-index: 2;
}
.kontakt_title {
  display: none;
}
.kontakt_inside {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -24px;
  width: calc(100% + 48px);
}
@media (max-width: 1899px) {
  .kontakt_inside {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .kontakt_inside {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .kontakt_inside {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .kontakt_inside {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .kontakt_inside {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .kontakt_inside {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .kontakt_inside {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .kontakt_inside {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .kontakt_inside {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .kontakt_inside {
    padding-bottom: 28px;
  }
}
.kontakt_inside_osoba {
  padding: 0 24px;
  display: block;
  width: 25%;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .kontakt_inside_osoba {
    width: 50%;
    padding-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .kontakt_inside_osoba {
    width: 100%;
    text-align: center;
    padding: 24px 0 24px 0;
  }
}
.kontakt_inside_osoba * {
  word-break: break-all;
}
.kontakt_inside_osoba h2 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.kontakt_inside_osoba h2 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .kontakt_inside_osoba h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .kontakt_inside_osoba h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .kontakt_inside_osoba h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .kontakt_inside_osoba h2 {
    font-size: 18px;
  }
}
.kontakt_inside_osoba h3 {
  margin: 6px 0 12px 0;
}
.kontakt_inside_osoba p {
  line-height: 1.3;
  margin-bottom: 6px;
}
.kontakt_inside_osoba p a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.kontakt_inside_osoba p a:hover {
  opacity: 0.5;
}
.kontakt_tlo {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.oc_finalisci {
  position: relative;
  min-height: calc(100vh - 150px);
  z-index: 2;
}
@media (max-width: 767px) {
  .oc_finalisci {
    min-height: calc(100vh - 103px);
  }
}
.oc_finalisci .container-fluid {
  position: relative;
  z-index: 2;
}
.oc_finalisci_naglowek {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .oc_finalisci_naglowek {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .oc_finalisci_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .oc_finalisci_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .oc_finalisci_naglowek {
    font-size: 32px;
  }
}
.oc_finalisci_lista {
  margin-top: 24px;
  background-color: #040509;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.oc_finalisci_lista_finalista {
  width: 25%;
  margin-bottom: 24px;
}
.oc_finalisci_lista_finalista img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 1799px) {
  .oc_finalisci_lista_finalista img {
    height: 390px;
  }
}
@media (max-width: 1599px) {
  .oc_finalisci_lista_finalista img {
    height: 350px;
  }
}
@media (max-width: 1899px) {
  .oc_finalisci_lista_finalista img {
    height: 310px;
  }
}
@media (max-width: 1199px) {
  .oc_finalisci_lista_finalista img {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .oc_finalisci_lista_finalista img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .oc_finalisci_lista_finalista img {
    height: auto;
  }
}
.oc_finalisci_lista_finalista h2 {
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .oc_finalisci_lista_finalista {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .oc_finalisci_lista_finalista {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .oc_finalisci_lista_finalista {
    width: 100%;
  }
}
.oc_finalisci_lista_finalista:hover img {
  opacity: 0.5;
}
.oc_finalisci_tlo {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 50%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
}

.oc_formularz {
  display: block;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1899px) {
  .oc_formularz {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .oc_formularz {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .oc_formularz {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .oc_formularz {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .oc_formularz {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .oc_formularz {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .oc_formularz {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .oc_formularz {
    padding-bottom: 28px;
  }
}
.oc_formularz p,
.oc_formularz h1,
.oc_formularz h2,
.oc_formularz h3,
.oc_formularz h4,
.oc_formularz h5,
.oc_formularz ol,
.oc_formularz ul,
.oc_formularz img,
.oc_formularz iframe,
.oc_formularz blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.oc_formularz strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_formularz h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .oc_formularz h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .oc_formularz h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .oc_formularz h1 {
    font-size: 32px;
  }
}
.oc_formularz h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .oc_formularz h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .oc_formularz h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .oc_formularz h2 {
    font-size: 24px;
  }
}
.oc_formularz h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_formularz h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .oc_formularz h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oc_formularz h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oc_formularz h3 {
    font-size: 18px;
  }
}
.oc_formularz h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_formularz h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .oc_formularz h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oc_formularz h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oc_formularz h4 {
    font-size: 18px;
  }
}
.oc_formularz ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.oc_formularz ol ol,
.oc_formularz ol ul {
  padding-left: 12px;
}
.oc_formularz a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.oc_formularz a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.oc_formularz a:hover::before {
  width: 0;
}
.oc_formularz ul {
  margin: 0 0 24px 0;
}
.oc_formularz ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.oc_formularz ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.oc_formularz ul li ol {
  padding-left: 12px;
}
.oc_formularz ul li ol li::before {
  display: none;
}
.oc_formularz ul li ul {
  padding-left: 15px;
}
.oc_formularz img {
  max-width: 100%;
  height: auto;
}
.oc_formularz img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.oc_formularz img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.oc_formularz img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.oc_formularz img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.oc_formularz iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .oc_formularz iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz iframe {
    height: 450px;
  }
}
.oc_formularz table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .oc_formularz table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .oc_formularz table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.oc_formularz table tr {
  border-bottom: solid 1px #fff;
}
.oc_formularz table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.oc_formularz table tr td,
.oc_formularz table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .oc_formularz table tr td,
.oc_formularz table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .oc_formularz table tr td,
.oc_formularz table tr th {
    font-size: 10px;
  }
}
.oc_formularz table tr td:last-child,
.oc_formularz table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_formularz table tr td:last-child a,
.oc_formularz table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.oc_formularz table tr td:last-child a::before,
.oc_formularz table tr th:last-child a::before {
  display: none;
}
.oc_formularz table tr td:last-child a:hover,
.oc_formularz table tr th:last-child a:hover {
  color: #040509;
}
.oc_formularz h1 {
  font-family: "Studio Feixen Edgy";
  font-feature-settings: "ss06";
}

.wpcf7 {
  display: block;
  overflow: hidden;
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  padding: 12px;
  font-size: 13px;
  margin: 12px 0;
  border-radius: 8px;
  width: 100%;
  border: none;
  color: #fff;
  background-color: #a10505;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #00ff00;
}
.wpcf7-spinner {
  width: 100%;
  height: calc(100% - 24px);
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
}
.wpcf7-spinner::before {
  display: none;
}
.wpcf7 label {
  margin-bottom: 24px;
  display: block;
  width: 100%;
}
.wpcf7 br {
  display: none;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7 small {
  font-size: 12px;
}
.wpcf7 form:not(.cf7-steps-ready) .cf7-step-1.is-hidden {
  display: block;
}
.wpcf7 textarea,
.wpcf7 .cf7-control,
.wpcf7 input[type=url],
.wpcf7 input[type=date],
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 select {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  border: solid 1px #000;
  background-color: #fff;
  color: #040509;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
  outline: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 textarea::placeholder,
.wpcf7 .cf7-control::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 select::placeholder {
  color: rgba(4, 5, 9, 0.75);
}
.wpcf7 textarea:focus,
.wpcf7 .cf7-control:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 select:focus {
  border-color: #f78da7;
}
.wpcf7 textarea {
  height: 150px;
  padding: 12px;
}
.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
}
.wpcf7 .cf7-field-amount {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}
.wpcf7 .wpcf7-radio {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  vertical-align: middle;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-radio label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}
.wpcf7 .wpcf7-radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 .wpcf7-radio input[type=radio]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #040509;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 .wpcf7-radio input[type=radio]:checked::after {
  opacity: 1;
  transform: scale(1);
}
.wpcf7 .wpcf7-radio input[type=radio]:focus-visible {
  outline: solid 2px #fff;
  outline-offset: 3px;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  display: block;
  color: #fff;
  font-size: inherit;
  line-height: 1.2;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.wpcf7 .cf7-field-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .cf7-field-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.wpcf7 .cf7-field-acceptance input {
  flex: 0 0 auto;
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox],
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox]::after,
.wpcf7 .wpcf7-acceptance input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #040509;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox]:checked::after,
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked::after {
  opacity: 1;
  transform: scale(1);
}
.wpcf7 .wpcf7-checkbox input[type=checkbox]:focus-visible,
.wpcf7 .wpcf7-acceptance input[type=checkbox]:focus-visible {
  outline: solid 2px #fff;
  outline-offset: 3px;
}
.wpcf7 .cf7-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .wpcf7 .cf7-actions {
    flex-direction: column;
  }
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  text-align: center;
  background-color: #fff;
  border: solid 2px #fff;
  color: #040509;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 12px;
  font-family: "TWK Lausanne";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 800;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: transparent;
  color: #fff;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit {
  appearance: none;
  -webkit-appearance: none;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda-rodo] {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda-rodo] .wpcf7-acceptance,
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda-rodo] .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda-rodo] .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda-rodo] label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.45;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda-rodo] input[type=checkbox] {
  width: 22px;
  height: 22px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda-rodo] input[type=checkbox]::after {
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda-rodo] .wpcf7-list-item-label {
  display: block;
}

.oc_formularz_thp {
  display: block;
  padding-top: 192px;
  padding-bottom: 192px;
}
@media (max-width: 1899px) {
  .oc_formularz_thp {
    padding-top: 176px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz_thp {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .oc_formularz_thp {
    padding-top: 144px;
  }
}
@media (max-width: 767px) {
  .oc_formularz_thp {
    padding-top: 128px;
  }
}
@media (max-width: 575px) {
  .oc_formularz_thp {
    padding-top: 112px;
  }
}
@media (max-width: 1899px) {
  .oc_formularz_thp {
    padding-bottom: 176px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz_thp {
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .oc_formularz_thp {
    padding-bottom: 144px;
  }
}
@media (max-width: 767px) {
  .oc_formularz_thp {
    padding-bottom: 128px;
  }
}
@media (max-width: 575px) {
  .oc_formularz_thp {
    padding-bottom: 112px;
  }
}
.oc_formularz_thp p,
.oc_formularz_thp h1,
.oc_formularz_thp h2,
.oc_formularz_thp h3,
.oc_formularz_thp h4,
.oc_formularz_thp h5,
.oc_formularz_thp ol,
.oc_formularz_thp ul,
.oc_formularz_thp img,
.oc_formularz_thp iframe,
.oc_formularz_thp blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.oc_formularz_thp strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_formularz_thp h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .oc_formularz_thp h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz_thp h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .oc_formularz_thp h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .oc_formularz_thp h1 {
    font-size: 32px;
  }
}
.oc_formularz_thp h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .oc_formularz_thp h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz_thp h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .oc_formularz_thp h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .oc_formularz_thp h2 {
    font-size: 24px;
  }
}
.oc_formularz_thp h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_formularz_thp h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .oc_formularz_thp h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz_thp h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oc_formularz_thp h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oc_formularz_thp h3 {
    font-size: 18px;
  }
}
.oc_formularz_thp h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_formularz_thp h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .oc_formularz_thp h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz_thp h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oc_formularz_thp h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oc_formularz_thp h4 {
    font-size: 18px;
  }
}
.oc_formularz_thp ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.oc_formularz_thp ol ol,
.oc_formularz_thp ol ul {
  padding-left: 12px;
}
.oc_formularz_thp a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.oc_formularz_thp a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.oc_formularz_thp a:hover::before {
  width: 0;
}
.oc_formularz_thp ul {
  margin: 0 0 24px 0;
}
.oc_formularz_thp ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.oc_formularz_thp ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.oc_formularz_thp ul li ol {
  padding-left: 12px;
}
.oc_formularz_thp ul li ol li::before {
  display: none;
}
.oc_formularz_thp ul li ul {
  padding-left: 15px;
}
.oc_formularz_thp img {
  max-width: 100%;
  height: auto;
}
.oc_formularz_thp img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.oc_formularz_thp img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.oc_formularz_thp img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.oc_formularz_thp img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.oc_formularz_thp iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .oc_formularz_thp iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz_thp iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .oc_formularz_thp iframe {
    height: 450px;
  }
}
.oc_formularz_thp table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .oc_formularz_thp table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .oc_formularz_thp table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.oc_formularz_thp table tr {
  border-bottom: solid 1px #fff;
}
.oc_formularz_thp table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.oc_formularz_thp table tr td,
.oc_formularz_thp table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .oc_formularz_thp table tr td,
.oc_formularz_thp table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .oc_formularz_thp table tr td,
.oc_formularz_thp table tr th {
    font-size: 10px;
  }
}
.oc_formularz_thp table tr td:last-child,
.oc_formularz_thp table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_formularz_thp table tr td:last-child a,
.oc_formularz_thp table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.oc_formularz_thp table tr td:last-child a::before,
.oc_formularz_thp table tr th:last-child a::before {
  display: none;
}
.oc_formularz_thp table tr td:last-child a:hover,
.oc_formularz_thp table tr th:last-child a:hover {
  color: #040509;
}
.oc_formularz_thp h1 {
  font-family: "Studio Feixen Edgy";
  font-feature-settings: "ss06";
}

.oc_tresc {
  position: relative;
  min-height: calc(100vh - 150px);
  z-index: 2;
}
@media (max-width: 767px) {
  .oc_tresc {
    min-height: calc(100vh - 103px);
  }
}
.oc_tresc .container-fluid {
  position: relative;
  z-index: 2;
}
.oc_tresc_left p,
.oc_tresc_left h1,
.oc_tresc_left h2,
.oc_tresc_left h3,
.oc_tresc_left h4,
.oc_tresc_left h5,
.oc_tresc_left ol,
.oc_tresc_left ul,
.oc_tresc_left img,
.oc_tresc_left iframe,
.oc_tresc_left blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.oc_tresc_left strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_tresc_left h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .oc_tresc_left h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_left h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .oc_tresc_left h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .oc_tresc_left h1 {
    font-size: 32px;
  }
}
.oc_tresc_left h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .oc_tresc_left h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_left h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .oc_tresc_left h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .oc_tresc_left h2 {
    font-size: 24px;
  }
}
.oc_tresc_left h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_tresc_left h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .oc_tresc_left h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_left h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oc_tresc_left h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oc_tresc_left h3 {
    font-size: 18px;
  }
}
.oc_tresc_left h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_tresc_left h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .oc_tresc_left h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_left h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oc_tresc_left h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oc_tresc_left h4 {
    font-size: 18px;
  }
}
.oc_tresc_left ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.oc_tresc_left ol ol,
.oc_tresc_left ol ul {
  padding-left: 12px;
}
.oc_tresc_left a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.oc_tresc_left a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.oc_tresc_left a:hover::before {
  width: 0;
}
.oc_tresc_left ul {
  margin: 0 0 24px 0;
}
.oc_tresc_left ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.oc_tresc_left ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.oc_tresc_left ul li ol {
  padding-left: 12px;
}
.oc_tresc_left ul li ol li::before {
  display: none;
}
.oc_tresc_left ul li ul {
  padding-left: 15px;
}
.oc_tresc_left img {
  max-width: 100%;
  height: auto;
}
.oc_tresc_left img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.oc_tresc_left img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.oc_tresc_left img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.oc_tresc_left img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.oc_tresc_left iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .oc_tresc_left iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_left iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_left iframe {
    height: 450px;
  }
}
.oc_tresc_left table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .oc_tresc_left table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .oc_tresc_left table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.oc_tresc_left table tr {
  border-bottom: solid 1px #fff;
}
.oc_tresc_left table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.oc_tresc_left table tr td,
.oc_tresc_left table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .oc_tresc_left table tr td,
.oc_tresc_left table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .oc_tresc_left table tr td,
.oc_tresc_left table tr th {
    font-size: 10px;
  }
}
.oc_tresc_left table tr td:last-child,
.oc_tresc_left table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_tresc_left table tr td:last-child a,
.oc_tresc_left table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.oc_tresc_left table tr td:last-child a::before,
.oc_tresc_left table tr th:last-child a::before {
  display: none;
}
.oc_tresc_left table tr td:last-child a:hover,
.oc_tresc_left table tr th:last-child a:hover {
  color: #040509;
}
.oc_tresc_left table {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.oc_tresc_left table tr, .oc_tresc_left table td {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.oc_tresc_right {
  display: block;
}
.oc_tresc_right_logo_1 {
  display: block;
  width: 80%;
  margin: 0 auto 48px auto;
  max-width: 300px;
}
@media (max-width: 767px) {
  .oc_tresc_right_logo_1 {
    margin-top: 24px;
  }
}
.oc_tresc_right_logo_2 {
  display: block;
  margin: 0 auto;
  padding: 0 15%;
  text-align: center;
}
@media (max-width: 767px) {
  .oc_tresc_right_logo_2 {
    max-width: 300px;
    padding: 0;
  }
}
.oc_tresc_right_logo_2_img {
  display: block;
  margin: 0 auto 24px auto;
  width: 100%;
}
.oc_tresc_right_logo_2_cta {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  text-align: center;
  background-color: #fff;
  border: solid 2px #fff;
  color: #040509;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 12px;
  font-family: "TWK Lausanne";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 800;
  text-transform: uppercase;
}
.oc_tresc_right_logo_2_cta:hover {
  background-color: transparent;
  color: #fff;
}
.oc_tresc_right_logo_2_dodatkowy p,
.oc_tresc_right_logo_2_dodatkowy h1,
.oc_tresc_right_logo_2_dodatkowy h2,
.oc_tresc_right_logo_2_dodatkowy h3,
.oc_tresc_right_logo_2_dodatkowy h4,
.oc_tresc_right_logo_2_dodatkowy h5,
.oc_tresc_right_logo_2_dodatkowy ol,
.oc_tresc_right_logo_2_dodatkowy ul,
.oc_tresc_right_logo_2_dodatkowy img,
.oc_tresc_right_logo_2_dodatkowy iframe,
.oc_tresc_right_logo_2_dodatkowy blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.oc_tresc_right_logo_2_dodatkowy strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_tresc_right_logo_2_dodatkowy h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .oc_tresc_right_logo_2_dodatkowy h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_right_logo_2_dodatkowy h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .oc_tresc_right_logo_2_dodatkowy h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .oc_tresc_right_logo_2_dodatkowy h1 {
    font-size: 32px;
  }
}
.oc_tresc_right_logo_2_dodatkowy h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .oc_tresc_right_logo_2_dodatkowy h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_right_logo_2_dodatkowy h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .oc_tresc_right_logo_2_dodatkowy h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .oc_tresc_right_logo_2_dodatkowy h2 {
    font-size: 24px;
  }
}
.oc_tresc_right_logo_2_dodatkowy h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_tresc_right_logo_2_dodatkowy h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .oc_tresc_right_logo_2_dodatkowy h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_right_logo_2_dodatkowy h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oc_tresc_right_logo_2_dodatkowy h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oc_tresc_right_logo_2_dodatkowy h3 {
    font-size: 18px;
  }
}
.oc_tresc_right_logo_2_dodatkowy h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_tresc_right_logo_2_dodatkowy h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .oc_tresc_right_logo_2_dodatkowy h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_right_logo_2_dodatkowy h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oc_tresc_right_logo_2_dodatkowy h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oc_tresc_right_logo_2_dodatkowy h4 {
    font-size: 18px;
  }
}
.oc_tresc_right_logo_2_dodatkowy ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.oc_tresc_right_logo_2_dodatkowy ol ol,
.oc_tresc_right_logo_2_dodatkowy ol ul {
  padding-left: 12px;
}
.oc_tresc_right_logo_2_dodatkowy a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.oc_tresc_right_logo_2_dodatkowy a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.oc_tresc_right_logo_2_dodatkowy a:hover::before {
  width: 0;
}
.oc_tresc_right_logo_2_dodatkowy ul {
  margin: 0 0 24px 0;
}
.oc_tresc_right_logo_2_dodatkowy ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.oc_tresc_right_logo_2_dodatkowy ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.oc_tresc_right_logo_2_dodatkowy ul li ol {
  padding-left: 12px;
}
.oc_tresc_right_logo_2_dodatkowy ul li ol li::before {
  display: none;
}
.oc_tresc_right_logo_2_dodatkowy ul li ul {
  padding-left: 15px;
}
.oc_tresc_right_logo_2_dodatkowy img {
  max-width: 100%;
  height: auto;
}
.oc_tresc_right_logo_2_dodatkowy img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.oc_tresc_right_logo_2_dodatkowy img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.oc_tresc_right_logo_2_dodatkowy img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.oc_tresc_right_logo_2_dodatkowy img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.oc_tresc_right_logo_2_dodatkowy iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .oc_tresc_right_logo_2_dodatkowy iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_right_logo_2_dodatkowy iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .oc_tresc_right_logo_2_dodatkowy iframe {
    height: 450px;
  }
}
.oc_tresc_right_logo_2_dodatkowy table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .oc_tresc_right_logo_2_dodatkowy table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .oc_tresc_right_logo_2_dodatkowy table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.oc_tresc_right_logo_2_dodatkowy table tr {
  border-bottom: solid 1px #fff;
}
.oc_tresc_right_logo_2_dodatkowy table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.oc_tresc_right_logo_2_dodatkowy table tr td,
.oc_tresc_right_logo_2_dodatkowy table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .oc_tresc_right_logo_2_dodatkowy table tr td,
.oc_tresc_right_logo_2_dodatkowy table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .oc_tresc_right_logo_2_dodatkowy table tr td,
.oc_tresc_right_logo_2_dodatkowy table tr th {
    font-size: 10px;
  }
}
.oc_tresc_right_logo_2_dodatkowy table tr td:last-child,
.oc_tresc_right_logo_2_dodatkowy table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.oc_tresc_right_logo_2_dodatkowy table tr td:last-child a,
.oc_tresc_right_logo_2_dodatkowy table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.oc_tresc_right_logo_2_dodatkowy table tr td:last-child a::before,
.oc_tresc_right_logo_2_dodatkowy table tr th:last-child a::before {
  display: none;
}
.oc_tresc_right_logo_2_dodatkowy table tr td:last-child a:hover,
.oc_tresc_right_logo_2_dodatkowy table tr th:last-child a:hover {
  color: #040509;
}
.oc_tresc_tlo {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 50%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
}

.wpis {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1899px) {
  .wpis {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .wpis {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .wpis {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .wpis {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .wpis {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .wpis {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .wpis {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .wpis {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .wpis {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .wpis {
    padding-bottom: 28px;
  }
}
.wpis p,
.wpis h1,
.wpis h2,
.wpis h3,
.wpis h4,
.wpis h5,
.wpis ol,
.wpis ul,
.wpis img,
.wpis iframe,
.wpis blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.wpis strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.wpis h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .wpis h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .wpis h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .wpis h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .wpis h1 {
    font-size: 32px;
  }
}
.wpis h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .wpis h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .wpis h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .wpis h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wpis h2 {
    font-size: 24px;
  }
}
.wpis h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.wpis h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .wpis h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .wpis h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .wpis h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wpis h3 {
    font-size: 18px;
  }
}
.wpis h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.wpis h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .wpis h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .wpis h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .wpis h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wpis h4 {
    font-size: 18px;
  }
}
.wpis ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.wpis ol ol,
.wpis ol ul {
  padding-left: 12px;
}
.wpis a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.wpis a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.wpis a:hover::before {
  width: 0;
}
.wpis ul {
  margin: 0 0 24px 0;
}
.wpis ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.wpis ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.wpis ul li ol {
  padding-left: 12px;
}
.wpis ul li ol li::before {
  display: none;
}
.wpis ul li ul {
  padding-left: 15px;
}
.wpis img {
  max-width: 100%;
  height: auto;
}
.wpis img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.wpis img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.wpis img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.wpis img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.wpis iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .wpis iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .wpis iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .wpis iframe {
    height: 450px;
  }
}
.wpis table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .wpis table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .wpis table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.wpis table tr {
  border-bottom: solid 1px #fff;
}
.wpis table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.wpis table tr td,
.wpis table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .wpis table tr td,
.wpis table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .wpis table tr td,
.wpis table tr th {
    font-size: 10px;
  }
}
.wpis table tr td:last-child,
.wpis table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.wpis table tr td:last-child a,
.wpis table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpis table tr td:last-child a::before,
.wpis table tr th:last-child a::before {
  display: none;
}
.wpis table tr td:last-child a:hover,
.wpis table tr th:last-child a:hover {
  color: #040509;
}
.wpis_thumb {
  margin-bottom: 24px;
  width: 100%;
}
.wpis_thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-width: unset;
}

.festiwal {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1899px) {
  .festiwal {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .festiwal {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .festiwal {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .festiwal {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .festiwal {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .festiwal {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .festiwal {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .festiwal {
    padding-bottom: 28px;
  }
}
.festiwal_ogolnie_gora p,
.festiwal_ogolnie_gora h1,
.festiwal_ogolnie_gora h2,
.festiwal_ogolnie_gora h3,
.festiwal_ogolnie_gora h4,
.festiwal_ogolnie_gora h5,
.festiwal_ogolnie_gora ol,
.festiwal_ogolnie_gora ul,
.festiwal_ogolnie_gora img,
.festiwal_ogolnie_gora iframe,
.festiwal_ogolnie_gora blockquote, .festiwal_ogolnie_dol p,
.festiwal_ogolnie_dol h1,
.festiwal_ogolnie_dol h2,
.festiwal_ogolnie_dol h3,
.festiwal_ogolnie_dol h4,
.festiwal_ogolnie_dol h5,
.festiwal_ogolnie_dol ol,
.festiwal_ogolnie_dol ul,
.festiwal_ogolnie_dol img,
.festiwal_ogolnie_dol iframe,
.festiwal_ogolnie_dol blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.festiwal_ogolnie_gora strong, .festiwal_ogolnie_dol strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_ogolnie_gora h1, .festiwal_ogolnie_dol h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .festiwal_ogolnie_gora h1, .festiwal_ogolnie_dol h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_gora h1, .festiwal_ogolnie_dol h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .festiwal_ogolnie_gora h1, .festiwal_ogolnie_dol h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal_ogolnie_gora h1, .festiwal_ogolnie_dol h1 {
    font-size: 32px;
  }
}
.festiwal_ogolnie_gora h2, .festiwal_ogolnie_dol h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .festiwal_ogolnie_gora h2, .festiwal_ogolnie_dol h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_gora h2, .festiwal_ogolnie_dol h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .festiwal_ogolnie_gora h2, .festiwal_ogolnie_dol h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .festiwal_ogolnie_gora h2, .festiwal_ogolnie_dol h2 {
    font-size: 24px;
  }
}
.festiwal_ogolnie_gora h3, .festiwal_ogolnie_dol h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_ogolnie_gora h3 strong, .festiwal_ogolnie_dol h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .festiwal_ogolnie_gora h3, .festiwal_ogolnie_dol h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_gora h3, .festiwal_ogolnie_dol h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .festiwal_ogolnie_gora h3, .festiwal_ogolnie_dol h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .festiwal_ogolnie_gora h3, .festiwal_ogolnie_dol h3 {
    font-size: 18px;
  }
}
.festiwal_ogolnie_gora h4, .festiwal_ogolnie_dol h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_ogolnie_gora h4 strong, .festiwal_ogolnie_dol h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .festiwal_ogolnie_gora h4, .festiwal_ogolnie_dol h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_gora h4, .festiwal_ogolnie_dol h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .festiwal_ogolnie_gora h4, .festiwal_ogolnie_dol h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .festiwal_ogolnie_gora h4, .festiwal_ogolnie_dol h4 {
    font-size: 18px;
  }
}
.festiwal_ogolnie_gora ol li, .festiwal_ogolnie_dol ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.festiwal_ogolnie_gora ol ol,
.festiwal_ogolnie_gora ol ul, .festiwal_ogolnie_dol ol ol,
.festiwal_ogolnie_dol ol ul {
  padding-left: 12px;
}
.festiwal_ogolnie_gora a, .festiwal_ogolnie_dol a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.festiwal_ogolnie_gora a::before, .festiwal_ogolnie_dol a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.festiwal_ogolnie_gora a:hover::before, .festiwal_ogolnie_dol a:hover::before {
  width: 0;
}
.festiwal_ogolnie_gora ul, .festiwal_ogolnie_dol ul {
  margin: 0 0 24px 0;
}
.festiwal_ogolnie_gora ul li, .festiwal_ogolnie_dol ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.festiwal_ogolnie_gora ul li:before, .festiwal_ogolnie_dol ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.festiwal_ogolnie_gora ul li ol, .festiwal_ogolnie_dol ul li ol {
  padding-left: 12px;
}
.festiwal_ogolnie_gora ul li ol li::before, .festiwal_ogolnie_dol ul li ol li::before {
  display: none;
}
.festiwal_ogolnie_gora ul li ul, .festiwal_ogolnie_dol ul li ul {
  padding-left: 15px;
}
.festiwal_ogolnie_gora img, .festiwal_ogolnie_dol img {
  max-width: 100%;
  height: auto;
}
.festiwal_ogolnie_gora img.emoji, .festiwal_ogolnie_dol img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.festiwal_ogolnie_gora img.aligncenter, .festiwal_ogolnie_dol img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.festiwal_ogolnie_gora img.alignleft, .festiwal_ogolnie_dol img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.festiwal_ogolnie_gora img.alignright, .festiwal_ogolnie_dol img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.festiwal_ogolnie_gora iframe, .festiwal_ogolnie_dol iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_gora iframe, .festiwal_ogolnie_dol iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_gora iframe, .festiwal_ogolnie_dol iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_gora iframe, .festiwal_ogolnie_dol iframe {
    height: 450px;
  }
}
.festiwal_ogolnie_gora table, .festiwal_ogolnie_dol table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .festiwal_ogolnie_gora table, .festiwal_ogolnie_dol table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .festiwal_ogolnie_gora table, .festiwal_ogolnie_dol table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.festiwal_ogolnie_gora table tr, .festiwal_ogolnie_dol table tr {
  border-bottom: solid 1px #fff;
}
.festiwal_ogolnie_gora table tr:first-child th, .festiwal_ogolnie_dol table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.festiwal_ogolnie_gora table tr td,
.festiwal_ogolnie_gora table tr th, .festiwal_ogolnie_dol table tr td,
.festiwal_ogolnie_dol table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .festiwal_ogolnie_gora table tr td,
.festiwal_ogolnie_gora table tr th, .festiwal_ogolnie_dol table tr td,
.festiwal_ogolnie_dol table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .festiwal_ogolnie_gora table tr td,
.festiwal_ogolnie_gora table tr th, .festiwal_ogolnie_dol table tr td,
.festiwal_ogolnie_dol table tr th {
    font-size: 10px;
  }
}
.festiwal_ogolnie_gora table tr td:last-child,
.festiwal_ogolnie_gora table tr th:last-child, .festiwal_ogolnie_dol table tr td:last-child,
.festiwal_ogolnie_dol table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_ogolnie_gora table tr td:last-child a,
.festiwal_ogolnie_gora table tr th:last-child a, .festiwal_ogolnie_dol table tr td:last-child a,
.festiwal_ogolnie_dol table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.festiwal_ogolnie_gora table tr td:last-child a::before,
.festiwal_ogolnie_gora table tr th:last-child a::before, .festiwal_ogolnie_dol table tr td:last-child a::before,
.festiwal_ogolnie_dol table tr th:last-child a::before {
  display: none;
}
.festiwal_ogolnie_gora table tr td:last-child a:hover,
.festiwal_ogolnie_gora table tr th:last-child a:hover, .festiwal_ogolnie_dol table tr td:last-child a:hover,
.festiwal_ogolnie_dol table tr th:last-child a:hover {
  color: #040509;
}
.festiwal_ogolnie_dol {
  --festiwal-ogolnie-dol-offset: 360px;
  position: relative;
  padding-top: 192px;
}
@media (max-width: 1899px) {
  .festiwal_ogolnie_dol {
    padding-top: 176px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_dol {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .festiwal_ogolnie_dol {
    padding-top: 144px;
  }
}
@media (max-width: 767px) {
  .festiwal_ogolnie_dol {
    padding-top: 128px;
  }
}
@media (max-width: 575px) {
  .festiwal_ogolnie_dol {
    padding-top: 112px;
  }
}
.festiwal_ogolnie_dol h2 {
  padding-top: 192px;
}
@media (max-width: 1899px) {
  .festiwal_ogolnie_dol h2 {
    padding-top: 176px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_dol h2 {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .festiwal_ogolnie_dol h2 {
    padding-top: 144px;
  }
}
@media (max-width: 767px) {
  .festiwal_ogolnie_dol h2 {
    padding-top: 128px;
  }
}
@media (max-width: 575px) {
  .festiwal_ogolnie_dol h2 {
    padding-top: 112px;
  }
}
@media (max-width: 1899px) {
  .festiwal_ogolnie_dol {
    --festiwal-ogolnie-dol-offset: 352px;
  }
}
@media (max-width: 1199px) {
  .festiwal_ogolnie_dol {
    --festiwal-ogolnie-dol-offset: 320px;
  }
}
@media (max-width: 991px) {
  .festiwal_ogolnie_dol {
    --festiwal-ogolnie-dol-offset: 288px;
  }
}
@media (max-width: 767px) {
  .festiwal_ogolnie_dol {
    --festiwal-ogolnie-dol-offset: 256px;
  }
}
@media (max-width: 575px) {
  .festiwal_ogolnie_dol {
    --festiwal-ogolnie-dol-offset: 224px;
  }
}
.festiwal_ogolnie_dol::after {
  left: 0;
  width: 100%;
  height: calc(100% - var(--festiwal-ogolnie-dol-offset));
  top: var(--festiwal-ogolnie-dol-offset);
  content: "";
  display: block;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
}
.festiwal_ogolnie_dol_tlo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 0;
  margin: 0;
}
.festiwal_poprzednie {
  border-top: solid 1px #fff;
  padding-top: 96px;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .festiwal_poprzednie {
    padding-top: 56px;
  }
}
.festiwal_poprzednie_title {
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_title {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_title {
    font-size: 32px;
  }
}
.festiwal_poprzednie_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.festiwal_poprzednie_menu li {
  width: auto;
}
.festiwal_poprzednie_menu li span {
  display: block;
  padding: 0 12px;
  color: #040509;
  cursor: pointer;
  border: solid 2px #fff;
  background-color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  font-size: 18px;
}
.festiwal_poprzednie_menu li span:hover, .festiwal_poprzednie_menu li span.current {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 991px) {
  .festiwal_poprzednie_menu li span {
    font-size: 18px;
  }
}
.festiwal_poprzednie_opis {
  padding-top: 48px;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_opis {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_opis {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_opis {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_opis {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .festiwal_poprzednie_opis {
    padding-top: 28px;
  }
}
.festiwal_poprzednie_opis p,
.festiwal_poprzednie_opis h1,
.festiwal_poprzednie_opis h2,
.festiwal_poprzednie_opis h3,
.festiwal_poprzednie_opis h4,
.festiwal_poprzednie_opis h5,
.festiwal_poprzednie_opis ol,
.festiwal_poprzednie_opis ul,
.festiwal_poprzednie_opis img,
.festiwal_poprzednie_opis iframe,
.festiwal_poprzednie_opis blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.festiwal_poprzednie_opis strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_poprzednie_opis h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_opis h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_opis h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_opis h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_opis h1 {
    font-size: 32px;
  }
}
.festiwal_poprzednie_opis h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_opis h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_opis h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_opis h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_opis h2 {
    font-size: 24px;
  }
}
.festiwal_poprzednie_opis h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_poprzednie_opis h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_opis h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_opis h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_opis h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_opis h3 {
    font-size: 18px;
  }
}
.festiwal_poprzednie_opis h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_poprzednie_opis h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_opis h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_opis h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_opis h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_opis h4 {
    font-size: 18px;
  }
}
.festiwal_poprzednie_opis ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.festiwal_poprzednie_opis ol ol,
.festiwal_poprzednie_opis ol ul {
  padding-left: 12px;
}
.festiwal_poprzednie_opis a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.festiwal_poprzednie_opis a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.festiwal_poprzednie_opis a:hover::before {
  width: 0;
}
.festiwal_poprzednie_opis ul {
  margin: 0 0 24px 0;
}
.festiwal_poprzednie_opis ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.festiwal_poprzednie_opis ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.festiwal_poprzednie_opis ul li ol {
  padding-left: 12px;
}
.festiwal_poprzednie_opis ul li ol li::before {
  display: none;
}
.festiwal_poprzednie_opis ul li ul {
  padding-left: 15px;
}
.festiwal_poprzednie_opis img {
  max-width: 100%;
  height: auto;
}
.festiwal_poprzednie_opis img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.festiwal_poprzednie_opis img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.festiwal_poprzednie_opis img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.festiwal_poprzednie_opis img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.festiwal_poprzednie_opis iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_opis iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_opis iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_opis iframe {
    height: 450px;
  }
}
.festiwal_poprzednie_opis table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .festiwal_poprzednie_opis table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .festiwal_poprzednie_opis table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.festiwal_poprzednie_opis table tr {
  border-bottom: solid 1px #fff;
}
.festiwal_poprzednie_opis table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.festiwal_poprzednie_opis table tr td,
.festiwal_poprzednie_opis table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .festiwal_poprzednie_opis table tr td,
.festiwal_poprzednie_opis table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .festiwal_poprzednie_opis table tr td,
.festiwal_poprzednie_opis table tr th {
    font-size: 10px;
  }
}
.festiwal_poprzednie_opis table tr td:last-child,
.festiwal_poprzednie_opis table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_poprzednie_opis table tr td:last-child a,
.festiwal_poprzednie_opis table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.festiwal_poprzednie_opis table tr td:last-child a::before,
.festiwal_poprzednie_opis table tr th:last-child a::before {
  display: none;
}
.festiwal_poprzednie_opis table tr td:last-child a:hover,
.festiwal_poprzednie_opis table tr th:last-child a:hover {
  color: #040509;
}
.festiwal_poprzednie_wideo {
  padding-top: 48px;
}
.festiwal_poprzednie_wideo p,
.festiwal_poprzednie_wideo h1,
.festiwal_poprzednie_wideo h2,
.festiwal_poprzednie_wideo h3,
.festiwal_poprzednie_wideo h4,
.festiwal_poprzednie_wideo h5,
.festiwal_poprzednie_wideo ol,
.festiwal_poprzednie_wideo ul,
.festiwal_poprzednie_wideo img,
.festiwal_poprzednie_wideo iframe,
.festiwal_poprzednie_wideo blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.festiwal_poprzednie_wideo strong {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_poprzednie_wideo h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_wideo h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_wideo h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_wideo h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_wideo h1 {
    font-size: 32px;
  }
}
.festiwal_poprzednie_wideo h2 {
  font-size: 42px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_wideo h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_wideo h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_wideo h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_wideo h2 {
    font-size: 24px;
  }
}
.festiwal_poprzednie_wideo h3 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_poprzednie_wideo h3 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_wideo h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_wideo h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_wideo h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_wideo h3 {
    font-size: 18px;
  }
}
.festiwal_poprzednie_wideo h4 {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_poprzednie_wideo h4 strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_wideo h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_wideo h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_wideo h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_wideo h4 {
    font-size: 18px;
  }
}
.festiwal_poprzednie_wideo ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.festiwal_poprzednie_wideo ol ol,
.festiwal_poprzednie_wideo ol ul {
  padding-left: 12px;
}
.festiwal_poprzednie_wideo a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  color: #fff;
}
.festiwal_poprzednie_wideo a::before {
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.festiwal_poprzednie_wideo a:hover::before {
  width: 0;
}
.festiwal_poprzednie_wideo ul {
  margin: 0 0 24px 0;
}
.festiwal_poprzednie_wideo ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.festiwal_poprzednie_wideo ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.festiwal_poprzednie_wideo ul li ol {
  padding-left: 12px;
}
.festiwal_poprzednie_wideo ul li ol li::before {
  display: none;
}
.festiwal_poprzednie_wideo ul li ul {
  padding-left: 15px;
}
.festiwal_poprzednie_wideo img {
  max-width: 100%;
  height: auto;
}
.festiwal_poprzednie_wideo img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
}
.festiwal_poprzednie_wideo img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.festiwal_poprzednie_wideo img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.festiwal_poprzednie_wideo img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.festiwal_poprzednie_wideo iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_wideo iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_wideo iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_wideo iframe {
    height: 450px;
  }
}
.festiwal_poprzednie_wideo table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media (max-width: 991px) {
  .festiwal_poprzednie_wideo table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .festiwal_poprzednie_wideo table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.festiwal_poprzednie_wideo table tr {
  border-bottom: solid 1px #fff;
}
.festiwal_poprzednie_wideo table tr:first-child th {
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.festiwal_poprzednie_wideo table tr td,
.festiwal_poprzednie_wideo table tr th {
  padding: 12px 16px;
  border-right: solid 1px #fff;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  /*
  &:first-child {
      width: 32%;

      @media(max-width:767px) {
          width: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .festiwal_poprzednie_wideo table tr td,
.festiwal_poprzednie_wideo table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .festiwal_poprzednie_wideo table tr td,
.festiwal_poprzednie_wideo table tr th {
    font-size: 10px;
  }
}
.festiwal_poprzednie_wideo table tr td:last-child,
.festiwal_poprzednie_wideo table tr th:last-child {
  text-align: right;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
}
.festiwal_poprzednie_wideo table tr td:last-child a,
.festiwal_poprzednie_wideo table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.festiwal_poprzednie_wideo table tr td:last-child a::before,
.festiwal_poprzednie_wideo table tr th:last-child a::before {
  display: none;
}
.festiwal_poprzednie_wideo table tr td:last-child a:hover,
.festiwal_poprzednie_wideo table tr th:last-child a:hover {
  color: #040509;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_wideo {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_wideo {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_wideo {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_wideo {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .festiwal_poprzednie_wideo {
    padding-top: 28px;
  }
}
.festiwal_poprzednie_lineup h2 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 1899px) {
  .festiwal_poprzednie_lineup h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .festiwal_poprzednie_lineup h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .festiwal_poprzednie_lineup h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .festiwal_poprzednie_lineup h2 {
    font-size: 32px;
  }
}
.festiwal_poprzednie_lineup ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 24px;
}
@media (max-width: 767px) {
  .festiwal_poprzednie_lineup ul {
    gap: 0;
  }
}
.festiwal_poprzednie_lineup ul li {
  display: block;
  width: calc(50% - 12px);
  padding: 6px 0;
  border-bottom: solid 1px #fff;
}
@media (max-width: 767px) {
  .festiwal_poprzednie_lineup ul li {
    width: 100%;
  }
}

.hero {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 384px;
  padding-bottom: 96px;
}
@media (max-width: 1899px) {
  .hero {
    padding-top: 352px;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding-top: 320px;
  }
}
@media (max-width: 991px) {
  .hero {
    padding-top: 288px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 256px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding-top: 224px;
  }
}
@media (max-width: 1899px) {
  .hero {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .hero {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding-bottom: 56px;
  }
}
.hero_inside {
  text-align: center;
}
.hero_inside h1 {
  font-family: "Studio Feixen Edgy";
  font-feature-settings: "ss06";
  font-size: 72px;
  line-height: 0.86;
  text-transform: uppercase;
}
@media (max-width: 1899px) {
  .hero_inside h1 {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .hero_inside h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .hero_inside h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero_inside h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero_inside h1 {
    font-size: 36px;
  }
}
.hero_inside_opis {
  font-size: 28px;
  line-height: 1.3;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  margin: 24px 0;
}
@media (max-width: 1899px) {
  .hero_inside_opis {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .hero_inside_opis {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hero_inside_opis {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero_inside_opis {
    font-size: 16px;
  }
}
.hero_inside_cta {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  text-align: center;
  background-color: #fff;
  border: solid 2px #fff;
  color: #040509;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 12px;
  font-family: "TWK Lausanne";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 800;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  font-size: 24px;
  padding: 12px 48px;
  line-height: 1.6;
  height: auto;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
.hero_inside_cta:hover {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .hero_inside_cta {
    font-size: 20px;
  }
}
.hero_foto, .hero_wideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}

.zajawki_lista {
  columns: 2;
  column-gap: 0;
}
@media (max-width: 767px) {
  .zajawki_lista {
    columns: 1;
  }
}
.zajawki_lista_box {
  width: 100%;
  break-inside: avoid;
  page-break-inside: avoid;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  background-color: #040509;
  z-index: 1;
}
@media (max-width: 991px) {
  .zajawki_lista_box {
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) and (max-width: 1899px) {
  .zajawki_lista_box {
    padding-top: 88px;
  }
}
@media (max-width: 991px) and (max-width: 1199px) {
  .zajawki_lista_box {
    padding-top: 80px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .zajawki_lista_box {
    padding-top: 72px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .zajawki_lista_box {
    padding-top: 64px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .zajawki_lista_box {
    padding-top: 56px;
  }
}
@media (max-width: 991px) and (max-width: 1899px) {
  .zajawki_lista_box {
    padding-bottom: 88px;
  }
}
@media (max-width: 991px) and (max-width: 1199px) {
  .zajawki_lista_box {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .zajawki_lista_box {
    padding-bottom: 72px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .zajawki_lista_box {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .zajawki_lista_box {
    padding-bottom: 56px;
  }
}
.zajawki_lista_box_1 {
  height: 1000px;
}
@media (max-width: 1999px) {
  .zajawki_lista_box_1 {
    height: 800px;
  }
}
@media (max-width: 1599px) {
  .zajawki_lista_box_1 {
    height: 600px;
  }
}
@media (max-width: 1899px) {
  .zajawki_lista_box_1 {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box_1 {
    height: auto;
  }
}
.zajawki_lista_box_2 {
  height: 515px;
}
@media (max-width: 1999px) {
  .zajawki_lista_box_2 {
    height: 465px;
  }
}
@media (max-width: 1599px) {
  .zajawki_lista_box_2 {
    height: 415px;
  }
}
@media (max-width: 1899px) {
  .zajawki_lista_box_2 {
    height: 365px;
  }
}
@media (max-width: 1199px) {
  .zajawki_lista_box_2 {
    height: 316px;
  }
}
@media (max-width: 767px) {
  .zajawki_lista_box_2 {
    height: auto;
  }
}
.zajawki_lista_box_3 {
  height: 515px;
}
@media (max-width: 1999px) {
  .zajawki_lista_box_3 {
    height: 465px;
  }
}
@media (max-width: 1599px) {
  .zajawki_lista_box_3 {
    height: 415px;
  }
}
@media (max-width: 1899px) {
  .zajawki_lista_box_3 {
    height: 365px;
  }
}
@media (max-width: 1199px) {
  .zajawki_lista_box_3 {
    height: 316px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box_3 {
    height: auto;
  }
}
.zajawki_lista_box_4 {
  height: 1000px;
}
@media (max-width: 1999px) {
  .zajawki_lista_box_4 {
    height: 800px;
  }
}
@media (max-width: 1599px) {
  .zajawki_lista_box_4 {
    height: 600px;
  }
}
@media (max-width: 1899px) {
  .zajawki_lista_box_4 {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box_4 {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .zajawki_lista_box_4 {
    height: auto;
  }
}
.zajawki_lista_box .blurbox {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
  height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  padding: 64px 24px;
}
@media (max-width: 1899px) {
  .zajawki_lista_box .blurbox {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .zajawki_lista_box .blurbox {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box .blurbox {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .zajawki_lista_box .blurbox {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .zajawki_lista_box .blurbox {
    padding-top: 28px;
  }
}
@media (max-width: 1899px) {
  .zajawki_lista_box .blurbox {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .zajawki_lista_box .blurbox {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box .blurbox {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .zajawki_lista_box .blurbox {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .zajawki_lista_box .blurbox {
    padding-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box .blurbox {
    padding: 48px 24px;
  }
}
.zajawki_lista_box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4, 5, 9, 0.18) 0%, rgba(4, 5, 9, 0.78) 100%);
}
.zajawki_lista_box_grafika {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.zajawki_lista_box_logo_oc, .zajawki_lista_box_logo_edycja {
  display: block;
  width: auto;
  height: auto;
  max-width: 40%;
  margin: 24px auto;
}
.zajawki_lista_box_naglowek {
  font-size: 32px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}
.zajawki_lista_box_naglowek strong {
  color: #000;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 400;
}
@media (max-width: 1899px) {
  .zajawki_lista_box_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .zajawki_lista_box_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box_naglowek {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .zajawki_lista_box_naglowek {
    font-size: 18px;
  }
}
.zajawki_lista_box_opis {
  font-size: 24px;
  font-family: "TWK Lausanne Pan";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 600;
  color: #fff;
  max-width: 500px;
  margin: 0 auto 24px auto;
}
@media (max-width: 767px) {
  .zajawki_lista_box_opis {
    font-size: 20px;
  }
}
.zajawki_lista_box_cta {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  text-align: center;
  background-color: #fff;
  border: solid 2px #fff;
  color: #040509;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 12px;
  font-family: "TWK Lausanne";
  font-optical-sizing: auto;
  font-feature-settings: "ss02";
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  width: auto;
  z-index: 2;
  margin-bottom: 0;
}
.zajawki_lista_box_cta:hover {
  background-color: transparent;
  color: #fff;
}
.zajawki_lista_box:hover .zajawki_lista_box_grafika {
  transform: scale(1.04);
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
}
.zajawki_lista_box:hover .zajawki_lista_box_cta {
  background-color: transparent;
  color: #fff;
}
.zajawki_lista_box_opencall {
  text-align: center;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 767px) {
  .zajawki_lista_box_opencall {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.zajawki_lista_box_opencall .zajawki_lista_box_logo_oc {
  max-width: 30%;
  margin-top: 6vh;
}
@media (max-width: 1699px) {
  .zajawki_lista_box_opencall .zajawki_lista_box_logo_oc {
    margin-top: 8vh;
  }
}
@media (max-width: 1399px) {
  .zajawki_lista_box_opencall .zajawki_lista_box_logo_oc {
    margin-top: 10vh;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box_opencall .zajawki_lista_box_logo_oc {
    margin-top: 24px;
  }
}
.zajawki_lista_box_onrepeat {
  column-span: all;
  padding-top: 192px;
  padding-bottom: 192px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1899px) {
  .zajawki_lista_box_onrepeat {
    padding-top: 176px;
  }
}
@media (max-width: 1199px) {
  .zajawki_lista_box_onrepeat {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box_onrepeat {
    padding-top: 144px;
  }
}
@media (max-width: 767px) {
  .zajawki_lista_box_onrepeat {
    padding-top: 128px;
  }
}
@media (max-width: 575px) {
  .zajawki_lista_box_onrepeat {
    padding-top: 112px;
  }
}
@media (max-width: 1899px) {
  .zajawki_lista_box_onrepeat {
    padding-bottom: 176px;
  }
}
@media (max-width: 1199px) {
  .zajawki_lista_box_onrepeat {
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .zajawki_lista_box_onrepeat {
    padding-bottom: 144px;
  }
}
@media (max-width: 767px) {
  .zajawki_lista_box_onrepeat {
    padding-bottom: 128px;
  }
}
@media (max-width: 575px) {
  .zajawki_lista_box_onrepeat {
    padding-bottom: 112px;
  }
}
.zajawki_lista_box_onrepeat::before {
  background: linear-gradient(180deg, rgba(4, 5, 9, 0.15) 0%, rgba(4, 5, 9, 0.82) 100%);
}
