/*=================================
//                                 
//    ###     ####   ###    ###  
//   ## ##   #   ##  ## #  # ##  
//  ##   ##    ###   ##  ##  ##  
//  #######  #   ##  ##      ##  
//  ##   ##   ####   ##      ##  
//                                 
//=================================*/

#content {
  z-index: 2;
  position: relative;
}

.main-content {
  padding: 0px 0;
}

.section {
  font-size: 1rem;
  padding: 2vw 0;
}

.section>div {
  position: relative;
}

.section h1,
.section h2,
.section h3 {
  font-weight: 600;
  width: 100%;
}

.section h2 {
  font-size: calc(.5rem + .5vw);
  margin: calc(.25rem + .125vw) 0;
}

.section h3 {
  font-size: calc(1.25rem + .5vw);
  margin: calc(.25rem + .125vw) 0;
}

.section .header {
  margin: 0;
}

.section p {
  margin-bottom: .5rem;
}

.section .in-template {
  color: var(--text7);
}

.sekcja-body {
  margin: 2.25vw 0;
}

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

.sec-title i,
.sec-title b {
  color: var(--text1);
  font-weight: 600;
}

.full.section {
  padding: 0 0 1rem;
  margin: 0 auto;
}

.container .d-flex {
  flex-wrap: wrap;
  justify-content: center;
}

.container .slim {
  margin: 2vw 3vw;
}

.container .slim .d-flex {
  justify-content: space-around;
  gap: 2%;
}

.typ-doc-site {
  width: 100%;
}

.set .el-title {
  padding: .5rem 0;
}

.set .ctn-block {
  position: relative;
}

.set .ctn-block .headerbar {
  position: absolute;
  width: 100%;
  padding: 0;
}

.set .ctn-block img {}

.typ-icon img {
  height: 3rem;
  width: auto;
}

.typ-img img {
  height: 100%;
  object-fit: cover;
}

.typ-winietka {
  display: inline-block;
}

.typ-winietka ol,
ul {
  padding-left: 1rem;
}

.typ-winietka p {
  margin-bottom: 1.5rem;
}

.typ-winietka .template {
  text-align: justify;
  font-size: .75rem;
}

.typ-winietka .template p {
  margin: .25rem 0;
}

.dual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dual .set {
  width: 50%;
  min-width: 18rem;
  flex-grow: 1;
  background-color: var(--bkg4);
}

.third {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.third .set {
  width: 33.333%;
  min-width: 15rem;
  background-color: var(--bkg4);
  margin-top: 1rem;
  border-radius: .25rem;
  padding: .5rem 3rem 1.5rem;
}

.d-flex.four {
  flex-wrap: wrap;
  justify-content: space-between;
}

.section .four .headerbar {
  margin: 0;
  text-align: center;
}

.four .set {
  width: 24%;
  min-width: 16rem;
  margin-top: 1.5rem;
  flex-grow: 1;
}

.four .ctn-block {
  height: 8rem;
  text-align: center;
}

.d-flex.half {
  flex-wrap: wrap;
  justify-content: space-between;
}

.half .ctn-block {
  width: 48%;
  flex-grow: 1;
}

.ctn-block .headerbar {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text7);
  text-align: center;
  margin-bottom: .25rem;
}

.section .headerbar h2,
.section .headerbar h3 {
  color: var(--text7);
  text-align: left;
  margin-bottom: .25rem;
}

.sekcja-body .set {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
}

.sekcja-body .set .ctn-block {
  width: 50%;
  font-size: .75rem;
}

.set .ctn-block img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

.subtitle {
  text-align: left;
  color: var(--text7);
  font-size: calc(1.25rem + 1vw);
}

.doc-link {
  text-align: center;
  margin: 5vw 0;
}

.doc-link .more {
  padding: .825rem 3rem;
  color: var(--color10);
  border: 1px solid var(--border7);
  transition: all ease-in-out 250ms;
  font-size: 1.5rem;
}

.doc-link .more:hover {
  background-color: var(--menuBkgHov3);
  color: var(--menu3hov);
  transition: all ease-in-out 250ms;
}

.title-block .sec-title {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 2rem;
}

.catalog .ctn-block {
  min-width: 24rem;
  width: 48%;
  flex-grow: 1;
}

.catalog .template {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}

.catalog .template .d-flex {
  gap: 4%;
  flex-wrap: wrap;
}

.catalog .d-flex {
  gap: 2.5%;
}

.catalog .boks {
  width: 31.5%;
  background-color: var(--bkg4);
  border-radius: 0;
  padding: 0;
  min-width: 18rem;
}

.slim .boks {
  width: 32%;
  border-radius: .25rem;
  padding: 0;
  min-width: 15rem;
}

.slick-slide>div {
  padding: 1.5vw .75vw;
}

.slick-dots li button .slick-dot-icon::before {
  font-size: 32px;
}


#sekcja-1 .sekcja-body {
  margin: 0;
}

#sekcja-1>.container {
  padding-left: 0;
  padding-right: 0;
}

.cust_banery .typ-prolog {
  position: absolute;
  top: calc(33vw - 5rem);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 4rem;
}

.cust_banery .typ-prolog>div {
  text-align: left;
  line-height: .25rem;
  font-size: calc(4px + 1.4vw);
  font-weight: 800;
  color: var(--color4);
}

.cust_banery .pokrywka .el-title {}

.cust_banery .pokrywka .prolog {
  font-size: calc(8px + 3.8vw);
  margin-top: 3vw;
}

.cust_banery .pokrywka .prolog b {
  color: var(--color6);
}

#seachForma {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  width: 80%;
  bottom: 3.75vw;
  z-index: 1;
}

#seachForma .d-flex {
  flex-wrap: nowrap;
  padding: calc(1.5vw + .5rem);
  border-radius: 10px;
  background-color: var(--opacity5);
}

#seachForma select,
#seachForma input {
  margin-right: 1.5rem;
  margin-top: 0;
  font-size: 18px;
  padding: .5rem .75rem;
  border-radius: 4px;
}

#seachForma #searchBtn {
  margin-top: 0;
  height: 100%;
  background-color: var(--bkg5);
  color: var(--color4);
  font-size: 18px;
  padding: .5rem 3vw .5rem 3vw;
  font-weight: 600;
}

#seachForma #searchBtn:hover {
  color: var(--hover6);
}


#sekcja-3 {}

#sekcja-3 .template {}

#sekcja-3 .typ-prolog {
  text-align: center;
  font-size: 18px;
}

#sekcja-3 .set .typ-img {
  margin: 0 33% 1rem;
  height: calc(7vw + 2rem);
  text-align: center;
}

#sekcja-3 .typ-img img {
  margin-top: 1rem;
}

#sekcja-3 .el-title {
  font-weight: 600;
  font-size: 1.5rem;
}

#sekcja-6 .cust_o-nas {
  padding: 2vw 0;
}

.cust_o-nas {
  gap: 5%;
}

.cust_o-nas .el-title {
  text-align: left;
  font-weight: 600;
}

.cust_o-nas .typ-img {
  text-align: center;
  width: 45%;
  min-width: 16rem;
  margin: auto;
}

.cust_o-nas .typ-img img {
  max-height: 40rem;
  max-width: 100%;
  min-width: 15rem;
  margin: auto;
}

.cust_o-nas .typ-winietka {
  width: 50%;
  flex-grow: 1;
  margin-top: 7%;
}

.cust_o-nas .typ-winietka p {
  font-size: 18px;
}

#sekcja-11.section {
  padding: 3vw 0 6vw;
}

#sekcja-11 .dual {
  margin: 0 .75rem;
}

#sekcja-11 .dual .set {
  text-align: center;
  position: relative;
  height: 270px;
}

.dual .dual-blok {
  padding: 2% 8%;
  min-width: 18rem;
  flex-grow: 1;
}

.dual .dual-blok>div {
  height: 5rem;
  font-size: .875rem;
  overflow: hidden;
  font-size: 18px;
}

.dual .set-1 .dual-blok {
  color: var(--text6);
}

.dual .set-1 {
  background-color: var(--bkg3);
}

.dual .set-1 .el-title {
  color: var(--text6);
  font-size: 32px;
}

.dual .set-0 .dual-blok {
  color: var(--text3);
}

.dual .set-0 {
  background-color: var(--bkg5);
}

.dual .set-0 .el-title {
  color: var(--text3);
  font-size: 32px;
}

.dual .dual-link a {
  padding: calc(.5rem + .25vw) calc(1.5rem + .75vw);
  background-color: white;
  font-size: 1rem;
  color: var(--link7);
  border-radius: .25rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1rem;
  transition: all ease-in-out 250ms;
}

.dual .dual-link a:hover {
  background-color: var(--bkg7);
  transition: all ease-in-out 250ms;
}

.dual .dual-link {
  width: 100%;
  margin-bottom: 1.75rem;
  position: absolute;
  bottom: 0;
  font-size: .875rem;
  font-weight: 600;
}

.cust_blog .i-text {
  color: var(--text7);
  max-height: 16rem;
  padding: .25rem;
  margin: 3% 6% 3rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.cust_blog .i-bot {
  position: absolute;
  bottom: 1.5%;
  left: 6%;
  text-align: left;
  font-size: 16px;
  color: var(--color8);
  padding: .25rem;
}


#sekcja-12 {
  background-color: var(--bkg8);
}

#sekcja-12 .boks {
  background-color: var(--bkg1);
  height: 18vw;
  overflow: hidden;
  min-height: 330px;

}

#sekcja-12 .boks .picture img {
  width: auto;
  max-height: 70%;
  max-width: 22%;
}

#sekcja-12 .boks .picture {
  padding-bottom: 3.5rem;
  padding-top: 5%;
  margin-left: 7%;
  margin-bottom: 2%;
}

#sekcja-12 .boks .picture>div {
  position: absolute;
  left: calc(10% + 2rem);
  font-size: 1rem;
}

#sekcja-12 .boks .names {
  top: 25%;
  font-weight: 700;
}

#sekcja-12 .boks .opis {
  font-size: 15px;
  line-height: 1.25rem;
  font-weight: 400;
}

#sekcja-12 .boks .i-text {
  background-color: transparent;
  font-size: 18px;
  border-top: 1px solid var(--border4);
  text-align: left;
  padding: 0 7% 5%;
}

#sekcja-12 .boks .i-text img {
  float: right;
  width: 15%;
  max-width: 3rem;
  height: auto;
}

#sekcja-12 .boks .rating {
  margin: 10% 0 7%;
  color: var(--color6);
}

#sekcja-12 .boks a:hover {
  color: var(--hover6);
}

#sekcja-13 {
  padding-top: 4vw;
  padding-bottom: 4vw;
}


/* boksy */
.boks {
  position: relative;
  font-size: initial;
  width: 18%;
  text-align: left;
  padding-bottom: 1%;
  margin: 1.5% 0 1%;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: inline-block;
}

.third .boks {
  width: 32%;
  background-color: var(--bkg4);
  margin-top: 1rem;
  border-radius: .25rem;
  padding: .5rem 3rem 1.5rem;
}

.boks .dates {
  display: flex;
  justify-content: space-between;
  font-size: .875rem;
  font-weight: 500;
}

.boks .dates span {
  line-height: 20px;
}

.boks.bk1 {
  border-right: 1px dashed var(--border4);
}

.boks.bk2 {
  border-right: 1px dashed var(--border4);
}

.boks .block {
  padding: .5rem 0;
}

.boks a {
  color: var(--link1);
  text-decoration: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.boks h3 {
  padding: .25rem 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.boks h4 {
  padding: .25rem 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.boks .inside a {
  font-size: .875rem;
  color: var(--link4);
  transition: all ease-in-out 250ms;
}

.boks a:hover,
.boks a:hover img {
  color: var(--hover3);
  transition: all ease-in-out 250ms;
}

.boks p {
  margin:0;
}

.boks .picture {
  position: relative;
  text-align: left;
  padding-bottom: 100%;
  overflow: hidden;
}

.boks .picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 0;
  object-fit: cover;
  transition: all ease-in-out 250ms;
}
.boks :hover .picture img {
  transform: scale(1.1);
}

.boks .i-text {
  background-color: var(--bkg1);
  overflow: clip;
}

.boks .prepos {
  position: absolute;
  background-color: var(--bkg8);
  line-height: 1rem;
  font-size: .75rem;
  padding: 1rem .75rem;
  height: 5rem;
  text-align: center;
  min-width: 5rem;
  color: var(--color2);
  margin-right: 5%;
}

.prepos time {
  line-height: 1.5rem;
}

.prepos div {
  font-size: 1rem;
  margin: 0 .75rem;
  border-bottom: 1px solid var(--color2);
}

.boks .short {
  padding: 1%;
  font-size: .75rem;
}

.boks .link {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: .5rem;
  text-align: left;
}

.boks .line {
  width: 100%;
  height: 1px;
  background-color: var(--color4);
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  #sekcja-3 .el-title {
    font-size: 1.125rem;
  }

  #sekcja-3 .typ-prolog {
    font-size: .875rem;
  }

  #sekcja-3 .third .set .typ-img {
    margin: 0 30% 1rem;
  }

  #seachForma {
    width: 90%;
  }

  #seachForma select,
  #seachForma input {
    font-size: calc(10px + 1vw);
  }

  #seachForma #searchBtn {
    font-size: calc(10px + 1vw);
  }
}

@media (max-width: 768px) {
  .cust_banery .typ-prolog {
    top: calc(33vw - 1rem);
  }

  #seachForma {
    width: 100%;
    display: inline;
  }

  #sekcja-3 .third .set {
    width: 50%;
  }

  #sekcja-3 .third .set .typ-img {
    margin: 0 36% 1rem;
  }

  .boks {
    font-size: initial;
    width: 48%;
  }

  .dual .set {
    width: 100%
  }

  ;
}


#sekcja-10 {
  background-color: var(--bkg1);
}

#sekcja-10 .third {
  justify-content: space-between;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2.5%;
}

.cards .card {
  position: relative;
  height: 100%;
  width: 31.5%;
  border-radius: 0;
  margin-bottom: 2.5%;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1)
}

.card {
  background-color: var(--bkg4);
  border: none;
  min-width: 25rem;
}

.cards .card-title {
  font-weight: 700;
  margin: 7px 0;
  font-size: 20px;
  line-height: 1.5rem;
}

.card h2 {
  font-size: calc(1rem + .25vw);
}

.card .picture {
  position: relative;
  height: 16rem;
}

.card .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .card-picture {
  position: relative;
  margin-bottom: .25vw;
  padding-bottom: 92%;
}

.card .card-picture img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card .card-body {
  position: relative;
  padding: .75rem 1.5rem .75rem;
  margin-bottom: .25vw;
  color: var(--text7);
}

.card .card-text {
  font-size: .875rem;
}

.card .rent {
  float: right;
  color: var(--text3);
}

.card .liked {
  position: absolute;
  line-height: 1rem;
  right: .5vw;
  top: 1vw;
  margin-top: 0;
  font-size: 18px;
  cursor: pointer;
  padding: 7px 2px 0;
}

.card .third {
  margin: 1.25vw 0;
}

.card .prop {
  font-size: .875rem;
  color: var(--color8);
}

.card .prop>div {
  color: var(--text7);
  font-weight: 600;
  font-size: 1rem;
}

.card .card-bot {
  font-size: 20px;
  line-height: 2rem;
  border-top: 1px solid var(--border6);
  padding-top: calc(.75rem + .25vw);
}

.card .more-link {
  float: right;
  padding: 0 .875rem;
  font-size: .75rem;
  border: 1px solid var(--border7);
  letter-spacing: .1rem;
  transition: all ease-in-out 250ms;
}

.card .more-link:hover {
  background-color: var(--menuBkgHov3);
  color: var(--menu3hov);
  transition: all ease-in-out 250ms;
}

#sekcja-13 .catalog {
  padding: 3vw 0 0;
}

#sekcja-13 .picture {
  padding-bottom: 58%;
}



.menu-top .memo-add {
  background-color: var(--bkg5);
  color: var(--link4);
  border-radius: .25rem;
}

.menu-top nav.m-top .memo-add a {
  color: var(--link4);
}


@media (max-width: 1400px) {
  .cards .card {
    min-width: 22rem;
  }

  .cards .card-title {
    font-size: 18px;
    line-height: 1.5rem;
  }

  .card .prop {
    font-size: .75rem;
  }

  .card .prop>div {
    font-size: .875rem;
  }
}

@media (max-width: 1200px) {
  .cards .card {
    min-width: 25rem;
  }

  .cards .card-title {
    font-size: 20px;
  }

  .card .prop {
    font-size: .875rem;
  }

  .card .prop>div {
    font-size: 1rem;
  }

  .card .card-text {
    font-size: .875rem;
  }
}

@media (max-width: 992px) {
  .section {
    padding: 1rem 0 2rem;
  }

  .slim .boks {
    min-width: 12rem;
  }

  .boks {
    font-size: initial;
    width: 31.5%;
  }

  /* .cards .card {min-width: 20rem;} */
  #sekcja-10 {
    /* grid-template-columns: repeat(1, 1fr); */
  }
}

@media (max-width: 768px) {
  #sekcja-1 {
    padding: 0;
  }

  #seachForma {
    position: unset;
    text-align: center;
    padding: 0;
  }

  #seachForma .d-flex {
    flex-direction: column;
    text-align: center;
    border-radius: 0;
    padding: 2rem;
  }

  #seachForma select,
  #seachForma input {
    margin-bottom: 2vw;
    padding: .25rem .625rem;
    border-radius: 2px;
    margin-right: 0;
  }

  #seachForma #searchBtn {
    padding: .25rem 1.5rem;
    margin-top: .375rem;
  }

  .section {
    padding: .75rem 2rem 1.5rem;
  }

  .cards .card {
    margin-bottom: 1.5rem;
  }

  .catalog .boks {
    width: 48%;
  }

  .cust_o-nas .typ-winietka {
    width: 100%;
    margin-top: 4%;
  }

  ;

  .container .slim {
    margin: 0 2%;
  }

  .container .slim .boks {
    width: 48%;
  }

  .four .set {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #sekcja-3 .third .set .typ-img {
    margin: 0 35% 1rem;
  }

  .catalog .boks {
    width: 100%;
  }

  .container .slim .boks {
    width: 100%;
  }

  #sekcja-12 .boks .i-text div {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cust_banery .pokrywka .prolog {
    font-size: calc(8px + 3.2vw);
  }

  #sekcja-3 .third .set {
    width: 100%;
  }

  #sekcja-3 .third .set .typ-img {
    margin: 0 42% 1rem;
  }

  .boks {
    font-size: initial;
    width: 100%;
  }

  .cards .card {
    min-width: 16rem;
    width: 90%;
    margin-bottom: 1rem;
  }

  .catalog .ctn-block {
    min-width: 16rem;
  }

  .dual .set {
    min-width: 18rem;
  }
}


/*
.cust_kontakty .typ-icon {
  position: relative;
  height: 3rem;
  padding: .75rem;
  width: 9rem;
  float: left;
  font-weight: 600;
  font-size: 1.5rem;
  cursor: pointer;
  margin-bottom: 1rem;
}
.cust_kontakty .typ-icon .picto {position: absolute; top:0;}

#sekcja-24 {
  background: linear-gradient(0, #FFFFFF 60%, #EFEFEF 40%);;
}
#sekcja-24 .item-picture {background-color: var(--bkg1);}

#sekcja-25 {
  background-color: var(--bkg3);
}
#sekcja-25 {padding-bottom: 4rem;}
#sekcja-25 .sec-title {padding: 1rem 0 3rem;}
*/





/* Partnerzy */
#sekcja-5 {
  background-color: #D5E2EB;
  position: relative;
}

#sekcja-5 .title-block h2 {
  color: var(--text5);
}

.s-partners {
  padding: 0;
  overflow: hidden;
}

.partners {
  display: flex;
}

.partners>a,
.partners>img {
  background-color: white;
  margin: 1rem;
  padding: 1rem;
}

.partners img {
  max-height: 180px;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1 / 1
}

.s-partners .slick-slide img {
  width: 100%;
  object-fit: contain;
  padding: 1.5rem;
}

.s-partners .slick-slide {
  padding: .725rem;
  position: static !important;
  float: initial;
  height: initial;
  min-height: initial;
}

.s-partners .slick-slide>div {
  background-color: white;
}

.s-partners .slick-slide a {
  display: block;
  /* background-color: white; */
  vertical-align: bottom;
}

.s-partners .slick-slide img,
.s-partners .slick-slide a img {
  max-height: 180px;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1 / 1
}

.s-partners .slick-track {
  display: flex;
  flex-direction: row;
}




/* strona 48 albo 68 - aktualności */
/*
.site-48 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.site-48 .box {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.site-48 .box a {
  display: block;
  height: 100%;
}

.site-48 .box .picture {
  outline: 1px solid var(--border4);
  margin-bottom: 1rem;
}

.site-48 .box .picture img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.site-48 .box time {
  font-size: .875rem;
  margin-bottom: .5rem;
  display: block;
}

.site-48 .box time i {
  color: var(--text4);
}

.site-48 .box .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text4);
  margin-bottom: 1rem;
}

.site-48 .box a:hover .title {
  color: var(--hover4);
}

.site-48 .box a:hover time,
.site-48 .box a:hover .desc {
  color: var(--text1);
}

@media (max-width: 1200px) {
  .site-48 {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 768px) {
  .site-48 {
    grid-template-columns: 1fr;
  }
}
*/
/* end aktualnosci */