@import url("https://fonts.googleapis.com/css?family=Darker+Grotesque:500,600,700,800,900&display=swap&subset=latin-ext");
:root {
  --main: #252525;
  --text: #424242;
  --background: #ffffff;
  --snow: #fafafa;
  --gray: #b0b0b0;
  --gray2: #9e9e9e;
  --gray3: #e0e0e0;
  --gray4: #757575;
  --gray5: #616161;
  --gray6: #323232;
  --blueLink: #0071db;
  --selectric: #c4c4c4;
  --transparent: transparent;
  --inputBorder: #B0B0B0;
  --grayLight: #eeeeee;
  --green: #039500;
  --black: #000000;
  --error: #C92F33;
  --yellow_wcag: #FEFD55;
  --font: 'Darker Grotesque', sans-serif;
  --h1: 72px;
  --h2: 48px;
  --h3: 32px;
  --h4: 24px;
  --h5: 20px;
  --h6: 16px;
  --p: 16px;
  --fontSize20: 20px;
  --fontSize18: 18px;
  --fontSize14: 14px;
  --fontSize12: 12px;
  --fixed16: 18px;
  --headerMenuIndex: 502;
  --stickyMenuIndex: 501;
  --backgroundModalIndex: 503;
  --h1b: 76px;
  --h2b: 52px;
  --h3b: 36px;
  --h4b: 28px;
  --h5b: 24px;
  --h6b: 20px;
  --pb: 20px;
  --fontSize20b: 24px;
  --fontSize18b: 22px;
  --fontSize14b: 18px;
  --fontSize12b: 16px;
  --h1bb: 80px;
  --h2bb: 56px;
  --h3bb: 40px;
  --h4bb: 32px;
  --h5bb: 28px;
  --h6bb: 24px;
  --pbb: 24px;
  --fontSize20bb: 28px;
  --fontSize18bb: 26px;
  --fontSize14bb: 22px;
  --fontSize12bb: 20px; }

body {
  font-family: var(--font);
  height: 100vh; }

[data-key="keyboard"] *:focus {
  outline: 2px solid #000 !important; }
[data-key="keyboard"] .owl-today .owl-item .todayEvent h4 a:focus:focus {
  outline: 2px solid var(--background) !important; }

.overflow {
  overflow-x: hidden; }

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

.spacePage {
  margin-top: 151px; }

.spaceHeader {
  margin-top: 108px; }

.color-main {
  color: var(--main); }

.title-w-button {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .title-w-button .btn-showFilters .hideSpan, .title-w-button .btn-showFilters .showSpan {
    transform: translateY(-2px); }
  .title-w-button .btn-showFilters .hideSpan {
    display: none; }
  .title-w-button .btn-showFilters .showSpan {
    display: block; }
  .title-w-button .btn-showFilters.btn-showFiltres--show .hideSpan {
    display: block; }
  .title-w-button .btn-showFilters.btn-showFiltres--show .showSpan {
    display: none; }
  @media (max-width: 574px) {
    .title-w-button {
      flex-wrap: wrap; }
      .title-w-button .btn-showFilters {
        margin-top: 32px; } }

h4.w-line {
  position: relative; }
  h4.w-line:after {
    content: '';
    height: 2px;
    width: 50vw;
    background-color: var(--gray3);
    position: absolute;
    left: calc(100% + 30px);
    top: 50%;
    transform: translateY(-50%); }
  h4.w-line.w-line75:after {
    left: 75%; }

.breadcrumbs-labirynt {
  text-transform: uppercase;
  color: var(--text); }
  .breadcrumbs-labirynt a {
    color: var(--text);
    text-decoration: none;
    font-size: var(--fontSize14);
    letter-spacing: 0.05em; }
  .breadcrumbs-labirynt .activePage {
    color: var(--text); }

.scrollTop {
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--main);
  border: none;
  position: fixed;
  bottom: 80px;
  right: 32px;
  border-radius: 0;
  cursor: pointer;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  .scrollTop.show {
    opacity: 1;
    visibility: visible; }

.pageTitle {
  font-size: var(--h1);
  color: var(--main);
  margin: 0 0 48px;
  line-height: 1;
  pointer-events: none; }
  @media (max-width: 500px) {
    .pageTitle {
      font-size: var(--h2); } }
  .pageTitle__category {
    display: inline-block;
    text-transform: uppercase;
    color: var(--text);
    padding: 6px 6px 6px 0;
    border-right: 2px solid var(--grayLight);
    border-bottom: 2px solid var(--grayLight);
    font-weight: 800;
    font-size: var(--fontSize12);
    margin-left: 20px;
    line-height: 12px;
    transform: translateY(-23%); }
  .pageTitle--nomargin {
    margin: 0 0 7px; }
  .pageTitle--line {
    position: relative; }
    .pageTitle--line:after {
      content: '';
      height: 2px;
      width: 50vw;
      background-color: var(--gray3);
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%); }
  .pageTitle--secondary {
    color: var(--main);
    margin: 0 0 62px;
    line-height: 100%;
    font-size: var(--h2); }
  .pageTitle--subTitle {
    color: var(--main);
    margin: 0 0 32px;
    line-height: 100%;
    font-size: var(--h3); }

.site {
  background-color: var(--background);
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.wystawy-posts {
  margin-top: 50px; }
  .wystawy-posts.wystawy-posts--nomargin {
    margin: 0; }
    @media (max-width: 574px) {
      .wystawy-posts.wystawy-posts--nomargin {
        margin-left: -15px;
        margin-right: -15px; } }

.pjmsvg {
  width: 24px;
  height: 24px; }

.wysiwyg a:not(.downloadLink):not(.btn):not(.edukacja-grupowa__link) {
  color: var(--blueLink); }
.wysiwyg.pright {
  padding-right: 99px; }
  @media (max-width: 574px) {
    .wysiwyg.pright {
      padding-right: 20px; } }
.wysiwyg embed, .wysiwyg iframe {
  width: 100%; }
.wysiwyg p {
  color: var(--text);
  font-weight: 500;
  font-size: var(--p);
  line-height: 150%;
  margin: 0 0 16px; }
  .wysiwyg p img {
    margin: 32px 0;
    width: 100%; }
.wysiwyg__textBox32 p, .wysiwyg.dlacudzoziemcow p {
  margin: 0 0 32px; }
.wysiwyg.dlacudzoziemcow p:nth-of-type(1) {
  margin: 0 0 16px; }
  .wysiwyg.dlacudzoziemcow p:nth-of-type(1) strong {
    font-size: var(--fontSize18); }
.wysiwyg.dlacudzoziemcow h5 {
  margin: 0 0 32px; }
.wysiwyg.dlacudzoziemcow h6 {
  font-size: var(--fontSize20);
  margin: 0;
  line-height: 1; }
.wysiwyg h4 {
  font-size: var(--h4);
  font-weight: 800;
  margin: 0 0 24px;
  color: var(--main); }
  .wysiwyg h4.nomargin {
    margin: 0; }
  .wysiwyg h4.margin18 {
    margin: 0 0 18px; }
  .wysiwyg h4.margin16 {
    margin: 0 0 16px; }
  .wysiwyg h4.margin8 {
    margin: 0 0 8px; }
  .wysiwyg h4.margin42 {
    margin: 0 0 24px; }
  .wysiwyg h4.tm32 {
    margin: 32px 0 24px; }
  .wysiwyg h4.tm32-8 {
    margin: 32px 0 8px; }
  .wysiwyg h4.h5 {
    font-size: var(--h5);
    color: var(--main);
    margin: 0 0 8px; }
  .wysiwyg h4.fixedh6 {
    font-size: var(--fixed16);
    font-weight: 700; }
.wysiwyg h2.w-line, .wysiwyg h3.w-line, .wysiwyg h4.w-line {
  position: relative; }
  .wysiwyg h2.w-line:after, .wysiwyg h3.w-line:after, .wysiwyg h4.w-line:after {
    content: '';
    height: 2px;
    width: 50vw;
    background-color: var(--gray3);
    position: absolute;
    left: calc(100% + 30px);
    top: 50%;
    transform: translateY(-50%); }
  .wysiwyg h2.w-line.w-line75:after, .wysiwyg h3.w-line.w-line75:after, .wysiwyg h4.w-line.w-line75:after {
    left: 75%; }
.wysiwyg h2 {
  margin: 0 0 32px;
  color: var(--main);
  font-size: var(--h2);
  line-height: 100%; }
  .wysiwyg h2.margin24 {
    margin: 0 0 24px; }
  .wysiwyg h2.margin64 {
    margin: 0 0 64px; }
  .wysiwyg h2.h3 {
    margin: 0 0 32px;
    color: var(--main);
    font-size: var(--h3); }
  .wysiwyg h2.margin12 {
    margin: 0 0 12px; }
  .wysiwyg h2.h4 {
    font-size: var(--h4);
    font-weight: 800;
    margin: 0 0 24px;
    color: var(--main); }
.wysiwyg.edukacja-grupowa h3 {
  font-weight: 800; }
.wysiwyg.edukacja-grupowa h2 {
  font-weight: 800;
  font-size: var(--h3); }
.wysiwyg.edukacja-grupowa:nth-of-type(1) .edukacja-grupowa__title {
  font-size: var(--h2); }
.wysiwyg h3 {
  margin: 0 0 32px;
  color: var(--main);
  font-size: var(--h3); }
  .wysiwyg h3.lh100 {
    line-height: 100%; }
  .wysiwyg h3.margin0 {
    margin: 0; }
  .wysiwyg h3.nomargin {
    margin: 0 0 8px; }
  .wysiwyg h3.margin12 {
    margin: 0 0 12px; }
  .wysiwyg h3.margin24 {
    margin: 0 0 24px; }
  .wysiwyg h3.h4 {
    font-size: var(--h4);
    font-weight: 800;
    margin: 0 0 24px;
    color: var(--main); }
    .wysiwyg h3.h4.nomargin {
      margin: 0 0 8px; }
    .wysiwyg h3.h4.margin24 {
      margin: 0 0 24px; }
    .wysiwyg h3.h4.tm32 {
      margin: 32px 0 24px; }
  .wysiwyg h3.h5 {
    font-size: var(--h5);
    color: var(--main);
    margin: 0 0 8px; }
  .wysiwyg h3.margin16 {
    margin: 0 0 16px; }
.wysiwyg h5 {
  font-size: var(--h5);
  color: var(--main);
  margin: 0 0 8px; }
  .wysiwyg h5.h3 {
    margin: 0 0 32px;
    color: var(--main);
    font-size: var(--h3); }
  .wysiwyg h5.h6 {
    font-size: var(--h6);
    color: var(--main);
    margin: 0 0 8px; }
.wysiwyg h6 {
  font-size: var(--h6);
  color: var(--main);
  margin: 0 0 8px; }
  .wysiwyg h6.tm32 {
    margin: 32px 0 9px; }
  .wysiwyg h6.fixedh6 {
    font-size: var(--fixed16); }
  .wysiwyg h6.tm32-8 {
    margin: 32px 0 8px; }
.wysiwyg h4 + p img, .wysiwyg h3 + p img, .wysiwyg h5 + p img {
  margin: 0 0 32px; }
.wysiwyg ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .wysiwyg ul li {
    position: relative;
    margin-left: 34px;
    margin-bottom: 12px;
    font-size: var(--p);
    color: var(--text); }
    .wysiwyg ul li:before {
      content: '';
      position: absolute;
      right: calc(100% + 16px);
      top: 9px;
      display: block;
      width: 16px;
      height: 9px;
      border-bottom: 2px solid var(--main);
      border-left: 2px solid var(--main); }
.wysiwyg.o-kolekcji ul li {
  margin-bottom: 32px; }
.wysiwyg .godz-h {
  display: flex; }
  .wysiwyg .godz-h p {
    margin: 0; }
  .wysiwyg .godz-h p.godz-h__start {
    margin-right: 68px; }
.wysiwyg.fixed-wysiwyg h2 {
  margin: 48px 0 32px; }
  .wysiwyg.fixed-wysiwyg h2.h4.margin24 {
    margin: 0 0 24px; }
.wysiwyg.fixed-wysiwyg h3 {
  transform: translateY(12px); }

.tp48 {
  padding-top: 48px; }

.bp32 {
  padding-bottom: 32px; }

.tm16 {
  margin-top: 16px; }

.tm32 {
  margin-top: 32px; }

.tm48 {
  margin-top: 48px; }

.bm12 {
  margin-bottom: 12px; }

.bm16 {
  margin-bottom: 16px; }

.bm24 {
  margin-bottom: 24px; }

.bm32 {
  margin-bottom: 32px; }

.bm48 {
  margin-bottom: 48px; }

.bm64 {
  margin-bottom: 64px; }

.downloadLink span svg {
  transform: translateY(5px);
  margin-right: 8px; }
  .downloadLink span svg path {
    fill: var(--gray3); }
.downloadLink a {
  font-weight: 900;
  font-size: var(--fontSize12);
  line-height: 32px;
  color: var(--main) !important;
  text-decoration: none;
  text-transform: uppercase; }
.downloadLink--uppercase {
  text-transform: uppercase; }
.downloadLink.artysci-plany__link {
  text-transform: uppercase; }

.svgWrapper svg {
  transform: translateY(5px);
  margin-right: 4px; }

.disableP p {
  display: none; }

.imagePage {
  width: 100%;
  height: 407px; }
  .imagePage.imagePage--large {
    height: 673px; }
    @media (max-width: 574px) {
      .imagePage.imagePage--large {
        height: 300px; } }
  @media (max-width: 574px) {
    .imagePage {
      height: 300px; }
      .imagePage.imagePage--mtop {
        margin-top: 61px; } }
  .imagePage img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .imagePage__box {
    position: relative;
    width: 100%;
    margin-bottom: 48px; }
    .imagePage__box:before, .imagePage__box:after {
      content: '';
      display: block;
      bottom: 100%;
      height: 30px;
      position: absolute;
      background-color: var(--background); }
    .imagePage__box:before {
      right: calc(100% - 15px);
      width: 100%; }
    .imagePage__box:after {
      width: 100%; }

.preload {
  display: flex; }
  .preload__item {
    width: 50%;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 1000; }
    .preload__item.load {
      height: 0; }
    .preload__item.gum {
      height: 150px; }
  .preload__item--1 {
    background-color: var(--gray);
    left: 0;
    transition: height .8s; }
  .preload__item--2 {
    background-color: var(--main);
    left: 50%;
    transition: height .5s; }

.opening-hours {
  margin-top: 32px;
  position: relative;
  z-index: 501; }
  .opening-hours__button {
    background-color: var(--background);
    border: none;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 0;
    font-size: var(--p);
    font-weight: 900;
    color: var(--main);
    cursor: pointer; }
    .opening-hours__button svg {
      margin-right: 8px;
      transform: translateY(4px); }
  .opening-hours__content {
    display: none;
    position: absolute;
    bottom: 100%;
    background-color: var(--background);
    padding: 0 32px 32px 32px;
    width: 315px;
    left: 0; }
    .opening-hours__content.showContent {
      display: block; }
    .opening-hours__content address {
      padding-top: 24px;
      margin: 0; }
      .opening-hours__content address h4, .opening-hours__content address h5 {
        color: var(--main);
        font-weight: 800;
        line-height: 125%;
        font-style: normal; }
      .opening-hours__content address h4 {
        margin: 0;
        font-size: var(--h4); }
      .opening-hours__content address h5 {
        margin: 16px 0 0 0;
        font-size: var(--p); }
      .opening-hours__content address p, .opening-hours__content address div {
        margin: 0;
        font-style: normal;
        color: var(--text);
        line-height: 200%; }
      .opening-hours__content address div {
        line-height: 200%; }
      .opening-hours__content address div svg {
        transform: translateY(4px);
        margin-right: 4px; }
      .opening-hours__content address p, .opening-hours__content address h5 {
        padding-left: 22px; }

#ajax-posts button {
  margin-top: 32px; }

.btn {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  height: 64px;
  border: 4px solid var(--main) !important;
  background-color: var(--background);
  color: var(--main);
  font-weight: 800;
  font-size: var(--h4);
  cursor: pointer;
  position: relative;
  color: var(--main);
  text-decoration: none;
  line-height: 55px; }
  .btn .fixFont {
    display: block;
    transform: translateY(-1px); }
  .btn--small {
    height: 48px;
    font-size: var(--p);
    line-height: 39px; }
  .btn--smallest {
    height: 48px;
    font-size: var(--fontSize12);
    line-height: 40px; }
  .btn--margin {
    width: calc(100% - 30px); }
  @media (max-width: 574px) {
    .btn--mobile15 {
      width: 100%;
      height: 48px;
      font-size: var(--p);
      line-height: 40px; } }
  .btn--margin90 {
    width: calc(100% - 90px); }
    @media (max-width: 574px) {
      .btn--margin90 {
        width: 100%; } }
  .btn-showFilters {
    width: 160px; }
    @media (max-width: 574px) {
      .btn-showFilters {
        width: 100%; } }
  .btn:after, .btn:before {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 8px;
    background-color: var(--background);
    transform: translateX(-50%); }
  .btn:after {
    top: -4px;
    left: 50%; }
  .btn:before {
    bottom: -4px;
    left: 50%; }
  .btn:hover {
    background-color: var(--main);
    color: var(--background); }
    .btn:hover:before, .btn:hover:after {
      opacity: 0; }
  .btn.btn__revert {
    background-color: var(--main);
    color: var(--background); }
    .btn.btn__revert:before, .btn.btn__revert:after {
      background-color: var(--main); }
    .btn.btn__revert:hover {
      border: 4px solid var(--main);
      background-color: var(--background);
      color: var(--main); }
      .btn.btn__revert:hover:before, .btn.btn__revert:hover:after {
        background-color: var(--background);
        opacity: 1; }

.notice-onblack {
  margin: 0;
  padding: 0 0 48px;
  color: var(--background);
  font-size: var(--h4); }

.notice-onwhite {
  margin: 0;
  color: var(--main);
  font-size: var(--h4); }

.site-header {
  position: fixed;
  top: 0;
  height: 108px;
  width: 100%;
  line-height: 108px;
  background-color: var(--background);
  display: flex;
  transition: top .3s;
  z-index: var(--headerMenuIndex); }
  .site-header .site-logo svg, .site-header img {
    margin-left: 30px;
    line-height: 108px;
    vertical-align: middle;
    display: inline-block;
    width: 255px;
    height: 37px; }
    @media (max-width: 574px) {
      .site-header .site-logo svg, .site-header img {
        margin-left: 15px;
        width: 100%; } }
  .site-header .site-branding, .site-header .header-content {
    width: 50%; }
  .site-header .site-branding {
    z-index: 55;
    background-color: var(--background); }
    .site-header .site-branding h1 {
      margin: 0; }
    .site-header .site-branding:after {
      position: absolute;
      content: '';
      background-color: var(--background);
      width: 100%;
      height: 100%;
      top: 0;
      left: 50%;
      z-index: -1; }
  .site-header .header-content {
    display: flex; }
  .site-header .contrastWrapp, .site-header .fontsWrapp {
    margin-right: 64px;
    display: flex; }
    @media (max-width: 890px) {
      .site-header .contrastWrapp, .site-header .fontsWrapp {
        display: none; } }
    .site-header .contrastWrapp button, .site-header .fontsWrapp button {
      background-color: transparent;
      border: none;
      font-weight: 900;
      color: var(--main);
      text-transform: uppercase;
      font-size: var(--p);
      padding: 0;
      cursor: pointer;
      transition: color .3s;
      z-index: 55; }
      .site-header .contrastWrapp button:hover, .site-header .contrastWrapp button.active-size, .site-header .fontsWrapp button:hover, .site-header .fontsWrapp button.active-size {
        text-decoration: underline; }
  .site-header .fontsWrapp {
    min-width: 86px;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .site-header .fontsWrapp {
        display: none; } }
  .site-header .active-size {
    color: var(--main); }
  .site-header .languages {
    z-index: 55; }
    @media (max-width: 500px) {
      .site-header .languages {
        display: none; } }
    .site-header .languages .wpml-ls {
      margin: 0;
      padding: 0;
      line-height: inherit; }
    .site-header .languages ul {
      display: flex; }
      .site-header .languages ul .wpml-ls-item a {
        font-weight: 900;
        color: var(--main);
        text-transform: uppercase;
        font-size: var(--p);
        padding: 0;
        line-height: inherit;
        margin-right: 16px;
        display: inline-block;
        transition: color .3s; }
        .site-header .languages ul .wpml-ls-item a:hover {
          color: var(--main); }
        .site-header .languages ul .wpml-ls-item a span {
          vertical-align: top; }
      .site-header .languages ul .wpml-ls-item.wpml-ls-current-language a {
        text-decoration: underline; }

body .site-logo--normal {
  display: inline-block; }
body .site-logo--contrast {
  display: none; }
body.contrast .site-logo--normal {
  display: none !important; }
body.contrast .site-logo--contrast {
  display: inline-block; }

@media (max-width: 890px) {
  .languages.mobileShow, .contrastWrapp.mobileShow, .fontsWrapp.mobileShow {
    display: block;
    margin-right: 0; }

  .mobileButtons {
    display: flex;
    margin-top: 12px;
    padding: 0 15px;
    justify-content: space-between; }
    .mobileButtons .languages .wpml-ls {
      height: 100%; }
      .mobileButtons .languages .wpml-ls .nav-menu {
        height: 100%;
        align-items: center; } }
.active-size {
  color: var(--main); }

@media (min-width: 890px) {
  .languages.mobileShow, .contrastWrapp.mobileShow, .fontsWrapp.mobileShow, .search-box.mobileShow {
    display: none; } }
.menu-small {
  line-height: initial;
  margin-top: 103px;
  padding-bottom: 64px; }
  .menu-small li {
    height: unset !important;
    line-height: 32px; }
    @media (max-width: 574px) {
      .menu-small li a {
        font-size: var(--p) !important; } }

.main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 890px) {
    .main-navigation li {
      height: auto;
      line-height: 24px; } }
  .main-navigation li a {
    display: inline-block; }
  .main-navigation li.current-menu-item a {
    text-decoration: underline; }
  .main-navigation .button__menu {
    margin-right: 30px;
    background-color: transparent;
    border: none;
    font-size: var(--p);
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    color: var(--main);
    padding: 0;
    position: relative;
    z-index: 1002; }
    .main-navigation .button__menu:focus {
      outline: -webkit-focus-ring-color auto 1px !important; }
    .main-navigation .button__menu div {
      height: 14px;
      width: 16px;
      display: inline-block;
      border-top: 2px solid var(--main);
      border-bottom: 2px solid var(--main);
      transform: translateY(2px);
      margin-left: 8px;
      position: relative; }
      .main-navigation .button__menu div:after {
        content: '';
        position: absolute;
        display: block;
        width: 16px;
        height: 2px;
        background-color: var(--main);
        top: 50%;
        left: 4px;
        transform: translateY(-50%);
        transition: left .2s; }
    .main-navigation .button__menu--show div:after {
      left: -4px; }
  .main-navigation__content {
    overflow-y: auto;
    position: fixed;
    top: 108px;
    bottom: 0;
    left: 50%;
    width: 50%;
    min-height: 100%;
    transform: translateX(100%);
    transition: .4s transform;
    background-color: var(--background);
    padding-bottom: 100px; }
    .main-navigation__content .menu-item {
      display: none; }
    @media (max-width: 991px) {
      .main-navigation__content {
        width: 75%;
        left: 25%; } }
    @media (max-width: 574px) {
      .main-navigation__content {
        left: 0;
        width: 100%;
        overflow-y: auto; } }
    .main-navigation__content--show {
      transform: translateX(0); }
      .main-navigation__content--show .menu-item {
        line-height: 1;
        display: block; }
    .main-navigation__content .nav-menu {
      margin-top: 27px; }
      @media (max-width: 574px) {
        .main-navigation__content .nav-menu {
          margin-top: 0; } }
      .main-navigation__content .nav-menu .menu-item a {
        color: var(--main);
        font-weight: 800;
        font-size: var(--h3);
        line-height: 32px;
        margin-bottom: 32px;
        transition: color .1s; }
        @media (max-width: 574px) {
          .main-navigation__content .nav-menu .menu-item a {
            margin-bottom: 0; } }
  .main-navigation #stopka_1, .main-navigation #stopka_2 {
    display: flex;
    flex-direction: column; }

.featured-news {
  width: 100%; }
  .featured-news .featured-news__wrapper {
    display: flex;
    height: 800px; }
    @media (max-width: 500px) {
      .featured-news .featured-news__wrapper {
        flex-wrap: wrap; } }
  .featured-news .featured-news__content-wrapper {
    width: 50%; }
    @media (max-width: 500px) {
      .featured-news .featured-news__content-wrapper {
        width: 100%; } }
  .featured-news .featured-news__content-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .featured-news .featured-news__content {
    width: calc(100% - (100% - (1100px / 2)));
    position: relative;
    padding: 22px 0; }
    .featured-news .featured-news__content svg path {
      fill: var(--gray3); }
    @media (max-width: 500px) {
      .featured-news .featured-news__content {
        width: 100%;
        padding: 22px 30px; } }
    .featured-news .featured-news__content:after {
      content: '';
      display: block;
      width: 30px;
      height: 100%;
      position: absolute;
      left: 99%;
      top: 0;
      background-color: var(--background); }
      @media (max-width: 500px) {
        .featured-news .featured-news__content:after {
          left: 30px;
          top: 100%;
          width: calc(100% - 60px);
          height: 30px; } }
    .featured-news .featured-news__content .featured-news__date, .featured-news .featured-news__content .featured-news__gallery {
      display: inline-block;
      color: var(--text);
      font-weight: 500;
      font-size: var(--fontSize18);
      line-height: 150%;
      margin: 0; }
      @media (max-width: 574px) {
        .featured-news .featured-news__content .featured-news__date, .featured-news .featured-news__content .featured-news__gallery {
          font-size: var(--fontSize14); } }
      .featured-news .featured-news__content .featured-news__date svg, .featured-news .featured-news__content .featured-news__gallery svg {
        transform: translateY(3px); }
    .featured-news .featured-news__content .featured-news__date {
      margin: 0 32px 0 0; }
      .featured-news .featured-news__content .featured-news__date svg {
        margin-right: 6px; }
    .featured-news .featured-news__content .featured-news__title {
      font-size: var(--h2);
      margin: 4px 0 32px;
      line-height: 100%;
      display: inline-block; }
      @media (max-width: 500px) {
        .featured-news .featured-news__content .featured-news__title {
          font-size: var(--h3); } }
      .featured-news .featured-news__content .featured-news__title a {
        color: var(--main);
        text-decoration: none;
        line-height: 100%; }
    .featured-news .featured-news__content .featured-news__description {
      font-size: var(--p);
      color: var(--text);
      margin: 0; }
    .featured-news .featured-news__content .featured-news__cat {
      display: inline-block;
      text-transform: uppercase;
      color: var(--text);
      padding: 6px 6px 6px 0;
      border-right: 2px solid var(--grayLight);
      border-bottom: 2px solid var(--grayLight);
      font-weight: 800;
      font-size: var(--fontSize12);
      margin-left: 20px;
      line-height: 12px;
      transform: translateY(-23%); }
    .featured-news .featured-news__content p {
      font-size: var(--p);
      color: var(--text);
      margin: 0; }
  .featured-news .featured-news__image--link {
    display: block;
    height: 100%;
    width: 50%; }
    @media (max-width: 500px) {
      .featured-news .featured-news__image--link {
        height: 360px;
        width: 100%; } }
  .featured-news .featured-news__image {
    width: 100%;
    height: 100%; }
    @media (max-width: 500px) {
      .featured-news .featured-news__image {
        height: 360px; } }
    .featured-news .featured-news__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.featured-news__container {
  position: relative;
  background-color: var(--background); }
  .featured-news__container .slider-counter {
    color: var(--main);
    font-size: var(--fontSize12);
    font-weight: 800;
    position: absolute;
    right: 60%;
    bottom: 124px; }
    @media (max-width: 574px) {
      .featured-news__container .slider-counter {
        bottom: 20px;
        right: 55%; } }
    .featured-news__container .slider-counter span {
      color: var(--main); }
  .featured-news__container .startStopBtns {
    position: absolute;
    bottom: 124px;
    right: 51%;
    z-index: 500; }
    .featured-news__container .startStopBtns .action-carousel {
      display: none;
      border: none;
      background-color: transparent;
      color: var(--main);
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 0.01em;
      text-transform: uppercase; }
      .featured-news__container .startStopBtns .action-carousel svg {
        transform: translateY(4px); }
      .featured-news__container .startStopBtns .action-carousel.action-carousel--active {
        display: block; }
  .featured-news__container #owl-feature__dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 124px;
    right: 65%;
    z-index: 102; }
    @media (max-width: 574px) {
      .featured-news__container #owl-feature__dots {
        bottom: 26px; } }
    .featured-news__container #owl-feature__dots .owl-feature__dot {
      width: 24px;
      height: 2px;
      margin-right: 7px;
      background-color: var(--gray3);
      transition: width .3s; }
      .featured-news__container #owl-feature__dots .owl-feature__dot div {
        display: block;
        height: 100%;
        width: 0;
        transition: width 5s; }
      .featured-news__container #owl-feature__dots .owl-feature__dot.active {
        width: 65%; }
        .featured-news__container #owl-feature__dots .owl-feature__dot.active + .owl-feature__dot {
          width: 10%; }
        .featured-news__container #owl-feature__dots .owl-feature__dot.active div {
          background-color: var(--main);
          width: 100%; }

.dateEvent-index, .placeEvent-index {
  display: inline-block;
  margin: 0;
  color: var(--text);
  font-weight: 500;
  font-size: var(--fontSize18);
  line-height: 150%; }
  .dateEvent-index svg, .placeEvent-index svg {
    display: inline-block;
    transform: translateY(3px); }

.dateEvent-index {
  margin: 0 36px 0 0; }

.placeEvent-index {
  margin: 0; }

.today-news__wrapper {
  display: flex; }
  .today-news__wrapper .todayEvent {
    width: calc((100% / 2) - ((100% - 1100px) / 2));
    padding-right: 25px; }
    @media (max-width: 800px) {
      .today-news__wrapper .todayEvent {
        width: calc((100% / 2) - ((100% - 720px) / 2)); } }
    .today-news__wrapper .todayEvent__img {
      display: block; }
      .today-news__wrapper .todayEvent__img:hover .categoryBox {
        background-color: var(--background);
        color: var(--main) !important; }
        .today-news__wrapper .todayEvent__img:hover .categoryBox:before {
          position: absolute;
          content: "";
          right: 99%;
          top: 0;
          width: 16px;
          height: 26px;
          background-color: var(--background); }
  .today-news__wrapper .galleryClose {
    width: calc((100% / 2) - ((100% - 1045px) / 2));
    background-color: var(--gray6);
    margin-left: 0;
    padding: 8px 25px 13px 15px; }
    .today-news__wrapper .galleryClose:before {
      display: none; }
    .today-news__wrapper .galleryClose__content {
      padding-left: 0 !important; }
    .today-news__wrapper .galleryClose__text {
      color: var(--background);
      border-color: var(--background);
      margin-bottom: 6px; }
    .today-news__wrapper .galleryClose__title, .today-news__wrapper .galleryClose__address {
      color: var(--background); }
    .today-news__wrapper .galleryClose__title {
      font-size: var(--h4); }
    .today-news__wrapper .galleryClose__address {
      margin: 0 0 22px 0; }
    .today-news__wrapper .galleryClose__address svg path {
      fill: var(--gray5); }

.owl-today .owl-nav {
  display: none; }
.owl-today .owl-item {
  width: 555px !important; }
  .owl-today .owl-item .todayEvent h2, .owl-today .owl-item .todayEvent h4 {
    margin: 16px 0 12px;
    line-height: 100%; }
    .owl-today .owl-item .todayEvent h2 a, .owl-today .owl-item .todayEvent h4 a {
      font-weight: 800;
      font-size: var(--h3);
      text-decoration: none;
      line-height: 100%;
      color: var(--background); }
      .owl-today .owl-item .todayEvent h2 a:hover, .owl-today .owl-item .todayEvent h4 a:hover {
        text-decoration: underline; }
      .owl-today .owl-item .todayEvent h2 a:focus, .owl-today .owl-item .todayEvent h4 a:focus {
        outline: 2px solid var(--background); }
  .owl-today .owl-item .todayEvent .todayEvent__img {
    width: 100%;
    height: 288px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--gray4);
    color: #fff; }
    .owl-today .owl-item .todayEvent .todayEvent__img .todayEvent__category {
      position: absolute;
      top: 20px;
      left: 16px;
      z-index: 2;
      display: flex; }
      .owl-today .owl-item .todayEvent .todayEvent__img .todayEvent__category .categoryBox {
        padding: 6px 6px 6px 1px;
        font-size: var(--fontSize12);
        font-weight: 800;
        line-height: 100%;
        color: var(--background);
        text-transform: uppercase;
        z-index: 20;
        letter-spacing: 0.02em;
        border-bottom: 2px solid var(--background);
        border-right: 2px solid var(--background);
        margin-right: 8px;
        background-color: var(--background);
        color: var(--main);
        position: relative; }
        .owl-today .owl-item .todayEvent .todayEvent__img .todayEvent__category .categoryBox:before {
          position: absolute;
          content: '';
          right: 100%;
          top: 0;
          width: 16px;
          height: 26px;
          background-color: var(--background); }
      .owl-today .owl-item .todayEvent .todayEvent__img .todayEvent__category .languageBox {
        background-color: var(--background);
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
        .owl-today .owl-item .todayEvent .todayEvent__img .todayEvent__category .languageBox svg {
          width: 18px;
          height: 18px; }
    .owl-today .owl-item .todayEvent .todayEvent__img .todayEvent__imgBg {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30.73%);
      z-index: 2; }
    .owl-today .owl-item .todayEvent .todayEvent__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s; }
    .owl-today .owl-item .todayEvent .todayEvent__img:hover img {
      transform: scale(1.1); }
  .owl-today .owl-item .todayEvent .dateEvent-index, .owl-today .owl-item .todayEvent .placeEvent-index {
    color: var(--background); }
    .owl-today .owl-item .todayEvent .dateEvent-index svg path, .owl-today .owl-item .todayEvent .placeEvent-index svg path {
      fill: var(--gray5); }

.owl-projekt-galeria .owl-item {
  width: 555px !important; }
  @media (max-width: 574px) {
    .owl-projekt-galeria .owl-item {
      max-width: 100vw !important; } }

.wpis-galeria .owl-projekt-galeria .owl-item {
  width: 555px !important; }

.index-day {
  font-size: var(--h1);
  line-height: 100%;
  margin: 0 0 8px; }
  .index-day__today {
    color: var(--background); }
  .index-day__other {
    color: var(--main);
    position: relative; }
    .index-day__other:after {
      content: '';
      background-color: var(--gray3);
      display: block;
      width: 50vw;
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 75%; }
  .index-day__date {
    font-weight: 500;
    font-size: var(--fontSize14);
    text-transform: uppercase;
    line-height: 150%;
    margin-bottom: 32px;
    display: block; }
    @media (max-width: 574px) {
      .index-day__date {
        font-size: var(--fontSize14); } }
    .index-day__dateOther {
      color: var(--text); }
    .index-day__dateToday {
      color: var(--background); }

.today-news {
  background-color: var(--main);
  width: 100%;
  padding: 48px 0 96px;
  position: relative; }

.today-nav {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 100%; }
  .today-nav .today-nav__nav--prev, .today-nav .today-nav__nav--next {
    position: absolute;
    cursor: pointer;
    height: 60px;
    background-color: transparent;
    border: none; }
  .today-nav .today-nav__nav--prev {
    left: 30px; }
  .today-nav .today-nav__nav--next {
    right: 30px; }
  .today-nav[disabled] {
    display: none; }

.other-news {
  margin-top: 64px;
  margin-bottom: 64px;
  background-color: var(--background); }

.index-dailyEvent__future .futureEvent {
  width: calc(50% - 30px);
  margin-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 32px; }
  .index-dailyEvent__future .futureEvent--greater {
    width: calc(50% - 15px); }
  .index-dailyEvent__future .futureEvent.futureEvent--margin {
    margin-bottom: 96px; }
  @media (max-width: 500px) {
    .index-dailyEvent__future .futureEvent {
      width: 100%; } }
  .index-dailyEvent__future .futureEvent svg path {
    fill: var(--gray3); }
  .index-dailyEvent__future .futureEvent h2, .index-dailyEvent__future .futureEvent h4, .index-dailyEvent__future .futureEvent h3 {
    margin: 16px 0 12px;
    line-height: 100%; }
    .index-dailyEvent__future .futureEvent h2 a, .index-dailyEvent__future .futureEvent h4 a, .index-dailyEvent__future .futureEvent h3 a {
      font-size: var(--h3);
      font-weight: 800;
      line-height: 100%;
      margin: 0 0 12px;
      color: var(--main);
      text-decoration: none; }
      .index-dailyEvent__future .futureEvent h2 a:hover, .index-dailyEvent__future .futureEvent h4 a:hover, .index-dailyEvent__future .futureEvent h3 a:hover {
        text-decoration: underline; }
  .index-dailyEvent__future .futureEvent__category {
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 2;
    display: flex; }
    .index-dailyEvent__future .futureEvent__category .categoryBox {
      padding: 6px 6px 6px 0;
      font-size: var(--fontSize12);
      font-weight: 800;
      line-height: 100%;
      color: var(--background);
      text-transform: uppercase;
      z-index: 20;
      letter-spacing: 0.02em;
      border-bottom: 2px solid var(--background);
      border-right: 2px solid var(--background);
      margin-right: 8px;
      background-color: var(--background);
      color: var(--main);
      position: relative; }
      .index-dailyEvent__future .futureEvent__category .categoryBox:before {
        position: absolute;
        content: '';
        right: 100%;
        top: 0;
        width: 16px;
        height: 26px;
        background-color: var(--background); }
    .index-dailyEvent__future .futureEvent__category .languageBox {
      background-color: var(--background);
      width: 26px;
      height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px; }
      .index-dailyEvent__future .futureEvent__category .languageBox svg {
        width: 18px;
        height: 18px; }
      .index-dailyEvent__future .futureEvent__category .languageBox svg path {
        fill: var(--main); }
  .index-dailyEvent__future .futureEvent__img {
    width: 100%;
    height: 288px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    display: block; }
    .index-dailyEvent__future .futureEvent__img .futureEvent__imgBg {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30.73%);
      z-index: 2; }
    .index-dailyEvent__future .futureEvent__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .3s; }
    .index-dailyEvent__future .futureEvent__img:hover img {
      transform: scale(1.1); }
    .index-dailyEvent__future .futureEvent__img:hover .categoryBox {
      background-color: var(--background);
      color: var(--main);
      position: relative; }
      .index-dailyEvent__future .futureEvent__img:hover .categoryBox:before {
        position: absolute;
        content: '';
        right: 100%;
        top: 0;
        width: 16px;
        height: 26px;
        background-color: var(--background); }
    .index-dailyEvent__future .futureEvent__img__date {
      color: var(--text);
      text-transform: uppercase;
      font-weight: 500;
      font-size: var(--fontSize18);
      line-height: 150%; }

.site-footer {
  margin-top: auto;
  padding-top: 160px; }
  .site-footer .footer-images {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 500px) {
      .site-footer .footer-images {
        flex-wrap: wrap;
        justify-content: space-around; }
        .site-footer .footer-images a {
          width: 50%;
          margin-bottom: 6px; } }

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-menu ul li {
    height: 1;
    margin-bottom: 0; }
    .footer-menu ul li a {
      font-weight: 900;
      font-size: var(--fontSize12);
      line-height: 26px;
      color: var(--main);
      text-decoration: none;
      text-transform: uppercase;
      background: transparent !important;
      background-color: transparent !important; }
      .footer-menu ul li a:hover {
        text-decoration: underline; }
      @media (max-width: 574px) {
        .footer-menu ul li a {
          font-size: var(--p); } }

.social-footer {
  margin-right: 32px;
  display: inline-flex;
  align-items: center; }
  .social-footer a {
    margin: 0 5px; }

.site-info {
  margin-top: 32px;
  display: flex;
  line-height: 48px;
  background-color: var(--main);
  justify-content: flex-start;
  padding: 0 30px; }
  .site-info p, .site-info a {
    color: var(--background); }
  .site-info p {
    margin: 0;
    transform: translateY(-1px); }
  .site-info a {
    text-decoration: none;
    display: inline-flex; }
  .site-info .industi a {
    text-decoration: underline; }
  .site-info .copyright {
    margin-right: 32px; }

.galeria-labirynt1 .gal1, .galeria-labirynt1 .all {
  display: none; }

.galeria-labirynt2 .gal2, .galeria-labirynt2 .all {
  display: none; }

.galeria-plaza .gal3, .galeria-plaza .all {
  display: none; }

.galeria-labirynt1.galeria-labirynt2.galeria-plaza .galleryClose {
  width: calc(100% - 60px); }
.galeria-labirynt1.galeria-labirynt2.galeria-plaza .index-day {
  color: var(--gray); }

.galleryClose {
  display: none;
  width: 525px;
  margin-left: 15px;
  padding: 8px 15px 13px 0;
  position: relative;
  background-color: var(--snow);
  height: 288px;
  margin-right: 15px; }
  .galleryClose svg path {
    fill: var(--gray3); }
  .galleryClose.everyClose {
    width: calc(100% - 60px); }
    .galleryClose.everyClose .galleryClose__content:nth-of-type(2) {
      padding-left: 60px; }
  .galleryClose__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px; }
  .galleryClose__content {
    width: 500px; }
  .galleryClose__text {
    font-weight: 800;
    margin-bottom: 32px;
    color: var(--text);
    line-height: 100%;
    font-size: var(--fontSize12);
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 4px 6px 6px 0;
    border-right: 2px solid var(--text);
    border-bottom: 2px solid var(--text);
    display: inline-block; }
  .galleryClose:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 50vw;
    height: 100%;
    background-color: var(--snow); }
  .galleryClose__title {
    margin: 0 0 8px 0;
    font-size: var(--h3);
    color: var(--main);
    font-weight: 800;
    line-height: 1; }
  .galleryClose__address {
    margin: 0 0 35px 0;
    font-weight: 500;
    font-size: var(--fontSize18);
    line-height: 150%;
    color: var(--text); }
    .galleryClose__address span {
      display: inline-block;
      transform: translateY(3px);
      margin-right: 8px; }

.galeria-labirynt1 .galleryClose, .galeria-labirynt2 .galleryClose, .galeria-plaza .galleryClose {
  display: block; }

.error-404 h1, .error-404 h2 {
  color: var(--main);
  margin: 0 0 16px;
  line-height: 100%; }
.error-404 h1 {
  font-size: var(--h1); }
.error-404 h2 {
  font-size: var(--h2); }
.error-404 p {
  font-weight: 500;
  font-size: var(--p);
  color: var(--text);
  line-height: 150%;
  margin: 0; }
.error-404__wrapp {
  display: flex;
  justify-content: center;
  flex-direction: column; }
.error-404__content {
  position: relative;
  margin-bottom: 48px; }
  .error-404__content:after {
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    left: calc(100% + 30px);
    top: 0;
    z-index: 1;
    background-color: var(--background); }
.error-404__background {
  margin-right: -45vw;
  position: relative;
  height: 795px; }
  @media (max-width: 500px) {
    .error-404__background {
      display: none; } }
  .error-404__background img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.stickyMenu {
  background-color: var(--background);
  height: 108px;
  position: sticky;
  top: 0;
  z-index: var(--stickyMenuIndex); }
  @media (max-width: 574px) {
    .stickyMenu.stickyMenu--sort {
      height: unset;
      min-height: 108px; } }
  @media (max-width: 500px) {
    .stickyMenu {
      height: 64px; } }
  .stickyMenu .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    @media (max-width: 500px) {
      .stickyMenu .menu {
        overflow-x: auto; } }
    .stickyMenu .menu::-webkit-scrollbar {
      display: none; }
    .stickyMenu .menu li {
      margin-right: 48px;
      height: 108px;
      line-height: 108px; }
      @media (max-width: 500px) {
        .stickyMenu .menu li {
          height: 64px;
          line-height: 64px; } }
      .stickyMenu .menu li a, .stickyMenu .menu li button {
        color: var(--main);
        font-weight: 800;
        font-size: var(--h3);
        text-decoration: none; }
        @media (max-width: 500px) {
          .stickyMenu .menu li a, .stickyMenu .menu li button {
            font-size: var(--h4);
            white-space: nowrap; } }
      .stickyMenu .menu li button {
        background-color: transparent;
        border: none; }
      .stickyMenu .menu li.current-menu-item {
        box-shadow: inset 0px -2px 0px 0px var(--main); }
        .stickyMenu .menu li.current-menu-item a {
          color: var(--main); }
      .stickyMenu .menu li:hover a {
        color: var(--main); }

.o-historia__smallTitle {
  font-size: var(--h4);
  color: var(--main);
  font-weight: 800;
  line-height: 125%;
  margin: 0; }
.o-historia h2 {
  font-size: var(--h1);
  color: var(--main);
  margin: 0 0 24px;
  line-height: 1; }
  @media (max-width: 574px) {
    .o-historia h2 {
      font-size: var(--h2); } }
  .o-historia h2.w-line {
    position: relative; }
    .o-historia h2.w-line:after {
      content: '';
      height: 2px;
      width: 50vw;
      background-color: var(--gray3);
      position: absolute;
      left: calc(100% + 30px);
      top: 50%;
      transform: translateY(-50%); }
.o-historia__image {
  margin: 48px 0 64px;
  width: 100%;
  height: 252px; }
  .o-historia__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.o-zespol__mainTitle {
  font-size: var(--h2);
  color: var(--main);
  margin: 64px 0 32px;
  line-height: 100%;
  font-weight: 800; }
  .o-zespol__mainTitle.w-line {
    position: relative; }
    .o-zespol__mainTitle.w-line:after {
      content: '';
      height: 2px;
      width: 50vw;
      background-color: var(--gray3);
      position: absolute;
      left: calc(75% + 30px);
      top: 50%;
      transform: translateY(-50%); }
.o-zespol__smallTitle {
  font-size: var(--h4);
  color: var(--main);
  font-weight: 800;
  line-height: 125%;
  margin: 0 0 32px; }
  .o-zespol__smallTitle.bigger {
    font-size: var(--h3);
    line-height: 100%; }
.o-zespol__sectionTitle {
  font-size: var(--h3);
  color: var(--main); }
.o-zespol__row {
  margin-bottom: 16px; }
.o-zespol__function {
  font-size: var(--h4);
  margin: 0 0 24px;
  color: var(--main); }
.o-zespol__single {
  padding: 32px;
  border: 2px solid var(--gray3);
  margin-bottom: 32px;
  position: relative; }
  .o-zespol__single svg path {
    fill: var(--gray3); }
  .o-zespol__single:after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 80px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--background); }
  .o-zespol__single .o-zespol__name--zespol, .o-zespol__single h6, .o-zespol__single p {
    margin: 0 0 8px; }
  .o-zespol__single h6, .o-zespol__single .o-zespol__name {
    font-size: var(--h6);
    color: var(--main);
    font-weight: 700; }
  .o-zespol__single p {
    font-size: var(--p);
    color: var(--text); }
    .o-zespol__single p span svg {
      transform: translateY(4px); }

form[name="filtry"], form[name="filter"] {
  display: flex;
  width: 100%; }
  @media (max-width: 574px) {
    form[name="filtry"], form[name="filter"] {
      justify-content: space-between;
      flex-wrap: wrap; } }

.edukacja-grupowa {
  margin-bottom: 64px; }
  .edukacja-grupowa__text {
    margin-bottom: 32px; }
  .edukacja-grupowa__link {
    font-weight: 900;
    font-size: var(--fontSize12);
    line-height: 32px;
    letter-spacing: 0.02em;
    color: var(--main);
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: block; }
    .edukacja-grupowa__link span svg {
      transform: translateY(4px); }
  .edukacja-grupowa__image {
    height: 252px;
    width: 100%; }
    @media (max-width: 574px) {
      .edukacja-grupowa__image {
        height: auto; } }
    .edukacja-grupowa__image image {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.filters-box-row {
  justify-content: flex-start;
  align-items: center;
  height: 100%; }

.filtres-container {
  background-color: var(--main);
  width: 100%;
  height: 157px;
  margin: 30px 0 0;
  display: none; }
  @media (max-width: 574px) {
    .filtres-container {
      height: auto;
      min-height: 157px;
      padding: 40px 0; } }
  .filtres-container.show {
    display: block; }

.filters-box {
  margin-right: 30px;
  min-width: 120px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .filters-box.filters-box--technika {
    min-width: 200px; }
    @media (max-width: 574px) {
      .filters-box.filters-box--technika {
        min-width: calc(50% - 15px); } }
  @media (max-width: 574px) {
    .filters-box {
      margin-right: 0;
      min-width: unset;
      width: calc(50% - 15px);
      margin-bottom: 24px; } }
  .filters-box input {
    padding-left: 16px;
    width: 100%; }
  .filters-box.filter-box-autorname {
    min-width: 185px; }
  .filters-box fieldset {
    border: 1px solid var(--gray4);
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0; }
    .filters-box fieldset .filter-box__rangeResult {
      line-height: 40px;
      font-size: var(--fontSize14);
      font-weight: 600;
      color: var(--gray4);
      padding-left: 8px; }
    .filters-box fieldset .filter-box__rangeInputs {
      display: none;
      background-color: var(--background);
      position: absolute;
      flex-direction: column;
      width: 100%;
      top: 40px;
      left: 0;
      align-items: center;
      padding: 12px 0;
      z-index: 504; }
      .filters-box fieldset .filter-box__rangeInputs input {
        color: var(--main); }
        .filters-box fieldset .filter-box__rangeInputs input:focus {
          border: 1px solid var(--main); }
      .filters-box fieldset .filter-box__rangeInputs.filter-box__rangeInputs_show {
        display: flex; }
      .filters-box fieldset .filter-box__rangeInputs input {
        background-color: var(--background);
        border: 1px solid var(--gray4);
        margin-bottom: 8px;
        width: 89px; }
        .filters-box fieldset .filter-box__rangeInputs input:focus {
          border: 1px solid var(--inputBorder); }
  .filters-box input::-webkit-outer-spin-button,
  .filters-box input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; }
  .filters-box input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */ }
  .filters-box input {
    background-color: var(--main);
    border: 1px solid var(--gray4);
    color: var(--background);
    height: 40px; }
    .filters-box input:focus {
      border: 1px solid var(--inputBorder); }
    .filters-box input div {
      color: var(--background); }
    .filters-box input:focus {
      outline: none;
      color: var(--background); }
  .filters-box__title {
    background-color: var(--main);
    font-size: var(--p);
    color: var(--background);
    padding: 0 8px;
    margin: 0;
    position: absolute;
    top: -15px;
    left: 6px;
    z-index: 1;
    font-weight: 800; }
  .filters-box__text {
    padding-left: 16px;
    color: var(--gray4);
    font-weight: 600;
    font-size: var(--fontSize14); }
  .filters-box .selectric-wrapper {
    width: 100%; }
  .filters-box .selectric .label {
    font-size: var(--fontSize14);
    font-weight: 600;
    color: var(--gray4); }
  .filters-box .selectric-open .selectric-items {
    z-index: 502; }
  .filters-box .selectric b.button {
    background-color: transparent; }
    .filters-box .selectric b.button:after {
      border-top-color: var(--background); }
  .filters-box select {
    width: 100%; }
  .filters-box ul li {
    background-color: var(--background);
    line-height: 40px;
    cursor: pointer;
    font-weight: 500;
    color: var(--main);
    padding-left: 16px;
    font-size: var(--fontSize14); }
    .filters-box ul li:hover {
      background-color: var(--main);
      color: var(--background); }

.filters-buttons {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center; }

.filtres-clean button, .filtres-clean a {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: var(--p);
  text-decoration: none;
  color: var(--gray4); }
  .filtres-clean button svg, .filtres-clean a svg {
    transform: translateY(5px); }
  .filtres-clean button.submitFilter, .filtres-clean a.submitFilter {
    color: var(--background);
    margin-left: 16px; }

.tabs-container .tabs__navigation {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  margin: 0;
  padding: 0; }
.tabs-container .tabs__item button {
  background-color: transparent;
  border: none;
  color: var(--gray);
  font-size: var(--h3);
  font-weight: 800;
  cursor: pointer;
  margin-right: 48px;
  border-radius: 0;
  padding: 0;
  line-height: 108px; }
.tabs-container .tabs__item a {
  color: var(--gray);
  font-weight: 800;
  font-size: var(--h3);
  text-decoration: none;
  height: 100%; }
  .tabs-container .tabs__item a.zasoby {
    line-height: 108px; }
  @media (max-width: 500px) {
    .tabs-container .tabs__item a {
      font-size: var(--h4);
      white-space: nowrap; } }
.tabs-container .tabs__item.active button, .tabs-container .tabs__item.active a {
  color: var(--main);
  box-shadow: inset 0px -2px 0px 0px var(--main); }
.tabs-container .tabs__item.active a {
  display: inline-block; }

.labirynt-accordion {
  background-color: var(--snow);
  position: relative;
  margin-bottom: 16px; }
  .labirynt-accordion:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: var(--snow); }
  .labirynt-accordion__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 0;
    overflow-x: hidden;
    visibility: hidden; }
    @media (max-width: 574px) {
      .labirynt-accordion__content .wpcf7-form input[type="text"], .labirynt-accordion__content .wpcf7-form input[type="email"], .labirynt-accordion__content .wpcf7-form input[type="tel"], .labirynt-accordion__content .btn {
        width: calc(100% - 15px); } }
    .labirynt-accordion__content.paddingright {
      padding-right: 95px; }
      @media (max-width: 575px) {
        .labirynt-accordion__content.paddingright {
          padding-right: 15px; } }
    .labirynt-accordion__content p {
      margin: 0 0 24px; }
      .labirynt-accordion__content p.margin48 {
        margin: 0 0 48px; }
  .labirynt-accordion__singleFile {
    width: 160px;
    margin-right: 30px;
    margin-bottom: 24px; }
  .labirynt-accordion__title {
    min-height: 64px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0; }
    .labirynt-accordion__title svg {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%); }
    .labirynt-accordion__title h3, .labirynt-accordion__title h2 {
      font-size: var(--h3);
      color: var(--main);
      font-weight: 800;
      margin: 0;
      line-height: 100%;
      padding-right: 99px;
      transform: translateY(-3px); }
      @media (max-width: 574px) {
        .labirynt-accordion__title h3, .labirynt-accordion__title h2 {
          padding-right: 32px;
          font-size: var(--h4); } }
    .labirynt-accordion__title h5, .labirynt-accordion__title h3.h5 {
      font-size: var(--h5);
      color: var(--main);
      font-weight: 800;
      margin: 0;
      line-height: 58px; }
    .labirynt-accordion__title.show svg {
      transform: translateY(-50%) rotate(180deg); }
    .labirynt-accordion__title.show + .labirynt-accordion__content {
      padding-top: 32px;
      height: 100%;
      visibility: visible; }
      .labirynt-accordion__title.show + .labirynt-accordion__content.labirynt-accordion__content--nomargin {
        padding-top: 0; }
  .labirynt-accordion button.labirynt-accordion__title {
    background-color: transparent;
    width: 100%;
    border: none;
    text-align: left; }
  .labirynt-accordion__imgWrapp {
    width: 160px;
    height: 160px;
    border: 1px solid var(--grayLight);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--background); }
    .labirynt-accordion__imgWrapp img {
      display: block;
      object-fit: contain; }
    .labirynt-accordion__imgWrapp-blank {
      background-color: var(--background);
      width: 100%;
      height: 100%;
      display: block; }
  .labirynt-accordion__fileName {
    color: var(--text);
    font-size: var(--p);
    line-height: 150%;
    margin: 0;
    font-weight: 500; }
  .labirynt-accordion__link {
    color: var(--main);
    font-size: var(--fontSize12);
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none; }
    .labirynt-accordion__link:hover {
      text-decoration: underline;
      color: var(--main);
      letter-spacing: .02em; }
  .labirynt-accordion__svgLink {
    display: inline-block;
    transform: translateY(5px);
    margin-right: 8px; }
  .labirynt-accordion form .btn.btn__revert:hover {
    background-color: transparent; }

.pressRoom-sidebar h4, .pressRoom-sidebar h3 {
  font-size: var(--h4);
  margin: 0 0 24px;
  font-weight: 800;
  color: var(--main); }
.pressRoom-sidebar__single {
  margin-bottom: 24px; }
  .pressRoom-sidebar__single h6, .pressRoom-sidebar__single h5 {
    font-size: var(--h6);
    color: var(--main);
    font-weight: 700;
    margin: 0 0 8px; }
  .pressRoom-sidebar__single p {
    margin: 0 0 8px;
    color: var(--main); }
    .pressRoom-sidebar__single p span svg {
      transform: translateY(4px); }

.artysci-info__img {
  margin-bottom: 64px; }
  .artysci-info__img:nth-last-of-type(1) {
    margin-bottom: 48px; }

.artysta-info__wrap {
  background-color: var(--snow);
  position: relative;
  padding: 50px 0;
  margin-bottom: 16px; }
  .artysta-info__wrap:before {
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    background-color: var(--snow);
    position: absolute;
    right: 100%;
    top: 0; }
.artysta-info__content h6, .artysta-info__content h2.brn {
  font-size: var(--h6);
  color: var(--main);
  line-height: 125%;
  margin: 0 0 8px; }
  .artysta-info__content h6 svg, .artysta-info__content h2.brn svg {
    transform: translateY(6px); }
.artysta-info__content p {
  margin: 0;
  color: var(--text);
  font-size: var(--p); }
.artysta-info__links {
  margin-bottom: 24px; }
  .artysta-info__links h6 {
    font-size: var(--h6);
    color: var(--main);
    line-height: 125%;
    margin: 0; }
  .artysta-info__links a {
    color: var(--main);
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    line-height: 32px;
    font-size: var(--fontSize12); }
    .artysta-info__links a span svg {
      margin-right: 8px;
      transform: translateY(4px); }

span.wpcf7-not-valid-tip {
  color: var(--error);
  font-size: var(--fontSize12);
  font-weight: 500; }

div.wpcf7-mail-sent-ok {
  font-size: var(--fontSize12);
  font-weight: 500;
  color: var(--green);
  border: none;
  margin: 0;
  padding: 0; }

.wpcf7-form .optionalTextarea {
  position: relative; }
  .wpcf7-form .optionalTextarea .limit-label {
    position: absolute;
    color: var(--main);
    font-size: var(--fontSize12);
    bottom: -9px;
    line-height: 12px; }
.wpcf7-form .titleLabel {
  display: none; }
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  transform: translateY(3px);
  margin-right: 8px; }
.wpcf7-form .wpcf7-acceptance a {
  font-weight: 600;
  color: var(--blueLink); }
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0; }
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex; }
    .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
      width: calc(100% - 24px);
      color: var(--text); }
.wpcf7-form div.wpcf7-response-output {
  padding: 0;
  margin: 0 0 16px;
  color: var(--main); }
.wpcf7-form .colinput {
  padding: 0 15px;
  width: 100%;
  flex: 0 0 380px;
  max-width: 380px;
  position: relative; }
  .wpcf7-form .colinput.maxheight {
    max-height: 72px; }
  .wpcf7-form .colinput.colinput50 {
    flex: 0 0 50%;
    max-width: 50%; }
  .wpcf7-form .colinput .limit-label {
    position: absolute;
    top: 64px;
    color: var(--main);
    font-size: var(--fontSize12); }
  .wpcf7-form .colinput--medium {
    flex: 0 0 240px;
    max-width: 240px; }
  .wpcf7-form .colinput--col4 {
    flex: 0 0 285px;
    max-width: 285px; }
  .wpcf7-form .colinput--age {
    flex: 0 0 140px;
    max-width: 140px; }
  @media (max-width: 574px) {
    .wpcf7-form .colinput {
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .wpcf7-form .colinput--medium, .wpcf7-form .colinput--col4, .wpcf7-form .colinput--age {
        flex: 0 0 100%;
        max-width: 100%; } }
  .wpcf7-form .colinput--file .fakeButton {
    position: absolute;
    top: 24px;
    right: 15px;
    height: 40px;
    color: var(--background);
    background-color: var(--main);
    line-height: 40px;
    padding: 0 10px;
    font-size: var(--fontSize12);
    font-weight: 900;
    text-transform: uppercase; }
    @media (max-width: 574px) {
      .wpcf7-form .colinput--file .fakeButton {
        right: 30px; } }
  .wpcf7-form .colinput--file span.wpcf7-not-valid-tip {
    padding-top: 12px; }
  .wpcf7-form .colinput .disability {
    width: 100%;
    display: block;
    transform: translateY(10px); }
    .wpcf7-form .colinput .disability .wpcf7-radio {
      display: block;
      width: 100%;
      padding-top: 10px; }
      .wpcf7-form .colinput .disability .wpcf7-radio .wpcf7-list-item {
        margin: 0 0 0 14px; }
        .wpcf7-form .colinput .disability .wpcf7-radio .wpcf7-list-item:first-child {
          margin: 0; }
.wpcf7-form .inputwrap {
  position: relative;
  margin-bottom: 16px;
  padding: 0 15px; }
  @media (max-width: 574px) {
    .wpcf7-form .inputwrap {
      width: 100%; } }
  .wpcf7-form .inputwrap.maxheight {
    max-height: 72px; }
  .wpcf7-form .inputwrap.disableP {
    margin-bottom: 0; }
  .wpcf7-form .inputwrap .limit-label {
    position: absolute;
    top: 64px;
    color: var(--main);
    font-size: var(--fontSize12); }
  .wpcf7-form .inputwrap.optionalTextarea .limit-label {
    position: absolute;
    top: unset;
    bottom: -9px;
    color: var(--main);
    font-size: var(--fontSize12); }
  .wpcf7-form .inputwrap__optional {
    margin: 0;
    color: var(--main);
    font-size: var(--fontSize12);
    font-weight: 500; }
.wpcf7-form .labelText {
  position: absolute;
  top: 10px;
  left: 23px;
  padding: 0 4px;
  font-weight: 800;
  color: var(--main);
  font-size: var(--fontSize16);
  background-color: var(--snow);
  z-index: 151; }
  .wpcf7-form .labelText--left {
    left: 12px; }
  .wpcf7-form .labelText--bg {
    background-color: var(--background); }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"] {
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--inputBorder);
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  padding: 9px 11px;
  color: var(--text); }
  .wpcf7-form input[type="text"]:not(:placeholder-shown), .wpcf7-form input[type="email"]:not(:placeholder-shown), .wpcf7-form input[type="tel"]:not(:placeholder-shown), .wpcf7-form input[type="number"]:not(:placeholder-shown) {
    border: 1px solid var(--main); }
  .wpcf7-form input[type="text"]::placeholder, .wpcf7-form input[type="email"]::placeholder, .wpcf7-form input[type="tel"]::placeholder, .wpcf7-form input[type="number"]::placeholder {
    color: var(--gray); }
  .wpcf7-form input[type="text"].wpcf7-not-valid, .wpcf7-form input[type="email"].wpcf7-not-valid, .wpcf7-form input[type="tel"].wpcf7-not-valid, .wpcf7-form input[type="number"].wpcf7-not-valid {
    border: 1px solid var(--error); }
  .wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="number"]:focus {
    border: 1px solid var(--main);
    outline: none; }
.wpcf7-form textarea {
  height: 105px;
  border: 1px solid var(--inputBorder);
  padding: 9px 11px;
  resize: vertical;
  background-color: transparent;
  color: var(--text); }
  .wpcf7-form textarea::placeholder {
    color: var(--gray); }
  .wpcf7-form textarea:focus {
    border: 1px solid var(--main);
    outline: 1px solid var(--main); }
.wpcf7-form .max730 input[type="submit"] {
  max-width: 730px;
  width: 100%; }
.wpcf7-form .max730 .wpcf7-acceptance {
  display: inline-block;
  max-width: 730px;
  width: 100%; }
.wpcf7-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: relative;
  border-radius: 0;
  background-color: var(--background); }
  .wpcf7-form input[type="checkbox"]:after {
    content: "";
    font-size: var(--fontSize14);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: var(--background);
    bottom: 0;
    text-align: center;
    border: 1px solid var(--inputBorder); }
  .wpcf7-form input[type="checkbox"]:checked:after {
    background-color: var(--main);
    border: 1px solid var(--main); }
  .wpcf7-form input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    background-color: transparent;
    border-left: 2px solid var(--background);
    border-bottom: 2px solid var(--background);
    position: absolute;
    width: 12px;
    height: 6px;
    top: 4px;
    left: 2px;
    z-index: 3;
    transform: rotate(-45deg); }
.wpcf7-form .wpcf7-list-item-label {
  font-size: var(--fontSize14);
  color: var(--text); }
.wpcf7-form input[type="radio"] {
  position: relative;
  margin-right: 15px;
  width: 1px;
  height: 1px; }
  .wpcf7-form input[type="radio"]:focus {
    outline: none !important; }
    .wpcf7-form input[type="radio"]:focus:after {
      outline: 2px solid var(--main); }
  .wpcf7-form input[type="radio"]:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--gray);
    border-radius: 50%;
    visibility: visible; }
  .wpcf7-form input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    left: 4px;
    top: -6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--main);
    visibility: visible; }

body[data-key="mouse"] .wpcf7-form input[type=radio]:focus:after {
  outline: none; }

.w100 {
  width: 100%; }

.wolontariat__sectionTitle {
  font-size: var(--h2);
  color: var(--main);
  margin: 48px 0; }
  @media (max-width: 574px) {
    .wolontariat__sectionTitle {
      line-height: 1; } }

.jobContent__header {
  width: 100%;
  display: flex;
  margin-bottom: 32px; }
  .jobContent__header--element {
    width: 50%;
    display: flex;
    flex-direction: column; }

.contact-gallery {
  background-color: var(--snow);
  position: relative;
  margin-bottom: 16px; }
  .contact-gallery:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: var(--snow); }
  .contact-gallery__title {
    font-size: var(--h3);
    margin: 32px 0; }
  .contact-gallery__container {
    display: flex; }
    @media (max-width: 574px) {
      .contact-gallery__container {
        flex-wrap: wrap; } }
  .contact-gallery__column {
    display: flex;
    flex-direction: column;
    flex-basis: 33%;
    padding-right: 4px; }
    @media (max-width: 574px) {
      .contact-gallery__column {
        flex-basis: 49%; } }
    .contact-gallery__column svg path {
      fill: var(--gray3); }
    .contact-gallery__column h4, .contact-gallery__column .contact-gallery__galleryItemSubtitle {
      padding: 0;
      margin: 0;
      font-size: var(--fontSize18);
      font-weight: 700; }
    .contact-gallery__column h3.h5 {
      font-size: var(--h6);
      color: var(--main);
      margin: 0; }
    .contact-gallery__column p {
      margin: 0 0 32px; }
      .contact-gallery__column p svg {
        transform: translateY(4px); }
    .contact-gallery__column a {
      font-size: var(--p);
      color: var(--text);
      text-decoration: none; }

.postContent__header h2 {
  font-size: var(--h3);
  color: var(--main);
  margin: 0 0 24px; }
.postContent__header h3, .postContent__header .postContent__dateTitle, .postContent__header h2.dla-zw-header {
  font-size: var(--h3);
  color: var(--main);
  margin: 0 0 12px;
  font-weight: 800; }
  .postContent__header h3.w-line, .postContent__header .postContent__dateTitle.w-line, .postContent__header h2.dla-zw-header.w-line {
    position: relative; }
    .postContent__header h3.w-line:after, .postContent__header .postContent__dateTitle.w-line:after, .postContent__header h2.dla-zw-header.w-line:after {
      content: '';
      height: 2px;
      width: 50vw;
      background-color: var(--gray3);
      position: absolute;
      left: calc(100% + 30px);
      top: 50%;
      transform: translateY(-50%); }
.postContent__header svg path {
  fill: var(--gray3); }
.postContent__dojazd p {
  margin: 0; }
.postContent__boxes h6, .postContent__boxes .postContent__boxTitle, .postContent__boxes h3.dla-zw-subtitle {
  font-size: var(--h5);
  color: var(--main);
  margin: 0 0 8px;
  font-weight: 700; }
  .postContent__boxes h6 svg path, .postContent__boxes .postContent__boxTitle svg path, .postContent__boxes h3.dla-zw-subtitle svg path {
    fill: var(--main); }
  .postContent__boxes h6.bm18, .postContent__boxes .postContent__boxTitle.bm18, .postContent__boxes h3.dla-zw-subtitle.bm18 {
    margin: 0 0 18px; }
.postContent__boxes svg {
  transform: translateY(5px);
  margin-right: 8px; }
.postContent__box {
  margin-bottom: 39px;
  color: var(--text); }
.postContent__boxHours p {
  margin: 0;
  font-weight: 800; }
.postContent__boxHours .boxHours {
  margin-left: 29px; }
.postContent__boxWithImg {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  margin-bottom: 40px; }
.postContent__boxesText, .postContent__boxesText p {
  font-weight: 500;
  font-size: var(--p);
  line-height: 150%;
  color: var(--text);
  margin: 0; }
.postContent__fileDesc {
  font-weight: 500;
  font-size: var(--fontSize16);
  line-height: 150%;
  color: var(--text);
  margin: 0; }
.postContent__featuredText {
  font-size: var(--fontSize12);
  color: var(--green);
  margin: 4px 0 0; }
.postContent__smallImgWrapper {
  width: 160px;
  height: 160px;
  border: 1px solid var(--grayLight);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background); }
  .postContent__smallImgWrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
.postContent__boxesDownload, .postContent__boxesDownload a {
  display: block;
  font-weight: 900;
  color: var(--main);
  font-size: var(--fontSize12);
  text-transform: uppercase;
  text-decoration: none; }
  .postContent__boxesDownload:hover, .postContent__boxesDownload a:hover {
    color: var(--main);
    text-decoration: underline; }
  .postContent__boxesDownload svg path, .postContent__boxesDownload a svg path {
    fill: var(--gray3); }
.postContent__boxesDownload a {
  display: inline-block; }
.postContent__smallTitle {
  font-size: var(--h4);
  color: var(--main);
  margin: 0 0 16px;
  font-weight: 700; }
  .postContent__smallTitle--margin24 {
    margin: 0 0 24px; }
  .postContent__smallTitle.bm18 {
    margin: 0 0 18px; }
.postContent__btn {
  margin: 0 0 64px; }
.postContent__video {
  margin: 0 0 64px; }
  .postContent__video iframe {
    width: 100%;
    height: 480px; }
.postContent__partners {
  margin: 0 -15px 80px; }
.postContent__partner {
  width: 100%;
  height: 96px;
  border: 1px solid var(--gray3);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--transparent); }
  .postContent__partner img {
    object-fit: contain;
    max-height: 100%; }
.postContent__partnerName {
  margin: 0 0 48px;
  color: var(--text); }
.postContent__formTitle {
  padding-top: 88px;
  line-height: 125%; }
  .postContent__formTitle--2 {
    padding-top: 116px; }
  .postContent__formTitle--contact {
    padding-top: 28px; }

.dostepnosc__section {
  margin-bottom: 64px; }
  .dostepnosc__section p img {
    margin: 32px 0; }
  .dostepnosc__section img {
    margin: 16px 0 0; }

.descriptionAndImage {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 48px; }
  @media (max-width: 769px) {
    .descriptionAndImage {
      flex-wrap: wrap; } }
  .descriptionAndImage__desc, .descriptionAndImage__image {
    width: 350px; }
    @media (max-width: 996px) {
      .descriptionAndImage__desc, .descriptionAndImage__image {
        width: 50%; } }
    @media (max-width: 769px) {
      .descriptionAndImage__desc, .descriptionAndImage__image {
        width: 100%; } }
  .descriptionAndImage__desc {
    margin-right: 30px; }
  .descriptionAndImage__image img {
    width: 100%; }

.snow-container {
  background-color: var(--snow); }
  .snow-container .btn {
    background-color: transparent; }
    .snow-container .btn:after, .snow-container .btn:before {
      background-color: var(--snow); }
    .snow-container .btn:hover {
      background-color: var(--main); }
  .snow-container.snow-container--padding {
    padding: 48px 0 10px; }
  .snow-container.snow-container--dla-zwiedzajacych {
    padding: 6px 90px 16px 0; }
    @media (max-width: 574px) {
      .snow-container.snow-container--dla-zwiedzajacych {
        padding: 6px 20px 16px 0; } }
  .snow-container.snow-container--leftBackground {
    position: relative; }
    .snow-container.snow-container--leftBackground:before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      width: 50vw;
      height: 100%;
      background-color: var(--snow); }
  .snow-container form .btn.btn__revert:hover {
    background-color: transparent; }

.godz-h {
  display: flex;
  margin-bottom: 45px; }
  .godz-h__start {
    margin-right: 68px; }

.partners__subtitle {
  font-size: var(--h2);
  color: var(--main);
  line-height: 100%;
  margin: 0 0 48px; }

.modal__mapShow {
  font-weight: 900;
  font-size: var(--fontSize12);
  line-height: 32px;
  color: var(--main);
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer; }
.modal__modalForm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 790px;
  min-height: 280px;
  background-color: var(--background);
  display: none;
  padding: 32px 30px; }
  @media (max-width: 790px) {
    .modal__modalForm {
      height: auto;
      width: 100%; } }
  .modal__modalForm .modal__titleForm {
    font-size: var(--h3);
    color: var(--main);
    margin: 0 0 32px; }
  .modal__modalForm p {
    font-weight: 800;
    font-size: var(--fontSize20);
    line-height: 150%;
    color: var(--main);
    margin: 0 0 32px; }
  .modal__modalForm button {
    width: 160px; }
.modal__modalMap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 790px;
  height: 658px;
  background-color: var(--background);
  display: none; }
  @media (max-width: 790px) {
    .modal__modalMap {
      width: 100%; } }
.modal__background {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(37, 37, 37, 0.8);
  width: 100%;
  height: 100%;
  z-index: var(--backgroundModalIndex); }
  .modal__background.modal__showMapModal {
    display: block; }
    .modal__background.modal__showMapModal .modal__modalMap {
      display: block; }
  .modal__background.modal__showFormModal {
    display: block; }
    .modal__background.modal__showFormModal .modal__modalForm {
      display: block; }
.modal__topBar {
  display: flex;
  align-items: center;
  height: 96px;
  justify-content: space-between;
  padding: 0 30px; }
  .modal__topBar h3 {
    font-size: var(--h3);
    color: var(--main); }
.modal__mapClose {
  width: 160px; }
.modal__mapContainer {
  height: calc(100% - 96px); }

.postImages__container {
  background-color: var(--main);
  width: 100%;
  padding: 96px 0; }
  .postImages__container .owl-item {
    width: 555px !important; }
.postImages__galleryWrapper {
  width: calc((100% / 2) - ((100% - 1100px) / 2));
  padding-right: 25px; }
.postImages__imageWrapper {
  height: 288px; }
  .postImages__imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.selectric {
  background: transparent;
  border: 1px solid var(--gray4); }
  .selectric-open {
    z-index: unset; }
    .selectric-open .selectric-items {
      z-index: 152; }
  .selectric b.button {
    background-color: var(--background); }
  .selectric-items {
    background: var(--background); }
    .selectric-items li {
      font-size: var(--fontSize14);
      font-weight: 500;
      line-height: 40px;
      padding: 0 0 0 10px;
      color: var(--main); }
      .selectric-items li.highlighted, .selectric-items li:hover {
        background: var(--main);
        color: var(--background); }

.filterArchive, .filterFuture {
  display: none; }

.col33 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.artist-list {
  list-style: none;
  padding-left: 0; }
  .artist-list .artist-list__letter {
    font-size: var(--h2);
    margin: 48px 0 35px;
    line-height: 1;
    color: var(--main); }
    .artist-list .artist-list__letter.first {
      margin: 28px 0 35px;
      line-height: 75%; }
  .artist-list__artist-link {
    color: var(--main);
    font-weight: bold;
    font-size: var(--fontSize16);
    line-height: 125%;
    text-decoration: none; }
    .artist-list__artist-link:hover {
      text-decoration: underline;
      color: var(--main); }

.sortby {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%; }
  .sortby > label {
    color: var(--text); }
  .sortby select, .sortby .selectric-wrapper {
    width: 102px; }
  .sortby .selectric {
    border: none; }
  .sortby .selectric .label {
    font-size: var(--fontSize16); }
  .sortby .selectric-items li {
    font-size: var(--fontSize16); }

.labirynt-masonry__item {
  width: calc(50% - 30px);
  margin-bottom: 64px; }

.galeria-masonary {
  background-color: var(--main); }
  .galeria-masonary__description {
    display: flex;
    justify-content: space-between; }
  .galeria-masonary__descriptionContent, .galeria-masonary__pjmWrapper {
    width: 50%; }
  .galeria-masonary__pjmWrapper {
    display: flex;
    justify-content: flex-end; }
    .galeria-masonary__pjmWrapper a {
      color: var(--background);
      font-size: var(--p);
      font-weight: 900;
      text-transform: uppercase;
      text-decoration: none; }
      .galeria-masonary__pjmWrapper a span {
        margin-right: 4px; }
        .galeria-masonary__pjmWrapper a span svg {
          transform: translateY(4px); }
  .galeria-masonary__img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 8px;
    border: 1px solid var(--gray4); }
  .galeria-masonary__title, .galeria-masonary__text {
    color: var(--background);
    margin: 0; }
  .galeria-masonary__title {
    font-weight: bold;
    line-height: 125%;
    font-size: var(--p); }

.labirynt-pagination {
  margin: 90px 0; }
  .labirynt-pagination .pages {
    display: flex;
    justify-content: center; }
  .labirynt-pagination .page-numbers {
    font-weight: 900;
    color: var(--main);
    font-size: var(--font16);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
    .labirynt-pagination .page-numbers.next svg path, .labirynt-pagination .page-numbers.prev svg path {
      fill: var(--main); }
    .labirynt-pagination .page-numbers.prev {
      transform: rotate(180deg); }
    .labirynt-pagination .page-numbers.current {
      border: 4px solid var(--main);
      position: relative; }
      .labirynt-pagination .page-numbers.current:after, .labirynt-pagination .page-numbers.current:before {
        content: '';
        position: absolute;
        width: 31px;
        height: 5px;
        background-color: var(--background);
        left: 5px; }
      .labirynt-pagination .page-numbers.current:after {
        top: -4px; }
      .labirynt-pagination .page-numbers.current:before {
        bottom: -4px; }
  .labirynt-pagination a.page-numbers:hover {
    background-color: var(--grayLight); }

.projekt-harmonogram {
  margin-bottom: 96px; }
  .projekt-harmonogram__item {
    margin: 0 0 26px; }
    .projekt-harmonogram__item h5 {
      font-weight: bold; }
      .projekt-harmonogram__item h5 svg {
        transform: translateY(6px); }
    .projekt-harmonogram__item p {
      margin: 0 0 0 27px; }

.foreigners_kontakt h4 {
  font-size: var(--h4);
  margin: 0 0 24px;
  color: var(--main); }
.foreigners_kontakt h6, .foreigners_kontakt__contact-item {
  font-size: var(--h6);
  margin: 0 0 8px;
  color: var(--main);
  font-weight: 700; }
.foreigners_kontakt a {
  display: block;
  color: var(--text);
  font-size: var(--fontSize16);
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 8px;
  text-decoration: none; }
  .foreigners_kontakt a svg {
    transform: translateY(4px); }
  .foreigners_kontakt a:hover {
    text-decoration: underline; }

.projekt-galeria {
  background-color: var(--main);
  margin: 80px 0 48px;
  padding: 96px 0 32px;
  position: relative; }
  .projekt-galeria.max-height-galeria {
    height: 508px; }
  .projekt-galeria__item {
    padding-right: 25px; }
    @media (max-width: 574px) {
      .projekt-galeria__item {
        max-width: 100%; } }
    .projekt-galeria__item a {
      height: 288px;
      display: block;
      border: 1px solid var(--gray4);
      margin-bottom: 8px;
      color: var(--background); }
      @media (max-width: 574px) {
        .projekt-galeria__item a {
          width: 100%; } }
      .projekt-galeria__item a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .projekt-galeria__item p {
      line-height: 125%;
      margin: 0;
      color: var(--background); }
    .projekt-galeria__item p.projekt-galeria__desc {
      font-weight: 700; }

.container-projekt {
  padding-right: 0; }

.artysci-plany__single {
  margin-bottom: 64px; }
  .artysci-plany__single p:nth-last-of-type(1) {
    margin: 0 0 8px; }

.imageModal__title, .imageModal__desc {
  text-align: center; }
.imageModal__title {
  margin-top: 6px;
  font-weight: bold; }

.mfp-figure:after {
  top: 39px;
  bottom: 39px;
  right: -1px;
  left: -1px;
  border: 1px solid var(--gray4); }

.top-share-panel {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .top-share-panel__back {
    font-weight: 900;
    font-size: var(--p);
    line-height: 48px;
    color: var(--main);
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 12px; }
    .top-share-panel__back span svg {
      transform: translateY(4px);
      margin-right: 6px; }
    .top-share-panel__back:hover {
      text-decoration: underline;
      color: var(--main); }
  .top-share-panel__link {
    text-decoration: none; }
  .top-share-panel__facebook:hover svg path {
    fill: #3B5998; }
  .top-share-panel__twitter:hover svg path {
    fill: #1da1f2; }
  .top-share-panel__linkedin:hover svg path {
    fill: #0073b0; }
  .top-share-panel__content {
    display: flex; }
    .top-share-panel__content a {
      margin-left: 12px;
      transform: translateY(4px); }
    .top-share-panel__content--center {
      height: 100%;
      display: flex;
      align-items: center; }
      @media (max-width: 574px) {
        .top-share-panel__content--center {
          padding-top: 16px; } }

.regBtn {
  border: none;
  background-color: transparent;
  color: var(--blueLink);
  font-weight: 600;
  text-decoration: underline;
  font-size: var(--fontSize14); }

.kontakt-timesText p {
  margin: 0 0 12px; }

.kontakt-times {
  margin-right: 4px;
  display: flex;
  flex-direction: column; }
  .kontakt-times svg:nth-child(1) {
    margin-bottom: 43px;
    margin-top: 4px; }

.rssIcon a:after {
  content: '';
  background: url("/wp-content/themes/galerialabirynt/images/svgs/rss.svg") no-repeat;
  width: 18px;
  height: 18px;
  transform: translateY(5px);
  margin-left: 4px;
  display: inline-block; }

.video-link {
  display: block;
  position: relative; }
  .video-link img {
    width: 100%; }
  .video-link__playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.magArrow {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  width: 20px;
  cursor: pointer; }
  .magArrow.magArrow-left {
    left: 35px;
    transform: rotate(180deg); }
  .magArrow.magArrow-right {
    right: 35px; }

#cookie-law-info-bar {
  left: 32px;
  width: calc(100% - 310px);
  bottom: 22px !important;
  box-shadow: none;
  background-color: var(--background); }
  @media (max-width: 574px) {
    #cookie-law-info-bar {
      width: calc(100% - 90px);
      left: 15px;
      bottom: 14px !important; } }

#cookie_action_close_header {
  background-color: transparent;
  color: var(--main);
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  margin-left: auto;
  padding-right: 32px; }
  @media (max-width: 574px) {
    #cookie_action_close_header {
      margin: 4px auto;
      padding-right: 0; } }

.cli-bar-container {
  justify-content: flex-start; }
  @media (max-width: 574px) {
    .cli-bar-container {
      flex-direction: column;
      align-items: center; } }

.cli-bar-message {
  color: var(--black);
  font-weight: 500;
  font-size: 18px; }

.cli-plugin-main-link {
  color: var(--blueLink) !important;
  font-size: 18px;
  font-weight: 500; }

.searchResult__h2 {
  font-weight: 800;
  margin: 0 0 16px; }
.searchResult__count {
  color: var(--gray); }
.searchResult__item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 32px; }
  @media (max-width: 574px) {
    .searchResult__item {
      flex-wrap: wrap; } }
.searchResult__image {
  width: 255px;
  height: 136px;
  margin-right: 30px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 574px) {
    .searchResult__image {
      width: 100%;
      margin-right: 0; } }
  .searchResult__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s; }
  .searchResult__image:hover img {
    transform: scale(1.2); }
  .searchResult__image:hover .categoryBox {
    background-color: var(--background);
    color: var(--main);
    position: relative; }
    .searchResult__image:hover .categoryBox:before {
      position: absolute;
      content: "";
      right: 100%;
      top: 0;
      width: 16px;
      height: 26px;
      background-color: var(--background); }
.searchResult__content h2 {
  font-size: var(--h3);
  margin: 0 0 12px; }
  .searchResult__content h2 a {
    color: var(--main);
    text-decoration: none; }
    .searchResult__content h2 a:hover {
      text-decoration: underline; }
.searchResult__tag {
  position: absolute;
  top: 20px;
  left: 16px;
  z-index: 2;
  display: flex; }
  .searchResult__tag .categoryBox {
    padding: 6px 6px 6px 0;
    font-size: var(--fontSize12);
    font-weight: 800;
    line-height: 100%;
    color: var(--background);
    text-transform: uppercase;
    z-index: 20;
    letter-spacing: 0.02em;
    border-bottom: 2px solid var(--background);
    border-right: 2px solid var(--background);
    margin-right: 8px; }
.searchResult__meta {
  display: flex;
  justify-content: flex-start; }
.searchResult__date, .searchResult__place {
  font-size: 18px;
  color: var(--text); }
  .searchResult__date svg, .searchResult__place svg {
    transform: translateY(4px); }
.searchResult__date {
  margin-right: 32px; }
.searchResult__type {
  margin: 0 0 -6px;
  color: var(--text); }

.search-box {
  position: relative;
  margin-left: 156px;
  z-index: 55; }
  @media (max-width: 1300px) {
    .search-box {
      margin-left: 100px; } }
  @media (max-width: 1160px) {
    .search-box {
      margin-left: 15px; } }
  .search-box__button {
    background-color: transparent;
    border: none;
    transform: translateY(7px);
    cursor: pointer; }
    .search-box__button svg path {
      fill: var(--main); }
    .search-box__button svg {
      display: none; }
    .search-box__button svg.btnshow {
      display: block; }

.searchForm__wrapper {
  background-color: var(--background);
  z-index: 156;
  display: none;
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 100%;
  width: 548px; }
  @media (max-width: 1300px) {
    .searchForm__wrapper {
      width: 492px; } }
  @media (max-width: 1160px) {
    .searchForm__wrapper {
      margin-left: 433px; } }
  @media (max-width: 574px) {
    .searchForm__wrapper {
      margin-left: 0; } }
  .searchForm__wrapper.open {
    display: flex; }
  @media (max-width: 574px) {
    .searchForm__wrapper {
      right: unset;
      bottom: unset;
      left: -50vw;
      width: 100vw;
      top: 100%; } }
.searchForm__input {
  height: 100%;
  border: none !important;
  width: 100%;
  padding-left: 32px !important;
  color: var(--text);
  font-size: var(--p);
  font-weight: 500;
  background-color: var(--background); }
  .searchForm__input::placeholder {
    color: var(--gray);
    font-size: var(--p);
    font-weight: 500; }
  @media (max-width: 574px) {
    .searchForm__input {
      width: 70%; } }
.searchForm__submit {
  border: none;
  background-color: transparent;
  color: var(--main);
  font-size: var(--p);
  font-weight: 900;
  text-transform: uppercase; }
.searchForm__lupa {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%); }

.noResultsForm {
  background-color: var(--snow);
  min-height: 48px;
  display: flex;
  align-items: center;
  margin: 25px 0; }
  .noResultsForm__input {
    border: none !important;
    background-color: transparent;
    padding-left: 56px !important;
    width: 100%; }
  .noResultsForm .searchForm__lupa {
    left: 30px; }
  .noResultsForm__submit {
    margin-left: auto;
    border: none;
    background-color: transparent;
    color: var(--main);
    font-size: var(--p);
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 16px; }
  .noResultsForm__text {
    margin: 0; }

.shopmenu svg {
  transform: translateY(2px);
  margin-right: 16px; }
  .shopmenu svg path {
    transition: fill .1s; }

.newsletter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 508;
  display: none; }
  .newsletter.show {
    display: block; }
  .newsletter__background {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
    opacity: 0.8; }
  .newsletter__wrapper {
    width: 790px;
    height: 658px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--background);
    display: flex; }
    @media (max-width: 767px) {
      .newsletter__wrapper {
        width: calc(100% - 30px);
        top: 30px;
        height: calc(100% - 30px);
        overflow-y: auto;
        transform: translateX(-50%); } }
  .newsletter__content {
    flex-basis: 50%;
    padding: 32px 30px; }
    @media (max-width: 767px) {
      .newsletter__content {
        width: 100%; } }
  .newsletter__imageWrapper {
    flex-basis: 50%; }
    .newsletter__imageWrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 767px) {
      .newsletter__imageWrapper {
        display: none; } }
  .newsletter__title {
    font-size: var(--h3);
    color: var(--main);
    line-height: 1; }
    .newsletter__title:focus {
      outline: none !important; }
  .newsletter__close {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 20px;
    right: 20px; }
    .newsletter__close svg path {
      fill: var(--main); }
    .newsletter__close:hover {
      cursor: pointer; }
  .newsletter__buttons {
    display: flex;
    justify-content: space-between; }
    .newsletter__buttons button {
      width: 153px; }
  .newsletter__checkboxes {
    display: flex;
    margin: 0 0 32px;
    /*    input {
          &:after {
            content: "";
            font-size: var(--fontSize14);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            background-color: var(--background);
            bottom: 0;
            text-align: center;
            border: 1px solid var(--inputBorder);
          }
        }*/ }
    .newsletter__checkboxes label {
      font-size: var(--fontSize12);
      color: var(--main); }
      .newsletter__checkboxes label p {
        margin: 0;
        line-height: 150%;
        color: var(--main); }
  .newsletter input[type="checkbox"] {
    margin-right: 8px; }

.custom-input {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 38px; }
  .custom-input label {
    position: absolute;
    left: 15px;
    top: 0;
    transform: translateY(-50%);
    font-weight: 700;
    color: var(--main);
    padding: 0 12px;
    background-color: var(--background);
    display: block; }
  .custom-input input {
    line-height: 48px;
    height: 48px;
    width: 100%;
    border-radius: 0;
    padding-left: 15px; }

.siteoff {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 508;
  display: none; }
  .siteoff.show {
    display: block; }
  .siteoff__blank {
    display: block;
    width: 100vw;
    transition: height .3s; }
  .siteoff__background {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
    opacity: 0.8; }
  .siteoff__wrapper {
    width: 800px;
    height: 553px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--background);
    display: flex; }
    @media (max-width: 767px) {
      .siteoff__wrapper {
        width: calc(100% - 30px);
        top: 30px;
        height: calc(100% - 30px);
        overflow-y: auto;
        transform: translateX(-50%); } }
  .siteoff__content {
    display: flex;
    flex-direction: column;
    padding-left: 37px;
    padding-right: 28px;
    justify-content: center;
    width: 72%; }
    @media (max-width: 767px) {
      .siteoff__content {
        width: calc(100% - 65px); } }
    .siteoff__content h2, .siteoff__content h3, .siteoff__content p {
      color: var(--black); }
    .siteoff__content h2 {
      font-size: var(--h2);
      margin: 0 0 32px;
      line-height: var(--h2);
      font-weight: 800; }
    .siteoff__content h3 {
      font-size: var(--h3);
      margin: 0 0 32px;
      font-weight: 800; }
    .siteoff__content p {
      font-size: var(--p);
      margin: 0; }
  .siteoff__contentWrap {
    position: relative; }
    .siteoff__contentWrap:after {
      content: '';
      position: absolute;
      top: 0;
      left: calc(100% + 28px);
      height: 100%;
      width: 20px;
      background-color: var(--background); }
  .siteoff__image {
    width: 28%;
    background: linear-gradient(147.64deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 80.61%); }
    @media (max-width: 767px) {
      .siteoff__image {
        display: none; } }
  .siteoff__close {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 20px;
    right: 20px; }
    .siteoff__close:hover {
      cursor: pointer; }
    .siteoff__close svg path {
      fill: var(--main); }

[type="button"] {
  -webkit-appearance: none !important; }

#wt-cli-privacy-save-btn {
  background-color: var(--main) !important; }

.selectric .button:after {
  border-top-color: var(--main) !important; }

.selectric-items .disabled {
  color: var(--main); }

.selectric .button {
  color: var(--main); }

/*# sourceMappingURL=labirynt.css.map */
