html {
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: Lato, Roboto, Ubuntu, sans-serif;
    line-height: 1.5;
    scroll-behavior: smooth;
}
body {
    word-wrap: break-word;
    word-break: break-word;
    color: #fff;
    margin: 0;
    background: #216BAE url('/img/bg3.png') 0 0 repeat;
}
a {
  color: #2f82c3;
  text-decoration: underline;
}
a:hover {
  color: #1a5e93;
}
ul {
  padding-left: 25px;
}
.clear {
  clear: both;
}
.cien {
  text-shadow: 0px 0px 8px #094062;
}



@media (max-width:700px) {
  #header {
    background: #3287c1 url('../img/bg1-700.png') center bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media (min-width:701px) and (max-width:1200px) {
  #header {
    background: #3287c1 url('../img/bg1-1200.png') center bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 300px;
  }
}
@media (min-width:1201px) {
  #header {
    background: #3287c1 url('../img/bg1-3000.png') center bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 320px;
  }
}
@media (min-width:701px) and (max-width:1049px) {
  #header {
    padding-bottom: 130px;
  }
}
#header .wrap {
    position: relative;
}



.header-info {
  color: #d6ecfa;
}
.header-menu {
  padding: 30px 0;
}
@media (min-width:1050px) {
  .header-logo { 
    float: left; 
  }
  .header-info { 
    float: right;  
    padding: 20px 20px 0 0; 
  }
  .header-menu { 
    float: right; 
  }
  .header-logo {
    position: absolute;
    left: 5px;
    top: 15px;
  }
}
@media (max-width:1049px) {
  #header .wrap {
    text-align: center;
  }
  .header-logo {
    margin: 5px 0 20px;
  }
  .header-info { 
    padding: 20px 0 0 0; 
  }
  .header-menu {
    text-align: center;
  }
}
@media (min-width:1050px) and (max-width:1160px) {
  .header-menu {
    padding: 30px 15px 30px 0;
  }
}
@media (min-width:470px) {
  #header .nobr {
    display: none;
  }
}

.header-menu ul {
  margin: 0;
  padding: 0;
}
.header-menu li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #84bee6;
}
.header-menu li:last-of-type {
  border: none;
  padding-right: 0;
}
.header-menu li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  padding: 0 5px;
}
.header-menu li a:hover {
  background: url(../img/word-yellow-bg.svg) no-repeat;
  background-size: 100%;
  color: #000;
  text-shadow: none;
}




@media (min-width:1331px) {
  .ico-fb {
    right: -40px;
    top: 15px;
    position: absolute;
  }
  .ico-in {
    right: -85px;
    top: 15px;
    position: absolute;
  }
}
@media (min-width:900px) and (max-width:1330px) {
  .ico-fb {
    right: 65px;
    top: 115px;
    position: absolute;
  }
  .ico-in {
    right: 20px;
    top: 115px;
    position: absolute;
  }
}
@media (min-width:800px) and (max-width:901px) {
  .ico-fb {
    right: 65px;
    top: 145px;
    position: absolute;
  }
  .ico-in {
    right: 20px;
    top: 145px;
    position: absolute;
  }
}
@media (min-width:450px) and (max-width:801px) {
  .ico-fb {
    float: right;
    margin: -150px 45px 0 0;
  }
  .ico-in {
    float: right;
    margin: -150px 0 0 0;
  }
}
@media (max-width:449px) {
  .ico-fb {
    margin: 15px 8px 0 0;
  }
  .ico-in {
    margin: 15px 8px 0 0;
  }
}




@media (min-width:1181px) {
  .wrap {
    width: 1150px;
    margin: 0 auto;
  }
}
@media (max-width:1180px) {
  .wrap {
    margin: 0;
    padding: 0 20px;
  }
}






#onas {
  background: #fff;
  background-repeat: no-repeat;
  width: 100%;
  color: #000;
  padding-bottom: 10px;
}
h1 {
  text-align: center;
  font-size: 45px;
  margin: 0;
  padding: 35px 0 20px 0;
}
.lead {
  font-size: 25px;
  color: #4d4d4d;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width:620px) {
  #onas .nobr {
    display: none;
  }
}
h2 {
  font-size: 40px;
  padding: 25px 0;
  margin: 0;
}
h3 {
  font-size: 28px;
  margin: 0;
  padding: 40px 0 25px;
}
h4 {
  font-size: 20px;
}
@media (max-width:800px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
    padding: 20px 0;
  }
  h3 {
    font-size: 24px;
    padding: 30px 0 20px;
  }
  h4 {
    font-size: 18px;
  }
  .lead {
    font-size: 20px;
  }
}



#onas ul {
  margin-top: 0;
  margin-bottom: 0;
}
.yellow {
  background: url(../img/word-yellow-bg.svg) left/contain no-repeat;
  background-size: auto 40px;
  padding: 0 0 0 9px;
}
.onas-01 {
  float: right;
  margin: 0 0 0 120px;
}
.onas-02 {
  clear: right;
  float: right;
  margin: 15px 0 0 120px;
}
@media (min-width:751px) and (max-width:1200px) {
   .onas-01 {
     width: 350px;
     margin: 30px 0 0 60px;
   }
  .onas-02 {
    width: 350px;
    margin: 25px 0 0 60px;
  }
}
@media (min-width:601px) and (max-width:750px) {
   .onas-01 {
     width: 250px;
     margin: 35px 0 0 50px;
   }
  .onas-02 {
    width: 250px;
    margin: 25px 0 0 50px;
  }
}
@media (max-width:600px) {
  .onas-01, .onas-02 {
    display: none;
  }
}




@media (max-width:700px) {
  #cennik {
    background: #216bae url('../img/bg2-700.png') center top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 220px 0 0 0;
  }
}
@media (min-width:701px) and (max-width:1200px) {
  #cennik {
    background: #216bae url('../img/bg2-1200.png') center top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 400px 0 0 0;
  }
}
@media (min-width:1201px) {
  #cennik {
    background: #216bae url('../img/bg2-3000.png') center top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 440px 0 0 0;
  }
}
@media (max-width:700px) {
  #cennikBg {
    background: transparent url('../img/bg4-700.png') center bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 0 380px 0;
  }
}
@media (min-width:701px) and (max-width:1200px) {
  #cennikBg {
    background: transparent url('../img/bg4-1200.png') center bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 0 650px 0;
  }
}
@media (min-width:1201px) {
  #cennikBg {
    background: transparent url('../img/bg4-3000.png') center bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 0 650px 0;
  }
}

@media (min-width:480px) {
  #cennik-jednorazowe .nobr {
    display: none;
  }
}
@media (max-width:700px) {
  #cennik-jednorazowe .cenkol {
    font-size: 16px !important;
  }
}
@media (min-width:440px) {
  #cennik-urodziny .nobr {
    display: none;
  }
}



#oferta {
  background-color: #fff;
  width: 100%;
  padding: 0;
  color: #000;
  padding: 0 0 30px 0;
  margin-top: -2px;
}

.nopad {
  padding-top: 0;
}
p {
  padding: 8px 0;
  margin: 0;
}



.col2 {
  display: grid; 
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width:1000px) {
  .col2 {
    gap: 20px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media (min-width:1001px) {
  .col2 {
    gap: 60px;
    padding-right: 120px;
    padding-bottom: 40px;
  }
}


.cenkol {
  color: #d8effd;
  font-size: 17px;
}
.dzt {
  font-size: 20px;
  padding: 0 0 15px 5px;
  line-height: 25px;
}
.dzc {
  padding: 15px 15px;
  background-color: #154470;
  text-shadow: none;
}
.dzs {
  padding: 15px 10px;
  border-top: 1px solid #8bc8e8;
  border-bottom: 1px solid #8bc8e8;
}
@media (max-width:500px) {
  #cennik-urodziny .dzt {
    padding: 0 0 15px 0;
  }
  #cennik-urodziny .dzs {
    padding: 15px 0;
    font-size: 16px !important;
  }
}


@media (min-width:1000px) {
  .oferta-01 {
    float: right;
    padding: 15px 0 0 60px;
  }
}
@media (min-width:771px) and (max-width:999px) {
  .oferta-01 {
    float: right;
    padding: 25px 0 40px 30px;
  }
}
@media (min-width:481px) and (max-width:770px) {
  .oferta-01 {
    float: right;
    padding: 45px 0 40px 30px;
    width: 220px;
  }
}
@media (max-width:480px) {
  .oferta-01 {
    padding: 25px 0 0 0;
    width: 70%;
  }
}


@media (min-width:1000px) {
  .oferta-02 {
    float: right;
    padding: 15px 0 0 0;
  }
}
@media (min-width:801px) and (max-width:999px) {
  .oferta-02 {
    float: right;
    padding: 35px 0 40px 30px;
    width: 300px;
  }
}
@media (min-width:551px) and (max-width:800px) {
  .oferta-02 {
    float: right;
    padding: 45px 0 40px 30px;
    width: 220px;
  }
}
@media (max-width:550px) {
  .oferta-02 {
    padding: 35px 0 0 0;
    width: 70%;
  }
}


@media (min-width:1200px) {
  .oferta-03 {
    float: right;
    padding: 15px 0 0 100px;
  }
}
@media (min-width:1050px) and (max-width:1199px) {
  .oferta-03 {
    float: right;
    padding: 25px 0 40px 0;
    width: 340px;
  }
}
@media (min-width:950px) and (max-width:1049px) {
  .oferta-03 {
    float: right;
    padding: 45px 0 40px 0;
    width: 280px;
  }
}
@media (max-width:950px) {
  .oferta-03 {
    display: none;
  }
}


.col3 {
   column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-width: auto;
    -moz-column-width: auto;
    -webkit-column-width: auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media (min-width:650px) {
  .col3 {
    width: 600px;
  }
}
@media (max-width:470px) {
  .col3 {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 15px 0;
    font-size: 16px !important;
  }
}

.godziny {
   padding: 40px 0;
}

@media (max-width:700px) {
  .angry-grid {
    margin: 30px 0;
  }
  .angry-grid .box {
    margin: 0 0 10px 0;
  }
}
@media (min-width:701px) {
  .angry-grid {
    display: grid; 
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    height: 100%;
    margin: 30px 0;
  }
}
@media (max-width:950px) {
  .angry-grid .txt {
    font-size: 16px !important;
  }
}

.box {
  background-color: #154470;
  padding: 15px 15px;
  text-shadow: none;
}
.pakiet {
  border-bottom: 1px solid #4f7293;
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.przekaski {
  display: none;
}
.przekaski.active {
  display: block;
}  
.toggle_btn {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}


@media (min-width:1000px) {
  .oferta-04 {
    float: right;
    padding: 0 0 0 60px;
  }
}
@media (min-width:771px) and (max-width:999px) {
  .oferta-04 {
    float: right;
    padding: 10px 0 40px 30px;
    width: 350px;
  }
}
@media (min-width:601px) and (max-width:770px) {
  .oferta-04 {
    float: right;
    padding: 25px 0 40px 30px;
    width: 220px;
  }
}
@media (max-width:600px) {
  .oferta-04 {
    display: none;
  }
}




@media (max-width:500px) {
  .gallery {
    display: grid; 
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 40px 0 60px 0;
  }
}
@media (min-width:501px) and (max-width:800px) {
  .gallery {
    display: grid; 
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 40px 0 60px 0;
  }
  .last {
    display: none;     
  }
}
@media (min-width:801px) {
  .gallery {
    display: grid; 
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    padding: 40px 0 60px 0;
  }
}




@media (max-width:570px) {
  .regulamin {
    display: grid; 
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 40px 0 30px 0;
  }
}
@media (min-width:571px) and (max-width:800px) {
  .regulamin {
    display: grid; 
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 40px 0 30px 0;
  }
}
@media (min-width:801px) {
  .regulamin {
    display: grid; 
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 40px 0 30px 0;
  }
}

.icon {
  text-align: center;
}
.regulamin p {
  font-weight: bold;
  padding: 10px 10px 20px;
}
@media (max-width:1000px) {
  .regulamin p {
    padding: 10px 10px 0;
  }
}



@media (max-width:700px) {
  .footer {
    background: #216bae url('../img/bg5-700.png') center top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 170px 0 0 0;
  }
}
@media (min-width:701px) and (max-width:1200px) {
  .footer {
    background: #216bae url('../img/bg5-1200.png') center top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 300px 0 0 0;
  }
}
@media (min-width:1201px) {
  .footer {
    background: #216bae url('../img/bg5-3000.png') center top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 300px 0 0 0;
  }
}


@media (max-width:620px) {
  .contact {
    padding: 0 0 40px 0;
  }
  .contact div {
    padding: 0 0 10px 0;
  }
}
@media (min-width:621px) and (max-width:750px) {
  .contact {
    display: grid; 
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 0 50px 0;
  }
}
@media (min-width:750px) {
  .contact {
    display: grid; 
    grid-template-rows: 1fr;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    padding: 0 0 50px 0;
  }
}
@media (max-width:1000px) {
  .contact {
    gap: 20px;
  }
}

.admin-info {
  font-size: 16px;
  color: #bbe6ff;
  padding: 20px 0 40px;
}



.finfo {
  text-align: right;  
}
.finfo a {
  color: #6ec2f5;
  font-size: 15px;
  text-decoration: none;
  padding-bottom: 8px;
}


progress {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #09345c;
  width: 100%;
}
progress::-webkit-progress-bar {
     background-color: transparent;
}
progress::-webkit-progress-value {
  background-color: #0f4c84;
}
progress::-moz-progress-bar {
  background-color: #0f4c84;
}









