:root {
  --f-font: "Bodoni Moda";
  --s-font: "Open Sans";
}

body:not(.home) header {
  background-color: #fff !important;
}
body:not(.home) main {
  padding-top: 104px;
}
@media only screen and (max-width: 991px) {
  body:not(.home) main {
    padding-top: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .home header {
    box-shadow: none !important;
  }
}

body:not(.wp-core-ui),
html:not(.wp-toolbar),
.acf-block-preview {
  /* Tutaj umieszczamy style globalne */
  font-family: inherit;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
}
body:not(.wp-core-ui) h1,
body:not(.wp-core-ui) h2,
body:not(.wp-core-ui) h3,
body:not(.wp-core-ui) h4,
body:not(.wp-core-ui) h5,
body:not(.wp-core-ui) h6,
body:not(.wp-core-ui) p,
html:not(.wp-toolbar) h1,
html:not(.wp-toolbar) h2,
html:not(.wp-toolbar) h3,
html:not(.wp-toolbar) h4,
html:not(.wp-toolbar) h5,
html:not(.wp-toolbar) h6,
html:not(.wp-toolbar) p,
.acf-block-preview h1,
.acf-block-preview h2,
.acf-block-preview h3,
.acf-block-preview h4,
.acf-block-preview h5,
.acf-block-preview h6,
.acf-block-preview p {
  margin: 0;
}
body:not(.wp-core-ui) *,
html:not(.wp-toolbar) *,
.acf-block-preview * {
  font-family: var(--s-font);
}
body:not(.wp-core-ui) .hero-title,
html:not(.wp-toolbar) .hero-title,
.acf-block-preview .hero-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .hero-title,
  html:not(.wp-toolbar) .hero-title,
  .acf-block-preview .hero-title {
    line-height: 55px;
    font-size: 40px;
  }
}
body:not(.wp-core-ui) .heading-1,
html:not(.wp-toolbar) .heading-1,
.acf-block-preview .heading-1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 32px;
  font-family: var(--f-font);
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .heading-1,
  html:not(.wp-toolbar) .heading-1,
  .acf-block-preview .heading-1 {
    font-size: 36px;
	 line-height:120%;
  }
}
body:not(.wp-core-ui) .heading-2,
html:not(.wp-toolbar) .heading-2,
.acf-block-preview .heading-2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-family: var(--f-font);
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .heading-2,
  html:not(.wp-toolbar) .heading-2,
  .acf-block-preview .heading-2 {
    font-size: 26px;
  }
}
body:not(.wp-core-ui) .heading-3,
html:not(.wp-toolbar) .heading-3,
.acf-block-preview .heading-3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--f-font);
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .heading-3,
  html:not(.wp-toolbar) .heading-3,
  .acf-block-preview .heading-3 {
    font-size: 18px;
  }
}
body:not(.wp-core-ui) .btn-border,
html:not(.wp-toolbar) .btn-border,
.acf-block-preview .btn-border {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  padding: 20px 20px;
  border: 1px solid #85B6FF;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  max-height: 64px;
  background-color: #fff;
}
body:not(.wp-core-ui) button.splide__arrow.splide__arrow--prev,
html:not(.wp-toolbar) button.splide__arrow.splide__arrow--prev,
.acf-block-preview button.splide__arrow.splide__arrow--prev {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translate(calc(-100% - 20px), -50%);
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 60px;
}
body:not(.wp-core-ui) button.splide__arrow.splide__arrow--prev svg,
html:not(.wp-toolbar) button.splide__arrow.splide__arrow--prev svg,
.acf-block-preview button.splide__arrow.splide__arrow--prev svg {
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) button.splide__arrow.splide__arrow--prev,
  html:not(.wp-toolbar) button.splide__arrow.splide__arrow--prev,
  .acf-block-preview button.splide__arrow.splide__arrow--prev {
    left: 50px;
  }
  body:not(.wp-core-ui) button.splide__arrow.splide__arrow--prev svg,
  html:not(.wp-toolbar) button.splide__arrow.splide__arrow--prev svg,
  .acf-block-preview button.splide__arrow.splide__arrow--prev svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) button.splide__arrow.splide__arrow--prev,
  html:not(.wp-toolbar) button.splide__arrow.splide__arrow--prev,
  .acf-block-preview button.splide__arrow.splide__arrow--prev {
    left: 50px;
  }
  body:not(.wp-core-ui) button.splide__arrow.splide__arrow--prev svg,
  html:not(.wp-toolbar) button.splide__arrow.splide__arrow--prev svg,
  .acf-block-preview button.splide__arrow.splide__arrow--prev svg {
    width: 45px;
    height: 45px;
  }
}
body:not(.wp-core-ui) button.splide__arrow.splide__arrow--next,
html:not(.wp-toolbar) button.splide__arrow.splide__arrow--next,
.acf-block-preview button.splide__arrow.splide__arrow--next {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translate(calc(100% + 20px), -50%);
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 60px;
}
body:not(.wp-core-ui) button.splide__arrow.splide__arrow--next svg,
html:not(.wp-toolbar) button.splide__arrow.splide__arrow--next svg,
.acf-block-preview button.splide__arrow.splide__arrow--next svg {
  width: 65px;
  height: 65px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) button.splide__arrow.splide__arrow--next,
  html:not(.wp-toolbar) button.splide__arrow.splide__arrow--next,
  .acf-block-preview button.splide__arrow.splide__arrow--next {
    right: 50px;
  }
  body:not(.wp-core-ui) button.splide__arrow.splide__arrow--next svg,
  html:not(.wp-toolbar) button.splide__arrow.splide__arrow--next svg,
  .acf-block-preview button.splide__arrow.splide__arrow--next svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) button.splide__arrow.splide__arrow--next,
  html:not(.wp-toolbar) button.splide__arrow.splide__arrow--next,
  .acf-block-preview button.splide__arrow.splide__arrow--next {
    right: 50px;
  }
  body:not(.wp-core-ui) button.splide__arrow.splide__arrow--next svg,
  html:not(.wp-toolbar) button.splide__arrow.splide__arrow--next svg,
  .acf-block-preview button.splide__arrow.splide__arrow--next svg {
    width: 45px;
    height: 45px;
  }
}
body:not(.wp-core-ui) .desc,
html:not(.wp-toolbar) .desc,
.acf-block-preview .desc {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 12px;
}
body:not(.wp-core-ui) .desc.white,
html:not(.wp-toolbar) .desc.white,
.acf-block-preview .desc.white {
  color: var(--gray-50, #F9FAFB);
}
body:not(.wp-core-ui) .description,
html:not(.wp-toolbar) .description,
.acf-block-preview .description {
  color: var(--c2);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .description,
  html:not(.wp-toolbar) .description,
  .acf-block-preview .description {
    font-size: 16px;
    line-height: 150%;
  }
}
body:not(.wp-core-ui) .description.smaller,
html:not(.wp-toolbar) .description.smaller,
.acf-block-preview .description.smaller {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
body:not(.wp-core-ui) .section-title,
html:not(.wp-toolbar) .section-title,
.acf-block-preview .section-title {
  text-align: center;
  font-family: var(--f-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: var(--gray-700, #344054);
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .section-title,
  html:not(.wp-toolbar) .section-title,
  .acf-block-preview .section-title {
    font-size: 32px;
    line-height: 150%;
  }
}
body:not(.wp-core-ui) .btn-theme,
html:not(.wp-toolbar) .btn-theme,
.acf-block-preview .btn-theme {
  padding: 30px 70px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 132px;
  position: relative;
  color: #fff;
  font-family: var(--s-font);
  display: inline-block;
}
body:not(.wp-core-ui) .btn-theme:after,
html:not(.wp-toolbar) .btn-theme:after,
.acf-block-preview .btn-theme:after {
  content: " ";
  border-radius: 135.5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(178, 201, 255, 0.4) 86.46%, rgba(213, 225, 253, 0.4) 100%);
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.16) inset;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .btn-theme,
  html:not(.wp-toolbar) .btn-theme,
  .acf-block-preview .btn-theme {
    font-size: 16px;
    padding: 30px 30px;
  }
}
body:not(.wp-core-ui) .img-front,
html:not(.wp-toolbar) .img-front,
.acf-block-preview .img-front {
  position: relative;
  border-radius: 60px;
  transition: z-index 0.3s ease-in-out;
}
body:not(.wp-core-ui) .img-front:before,
html:not(.wp-toolbar) .img-front:before,
.acf-block-preview .img-front:before {
  content: " ";
  border-radius: 135.5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(178, 201, 255, 0.4) 86.46%, rgba(213, 225, 253, 0.4) 100%);
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.16) inset;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: absolute;
  top: -30px;
  left: 150px;
  width: 125%;
  height: calc(100% + 60px);
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 750px) {
  body:not(.wp-core-ui) .img-front:before,
  html:not(.wp-toolbar) .img-front:before,
  .acf-block-preview .img-front:before {
    border-radius: 45px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: unset;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60%;
    z-index: -1;
  }
}
body:not(.wp-core-ui) .img-front:after,
html:not(.wp-toolbar) .img-front:after,
.acf-block-preview .img-front:after {
  content: " ";
  border-radius: 135.5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(178, 201, 255, 0.4) 86.46%, rgba(213, 225, 253, 0.4) 100%);
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.16) inset;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: absolute;
  top: -30px;
  left: 150px;
  width: 125%;
  height: calc(100% + 60px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 750px) {
  body:not(.wp-core-ui) .img-front:after,
  html:not(.wp-toolbar) .img-front:after,
  .acf-block-preview .img-front:after {
    border-radius: 45px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: unset;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60%;
  }
}
body:not(.wp-core-ui) .aktualnosci--left--inner:hover .img-front:after,
body:not(.wp-core-ui) .aktualnosci--right--inner:hover .img-front:after,
html:not(.wp-toolbar) .aktualnosci--left--inner:hover .img-front:after,
html:not(.wp-toolbar) .aktualnosci--right--inner:hover .img-front:after,
.acf-block-preview .aktualnosci--left--inner:hover .img-front:after,
.acf-block-preview .aktualnosci--right--inner:hover .img-front:after {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
body:not(.wp-core-ui) img,
body:not(.wp-core-ui) svg,
html:not(.wp-toolbar) img,
html:not(.wp-toolbar) svg,
.acf-block-preview img,
.acf-block-preview svg {
  display: flex;
  width: 100%;
  height: auto;
}
body:not(.wp-core-ui) .et-container,
html:not(.wp-toolbar) .et-container,
.acf-block-preview .et-container {
  width: min(90%, 1280px);
  margin: auto;
}
body:not(.wp-core-ui) footer,
html:not(.wp-toolbar) footer,
.acf-block-preview footer {
  min-height: 5px;
}
body:not(.wp-core-ui) .bar-80,
html:not(.wp-toolbar) .bar-80,
.acf-block-preview .bar-80 {
  width: 100%;
  height: 80px;
}
body:not(.wp-core-ui) .page-id-124 .aktualnosci,
html:not(.wp-toolbar) .page-id-124 .aktualnosci,
.acf-block-preview .page-id-124 .aktualnosci {
  padding-bottom: 100px;
}
body:not(.wp-core-ui) .page-id-124 .nagrody .wrapper,
html:not(.wp-toolbar) .page-id-124 .nagrody .wrapper,
.acf-block-preview .page-id-124 .nagrody .wrapper {
  transform: translateY(-100px);
  position: relative;
  z-index: 5;
}
body:not(.wp-core-ui) .page-id-160 .cennik-uslug--link,
html:not(.wp-toolbar) .page-id-160 .cennik-uslug--link,
.acf-block-preview .page-id-160 .cennik-uslug--link {
  margin-top: 40px;
}

.kontakt iframe {
  position: relative;
  z-index: 0;
}
.kontakt .et-container {
  position: relative;
}
.kontakt .et-container .tytul-kontakt {
  padding-bottom: 40px;
}
.kontakt .et-container .wrapper {
  overflow: hidden;
  width: 555px;
  max-width: 100%;
  position: absolute;
  bottom: -140px;
  right: -10px;
  background: #EDF2FB;
  padding: 80px 32px 32px;
  border-radius: 32px;
}
@media only screen and (max-width: 1250px) {
  .kontakt .et-container .wrapper {
    position: relative;
    width: 100%;
    right: 0;
    bottom: -60px;
  }
}
.kontakt .et-container .wrapper .heading-2 {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.kontakt .et-container .wrapper .heading-2 svg {
  width: 32px;
  height: 24px;
}
.kontakt .et-container .wrapper .desc {
  margin-bottom: 32px;
  color: #7A7A7A;
}
.kontakt .et-container .wrapper input:not([type=submit]),
.kontakt .et-container .wrapper textarea {
  border: 1px solid #7A7A7A;
  padding: 12px 16px;
  border-radius: 8px;
  width: 100%;
  background: #fff;
}
.kontakt .et-container .wrapper .background {
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  width: 100%;
  color: #fff;
}
.kontakt .et-container .wrapper .background > * {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}
.kontakt .et-container .wrapper .background:after {
  content: " ";
  background: #667085;
  position: absolute;
  top: 0;
  left: -35px;
  width: calc(100% + 70px);
  height: 100%;
  z-index: 0;
  border-radius: 0px 0px 12px 12px;
}
.kontakt .et-container .wrapper .background label {
  color: #fff;
}
.kontakt .et-container .wrapper * {
  outline: none;
}
.kontakt .et-container .wrapper textarea {
  border: none;
  background: transparent;
  border-bottom: solid 1px var(--c1);
  padding-bottom: 10px;
}
.kontakt .et-container .wrapper label {
  display: flex;
  width: 100%;
  flex-direction: column;
  color: var(--c2);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.kontakt .et-container .wrapper label span {
  margin-top: 8px;
  width: 100%;
}
.kontakt .et-container .wrapper .wpcf7-form-control-wrap {
  width: 100%;
}
.kontakt .et-container .wrapper span.wpcf7-form-control.wpcf7-acceptance {
  display: block;
}
.kontakt .et-container .wrapper span.wpcf7-form-control.wpcf7-acceptance label {
  margin: 0;
}
.kontakt .et-container .wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.kontakt .et-container .wrapper .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 24px;
  color: #fff;
}
.kontakt .et-container .wrapper .wpcf7-acceptance .wpcf7-list-item label a {
  color: #7a7a7a;
}
.kontakt .et-container .wrapper .wpcf7-acceptance .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  border-radius: 4px;
  background: #fff;
  transition-duration: 0.5s;
  border: 1px solid #7A7A7A;
}
.kontakt .et-container .wrapper .wpcf7-acceptance .wpcf7-list-item label input:checked {
  background: #7a7a7a;
}
.kontakt .et-container .wrapper .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  margin-top: 0;
  color: #7A7A7A;
}
.kontakt .et-container .wrapper .arrowbox {
  position: relative;
}
.kontakt .et-container .wrapper .arrowbox .arrow {
  position: absolute;
  width: 22px;
  height: 17px;
  top: 17px;
  left: 160px;
}
.kontakt .et-container .wrapper input[type=submit] {
  padding: 16px 64px;
  border-radius: 32px;
  border: none;
  background: #fff;
  color: #7A7A7A;
  text-align: center;
  text-transform: uppercase;
}
.kontakt .et-container .wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.kontakt .et-container .wrapper form > *:nth-child(2), .kontakt .et-container .wrapper form > *:nth-child(3) {
  width: calc(50% - 16px);
}
@media screen and (max-width: 576px) {
  .kontakt .et-container .wrapper form > *:nth-child(2), .kontakt .et-container .wrapper form > *:nth-child(3) {
    width: 100%;
  }
}
.kontakt .et-container .wrapper .attach-file {
  color: #344054;
  padding: 5px 13px;
  background: #fff;
  border-radius: 32px;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin: 16px 0px;
  cursor: pointer;
}
.kontakt .et-container iframe {
  margin-bottom: -30px;
  box-shadow: 32px 32px 64px 0px rgba(52, 64, 84, 0.08);
}
@media only screen and (max-width: 991px) {
  .kontakt .et-container iframe {
    margin-bottom: 32px;
  }
}/*# sourceMappingURL=theme-style.css.map */