@charset "utf-8";
.logos {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.logos figure {
  flex: 0 0 246px;
  height: 134px;
  border: 2px solid #c5c5c5;
  border-radius: 6px;
  padding: 15px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.logos figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.dnone {
  display: none;
}
.scrolled #header {
  padding-bottom: 10px;
  padding-top: 20px;
}
.scrolled #header #hwrap #logowrap {
  flex: 0 0 300px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#pagewrap {
  padding-top: 212px;
}
h1 {
  padding: 0;
  margin: 0;
  font-size: 90px;
  line-height: 120px;
}
h2 {
  padding-top: 0;
  margin-top: 0;
  font-size: 60px;
  line-height: 80px;
}
h2 em {
  font-style: normal;
  color: #fff;
}
h2.hcyan em {
  color: #00E4EF;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 30px;
  line-height: 55px;
  padding-bottom: 0;
  margin-bottom: 0;
}
h5 {
  color: #a2c614;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
h6 {
  color: #a2c614;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.inlogo {
  padding-bottom: 40px;
}
.bgreen strong {
  font-size: 1.25em;
  color: #a2c614;
}
.cround {
  border-radius: 40px;
}
.swiper .swiper-wrapper .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ktoback {
  position: relative;
}
.ktoback::before {
  z-index: -1;
  position: unset;
  width: 100vw;
  height: 110px;
  top: -110px;
  left: 0;
  content: '';
  display: block;
  background-color: #00E4EF;
}
.rejestracja {
  transform: translateY(-60%);
  position: absolute;
  width: 100%;
  z-index: 1;
  height: auto;
}
footer a {
  color: #232323;
}
.socwrap {
  display: flex;
  gap: 10px;
}
.socwrap img {
  width: 24px;
}
.bgreen strong {
  color: #a2c614 !important;
}
.wp-element-caption {
  display: none;
}
.single .wp-block-image {
  padding-bottom: 20px;
}
.single .wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-block-video {
  margin-bottom: 0;
}
.film {
  height: calc(100vh - 79px);
}
.film .wp-block-video {
  text-align: center;
  height: 100%;
}
.film .wp-block-video video {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1680px) {
  .primary-navigation ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header #hwrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  #header #hwrap #logowrap {
    flex: 0 0 350px;
  }
  h1 {
    font-size: 70px;
    line-height: 90px;
  }
  h2 {
    font-size: 50px;
    line-height: 70px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h4 {
    font-size: 26px;
    line-height: 50px;
  }
  .wp-block-columns,
  .res {
    max-width: 90%;
  }
  .wp-block-columns .wp-block-columns,
  .res .wp-block-columns {
    max-width: 100%;
  }
  #pagewrap {
    padding-top: 172px;
  }
  #header {
    padding-top: 70px;
    padding-bottom: 34px;
  }
  .moai-wrapper.mbpl {
    padding-left: 80px;
  }
  .moai-wrapper.mbpr {
    padding-right: 80px;
  }
  .moai-wrapper.mbpt {
    padding-top: 80px;
  }
  .moai-wrapper.mbpb {
    padding-bottom: 80px;
  }
  .moai-wrapper.mbplx2 {
    padding-left: 160px;
  }
  .moai-wrapper.mbprx2 {
    padding-right: 160px;
  }
  .moai-wrapper.mbptx2 {
    padding-top: 160px;
  }
  .moai-wrapper.mbpbx2 {
    padding-bottom: 160px;
  }
  .moai-wrapper.mhr {
    margin-right: 80px;
  }
  .moai-wrapper.mhl {
    margin-left: 80px;
  }
  .is-style-m-spacerhalf {
    height: 40px !important;
  }
  .is-style-m-spacerfull {
    height: 80px !important;
  }
  .is-style-m-spacerx2 {
    height: 160px !important;
  }
}
@media screen and (max-width: 1366px) {
  body,
  td,
  th,
  input,
  textarea,
  select {
    font-size: 16px;
    line-height: 26px;
  }
  .primary-navigation ul li a {
    font-size: 14px;
  }
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 40px;
    line-height: 60px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 22px;
    line-height: 40px;
  }
  #header {
    padding-top: 50px;
    padding-bottom: 14px;
  }
  #header #hwrap #logowrap {
    flex: 0 0 240px;
  }
  #pagewrap {
    padding-top: 122px;
  }
  .moai-wrapper.mbpl {
    padding-left: 60px;
  }
  .moai-wrapper.mbpr {
    padding-right: 60px;
  }
  .moai-wrapper.mbpt {
    padding-top: 60px;
  }
  .moai-wrapper.mbpb {
    padding-bottom: 60px;
  }
  .moai-wrapper.mbplx2 {
    padding-left: 120px;
  }
  .moai-wrapper.mbprx2 {
    padding-right: 120px;
  }
  .moai-wrapper.mbptx2 {
    padding-top: 120px;
  }
  .moai-wrapper.mbpbx2 {
    padding-bottom: 120px;
  }
  .moai-wrapper.mhr {
    margin-right: 60px;
  }
  .moai-wrapper.mhl {
    margin-left: 60px;
  }
  .is-style-m-spacerhalf {
    height: 30px !important;
  }
  .is-style-m-spacerfull {
    height: 60px !important;
  }
  .is-style-m-spacerx2 {
    height: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  #header #hwrap {
    padding-right: 80px;
  }
}
@media screen and (max-width: 640px) {
  .logos {
    gap: 16px;
  }
  .logos figure {
    flex: 0 0 44%;
    height: 25vw;
    padding: 10px 20px;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 20px;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
  h4 {
    font-size: 20px;
    line-height: 36px;
  }
  #pagewrap {
    padding-top: 103px;
  }
  #header {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header #hwrap #logowrap {
    flex: 0 0 240px;
  }
  .moai-wrapper.mbpl {
    padding-left: 20px;
  }
  .moai-wrapper.mbpr {
    padding-right: 20px;
  }
  .moai-wrapper.mbpt {
    padding-top: 20px;
  }
  .moai-wrapper.mbpb {
    padding-bottom: 20px;
  }
  .moai-wrapper.mbplx2 {
    padding-left: 40px;
  }
  .moai-wrapper.mbprx2 {
    padding-right: 40px;
  }
  .moai-wrapper.mbptx2 {
    padding-top: 40px;
  }
  .moai-wrapper.mbpbx2 {
    padding-bottom: 40px;
  }
  .moai-wrapper.mhr {
    margin-right: 20px;
  }
  .moai-wrapper.mhl {
    margin-left: 20px;
  }
  .scrolled #header #hwrap #logowrap {
    flex: 0 0 180px;
  }
  .cround {
    border-radius: 20px;
  }
  .is-style-m-spacerhalf {
    height: 10px !important;
  }
  .is-style-m-spacerfull {
    height: 20px !important;
  }
  .is-style-m-spacerx2 {
    height: 40px !important;
  }
  footer {
    font-size: 14px;
    line-height: 20px;
  }
  .rejestracjaspacer {
    height: 150px !important;
  }
  #kontakt {
    padding-top: 100px;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer p {
    padding: 0;
    margin: 0;
  }
  .spictures {
    height: 100vw;
  }
  .film .wp-block-video video {
    width: 100%;
    height: 56vw;
  }
  #headright {
    padding-left: 20px;
  }
}
