@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  font-family: 'Noto Sans', sans-serif;
  color: #144089;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.glowna-strona {overflow:hidden}


	
a {
  text-decoration: none;
}

.header {
  border-bottom: 4px solid #efece2;
  background-image: -webkit-gradient(linear, right top, left top, from(#efece2), color-stop(72%, #fff));
  background-image: linear-gradient(270deg, #efece2, #fff 72%);
}

.header.glowna {
  border: 1px none #000;
  background-image: none;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1148px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dobrze {
  margin-bottom: -4px;
  opacity: 1;
}

.srodek {
  margin-bottom: 160px;
}

.srodek.fleks {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.srodek.tlo {
  background-image: url('../images/srd.png');
  background-position: 50% 45px;
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.box-przepisy {
  max-width: 1148px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.box-przepisy.margines {
  margin-bottom: 200px;
}

.main-title {
  margin-top: 60px;
}



.lista {
  max-width: 720px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 170px;
  text-align: left;
  list-style-type: decimal;
  line-height: 2rem;

}

.lista-sposob-przepis2 {
  max-width: 720px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15%;
  text-align: left;
  list-style-type: decimal;
  line-height: 2rem;
  padding-right: 4rem;
}


.lista2 {
  max-width: 720px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22%;
  text-align: left;
  list-style-type: disc;
   line-height: 2rem;
}

.lista-skladniki-przepis2 {
  max-width: 720px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16%;
  text-align: left;
  list-style-type: disc;
	line-height: 2rem;
}


.image {
  margin-top: 2rem;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
	margin-bottom: 6%;
}

.div-block-2a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.maly {
  font-size: 18px;
}

.maly2 {
  font-size: 12px;
  line-height: 1.2;
	margin-top: 2rem;
 margin-bottom: 2rem;
	
}


.ikonka {
  margin-bottom: 10px;
}

.obrazek-dol {
  max-width: 1148px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  margin-bottom: -32px;
}

.image-3 {
  margin-top: 10px;
  margin-bottom: -64px;
  margin-left: 4%;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 64px;
  display: inline-block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.numer {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 1rem;

  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 12px;
}

.footer-navy {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-top: 0px;
  margin-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: #144089;
  text-align: center;
  transition: bottom 0.25s ease-in-out;
}

.image-4 {
  max-width: 64px;
  margin-left: 2%;
  margin-top: 0%;
}

.image-4b {
  max-width: 161px;
  margin-top: 1.94rem;
  margin-left: 200%;
}
.body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.body.glowna-strona {
  background-image: url('../images/Asset-62x-50_1.jpg');
  background-position: -20px -20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(20, 64, 137, 0.97);
  opacity: 1;
}

.div-block-4 {
  max-width: 640px;
  padding:38px;
  background-color: #fffdfd;
}

.button {
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px 30px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 50px;
  background-color: #ed1c24;
  color: #fff;
  text-align: center;
}

.button:hover {
  background-color: #144089;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-przepis {
  max-width: 340px;
  margin-top: 50px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #ed1c24;
  color: #fff;
}

.box-przepis:hover {
  background-color: #144089;
}

.przepis-obrazek {
  text-decoration: none;
}

.przepisy-tytul {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
}

.tekst-przepisy {
  margin-right: 40px;
  margin-left: 40px;
  font-size: 15px;
  font-weight: 500;
}

.link-prawy {
  margin-top: 60px;
  margin-right: 40px;
  margin-left: 40px;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.box-przepis-wygaszone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-top: 50px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.napis {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
  margin: 30px auto -168px;
}

.alfa {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ed1c24;
  opacity: 0.2;
}

.dobrze-alfa {
  margin-bottom: -4px;
  opacity: 0;
}

.box-glowna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1148px;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.link-block {
  margin-left: -105px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #fff 0%, hsla(0, 0%, 100%, 0) 42%);
}

.link-block-2 {
  position: fixed;
  left: auto;
  top: 45%;
  right: 0%;
  z-index: 9;
}

.tytul-strony {
  margin-top: 61px;
  color: #ed1c24;
  font-size: 64px;
  line-height: 80px;
}

.tekst-pp {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.subtytul {
  margin-top: 40px;
  text-align: center;
}

.lista-pp {
  text-align: left;
}

.lista-pp.numery {
  font-weight: 500;
  list-style-type: decimal;
}

.italic-text {
  font-style: normal;
}

.srodek-boksy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1300px) {
  .srodek {
    margin-bottom: 160px;
  }
  .box-przepis {
    margin-right: 15px;
    margin-left: 15px;
    flex-basis: 30% !important;



  }
  .box-przepis-wygaszone {
    margin-right: 15px;
    margin-left: 15px;
  }
  .alfa {
    height: 100%;
  }
  .srodek-boksy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1178px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1440px) {
  .srodek {
    margin-bottom: 160px;
  }
  .srodek.fleks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .box-przepis {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-prawy {
    position: static;
    right: 0px;
    bottom: 0px;
  }
  .box-przepis-wygaszone {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .alfa {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 42%, hsla(0, 0%, 100%, 0) 65%);
  }
  .srodek-boksy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1178px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .header-container {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .srodek {
    padding-right: 30px;
    padding-left: 30px;
  }
  .image-3 {
    margin-bottom: -64px;
    padding-left: 29px;
  }
  .numer {
    margin-left: -15px;
  }
  .footer-navy {
    margin-left: 10%;
  }
  .image-5 {
    margin: 30px;
  }
  .body.glowna-strona {
    background-position: 55% 50%;
    background-size: auto 110vh;
  }
  .modal-wrapper {
    opacity: 1;
  }
  .dobrze-alfa {
    display: none;
  }
  .link-block {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #fff 39%, hsla(0, 0%, 100%, 0) 64%);
  }
}

@media screen and (max-width: 767px) {

.lista-sposob-przepis2 {
  padding-right: 1rem;
}




  .srodek.fleks {
    margin-bottom: 160px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lista {
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-block-2 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .footer-navy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .body.glowna-strona {
    background-position: 55% -20px;
  }
  .box-glowna {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block {
    margin-top: 4%;
    margin-left: 5%;
	max-width: 87%;
  }
}

@media screen and (max-width: 479px) {
  .lista {
    padding-right: 5%;
    padding-left: 23%;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-3 {
    margin-bottom: -96px;
  }
  .footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .numer {
    margin-top: -20px;
    margin-left: -30px;
  }
  .footer-navy {
    margin-left: 15%;
  }
  .body {
    font-size: 18px;
  }
  .image-6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .modal-wrapper {
    opacity: 1;
  }
  .button {
    margin-bottom: 30px;
  }
  .div-block-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tytul-strony {
    font-size: 48px;
    line-height: 60px;
  }
  .subtytul {
    font-size: 24px;
    line-height: 30px;
  }
}






.glowna-strona .pix-footer {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
}

.glowna-strona .footer-navy {
  bottom: 88px;
}

.glowna-strona .footer-navy2 {
  bottom: 0px;
}


.pix-footer {
  background: #333; 
  margin-top: auto; 
}


.pix-footer__menu {
    padding: 100px 0;
    background: #1f1f1f;
}

.pix-footer__menu h3 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    color: #707070;
    margin-bottom: 10px;
}

.pix-footer__menu address {
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
}

.pix-footer__menu address span {
    display: block;
}

.pix-footer__menu li {
    list-style: none;
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.pix-footer__menu li:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-footer__menu li a {
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

.pix-footer__menu p {
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
}

.pix-footer__menu .input-container {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.pix-footer__menu .input-container input {
    padding: 0 20px;
    font-size: 12px;
    line-height: 30px;
    color: #9a9a9a;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #9a9a9a;
    background: transparent;
    outline: none;
}

.pix-footer__menu .input-container button {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 20px;
    height: 20px;
    content: '';
    border: none;
    background: transparent;
    z-index: 5;
    outline: none;
}

.pix-footer__menu .input-container button img {
    width: 100%;
}

.pix-footer__menu-social-item {
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #484848;
    margin-bottom: 10px;
}

.pix-footer__menu-social-item:hover {
    background: var(--pix-main-color);
}

.pix-footer__menu-social-item a {
    display: block;
    color: #1f1f1f;
    line-height: 29px;
}

.pix-footer__bottom {
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    font-family: var(--pix-main-font);
    text-align: left;
}

.pix-footer__bottom span {
    color: #fff;
}

.pix-footer__bottom .footer-copyright {
    display: inline-block;
    color: #bbb;
}

.pix-footer__bottom .footer-created_by {
    display: inline-block;
    float: right;
}

.pix-footer__bottom .footer-created_by a {
    color: #bbb;
}

@media (min-width: 1200px) {
.pix-footer .container {
    max-width: 1140px;
}
}
@media (min-width: 992px){
.pix-footer .container {
    max-width: 960px;
}

}
@media (min-width: 768px){
.pix-footer .container {
    max-width: 720px;
}
}

@media (min-width: 576px){
.pix-footer .container {
    max-width: 540px;
}
}
.pix-footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.glowna-strona .pix-footer {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
}

.glowna-strona .footer-navy {
  bottom: 0 !important;

}

.glowna-strona .footer-navy2 {
  bottom: 0px;
}

.pix-footer {

  background: #333; 
  margin-top: auto; 
}


.pix-footer__menu {
    padding: 100px 0;
    background: #1f1f1f;
}

.pix-footer__menu h3 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    color: #707070;
    margin-bottom: 10px;
}

.pix-footer__menu address {
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
}

.pix-footer__menu address span {
    display: block;
}

.pix-footer__menu li {
    list-style: none;
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.pix-footer__menu li:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-footer__menu li a {
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

.pix-footer__menu p {
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
}

.pix-footer__menu .input-container {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.pix-footer__menu .input-container input {
    padding: 0 20px;
    font-size: 12px;
    line-height: 30px;
    color: #9a9a9a;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #9a9a9a;
    background: transparent;
    outline: none;
}

.pix-footer__menu .input-container button {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 20px;
    height: 20px;
    content: '';
    border: none;
    background: transparent;
    z-index: 5;
    outline: none;
}

.pix-footer__menu .input-container button img {
    width: 100%;
}

.pix-footer__menu-social-item {
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #484848;
    margin-bottom: 10px;
}

.pix-footer__menu-social-item:hover {
    background: var(--pix-main-color);
}

.pix-footer__menu-social-item a {
    display: block;
    color: #1f1f1f;
    line-height: 29px;
}

.pix-footer__bottom {
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    font-family: var(--pix-main-font);
    text-align: left;
}

.pix-footer__bottom span {
    color: #fff;
}

.pix-footer__bottom .footer-copyright {
    display: inline-block;
    color: #bbb;
}

.pix-footer__bottom .footer-created_by {
    display: inline-block;
    float: right;
}

.pix-footer__bottom .footer-created_by a {
    color: #bbb;
}

@media (min-width: 1200px) {
.pix-footer .container {
    max-width: 1140px;
}
}
@media (min-width: 992px){
.pix-footer .container {
    max-width: 960px;
}

}
@media (min-width: 768px){
.pix-footer .container {
    max-width: 720px;
}
}

@media (min-width: 576px){
.pix-footer .container {
    max-width: 540px;
}
}
.pix-footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer-navy--bottom {
  bottom: 0px !important;
}

@media (max-width: 1023px) {

}
@media (max-width: 767px) {
.footer-navy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-navy .image-4 {
    display: block;
    position: relative;
    margin-left: 2;
    margin-top: 0;
}
.footer-navy .image-4 + a {
  display: none
}  
}


	
	
@media (max-width: 640px) {
.srodek.tlo {
    background-image: url(../images/srd.jpg);
    background-size: 160% auto !important;
    background-position: 50% 400px;
}
}


 .srodek.tlo-2 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
	
	
@media screen and (min-width: 800px) {
    .srodek.tlo-2 {background-image: url('../images/srd-2.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 200% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-2 {background-size: 140% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-2 {background-size: 110% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-2 {background-size: 90% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-2 {background-size: 70% !important;}
}












  .srodek.tlo-3 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
	
@media screen and (min-width: 800px) {
    .srodek.tlo-3 {background-image: url('../images/srd-3.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-3 {background-size: 120% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-3 {background-size: 100% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-3 {background-size: 80% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-3 {background-size: 75% !important;}
}

	







  .srodek.tlo-4 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
	
@media screen and (min-width: 800px) {
    .srodek.tlo-4 {background-image: url('../images/srd-4.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-4 {background-size: 120% !important;}
}

@media screen and (min-width: 1366px) {
    .srodek.tlo-4 {background-size: 100% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-4 {background-size: 80% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-4 {background-size: 75% !important;}
}

	




  .srodek.tlo-5 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-5 {background-image: url('../images/srd-5.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-5 {background-size: 120% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-5 {background-size: 100% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-5 {background-size: 80% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-5 {background-size: 75% !important;}
}

  


  .srodek.tlo-6 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-6 {background-image: url('../images/srd-6.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-6 {background-size: 120% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-6 {background-size: 100% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-6 {background-size: 80% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-6 {background-size: 67% !important;}
}

  


  .srodek.tlo-7 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-7 {background-image: url('../images/srd-7-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-7 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-7 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-7 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-7 {background-size: 47% !important;}
}

  



  .srodek.tlo-8 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-8 {background-image: url('../images/srd-8-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-8 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-8 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-8 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-8 {background-size: 47% !important;}
}

  
  .srodek.tlo-9 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-9 {background-image: url('../images/srd-9-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-9 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-9 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-9 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-9 {background-size: 47% !important;}
}





  .srodek.tlo-10 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-10 {background-image: url('../images/srd-10-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-10 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-10 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-10 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-10 {background-size: 47% !important;}
}

  





  .srodek.tlo-11 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-11 {background-image: url('../images/srd-11-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-11 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-11 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-11 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-11 {background-size: 47% !important;}
}



  .srodek.tlo-12 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-12 {background-image: url('../images/srd-12-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-12 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-12 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-12 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-12 {background-size: 47% !important;}
}

  
  


  .srodek.tlo-13 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-13 {background-image: url('../images/srd-13-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-13 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-13 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-13 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-13 {background-size: 47% !important;}
}

  


  .srodek.tlo-14 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-14 {background-image: url('../images/srd-14-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-14 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-14 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-14 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-14 {background-size: 47% !important;}
}

  

  

  .srodek.tlo-15 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-15 {background-image: url('../images/srd-15-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-15 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-15 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-15 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-15 {background-size: 47% !important;}
}

  
  
  .srodek.tlo-16 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-16 {background-image: url('../images/srd-16-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-16 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-16 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-16 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-16 {background-size: 47% !important;}
}

  

  

 
  
  .srodek.tlo-17 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-17 {background-image: url('../images/srd-17-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-17 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-17 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-17 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-17 {background-size: 47% !important;}
}

  

  
  
  .srodek.tlo-18 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-18 {background-image: url('../images/srd-18-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-18 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-18 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-18 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-18 {background-size: 47% !important;}
}

  

  
  .srodek.tlo-19 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-19 {background-image: url('../images/srd-19-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-19 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-19 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-19 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-19 {background-size: 47% !important;}
}

  

  
  .srodek.tlo-20 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-20 {background-image: url('../images/srd-20-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-20 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-20 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-20 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-20 {background-size: 47% !important;}
}

  

    
  .srodek.tlo-21 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-21 {background-image: url('../images/srd-21-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-21 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-21 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-21 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-21 {background-size: 47% !important;}
}

  


    
  .srodek.tlo-22 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-22 {background-image: url('../images/srd-22-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-22 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-22 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-22 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-22 {background-size: 47% !important;}
}

  


  
  

  


    
  .srodek.tlo-23 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-23 {background-image: url('../images/srd-23-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-23 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-23 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-23 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-23 {background-size: 47% !important;}
}

  
  .srodek.tlo-24 {
  background-position: 50% 45px !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
  
@media screen and (min-width: 800px) {
    .srodek.tlo-24 {background-image: url('../images/srd-24-big.png'); background-repeat: no-repeat; background-position: 50% 45px !important; background-size: 140% !important; }  
}

@media screen and (min-width: 1024px) {
    .srodek.tlo-24 {background-size: 110% !important;}
}

@media screen and (min-width: 1366px) {
      .srodek.tlo-24 {background-size: 90% !important;}
}

@media screen and (min-width: 1920px) {
    .srodek.tlo-24 {background-size: 73% !important;}
}

@media screen and (min-width: 2400px) {  
    .srodek.tlo-24 {background-size: 47% !important;}
}

  


  
  
  
  
  

  