.wpcf7 br {
  display: none;
}

.home-page-body-projects-desktop.two-cols > li {
  width: 50%;
}

.btn-blank.active,
.page-header-navbar-nav a.active {
  background: #000;
  color: #fff;
}

.cookies-info {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  background: #000;
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.9375rem 1.25rem;
}

.cookies-info.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.cookies-info a:not(.closepopup) {
  color: #FFF;
  text-decoration: underline;
}

.cookies-info a:not(.closepopup):hover {
  text-decoration: none;
}

.cookies-info .closepopup {
  color: #FFF;
}

.cookies-info p {
  margin: 0;
  padding: 0;
}

.portfolio-small-list.dark {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000;
}

.portfolio-small-list.dark .portfolio-small-list-title,
.portfolio-small-list.dark a {
  color: #fff;
}

a.underline:hover {
  text-decoration: underline;
}

.home-page-header-content-navs li h2 {
  font-size: 1.25rem;
}

.portfolio-list-description {
  width: 60%;
  font-size: 1rem;
}

.portfolio-list-description h1 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  font-size: 1.5rem;
}

.portfolio-list-description h2 {
  margin-bottom: 2rem;
  font-size: 1rem;
}

.home-page-header-content-title {
  width: 75%;
}

.home-page-header-content-title h1 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 3.125rem;
}

.home-page-header-content-title h2 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.portfolio-list-projects-item-body .h1.tag-sufix span {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.25rem;
}

.icons-with-title .icons-title {
  margin-bottom: 1rem;
}

.icons-with-title .icons-list {
  padding: 1rem 0;
  border-bottom: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icons-with-title .icons-list .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.icons-with-title .icons-list .icon img {
  height: 3.5rem;
  width: auto;
}

.cast-list-item-content {
  width: 63%;
}

.cast-list-item-media-placeholder {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.page-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: auto;
}

.page-header-logo svg {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-header-institution {
  font-size: 0.75rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0;
  -webkit-animation: fadeInInstitution 0.8s ease-out 0.3s forwards;
          animation: fadeInInstitution 0.8s ease-out 0.3s forwards;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .page-header-institution {
    font-size: 1rem;
    line-height: 1.2;
  }
}

@-webkit-keyframes fadeInInstitution {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInInstitution {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-header-transparent .page-header-brand {
  display: none !important;
}

@media (min-width: 1280px) {
  .page-header:not(.page-header-transparent) .page-header-institution {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transition: opacity ease-out 500ms;
    transition: opacity ease-out 500ms;
  }
  .page-header:not(.page-header-transparent):hover .page-header-institution {
    opacity: 0;
  }
}
.highlighted-repertoire-list-item-body-action .btn-link {
  padding: 0;
}

.highlighted-repertoire-list-item-body-information {
  display: block;
}

.socials-nav-bip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-footer-bip-img {
  height: 1.25rem;
  width: auto;
}

@media (min-width: 1280px) {
  .news-slider-list .news-card {
    width: 17.5rem;
  }
}

.article-conteiner-header-content h1 {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

body:not(.home) .page-header-institution {
  display: none;
}

.main-slider-item--clickable {
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-template-tpl_bilety .article-conteiner .article-conteiner-header {
    order: 2;
  }
  .page-template-tpl_bilety .article-conteiner .article-conteiner-main {
    order: 1;
  }
}

.price-list-item-name {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}

.price-list-item-name:hover {
  text-decoration-color: transparent;
}

.cast-list-item-media-placeholder-letter {
  font-family: "TeatrLudowy", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
} /*# sourceMappingURL=style.add.css.map */