@import url(./reset.css);
@import url(./bootstrap.css);
h1, h2 {
  font-weight: 400;
}

.mt {
  margin-top: 96px;
}
@media (max-width: 1199px) {
  .mt {
    margin-top: 84px;
  }
}
@media (max-width: 991px) {
  .mt {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .mt {
    margin-top: 64px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 56px;
  }
}

.mb {
  margin-bottom: 96px;
}
@media (max-width: 1199px) {
  .mb {
    margin-bottom: 84px;
  }
}
@media (max-width: 991px) {
  .mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 56px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

body {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  background-color: #fff;
  color: #141414;
  position: relative;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 13px;
  }
}
body .nakladka {
  display: none;
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-color: #141414;
}
body.block {
  overflow: hidden;
}

@media (max-width: 991px) {
  .container {
    padding: 0 24px;
    max-width: unset;
  }
}

section {
  position: relative;
  overflow: hidden;
}
section .container {
  position: relative;
  z-index: 3;
}
section .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.15;
}
section .section_bgwideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
section .section_fala {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  left: 0;
  z-index: 2;
}
section .section_fala_top {
  top: -1px;
}
section .section_fala_bottom {
  bottom: -1px;
}
section .section_anchor {
  position: absolute;
  top: -96px;
  left: 0;
}
@media (max-width: 991px) {
  section .section_anchor {
    top: -120px;
  }
}

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

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

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

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

.tekst {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .tekst {
    padding: 84px 0;
  }
}
@media (max-width: 991px) {
  .tekst {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .tekst {
    padding: 64px 0;
  }
}
@media (max-width: 575px) {
  .tekst {
    padding: 56px 0;
  }
}
.tekst p {
  margin-bottom: 24px;
}
.tekst p,
.tekst h1,
.tekst h2,
.tekst h3,
.tekst h4,
.tekst h5,
.tekst ol,
.tekst ul,
.tekst blockquote {
  display: block;
  width: 100%;
}
.tekst strong {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tekst h1, .tekst h2 {
  margin: 0 0 24px 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .tekst h1, .tekst h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .tekst h1, .tekst h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tekst h1, .tekst h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .tekst h1, .tekst h2 {
    font-size: 28px;
  }
}
.tekst h3 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 24px 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1199px) {
  .tekst h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .tekst h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tekst h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .tekst h3 {
    font-size: 18px;
  }
}
.tekst h4, .tekst h5 {
  font-size: 28px;
  line-height: 1.5;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 24px 0;
}
@media (max-width: 1199px) {
  .tekst h4, .tekst h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tekst h4, .tekst h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tekst h4, .tekst h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .tekst h4, .tekst h5 {
    font-size: 15px;
  }
}
.tekst p {
  margin: 0 0 24px 0;
}
.tekst ol {
  margin: 0 0 24px 0;
}
.tekst ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.tekst ol ol,
.tekst ol ul {
  padding-left: 12px;
}
.tekst ul {
  margin: 0 0 24px 0;
}
.tekst ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.tekst ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #007dc0;
  width: 8px;
  height: 1px;
  content: "";
  margin: auto;
}
.tekst ul li ol {
  padding-left: 12px;
}
.tekst ul li ol li::before {
  display: none;
}
.tekst ul li ul {
  padding-left: 15px;
}
.tekst img {
  max-width: 100%;
  height: auto;
}
.tekst img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.tekst img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.tekst img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.tekst iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 450px;
  }
}
.tekst a {
  color: #007dc0;
  position: relative;
}
.tekst a::after {
  background-color: #007dc0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst a:hover::after {
  width: 0;
}

.zarezerwuj {
  background-color: #063369;
  padding: 96px 0;
  padding-bottom: 128px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .zarezerwuj {
    padding: 84px 0;
  }
}
@media (max-width: 991px) {
  .zarezerwuj {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .zarezerwuj {
    padding: 64px 0;
  }
}
@media (max-width: 575px) {
  .zarezerwuj {
    padding: 56px 0;
  }
}
@media (max-width: 1199px) {
  .zarezerwuj {
    padding-bottom: 112px;
  }
}
@media (max-width: 991px) {
  .zarezerwuj {
    padding-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .zarezerwuj {
    padding-bottom: 84px;
  }
}
@media (max-width: 575px) {
  .zarezerwuj {
    padding-bottom: 72px;
  }
}
.zarezerwuj_naglowek {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 48px 0;
}
@media (max-width: 1399px) {
  .zarezerwuj_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .zarezerwuj_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .zarezerwuj_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .zarezerwuj_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .zarezerwuj_naglowek {
    font-size: 24px;
  }
}

.stopka {
  display: block;
  background-color: #141414;
  padding: 48px 0 12px 0;
}
@media (max-width: 767px) {
  .stopka {
    padding: 24px 0 36px 0;
  }
}
.stopka_inside {
  display: block;
}
.stopka_inside_logo {
  display: block;
  margin: 0 auto 18px auto;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .stopka_inside_logo {
    width: 120px;
  }
}
.stopka_inside_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.stopka_inside_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .stopka_inside_list {
    justify-content: center;
  }
}
.stopka_inside_list_element {
  margin: 6px 12px;
  display: block;
}
.stopka_inside_list_element a {
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
}
.stopka_inside_list_element a:hover {
  opacity: 0.7;
}
.stopka_copy {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: block;
  font-size: 10px;
}
.stopka_tojekmek {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 10px;
}
@media (max-width: 767px) {
  .stopka_tojekmek {
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
}
.stopka_tojekmek:hover {
  color: #fff;
}

.menu {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 9;
  position: fixed;
}
@media (max-width: 767px) {
  .menu {
    height: 70px;
  }
}
.menu_separator {
  width: 100%;
  height: 90px;
}
@media (max-width: 767px) {
  .menu_separator {
    height: 70px;
  }
}
.menu_switch {
  background-color: transparent;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
}
.menu_switch .menu_logo_biel {
  opacity: 1;
}
.menu_switch .menu_logo_granat {
  opacity: 0;
}
.menu_switch_bg {
  background-color: #032652;
  color: #fff;
}
.menu_switch_bg .menu_logo_biel {
  opacity: 1;
}
.menu_switch_bg .menu_logo_granat {
  opacity: 0;
}
.menu_bg {
  background-color: #032652;
  color: #fff;
}
.menu_bg .menu_logo_biel {
  opacity: 1;
}
.menu_bg .menu_logo_granat {
  opacity: 0;
}
.menu_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.menu_inside_burger {
  display: none;
  width: 70px;
  height: 70px;
  position: relative;
  cursor: pointer;
  right: -24px;
}
@media (max-width: 767px) {
  .menu_inside_burger {
    display: block;
  }
}
.menu_inside_burger_1, .menu_inside_burger_2, .menu_inside_burger_3 {
  background-color: #fff;
  width: 32px;
  height: 1px;
  right: 24px;
  position: absolute;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: auto;
}
.menu_inside_burger_1 {
  top: 20px;
}
.menu_inside_burger_2 {
  top: 0;
  bottom: 0;
}
.menu_inside_burger_3 {
  bottom: 20px;
}
.menu_inside_burger.clicked .menu_inside_burger_1 {
  top: 0;
  bottom: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_inside_burger.clicked .menu_inside_burger_2 {
  width: 0;
}
.menu_inside_burger.clicked .menu_inside_burger_3 {
  top: 0;
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_inside_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .menu_inside_list {
    align-items: flex-end;
    display: none;
    position: fixed;
    top: 70px;
    right: 0;
    width: 80%;
    height: calc(100% - 70px);
    flex-direction: column;
    z-index: 8;
    background-color: #032652;
    color: #fff;
    padding: 24px 24px 128px 24px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .menu_inside_list.clicked {
    display: flex;
  }
}
.menu_inside_list.clicked::before {
  position: absolute;
  width: 20%;
  left: -20%;
  top: 0;
  height: 100%;
  background: #032652;
  background: #032652;
  background: -webkit-linear-gradient(90deg, rgba(3, 38, 82, 0) 0%, #032652 100%);
  background: -moz-linear-gradient(90deg, rgba(3, 38, 82, 0) 0%, #032652 100%);
  background: linear-gradient(90deg, rgba(3, 38, 82, 0) 0%, #032652 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#032652", endColorstr="#032652", GradientType=1);
}
.menu_inside_list_element {
  display: block;
  margin-right: 64px;
}
@media (max-width: 1199px) {
  .menu_inside_list_element {
    margin-right: 36px;
  }
}
@media (max-width: 991px) {
  .menu_inside_list_element {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .menu_inside_list_element {
    margin-right: 0;
  }
}
.menu_inside_list_element:last-child {
  margin-right: 0;
}
.menu_inside_list_element_link {
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  .menu_inside_list_element_link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .menu_inside_list_element_link {
    font-size: 15px;
  }
}
.menu_inside_list_element_link:hover {
  color: #007dc0;
}
.menu_inside_list_element_link_button {
  display: inline-block;
  padding: 14px 24px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: solid 1px;
  cursor: pointer;
  text-transform: unset;
  color: #fff;
  background-color: #007dc0;
  border-color: #007dc0;
}
@media (max-width: 767px) {
  .menu_inside_list_element_link_button {
    padding: 8px 16px;
  }
}
.menu_inside_list_element_link_button:hover {
  background-color: transparent;
  color: #007dc0;
}
.menu_logo {
  width: 200px;
  height: 50px;
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .menu_logo {
    width: 150px;
  }
}
.menu_logo_biel, .menu_logo_granat {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100%;
  height: 100%;
}
.menu_logo_biel img, .menu_logo_granat img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100vh;
}
.hero_h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 12px #000;
  text-align: center;
  margin-top: 96px;
  font-size: 64px;
}
@media (max-width: 1199px) {
  .hero_h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .hero_h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero_h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .hero_h1 {
    font-size: 24px;
  }
}
.hero_h2 {
  font-size: 36px;
  margin: 24px 0 48px 0;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 0 12px #000;
  text-align: center;
}
@media (max-width: 1199px) {
  .hero_h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .hero_h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero_h2 {
    font-size: 20px;
    margin: 12px 0 24px 0;
  }
}
@media (max-width: 575px) {
  .hero_h2 {
    font-size: 16px;
  }
}
.hero .wyszukiwarka {
  margin-bottom: 96px;
}

.wyszukiwarka {
  text-align: center;
  margin: auto;
  display: block;
}
.wyszukiwarka .openCalendar {
  display: inline-block;
  padding: 14px 24px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: solid 1px;
  cursor: pointer;
  text-transform: unset;
  color: #fff;
  background-color: #007dc0;
  border-color: #007dc0;
  font-size: 20px;
  padding: 16px 36px;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wyszukiwarka .openCalendar {
    padding: 8px 16px;
  }
}
.wyszukiwarka .openCalendar:hover {
  background-color: transparent;
  color: #007dc0;
}

.wpcf7 {
  text-align: center;
}
.wpcf7 p {
  font-size: 18px;
  margin-bottom: 12px;
}
.wpcf7 .wpcf7-spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  background: white;
}
.wpcf7 .wpcf7-spinner::before {
  display: none;
}
.wpcf7 input {
  display: block;
  width: 100%;
  height: auto;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0 12px;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.wpcf7 input.rejs_od, .wpcf7 input.rejs_do, .wpcf7 input.rejs_cena {
  border: none;
  line-height: unset;
  height: auto;
}
.wpcf7 input[type=submit] {
  display: inline-block;
  padding: 14px 24px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: solid 1px;
  cursor: pointer;
  text-transform: unset;
  color: #fff;
  background-color: #032652;
  border-color: #032652;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1.3;
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .wpcf7 input[type=submit] {
    padding: 8px 16px;
  }
}
.wpcf7 input[type=submit]:hover {
  background-color: transparent;
  color: #032652;
}
.wpcf7 input::-webkit-input-placeholder {
  color: #141414;
  opacity: 0.5;
  font-size: 16px;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 input::-webkit-input-placeholder {
  color: #141414;
  opacity: 0.5;
  font-size: 16px;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 input::-moz-placeholder {
  color: #141414;
  opacity: 0.5;
  font-size: 16px;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 input:-ms-input-placeholder {
  color: #141414;
  opacity: 0.5;
  font-size: 16px;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
.wpcf7 input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 .wpcf7-acceptance {
  display: block;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
  margin: 12px 0 !important;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0 0 12px 0 !important;
  }
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item input {
  display: none;
}
@media (max-width: 991px) {
  .wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
    text-align: left;
  }
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item label {
  padding: 0 0 0 32px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  color: #141414;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: left;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item label:before {
  width: 16px;
  height: 16px;
  content: "";
  border: solid 1px #032652;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item label.ok:before {
  border-color: #032652;
  background-color: #032652;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0 0;
  padding: 12px;
  border: none;
  color: #fff;
  background: #cd1616;
  text-align: center;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: #2faf0f;
}

.kontakt {
  display: block;
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .kontakt {
    padding: 84px 0;
  }
}
@media (max-width: 991px) {
  .kontakt {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .kontakt {
    padding: 64px 0;
  }
}
@media (max-width: 575px) {
  .kontakt {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .kontakt {
    padding: 56px 0 24px 0;
  }
}
.kontakt_naglowek {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  padding-right: 48px;
}
@media (max-width: 1399px) {
  .kontakt_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .kontakt_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .kontakt_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .kontakt_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .kontakt_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .kontakt_naglowek {
    padding-right: 0;
  }
}
.kontakt_dane {
  padding-right: 48px;
  display: block;
}
@media (max-width: 767px) {
  .kontakt_dane {
    padding-right: 0;
  }
}
.kontakt_dane_telefon, .kontakt_dane_email {
  display: block;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .kontakt_dane_telefon, .kontakt_dane_email {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .kontakt_dane_telefon, .kontakt_dane_email {
    margin-top: 24px;
  }
}
.kontakt_dane_telefon a, .kontakt_dane_email a {
  font-size: 36px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  padding-left: 48px;
  line-height: 36px;
  position: relative;
}
@media (max-width: 1199px) {
  .kontakt_dane_telefon a, .kontakt_dane_email a {
    font-size: 32px;
    line-height: 32px;
    padding-left: 44px;
  }
}
@media (max-width: 991px) {
  .kontakt_dane_telefon a, .kontakt_dane_email a {
    font-size: 28px;
    line-height: 28px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .kontakt_dane_telefon a, .kontakt_dane_email a {
    font-size: 24px;
    line-height: 24px;
    padding-left: 36px;
  }
}
@media (max-width: 575px) {
  .kontakt_dane_telefon a, .kontakt_dane_email a {
    font-size: 20px;
    line-height: 20px;
    padding-left: 32px;
  }
}
.kontakt_dane_telefon a:hover, .kontakt_dane_email a:hover {
  color: #007dc0;
}
.kontakt_dane_telefon a::before, .kontakt_dane_email a::before {
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 1199px) {
  .kontakt_dane_telefon a::before, .kontakt_dane_email a::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .kontakt_dane_telefon a::before, .kontakt_dane_email a::before {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .kontakt_dane_telefon a::before, .kontakt_dane_email a::before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 575px) {
  .kontakt_dane_telefon a::before, .kontakt_dane_email a::before {
    width: 20px;
    height: 20px;
  }
}
.kontakt_dane_telefon a::before {
  background-image: url("../images/ico_telefon.svg");
}
.kontakt_dane_email a::before {
  background-image: url("../images/ico_mail.svg");
}
@media (max-width: 1199px) {
  .kontakt .row {
    align-items: center;
  }
}
.kontakt_inside {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .kontakt_inside {
    padding: 84px 0;
  }
}
@media (max-width: 991px) {
  .kontakt_inside {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .kontakt_inside {
    padding: 64px 0;
  }
}
@media (max-width: 575px) {
  .kontakt_inside {
    padding: 56px 0;
  }
}
@media (max-width: 1199px) {
  .kontakt_inside {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .kontakt_inside {
    padding: 0 0 24px 0;
    text-align: center;
  }
}
.kontakt_foto {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .kontakt_foto {
    height: auto;
  }
}
.kontakt_foto_bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .kontakt_foto_bg {
    height: auto;
  }
}
.kontakt_foto_logo {
  width: 150px;
  height: 150px;
  padding: 12px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  left: -75px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1199px) {
  .kontakt_foto_logo {
    left: 0;
    right: 0;
    width: 96px;
    height: 96px;
  }
}
.kontakt_foto_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tekst_fotolewo .col-12,
.tekst_fotoprawo .col-12 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tekst_fotolewo_tekst,
.tekst_fotoprawo_tekst {
  display: block;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst,
.tekst_fotoprawo_tekst {
    width: 100%;
  }
}
.tekst_fotolewo_tekst_container,
.tekst_fotoprawo_tekst_container {
  display: block;
  position: relative;
  z-index: 2;
  padding: 64px;
  color: #fff;
}
.tekst_fotolewo_tekst_container p,
.tekst_fotoprawo_tekst_container p {
  margin-bottom: 24px;
}
.tekst_fotolewo_tekst_container p,
.tekst_fotolewo_tekst_container h1,
.tekst_fotolewo_tekst_container h2,
.tekst_fotolewo_tekst_container h3,
.tekst_fotolewo_tekst_container h4,
.tekst_fotolewo_tekst_container h5,
.tekst_fotolewo_tekst_container ol,
.tekst_fotolewo_tekst_container ul,
.tekst_fotolewo_tekst_container blockquote,
.tekst_fotoprawo_tekst_container p,
.tekst_fotoprawo_tekst_container h1,
.tekst_fotoprawo_tekst_container h2,
.tekst_fotoprawo_tekst_container h3,
.tekst_fotoprawo_tekst_container h4,
.tekst_fotoprawo_tekst_container h5,
.tekst_fotoprawo_tekst_container ol,
.tekst_fotoprawo_tekst_container ul,
.tekst_fotoprawo_tekst_container blockquote {
  display: block;
  width: 100%;
}
.tekst_fotolewo_tekst_container strong,
.tekst_fotoprawo_tekst_container strong {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tekst_fotolewo_tekst_container h1, .tekst_fotolewo_tekst_container h2,
.tekst_fotoprawo_tekst_container h1,
.tekst_fotoprawo_tekst_container h2 {
  margin: 0 0 24px 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst_container h1, .tekst_fotolewo_tekst_container h2,
.tekst_fotoprawo_tekst_container h1,
.tekst_fotoprawo_tekst_container h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst_container h1, .tekst_fotolewo_tekst_container h2,
.tekst_fotoprawo_tekst_container h1,
.tekst_fotoprawo_tekst_container h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst_container h1, .tekst_fotolewo_tekst_container h2,
.tekst_fotoprawo_tekst_container h1,
.tekst_fotoprawo_tekst_container h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .tekst_fotolewo_tekst_container h1, .tekst_fotolewo_tekst_container h2,
.tekst_fotoprawo_tekst_container h1,
.tekst_fotoprawo_tekst_container h2 {
    font-size: 28px;
  }
}
.tekst_fotolewo_tekst_container h3,
.tekst_fotoprawo_tekst_container h3 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 24px 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst_container h3,
.tekst_fotoprawo_tekst_container h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst_container h3,
.tekst_fotoprawo_tekst_container h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst_container h3,
.tekst_fotoprawo_tekst_container h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .tekst_fotolewo_tekst_container h3,
.tekst_fotoprawo_tekst_container h3 {
    font-size: 18px;
  }
}
.tekst_fotolewo_tekst_container h4, .tekst_fotolewo_tekst_container h5,
.tekst_fotoprawo_tekst_container h4,
.tekst_fotoprawo_tekst_container h5 {
  font-size: 28px;
  line-height: 1.5;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 24px 0;
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst_container h4, .tekst_fotolewo_tekst_container h5,
.tekst_fotoprawo_tekst_container h4,
.tekst_fotoprawo_tekst_container h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst_container h4, .tekst_fotolewo_tekst_container h5,
.tekst_fotoprawo_tekst_container h4,
.tekst_fotoprawo_tekst_container h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst_container h4, .tekst_fotolewo_tekst_container h5,
.tekst_fotoprawo_tekst_container h4,
.tekst_fotoprawo_tekst_container h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .tekst_fotolewo_tekst_container h4, .tekst_fotolewo_tekst_container h5,
.tekst_fotoprawo_tekst_container h4,
.tekst_fotoprawo_tekst_container h5 {
    font-size: 15px;
  }
}
.tekst_fotolewo_tekst_container p,
.tekst_fotoprawo_tekst_container p {
  margin: 0 0 24px 0;
}
.tekst_fotolewo_tekst_container ol,
.tekst_fotoprawo_tekst_container ol {
  margin: 0 0 24px 0;
}
.tekst_fotolewo_tekst_container ol li,
.tekst_fotoprawo_tekst_container ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.tekst_fotolewo_tekst_container ol ol,
.tekst_fotolewo_tekst_container ol ul,
.tekst_fotoprawo_tekst_container ol ol,
.tekst_fotoprawo_tekst_container ol ul {
  padding-left: 12px;
}
.tekst_fotolewo_tekst_container ul,
.tekst_fotoprawo_tekst_container ul {
  margin: 0 0 24px 0;
}
.tekst_fotolewo_tekst_container ul li,
.tekst_fotoprawo_tekst_container ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.tekst_fotolewo_tekst_container ul li:before,
.tekst_fotoprawo_tekst_container ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #007dc0;
  width: 8px;
  height: 1px;
  content: "";
  margin: auto;
}
.tekst_fotolewo_tekst_container ul li ol,
.tekst_fotoprawo_tekst_container ul li ol {
  padding-left: 12px;
}
.tekst_fotolewo_tekst_container ul li ol li::before,
.tekst_fotoprawo_tekst_container ul li ol li::before {
  display: none;
}
.tekst_fotolewo_tekst_container ul li ul,
.tekst_fotoprawo_tekst_container ul li ul {
  padding-left: 15px;
}
.tekst_fotolewo_tekst_container img,
.tekst_fotoprawo_tekst_container img {
  max-width: 100%;
  height: auto;
}
.tekst_fotolewo_tekst_container img.aligncenter,
.tekst_fotoprawo_tekst_container img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.tekst_fotolewo_tekst_container img.alignleft,
.tekst_fotoprawo_tekst_container img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.tekst_fotolewo_tekst_container img.alignright,
.tekst_fotoprawo_tekst_container img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.tekst_fotolewo_tekst_container iframe,
.tekst_fotoprawo_tekst_container iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst_container iframe,
.tekst_fotoprawo_tekst_container iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst_container iframe,
.tekst_fotoprawo_tekst_container iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst_container iframe,
.tekst_fotoprawo_tekst_container iframe {
    height: 450px;
  }
}
.tekst_fotolewo_tekst_container a,
.tekst_fotoprawo_tekst_container a {
  color: #007dc0;
  position: relative;
}
.tekst_fotolewo_tekst_container a::after,
.tekst_fotoprawo_tekst_container a::after {
  background-color: #007dc0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst_fotolewo_tekst_container a:hover::after,
.tekst_fotoprawo_tekst_container a:hover::after {
  width: 0;
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst_container,
.tekst_fotoprawo_tekst_container {
    padding: 48px;
  }
}
@media (max-width: 575px) {
  .tekst_fotolewo_tekst_container,
.tekst_fotoprawo_tekst_container {
    padding: 24px;
  }
}
.tekst_fotolewo_tekst_bg,
.tekst_fotoprawo_tekst_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #063369;
}
.tekst_fotolewo_tekst_bg img,
.tekst_fotoprawo_tekst_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.15;
}
.tekst_fotolewo_foto,
.tekst_fotoprawo_foto {
  display: block;
  width: 50%;
}
@media (max-width: 767px) {
  .tekst_fotolewo_foto,
.tekst_fotoprawo_foto {
    width: 100%;
  }
}
.tekst_fotolewo_foto img,
.tekst_fotoprawo_foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tekst_fotolewo_foto img,
.tekst_fotoprawo_foto img {
    height: auto;
    object-fit: unset;
  }
}
.tekst_fotolewo_foto_contain,
.tekst_fotoprawo_foto_contain {
  position: relative;
}
.tekst_fotolewo_foto_contain img,
.tekst_fotoprawo_foto_contain img {
  object-fit: contain;
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .tekst_fotolewo_foto_contain img,
.tekst_fotoprawo_foto_contain img {
    max-height: unset;
    margin: 24px auto;
    object-fit: unset;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .tekst_fotolewo_foto_contain img,
.tekst_fotoprawo_foto_contain img {
    max-width: 75%;
  }
}
@media (max-width: 399px) {
  .tekst_fotolewo_foto_contain img,
.tekst_fotoprawo_foto_contain img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tekst_fotolewo .col-12 {
    flex-direction: column-reverse;
  }
}

.galeria {
  display: block;
  padding: 96px 0;
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .galeria {
    padding: 84px 0;
  }
}
@media (max-width: 991px) {
  .galeria {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .galeria {
    padding: 64px 0;
  }
}
@media (max-width: 575px) {
  .galeria {
    padding: 56px 0;
  }
}
.galeria.galeria_mt0 {
  padding-top: 0 !important;
}
.galeria_naglowek {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1399px) {
  .galeria_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .galeria_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .galeria_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .galeria_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .galeria_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .galeria_naglowek {
    margin-bottom: 24px;
  }
}
.galeria .col-md-8.col-12 {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.galeria_foto {
  background-color: #032652;
  position: relative;
  overflow: hidden;
  width: calc(25% - 24px);
  margin: 0 12px 24px 12px;
  height: 200px;
  display: block;
}
@media (max-width: 1199px) {
  .galeria_foto {
    height: 190px;
  }
}
@media (max-width: 991px) {
  .galeria_foto {
    height: 180px;
    width: calc(25% - 12px);
    margin: 0 6px 12px 6px;
  }
}
@media (max-width: 767px) {
  .galeria_foto {
    height: 170px;
  }
}
@media (max-width: 575px) {
  .galeria_foto {
    height: 160px;
  }
}
.galeria_foto_3, .galeria_foto_4 {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .galeria_foto_3, .galeria_foto_4 {
    width: calc(50% - 12px);
  }
}
.galeria_foto_duze {
  height: 424px;
  width: 100%;
  margin: 0;
}
@media (max-width: 1199px) {
  .galeria_foto_duze {
    height: 404px;
  }
}
@media (max-width: 991px) {
  .galeria_foto_duze {
    height: 372px;
    margin-left: -6px;
    width: calc(100% + 6px);
  }
}
@media (max-width: 767px) {
  .galeria_foto_duze {
    height: 364px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .galeria_foto_duze {
    height: 344px;
  }
}
.galeria_foto img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.galeria_foto:hover img {
  width: 104%;
  height: 104%;
  left: -2%;
  right: -2%;
  top: -2%;
  bottom: -2%;
}

.instagram {
  padding: 96px 0;
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .instagram {
    padding: 84px 0;
  }
}
@media (max-width: 991px) {
  .instagram {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .instagram {
    padding: 64px 0;
  }
}
@media (max-width: 575px) {
  .instagram {
    padding: 56px 0;
  }
}
.instagram_naglowek {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .instagram_naglowek {
    margin-bottom: 24px;
  }
}
.instagram_naglowek span, .instagram_naglowek a {
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .instagram_naglowek span, .instagram_naglowek a {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .instagram_naglowek span, .instagram_naglowek a {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .instagram_naglowek span, .instagram_naglowek a {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .instagram_naglowek span, .instagram_naglowek a {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .instagram_naglowek span, .instagram_naglowek a {
    font-size: 24px;
  }
}
.instagram_naglowek a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.instagram_naglowek a:hover {
  color: #032652;
}
.instagram_naglowek img {
  width: 48px;
  height: 48px;
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .instagram_naglowek img {
    width: 36px;
    height: 36px;
    margin-left: 18px;
  }
}
@media (max-width: 575px) {
  .instagram_naglowek img {
    width: 24px;
    height: 24px;
    margin-left: 12px;
  }
}
.instagram .instagram-gallery-list[data-feed_layout=gallery] {
  width: calc(100% + 24px);
  margin: 0 -24px 0 0;
}
@media (max-width: 991px) {
  .instagram .instagram-gallery-list[data-feed_layout=gallery] {
    width: calc(100% + 12px);
    margin: 0 -12px 0 0;
  }
}
.instagram #instagram-gallery-feed-0 {
  --qligg-columns: 4;
  --qligg-spacing: 24px;
}
@media (max-width: 991px) {
  .instagram #instagram-gallery-feed-0 {
    --qligg-spacing: 12px;
  }
}
@media (max-width: 575px) {
  .instagram #instagram-gallery-feed-0 {
    --qligg-columns: 2;
  }
}
.instagram #instagram-gallery-feed-0 .instagram-gallery-item {
  border-radius: 0 !important;
}
.instagram #instagram-gallery-feed-0 .instagram-gallery-item__wrap, .instagram #instagram-gallery-feed-0 .instagram-gallery-item__media-wrap {
  border-radius: 0 !important;
}

.cenazawiera {
  padding: 96px 0;
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .cenazawiera {
    padding: 84px 0;
  }
}
@media (max-width: 991px) {
  .cenazawiera {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .cenazawiera {
    padding: 64px 0;
  }
}
@media (max-width: 575px) {
  .cenazawiera {
    padding: 56px 0;
  }
}
.cenazawiera_naglowek {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1399px) {
  .cenazawiera_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .cenazawiera_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .cenazawiera_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .cenazawiera_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cenazawiera_naglowek {
    font-size: 24px;
  }
}
.cenazawiera_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cenazawiera_kolumna {
  display: block;
  border-right: solid 1px #032652;
  box-sizing: border-box;
  margin-top: 48px;
  position: relative;
  width: 20%;
}
.cenazawiera_kolumna::after {
  content: "";
  width: 100px;
  background-color: #032652;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  height: 1px;
  display: none;
}
@media (max-width: 575px) {
  .cenazawiera_kolumna::after {
    display: block;
  }
}
@media (max-width: 575px) {
  .cenazawiera_kolumna {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .cenazawiera_kolumna {
    margin-top: 24px;
  }
}
.cenazawiera_kolumna img {
  display: block;
  width: auto;
  height: 64px;
  margin: 0 auto 12px auto;
}
@media (max-width: 1199px) {
  .cenazawiera_kolumna img {
    height: 56px;
  }
}
@media (max-width: 991px) {
  .cenazawiera_kolumna img {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .cenazawiera_kolumna img {
    height: 36px;
  }
}
@media (max-width: 575px) {
  .cenazawiera_kolumna img {
    height: 32px;
  }
}
.cenazawiera_kolumna p {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 0 12px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .cenazawiera_kolumna {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cenazawiera_kolumna {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .cenazawiera_kolumna {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cenazawiera_kolumna {
    width: 100%;
    border-right: 0;
  }
}
@media (min-width: 1px) and (max-width: 575px) {
  .cenazawiera_kolumna:last-child::after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cenazawiera_kolumna_2, .cenazawiera_kolumna_4, .cenazawiera_kolumna_6, .cenazawiera_kolumna_8, .cenazawiera_kolumna_10 {
    border-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cenazawiera_kolumna_3, .cenazawiera_kolumna_6, .cenazawiera_kolumna_9, .cenazawiera_kolumna_10 {
    border-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cenazawiera_kolumna_4, .cenazawiera_kolumna_8, .cenazawiera_kolumna_10 {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .cenazawiera_kolumna_5, .cenazawiera_kolumna_10 {
    border-right: 0;
  }
}

.cenaniezawiera {
  padding-top: 48px;
}
.cenaniezawiera_naglowek {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1399px) {
  .cenaniezawiera_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .cenaniezawiera_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .cenaniezawiera_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .cenaniezawiera_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cenaniezawiera_naglowek {
    font-size: 24px;
  }
}
.cenaniezawiera_kolumna {
  display: block;
  border-right: solid 1px #032652;
  box-sizing: border-box;
  margin-top: 48px;
  position: relative;
  width: 50%;
}
.cenaniezawiera_kolumna::after {
  content: "";
  width: 100px;
  background-color: #032652;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  height: 1px;
  display: none;
}
@media (max-width: 575px) {
  .cenaniezawiera_kolumna::after {
    display: block;
  }
}
@media (max-width: 575px) {
  .cenaniezawiera_kolumna {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .cenaniezawiera_kolumna {
    margin-top: 24px;
  }
}
.cenaniezawiera_kolumna img {
  display: block;
  width: auto;
  height: 64px;
  margin: 0 auto 12px auto;
}
@media (max-width: 1199px) {
  .cenaniezawiera_kolumna img {
    height: 56px;
  }
}
@media (max-width: 991px) {
  .cenaniezawiera_kolumna img {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .cenaniezawiera_kolumna img {
    height: 36px;
  }
}
@media (max-width: 575px) {
  .cenaniezawiera_kolumna img {
    height: 32px;
  }
}
.cenaniezawiera_kolumna p {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 0 12px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .cenaniezawiera_kolumna {
    width: 100%;
    border-right: 0;
  }
}
.cenaniezawiera_kolumna_2 {
  border-right: 0;
}
@media (max-width: 575px) {
  .cenaniezawiera_kolumna_2::after {
    display: none;
  }
}
.cenaniezawiera_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cenaniezawiera_box {
  display: block;
  position: relative;
  background-color: #063369;
  overflow: hidden;
  padding: 24px 24px 24px 144px;
}
@media (max-width: 1199px) {
  .cenaniezawiera_box {
    padding: 24px 24px 24px 132px;
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .cenaniezawiera_box {
    padding: 24px 24px 24px 120px;
  }
}
@media (max-width: 767px) {
  .cenaniezawiera_box {
    padding: 24px 24px 24px 112px;
  }
}
@media (max-width: 575px) {
  .cenaniezawiera_box {
    padding: 24px 24px 24px 96px;
  }
}
.cenaniezawiera_box_ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  width: 96px;
  height: auto;
  z-index: 2;
}
@media (max-width: 1199px) {
  .cenaniezawiera_box_ico {
    width: 84px;
  }
}
@media (max-width: 991px) {
  .cenaniezawiera_box_ico {
    width: 72px;
  }
}
@media (max-width: 767px) {
  .cenaniezawiera_box_ico {
    width: 64px;
  }
}
@media (max-width: 575px) {
  .cenaniezawiera_box_ico {
    width: 48px;
  }
}
.cenaniezawiera_box_tresc {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.cenaniezawiera_box_tresc p {
  margin-bottom: 24px;
}
.cenaniezawiera_box_tresc p,
.cenaniezawiera_box_tresc h1,
.cenaniezawiera_box_tresc h2,
.cenaniezawiera_box_tresc h3,
.cenaniezawiera_box_tresc h4,
.cenaniezawiera_box_tresc h5,
.cenaniezawiera_box_tresc ol,
.cenaniezawiera_box_tresc ul,
.cenaniezawiera_box_tresc blockquote {
  display: block;
  width: 100%;
}
.cenaniezawiera_box_tresc strong {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.cenaniezawiera_box_tresc h1, .cenaniezawiera_box_tresc h2 {
  margin: 0 0 24px 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .cenaniezawiera_box_tresc h1, .cenaniezawiera_box_tresc h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .cenaniezawiera_box_tresc h1, .cenaniezawiera_box_tresc h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cenaniezawiera_box_tresc h1, .cenaniezawiera_box_tresc h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cenaniezawiera_box_tresc h1, .cenaniezawiera_box_tresc h2 {
    font-size: 28px;
  }
}
.cenaniezawiera_box_tresc h3 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 24px 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1199px) {
  .cenaniezawiera_box_tresc h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .cenaniezawiera_box_tresc h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cenaniezawiera_box_tresc h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .cenaniezawiera_box_tresc h3 {
    font-size: 18px;
  }
}
.cenaniezawiera_box_tresc h4, .cenaniezawiera_box_tresc h5 {
  font-size: 28px;
  line-height: 1.5;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 24px 0;
}
@media (max-width: 1199px) {
  .cenaniezawiera_box_tresc h4, .cenaniezawiera_box_tresc h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .cenaniezawiera_box_tresc h4, .cenaniezawiera_box_tresc h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cenaniezawiera_box_tresc h4, .cenaniezawiera_box_tresc h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .cenaniezawiera_box_tresc h4, .cenaniezawiera_box_tresc h5 {
    font-size: 15px;
  }
}
.cenaniezawiera_box_tresc p {
  margin: 0 0 24px 0;
}
.cenaniezawiera_box_tresc ol {
  margin: 0 0 24px 0;
}
.cenaniezawiera_box_tresc ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.cenaniezawiera_box_tresc ol ol,
.cenaniezawiera_box_tresc ol ul {
  padding-left: 12px;
}
.cenaniezawiera_box_tresc ul {
  margin: 0 0 24px 0;
}
.cenaniezawiera_box_tresc ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.cenaniezawiera_box_tresc ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #007dc0;
  width: 8px;
  height: 1px;
  content: "";
  margin: auto;
}
.cenaniezawiera_box_tresc ul li ol {
  padding-left: 12px;
}
.cenaniezawiera_box_tresc ul li ol li::before {
  display: none;
}
.cenaniezawiera_box_tresc ul li ul {
  padding-left: 15px;
}
.cenaniezawiera_box_tresc img {
  max-width: 100%;
  height: auto;
}
.cenaniezawiera_box_tresc img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.cenaniezawiera_box_tresc img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.cenaniezawiera_box_tresc img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.cenaniezawiera_box_tresc iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .cenaniezawiera_box_tresc iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .cenaniezawiera_box_tresc iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .cenaniezawiera_box_tresc iframe {
    height: 450px;
  }
}
.cenaniezawiera_box_tresc a {
  color: #007dc0;
  position: relative;
}
.cenaniezawiera_box_tresc a::after {
  background-color: #007dc0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.cenaniezawiera_box_tresc a:hover::after {
  width: 0;
}
.cenaniezawiera_box_tresc p {
  margin-bottom: 12px;
}
.cenaniezawiera_box_tresc p:last-child {
  margin-bottom: 0;
}
.cenaniezawiera .row {
  align-items: center;
}

@media (max-width: 767px) {
  .fc .fc-daygrid-day-frame {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .fancybox__content {
    padding: 12px;
  }
}