@media (min-width:780px){
.zapis__img img {
  top: 34px;
  position: relative;
}
.dla__quote {
  font-family: "Instrument Serif",serif;
  font-size: 32px;
  line-height: 1.45;
  color: #EDEDED;
  margin: 0;
  max-width: 1000px;
}
.dla__photo {
  position: absolute;
  left: -78px;
  top: 160px;
  width: 520px;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none !important;
}
.dla__photo img {
object-position: 53% 5% !important;
    background: transparent !important;
    position: relative;
    top: -10px;
  }

#poznaj img {
  max-width: 100%;
  top: 15px !important;
  position: relative !important;
}
.zapis__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  top: 15px !important;
  position: relative !important;
}
}

/* === FIX: Stats big size on all breakpoints === */
.stats__big, .stats_big{
  font-family: "Instrument Serif", serif !important;
  font-size: 230.71px !important;
  line-height: 230px !important;
  letter-spacing: 0 !important;
}

/* === FIX: menu close button clickable === */
.menu__close{position:relative !important; z-index:20 !important; cursor:pointer; pointer-events:auto !important;}



/* === FIXWOW2: stats bullets brown + dot === */
.statsBullets__item{
  color:#AD6B34 !important;
  position: relative;
  padding-left: 22px;
  font-size: 25px;
  line-height: 1.35;
  top: 30px;
}
.statsBullets__item:before{
  background:#AD6B34 !important;
}

/* === FIXWOW2: ensure close button clickable === */
.menu__close{ pointer-events:auto !important; cursor:pointer; z-index:9999 !important; position:relative !important; }
.menuClose, .menu__close, #menuClose {
  pointer-events: auto !important;
  z-index: 99999 !important;
  cursor: pointer !important;
}


@media (max-width: 680px) {
  .hero__logo {
    top: 0;
    position: absolute;
  }
 .hero__title {font-size: 34px;}
 .hero__title, .hero__lead {
    background: rgba(245,241,236,0.78);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 6px 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 12px;
    top: 213px !important;
    position: relative;
  }
.dla__photo img {
  object-position: 0 !important;
  top: 8px;
  position: relative;
}
.stats__big, .stats_big {
  font-family: "Instrument Serif", serif !important;
  font-size: 160.71px !important;
  line-height: 230px !important;
  letter-spacing: 0 !important;
}
.stats__center {
  margin: 0 auto !important;
    margin-top: 0px;
  margin-top: 48px !important;
  max-width: 1200px !important;
  width: 93% !important;
}
.zapis__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  top: 16px !important;
  position: relative !important;
}
  .faq__title {
    font-size: 31px;
  }
}

