.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget,
.instagramWidget {
  margin: 2rem 0;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  grid-column: -1;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  font-size: 0.85rem;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items .slick-list,
.instagramWidget__items .slick-list {
  margin: 0 -0.5rem;
  padding: 1rem 0;
}
.instagramPost,
.facebookPost {
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 8px 0 rgba(66, 68, 90, 0.1);
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 0 1rem;
}
.instagramPost.slick-slide,
.facebookPost.slick-slide {
  margin: 0 0.5rem;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: url(../image/noimage/noimage.png) center center no-repeat;
  background-size: 50% auto;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.instagramPost__description,
.facebookPost__description {
  flex: 1;
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  overflow: hidden;
  max-height: calc(0.75rem * 1.3 * 4);
  text-overflow: ellipsis;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
  width: 1.5rem;
  height: 1.5rem;
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --gray: #F4F1EA;
  --white: #ffffff;
  --black: #290909;
  --red: #F25050;
  --redH: #f20507;
}
html {
  background: #eee;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  background: #fff;
  color: #274A5D;
  margin: 0 auto;
  max-width: 2220px;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
header {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.form-group {
  margin-bottom: 1rem;
}
.btn-primary {
  color: #274A5D;
  background: #FDC300;
  border-color: #FDC300;
  font-weight: 600;
  padding: 0.7em 3em;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.btn-primary:hover {
  background: #FDC300;
  border-color: #FDC300;
  color: #274A5D;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 195, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: rgba(253, 195, 0, 0.2);
  border-color: rgba(253, 195, 0, 0.3);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(253, 195, 0, 0.2);
  border-color: rgba(253, 195, 0, 0.3);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 195, 0, 0.2);
}
.socialmedia a {
  display: inline-block;
}
.socialmedia svg {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}
.popup-modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-modal__body {
  max-width: 80%;
  position: relative;
}
.popup-modal__content {
  background: #fff;
}
.popup-modal__close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 100001;
  color: #fff;
}
.popup-modal__text {
  padding: 2rem 3rem;
}
.hero {
  position: relative;
}
.hero__image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.hero__image img {
  width: 100%;
  height: 250%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .hero__image img {
    height: 150%;
  }
}
@media (max-width: 576px) {
  .hero__image img {
    height: 110%;
  }
}
.hero__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}
.hero .container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.hero .container div.content {
  width: 100%;
}
.hero__body {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__body h1 {
  color: #FDC300;
  line-height: 0.9em;
  font-size: 3rem;
  text-transform: uppercase;
  padding-left: 30%;
  font-weight: 900;
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .hero__body h1 {
    padding-left: 40%;
  }
}
@media (max-width: 576px) {
  .hero__body h1 {
    padding: 0.5rem;
    position: absolute;
    bottom: 0rem;
    left: 1rem;
    z-index: 2;
    font-size: 1.4rem;
    padding-right: 50%;
    background: rgba(0, 0, 0, 0.4);
  }
}
.hero__body h2 {
  color: #fff;
  line-height: 1em;
  font-size: 1rem;
  text-transform: uppercase;
  padding-left: 58%;
  width: 100%;
  display: block;
}
@media (max-width: 576px) {
  .hero__body h2 {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    z-index: 2;
    font-size: 0.8em;
    text-align: right;
  }
}
.hero__person {
  position: absolute;
  left: 60px;
  width: 220px;
}
.hero__person img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .hero__person {
    left: 50px;
  }
}
.hero__sejm {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 1rem;
  background: #fff;
  width: 100px;
}
@media (max-width: 576px) {
  .hero__sejm {
    width: 70px;
  }
}
.hero__sejm img {
  width: 100%;
}
.hero nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 992px) {
  .hero nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #FDC300;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hero nav ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
@media (max-width: 992px) {
  .hero nav ul li {
    float: none;
  }
}
.hero nav ul li a {
  display: block;
  background: #FDC300;
  color: #274A5D;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-weight: 600;
}
.hero nav ul li a:hover {
  background: #fff;
}
.hero nav ul li.active a {
  background: #fff;
}
.hero .socialmedia {
  position: absolute;
  top: 1rem;
  right: 0;
}
@media (max-width: 992px) {
  .hero .socialmedia {
    top: auto;
    position: fixed;
    bottom: 3rem;
    left: -100%;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
}
.hero .socialmedia a {
  padding: 0.3em;
}
.hero .socialmedia a svg {
  fill: #fff;
}
.hero .socialmedia a:hover svg {
  fill: #FDC300;
}
.menubutton {
  position: fixed;
  top: 1em;
  right: 1rem;
  z-index: 1010;
  display: none;
  background: #FDC300;
}
@media (max-width: 992px) {
  .menubutton {
    display: block;
  }
}
#menuButton {
  position: relative;
  z-index: 12040;
  font-size: 2rem;
  cursor: pointer;
  display: block;
  padding: 0em 0.5em;
}
#menuButton .mdi-close {
  display: none;
}
.menu-mobile-active {
  overflow-y: hidden !important;
  max-height: 100vh  !important;
}
.menu-mobile-active #menuButton .mdi-close {
  display: block;
}
.menu-mobile-active #menuButton .mdi-menu {
  display: none;
}
.menu-mobile-active .hero nav {
  left: 0;
}
.menu-mobile-active .socialmedia {
  left: 0;
}
.hero.-home h1 {
  font-size: 5rem;
  position: relative;
  padding-left: 50%;
}
@media (max-width: 992px) {
  .hero.-home h1 {
    padding-left: 35%;
  }
}
@media (max-width: 768px) {
  .hero.-home h1 {
    font-size: 4rem;
    padding-left: 25%;
  }
}
@media (max-width: 576px) {
  .hero.-home h1 {
    z-index: 2;
    font-size: 3.5rem;
    position: absolute;
    left: 0rem;
    bottom: 3rem;
    width: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
  }
}
.hero.-home h2 {
  font-size: 1.3rem;
  padding-left: 71%;
  position: relative;
}
@media (max-width: 768px) {
  .hero.-home h2 {
    padding-left: 50%;
  }
}
@media (max-width: 576px) {
  .hero.-home h2 {
    padding: 0;
    position: absolute;
    z-index: 2;
    color: #274A5D;
    left: 0rem;
    bottom: 1rem;
    text-align: center;
  }
}
.hero.-home .hero__image img {
  height: 100%;
  object-position: center center;
}
.hero.-home .hero__image {
  height: 600px;
}
.hero.-home .hero__person {
  bottom: 0px;
  left: 0;
  width: 550px;
}
@media (max-width: 992px) {
  .hero.-home .hero__person {
    left: -150px;
  }
}
@media (max-width: 768px) {
  .hero.-home .hero__person {
    left: -250px;
    width: 520px;
  }
}
@media (max-width: 576px) {
  .hero.-home .hero__person {
    left: -170px;
    width: 520px;
  }
}
.intro {
  background: #fff;
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .intro {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .intro {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .intro {
    padding: 2rem 0;
  }
}
.intro__image {
  padding: 10%;
}
.intro__image img,
.intro__image picture {
  aspect-ratio: 1;
  object-fit: cover;
}
.intro__image2 {
  padding: 10%;
}
.intro__image2 img,
.intro__image2 picture {
  aspect-ratio: 0.8;
  object-fit: cover;
}
.intro__body {
  padding: 2rem 0;
}
.intro__body h1,
.intro__body h2,
.intro__body h3,
.intro__body h4 {
  color: #FDC300;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}
.article-home {
  background: #274A5D;
  padding: 5rem 0;
}
.article-home__header {
  color: #FDC300;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
  text-align: center;
}
.article-index {
  padding: 5rem 0;
  background: #F2F3F4;
}
@media (max-width: 992px) {
  .article-index {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .article-index {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .article-index {
    padding: 2rem 0;
  }
}
.article-item {
  text-align: right;
}
.article-item__image {
  margin: 0 2rem 0 0;
}
.article-item__image img,
.article-item__image picture {
  background: rgba(255, 255, 255, 0.3);
  aspect-ratio: 1.33333333;
  object-fit: cover;
}
.article-item__body {
  position: relative;
  background: #fff;
  margin: -4rem 0 0 2rem;
  padding: 2rem;
}
.article-item__date {
  font-size: 0.8em;
  opacity: 0.7;
}
.article-item__title {
  font-weight: 900;
  font-size: 1.4em;
  line-height: 1.2em;
}
.article-item__lead {
  font-size: 0.9em;
}
.article-item__link {
  color: #FDC300;
  font-weight: 600;
  text-transform: uppercase;
}
.archive {
  background: #F2F3F4;
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .archive {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .archive {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .archive {
    padding: 2rem 0;
  }
}
.archive__body {
  margin: 0 5rem;
  aspect-ratio: 3;
  background: url(../image/archiwum.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .archive__body {
    margin: 0 2rem;
  }
}
@media (max-width: 768px) {
  .archive__body {
    margin: 0 1rem;
    aspect-ratio: 2;
    background-size: auto 100%;
    background-position: 40% center;
  }
}
@media (max-width: 576px) {
  .archive__body {
    background-position: 30% center;
    aspect-ratio: 1;
  }
}
.archive__body2 {
  text-align: right;
  width: 100%;
  padding-right: 10%;
}
.archive__header {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 992px) {
  .archive__header {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .archive__header {
    padding-top: 6rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .archive .btn {
    padding: 1rem 1rem;
  }
}
.footer {
  background: #FDC300;
  padding: 3rem 0;
  text-align: left;
}
@media (max-width: 992px) {
  .footer {
    text-align: center;
  }
}
.footer__header {
  width: 50%;
  color: #274A5D;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
}
@media (max-width: 992px) {
  .footer__header {
    width: 100%;
  }
}
.footer__header2 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer ul li {
    display: block;
  }
}
.footer ul li a {
  display: block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.footer .socialmedia {
  text-align: right;
}
@media (max-width: 992px) {
  .footer .socialmedia {
    text-align: center;
  }
}
.footer .socialmedia a {
  padding: 0.3rem;
}
.footer .socialmedia a svg {
  fill: #274A5D;
}
.footer .socialmedia a:hover svg {
  fill: #fff;
}
.division-index {
  padding: 4rem 0;
}
.division-index__item {
  position: relative;
  padding: 0 10% 3rem 0;
}
@media (max-width: 576px) {
  .division-index__item {
    padding-left: 2rem;
  }
}
.division-index__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4px;
  background: #FDC300;
}
@media (max-width: 576px) {
  .division-index__item::after {
    left: 2rem;
  }
}
.division-index__title {
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
}
.division-index__address {
  margin: 0 0 1.5rem 0;
  font-weight: 600;
}
.division-index__text {
  color: #797677;
  font-size: 0.9em;
}
.contact {
  padding: 0 0 2rem 0;
}
.contact-form__body {
  background: #F2F3F4;
  padding: 3rem 15%;
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .contact-form__body {
    padding: 3rem 2rem;
  }
}
.contact-form__text {
  margin: 0 0 2rem 0;
}
.contact-form__text h1,
.contact-form__text h2,
.contact-form__text h3,
.contact-form__text h4,
.contact-form__text h5 {
  font-size: 1.5em;
  font-weight: 900;
  margin: 0 0 0.5rem 0;
}
.contact-form .input-group {
  position: relative;
}
.contact-form .input-group .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form .input-group .form-check-label {
  padding-top: 0.4em;
  padding-left: 2rem;
  font-size: 0.7em;
}
.contact-form .form-error-label {
  color: #f20507;
  font-size: 1em;
  padding: 0.5em;
}
.gallery {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .gallery {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .gallery {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .gallery {
    padding: 2rem 0;
  }
}
.gallery-item,
.gallery-item-home {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.gallery-item__slick,
.gallery-item-home__slick {
  position: relative;
  padding: 0 4rem;
}
.gallery-item .slick-slide,
.gallery-item-home .slick-slide {
  padding: 0 1rem;
}
.gallery-item .slick-prev,
.gallery-item-home .slick-prev,
.gallery-item .slick-next,
.gallery-item-home .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  height: 4rem;
  font-size: 2rem;
  text-align: center;
  border: 0;
  background: #FDC300;
  color: #274A5D;
}
.gallery-item .slick-prev,
.gallery-item-home .slick-prev {
  left: 0;
}
.gallery-item .slick-next,
.gallery-item-home .slick-next {
  right: 0;
}
.gallery-item ul.slick-dots,
.gallery-item-home ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 -2rem 0;
  padding: 0;
  text-align: center;
}
.gallery-item ul.slick-dots li,
.gallery-item-home ul.slick-dots li {
  display: inline-block;
  margin: 0 0.2em;
}
.gallery-item ul.slick-dots li button,
.gallery-item-home ul.slick-dots li button {
  padding: 0;
  font-size: 1px;
  color: transparent;
  width: 9px;
  height: 9px;
  background: #FDC300;
  border: 0;
  display: block;
  border-radius: 50%;
}
.gallery-item ul.slick-dots li.slick-active button,
.gallery-item-home ul.slick-dots li.slick-active button {
  background: #274A5D;
}
.gallery-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18.4%;
  height: 4px;
  background: #FDC300;
}
.gallery-item-home h1,
.gallery-item-home h2,
.gallery-item-home h3 {
  text-align: center;
}
.gallery-item-home::after {
  display: none;
}
.gallery-show {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .gallery-show {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .gallery-show {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .gallery-show {
    padding: 2rem 0;
  }
}
.gallery-show__title {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.gallery-show__subtitle {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #797677;
}
.gallery-show__head {
  margin: 0 0 2rem 0;
}
.gallery-show__lead {
  margin: 0 0 2rem 0;
}
.gallery-show__text {
  margin: 2rem 0 0 0;
}
.facebook {
  padding: 4rem 0;
  background: #F2F3F4;
}
.facebook__header {
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
}
.facebook__slick {
  position: relative;
  padding: 0 4rem;
}
.facebook .slick-prev,
.facebook .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  height: 4rem;
  font-size: 2rem;
  text-align: center;
  border: 0;
  background: #FDC300;
  color: #274A5D;
}
.facebook .slick-prev {
  left: -4rem;
}
.facebook .slick-next {
  right: -4rem;
}
.facebook ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 -2rem 0;
  padding: 0;
  text-align: center;
}
.facebook ul.slick-dots li {
  display: inline-block;
  margin: 0 0.2em;
}
.facebook ul.slick-dots li button {
  padding: 0;
  font-size: 1px;
  color: transparent;
  width: 9px;
  height: 9px;
  background: #FDC300;
  border: 0;
  display: block;
  border-radius: 50%;
}
.facebook ul.slick-dots li.slick-active button {
  background: #274A5D;
}
.pagination {
  justify-content: center;
  --bs-pagination-color: #274A5D;
  --bs-pagination-active-bg: #274A5D;
  --bs-pagination-active-border-color: #274A5D;
  --bs-pagination-focus-color: #274A5D;
  --bs-pagination-hover-color: #274A5D;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: transparent;
}
.pagination .page-item .page-link {
  margin: 0 0.1rem;
}
.table-sejm {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .table-sejm {
    font-size: 0.7em;
  }
}
@media (max-width: 576px) {
  .table-sejm {
    font-size: 0.6em;
  }
}
.table-sejm thead tr th {
  background: #274A5D;
  color: #fff;
  padding: 1rem 0.5rem;
}
.table-sejm tbody tr td:last-child {
  white-space: nowrap;
}
nav.sejm-nav {
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #274A5D;
}
nav.sejm-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
nav.sejm-nav ul li {
  margin: 0 0 -1px 0;
  padding: 0;
  display: inline-block;
}
nav.sejm-nav ul li a {
  display: block;
  padding: 1rem;
  border: 1px solid #274A5D;
}
nav.sejm-nav ul li.active {
  background: #274A5D;
  color: #fff;
}
@media (max-width: 992px) {
  nav.sejm-nav ul li a {
    padding: 1rem 0.5rem;
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  nav.sejm-nav ul li a {
    padding: 1rem 0.3rem;
    font-size: 0.7em;
  }
}
@media (max-width: 576px) {
  nav.sejm-nav ul li {
    display: block;
  }
  nav.sejm-nav ul li a {
    padding: 0.5rem 0.3rem;
    font-size: 0.7em;
  }
}
.sejm {
  padding: 5rem 0;
}
.sejm h1,
.sejm h2 {
  font-weight: 300;
  font-size: 1.6em;
  margin: 0 0 2rem 0;
  text-align: center;
}
.sejm h1 span,
.sejm h2 span {
  font-weight: 900;
}
.sejm__box {
  border: 1px solid #274A5D;
  text-align: center;
}
.sejm__label {
  font-size: 0.8em;
  background: #F2F3F4;
  padding: 0.3rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sejm__value {
  font-size: 1.3em;
  font-weight: 600;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .table-wrapper {
    overflow-x: scroll;
  }
}
/*# sourceMappingURL=style.css.map */