@charset "utf-8";
:where(.is-layout-flex) {
  gap: 1em;
}
#pageheader {
  padding-top: 200px;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 28px;
  line-height: 36px;
}
#pageheader h1 {
  color: #fff;
  font-weight: 400;
  font-family: "contempora-script", sans-serif;
  font-size: 170px;
  line-height: 126px;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#pageheader::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #274291;
  opacity: 0.65;
}
#pageheader p {
  text-transform: uppercase;
}
#pageheader.whiteback h1 {
  color: #000;
}
#pageheader.whiteback::before {
  background-color: #fff;
}
h1 {
  color: #274291;
  font-size: 46px;
  line-height: 36px;
  font-weight: 700;
  font-family: "owners-xwide", sans-serif;
}
h2 {
  font-size: 120px;
  line-height: 140px;
  color: #274291;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
.headerwaves {
  position: relative;
  width: 100%;
  height: 140px;
  background-image: url('assets/images/fale.svg');
  background-repeat: repeat-x;
  background-position-y: bottom !important;
  background-size: auto 140px !important;
  animation: fala1 25s infinite ease-in-out;
}
.headerwaves::after {
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('assets/images/fale.svg');
  background-repeat: repeat-x;
  background-position-y: bottom !important;
  background-size: auto 90px !important;
  animation: fala2 25s infinite ease-in-out 0.5s;
}
.headerwaves::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('assets/images/fale.svg');
  background-repeat: repeat-x;
  background-position-y: bottom !important;
  background-size: auto 45px !important;
  animation: fala3 25s infinite ease-in-out 1s;
}
@keyframes fala1 {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 300px 0;
  }
  50% {
    background-position: -200px 0;
  }
  75% {
    background-position: 400px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes fala2 {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 0;
  }
  50% {
    background-position: -100px 0;
  }
  75% {
    background-position: 300px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes fala3 {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100px 0;
  }
  50% {
    background-position: -50px 0;
  }
  75% {
    background-position: 150px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.zdjecia,
.zdjecia2 {
  position: relative;
}
.zdjecia::before,
.zdjecia2::before,
.zdjecia::after,
.zdjecia2::after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 320px;
  height: 320px;
  background-color: #274291;
  opacity: 0.14;
  z-index: -1;
  border-radius: 40px;
}
.zdjecia::after,
.zdjecia2::after {
  top: auto;
  bottom: 40px;
  left: auto;
  right: 0;
  background-color: transparent;
  border: 4px solid #274291;
}
.zdjecia figure,
.zdjecia2 figure {
  height: auto !important;
  width: 90%;
}
.zdjecia figure img,
.zdjecia2 figure img {
  border-radius: 30px;
}
.zdjecia figure:nth-of-type(2),
.zdjecia2 figure:nth-of-type(2) {
  width: 40%;
  position: absolute;
  right: -50px;
  top: -50px;
}
.zdjecia figure:nth-of-type(2) img,
.zdjecia2 figure:nth-of-type(2) img {
  width: 100%;
  height: auto;
  border: 12px solid #fff;
}
.zdjecia2::before {
  top: auto;
  bottom: -60px;
}
.zdjecia2::after {
  top: -60px;
  width: 270px;
  height: 270px;
}
.zdjecia2 figure:last-of-type {
  right: 0;
  top: auto;
  bottom: -40px;
  width: 35%;
}
.nagloweksalider {
  height: 760px;
  position: relative;
}
.nagloweksalider::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #274291;
  opacity: 0.65;
  z-index: 1;
}
.nagloweksalider p {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.nagloweksalider .h {
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}
.nagloweksalider .h h2 {
  color: #fff;
}
.nagloweksalider .swiper {
  height: 760px;
}
.nagloweksalider .swiper .swiper-wrapper::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #274291;
  opacity: 0.65;
  z-index: 1;
}
.ikony {
  letter-spacing: 0.05em;
  color: #274291;
  font-family: owners, sans-serif;
  line-height: 28px;
}
.ikony a {
  text-decoration: none;
  color: #274291;
}
.ikony p {
  padding-top: 0;
  margin-top: 8px;
}
.ikony .wp-block-columns {
  gap: 10px;
}
.wp-block-buttons.is-vertical .wp-block-button {
  width: 100%;
  max-width: 80%;
}
.mapaimprezywrap {
  position: relative;
  height: 100%;
}
.mapaimprezywrap .mapaimprezy {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mapaimprezywrap .mapaimprezycont {
  position: absolute;
  top: 30px;
  right: 30px;
}
.mapaimprezywrap .mapaimprezycont a {
  display: inline-block;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  background-image: url('assets/images/dl.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mapaimprezywrap .mapaimprezycont .mapazoom {
  background-image: url('assets/images/full.svg');
}
.bikony .wp-block-button {
  flex: 0 0 250px;
  height: 250px;
}
.bikony .wp-block-button .wp-element-button {
  background-image: url('assets/images/pociag.svg');
  background-size: 150px 150px;
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 180px;
  border-radius: 30px;
  font-family: owners, sans-serif;
  font-weight: 400;
}
.bikony .wp-block-button:hover .wp-element-button {
  background-size: 170px 170px;
  background-position: center 10px;
  background-color: #4667c7;
  color: #fff !important;
}
.bikony .wp-block-button:hover .has-blue-background-color {
  background-color: #274291;
}
.bikony .samolot .wp-element-button {
  background-image: url('assets/images/samolot.svg');
}
.bikony .tramwaj .wp-element-button {
  background-image: url('assets/images/tramwaj.svg');
}
.bikony .autobus .wp-element-button {
  background-image: url('assets/images/autobus.svg');
}
.wp-block-button .has-blue-background-color {
  border-color: #4667c7;
}
.bradius {
  border-radius: 30px;
}
.wp-block-list li {
  padding-bottom: 20px;
}
.jednostka {
  display: none;
}
.jednostka.show {
  display: block;
}
#filtry {
  display: flex;
  justify-content: space-between;
}
#filtry .filtr strong {
  display: block;
}
#jednoski {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}
#jednoski .jednostka {
  color: #274291;
  margin-top: 120px;
  box-sizing: border-box;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 20px;
  flex: 0 0 48%;
  line-height: 24px;
}
#jednoski .jednostka strong {
  display: block;
}
#jednoski .jednostka .flag {
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center !important;
  border: 1px solid #4667c7;
}
#jednoski .jednostka .klasa {
  text-align: center;
}
#jednoski .jednostka .klasa strong {
  text-transform: uppercase;
}
#jednoski .jednostka .post-thumb {
  flex: 0 0 470px;
}
#jednoski .jednostka .post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  margin-left: -40px;
  margin-top: -100px;
}
#jednoski .jednostka .row {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
#jednoski .jednostka .row .ico {
  flex: 0 0 50px;
}
#jednoski .jednostka .row .row {
  flex: 1;
}
.is-style-m-bsmall .wp-block-button__link {
  padding: 8px 20px;
}
.whitewaves {
  filter: brightness(2);
}
#pageheader .headerwaves {
  left: 0;
  bottom: 0;
  position: absolute;
  filter: brightness(2);
}
.is-style-m-zdjecie1,
.is-style-m-zdjecie2,
.is-style-m-zdjecie3,
.is-style-m-zdjecie4,
.is-style-m-zdjecie5,
.is-style-m-zdjecie6 {
  height: 100%;
}
.is-style-m-zdjecie1 img,
.is-style-m-zdjecie2 img,
.is-style-m-zdjecie3 img,
.is-style-m-zdjecie4 img,
.is-style-m-zdjecie5 img,
.is-style-m-zdjecie6 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
footer {
  color: #fff;
  padding: 60px;
  background: #274291;
  background: linear-gradient(90deg, #274291 0%, #1b294c 100%);
  border-radius: 60px 60px 0 0;
}
footer .wp-block-columns {
  gap: 140px;
  max-width: 1600px;
}
footer p:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
footer a {
  color: #fff;
}
footer .menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
  font-weight: 700;
}
footer .menu .sub-menu {
  padding-left: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  font-family: owners, sans-serif;
}
footer .menu .sub-menu li a:before {
  padding-right: 6px;
  content: '-';
  display: inline-block;
}
footer .linki {
  font-weight: 700;
}
footer .linki a {
  text-transform: uppercase;
  text-decoration: none;
}
.historiawrap .hist {
  position: relative;
}
.historiawrap .hist::before {
  content: '';
  display: block;
  position: absolute;
  width: 33.33%;
  height: 100%;
  left: 33.33%;
  top: 0;
  background-color: #274291;
  z-index: -1;
}
.historiawrap .hist .histdata {
  padding-top: 35px;
  padding-bottom: 90px;
  width: 28%;
  margin-left: auto;
  margin-right: auto;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
.historiawrap .hist .histcont {
  display: flex;
}
.historiawrap .hist .histcont .histopis {
  text-align: right;
  flex: 0 0 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.historiawrap .hist .histcont .histzdjecie {
  padding-right: 20%;
  padding-left: 12%;
}
.historiawrap .hist .histcont .histzdjecie img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.historiawrap .hist:nth-of-type(even) .histdata {
  text-align: right;
}
.historiawrap .hist:nth-of-type(even) .histcont .histopis {
  text-align: left;
  order: 2;
}
.historiawrap .hist:nth-of-type(even) .histcont .histzdjecie {
  padding-right: 12%;
  padding-left: 20%;
  order: 1;
}
#jednoskikaruzela {
  position: relative;
  overflow: hidden;
}
#jednoskikaruzela .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
}
#jednoskikaruzela .swiper-slide img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 30px;
  border: 8px solid #fff;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: transparent !important;
  width: 40px !important;
  height: 40px !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: block;
  background-color: #bdccd4;
  content: '' !important;
  border-radius: 100px;
  background-image: url('assets/images/prawo.svg');
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.swiper-button-prev::after {
  background-image: url('assets/images/lewo.svg');
}
.posts .post-wrap {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.posts .post-wrap .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #274291;
  color: #fff;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 30px;
}
.posts .post-wrap img {
  border-radius: 30px;
}
.posts .post-wrap .posttext {
  font-weight: 700;
  padding: 20px 40px 40px 40px;
}
.posts .post-wrap .posttext h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}
