@charset "UTF-8";
form.wpcf7-form {
  background: #e2dedc;
  padding: 100px 50px;
  border-radius: 35px;
  font-weight: 300;
  color: #262322;
  max-width: 950px;
}
@media (max-width: 600px) {
  form.wpcf7-form {
    border-radius: 0;
  }
}
form.wpcf7-form .input-names {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}
form.wpcf7-form .input-names p {
  flex: 1 1 calc(50% - 20px);
  margin: 0;
}
form.wpcf7-form .text-box {
  margin-bottom: 30px;
}
form.wpcf7-form .text-box textarea {
  min-height: 140px;
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel],
form.wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #262322;
  background: transparent;
  font-size: 14px;
  color: #262322;
  font-family: inherit;
  padding: 20px 5px;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.3s;
}
form.wpcf7-form input[type=text]::placeholder,
form.wpcf7-form input[type=email]::placeholder,
form.wpcf7-form input[type=tel]::placeholder,
form.wpcf7-form textarea::placeholder {
  color: #262322;
  opacity: 1;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #918986;
}
form.wpcf7-form textarea {
  height: 140px;
  padding-top: 100px;
  padding-bottom: 10px;
}
form.wpcf7-form input:not(:placeholder-shown) {
  background-color: transparent;
}
form.wpcf7-form .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  margin: 50px 0;
}
form.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #262322;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}
form.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #262322;
}
form.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #262322;
  font-weight: 300;
}
form.wpcf7-form input[type=submit] {
  background: transparent;
  color: #262322;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  padding: 15px 54px;
  border-radius: 30px;
  border: 1px solid #262322;
  cursor: pointer;
  float: right;
  transition: all 0.3s ease;
}
form.wpcf7-form input[type=submit]:hover {
  background: #262322;
  color: #fff;
}
@media (max-width: 768px) {
  form.wpcf7-form {
    padding: 40px 20px;
  }
  form.wpcf7-form .input-names {
    flex-direction: column;
  }
  form.wpcf7-form .input-names p {
    flex: 1 1 100%;
  }
  form.wpcf7-form input[type=submit] {
    width: 100%;
    float: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans", sans-serif;
  background-color: #F5F3F2;
  font-weight: 300;
  overflow-x: clip;
}

h1, h2, h3, h4 {
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
}

.site-nav {
  background: #918986 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 28px;
  padding-inline: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
  border-bottom: 1px solid #ffffff;
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 0.5s;
}
.site-nav.is-transparent {
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
}
.site-nav.scrolled {
  background-color: #918986 !important;
  padding-top: 7px;
  padding-bottom: 17px;
}
@media (max-width: 600px) {
  .site-nav.scrolled {
    padding-bottom: 3px;
  }
}
.site-nav .logo img {
  width: 265px;
  height: 65px;
  z-index: 20;
  position: relative;
}
@media (max-width: 600px) {
  .site-nav .logo img {
    max-width: 140px;
  }
}
.site-nav .menu-right {
  display: flex;
  gap: 50px;
  align-items: center;
}
.site-nav .menu-right .cta-box {
  display: flex;
  gap: 30px;
}
.site-nav .menu-right .cta-box .cta-button {
  display: flex;
  align-items: center;
}
.site-nav .menu-right .cta-box .cta-button a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 50px;
  font-weight: 300;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  background: none;
  height: auto;
  width: auto;
}
@media (max-width: 1200px) {
  .site-nav .menu-right .cta-box .cta-button a {
    padding: 11px 40px;
  }
}
.site-nav .menu-right .cta-box .cta-button a:hover {
  background: #FFF;
  color: #262322;
  border: 1px solid #262322;
}
.site-nav .menu-right .cta-box .menu-social {
  display: none;
}
@media (max-width: 1200px) {
  .site-nav .menu-right .cta-box .menu-social {
    display: block;
  }
}
.site-nav .main-menu {
  display: flex;
  gap: 50px;
  list-style: none;
}
@media (max-width: 1200px) {
  .site-nav .main-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 45px;
  }
}
.site-nav .main-menu li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(13px, 13px + 2 * (100vw - 375px) / 1545, 15px);
}

.cta-button {
  display: flex;
  align-items: center;
}
.cta-button a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 50px;
  font-weight: 300;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  background: none;
  height: auto;
  width: auto;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .cta-button a {
    padding: 11px 40px;
  }
}
.cta-button a:hover {
  background: #262322;
  color: #FFF;
  border: 1px solid #262322;
}

.nav-toggle {
  display: none;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 34px;
  height: 26px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 20;
  /* „trzy kreski” */
}
.nav-toggle__bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.35s ease, opacity 0.2s ease, top 0.35s ease;
}
.nav-toggle__bar:nth-child(1) {
  top: 0;
}
.nav-toggle__bar:nth-child(2) {
  top: 12px;
}
.nav-toggle__bar:nth-child(3) {
  top: 24px;
}

@media (max-width: 1200px) {
  .nav-toggle {
    display: block;
  }
  .site-nav .menu-right {
    position: fixed;
    inset: 0 0 0 auto;
    width: 100%;
    height: 100%;
    background: #918986;
    color: #fff;
    padding: 120px 35px;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
  .site-nav .menu-right::before {
    content: "";
    position: absolute;
    transform: translateX(-35px);
    width: 100%;
    height: 1px;
    background: #FFF;
    top: 90px;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  .site-nav .menu-right::before {
    top: 80px;
  }
}
@media (max-width: 1200px) {
  /* menu pionowo */
  .site-nav .menu {
    display: block;
    gap: 0;
  }
  .site-nav .menu li {
    margin: 15px 0;
  }
  .site-nav .menu a {
    color: #fff;
    font-size: clamp(18px, 2.8vw, 28px);
    letter-spacing: 0.02em;
  }
  .site-nav .menu-right .cta-button a {
    border-color: #fff;
    color: #fff;
    padding: 12px 28px;
  }
  .site-nav.is-open .menu-right {
    transform: translateX(0);
  }
  .site-nav.is-open .nav-toggle__bar:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }
  .site-nav.is-open .nav-toggle__bar:nth-child(2) {
    opacity: 0;
  }
  .site-nav.is-open .nav-toggle__bar:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
  .site-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.body-lock {
  overflow: hidden;
}

.page-id-6 .site-nav {
  background-color: transparent;
}

.btn-cta {
  border-radius: 30px;
  border: 1px solid #262322;
  text-decoration: none;
  color: #262322;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 54px;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  background-image: none;
}
@media (max-width: 900px) {
  .btn-cta {
    width: 210px;
    height: 42px;
  }
}
.btn-cta:hover {
  background: #262322;
  color: #FFF;
  border: 1px solid #262322;
}

.cta-baner {
  background-image: url("../images/baner-tekst.jpg");
  min-height: 630px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cta-baner {
    background-image: url("../images/baner-tekst-mobile.jpg");
    min-height: 315px;
  }
}
.cta-baner .content {
  text-align: center;
  padding-inline: clamp(35px, 35px + 380 * (100vw - 375px) / 1545, 415px);
}
.cta-baner .content h2 {
  color: #FFF;
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  margin-bottom: 30px;
}
.cta-baner .content span {
  color: #FFF;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
}

.site-footer {
  --line: rgba(255,255,255,.35);
  background-color: #918986;
}
.site-footer a {
  color: #F5F3F2;
  text-decoration: none;
}
.site-footer a:hover {
  opacity: 0.9;
}
.site-footer .container {
  margin-inline: auto;
}

.footer__brand {
  padding: 50px 0;
}
@media (max-width: 800px) {
  .footer__brand {
    display: flex;
    justify-content: center;
  }
}

.footer__brand img {
  height: 65px;
  width: auto;
  display: block;
  padding-inline: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
}
@media (max-width: 800px) {
  .footer__brand img {
    height: 35px;
  }
}

.footer__divider {
  border: 0;
  height: 1px;
  background: #F5F3F2;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(30px, 7vw, 145px);
  margin-top: 100px;
  padding-inline: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
}
@media (max-width: 800px) {
  .footer__grid {
    grid-template-columns: auto;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
}

.footer__col h4 {
  margin: 0 0 22px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  text-transform: uppercase;
  color: #F5F3F2;
}

.footer__col p {
  margin: 0;
  line-height: 1.7;
  color: #F5F3F2;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
}

.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__menu li + li {
  margin-top: 8px;
}

.footer__menu a {
  color: #F5F3F2;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
}

.footer__menu a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 50px 0;
  padding-right: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
}
@media (max-width: 800px) {
  .footer__bottom {
    justify-content: center;
    padding-right: 0;
    margin: 30px 0;
  }
}

.social--circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F5F3F2;
}

.footer__copyright {
  border-top: 1px solid var(--line);
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  color: #F5F3F2;
  padding: 45px clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
}
@media (max-width: 800px) {
  .footer__copyright {
    text-align: center;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
}
.footer__col:last-child {
  align-items: center;
}

@media (max-width: 800px) {
  .footer__col-pc {
    display: none;
  }
}

.footer__col-mob {
  display: none;
}
@media (max-width: 800px) {
  .footer__col-mob {
    display: flex;
    margin-bottom: 30px;
  }
  .footer__col-mob ul {
    display: flex;
    gap: 5px;
  }
  .footer__col-mob ul li {
    margin: auto;
  }
  .footer__col-mob ul li a {
    text-decoration: underline;
  }
}

.document-wrapper {
  padding: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
  padding-top: 200px;
}
@media (max-width: 600px) {
  .document-wrapper {
    padding-top: 120px;
  }
}

header {
  background-image: url("../images/baner-main-new.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
@media (max-width: 500px) {
  header {
    background-image: url("https://drmaj.pl/wp-content/uploads/2025/12/glowna.jpg");
    height: 640px;
  }
}
header .cta-button {
  display: none;
}
@media (max-width: 900px) {
  header .cta-button {
    display: block;
    margin-bottom: 115px;
  }
}
header .cta-button a:hover {
  background: #FFF;
  color: #262322;
  border: 1px solid #FFF;
}
header .arrow-mobile {
  display: none;
}
@media (max-width: 900px) {
  header .arrow-mobile {
    position: absolute;
    bottom: 40px;
    display: block;
  }
}

.section-wrapper {
  margin-inline: auto;
}
strong {
  color: #262322;
  font-weight: bold;
}

.section-1 .section-wrapper {
  padding-inline: clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
  margin: auto;
}
.section-1 .section-wrapper .main-text {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .section-1 .section-wrapper .main-text {
    margin-top: 60px;
  }
}
.section-1 .section-wrapper .main-text .title {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  color: #262322;
  margin-bottom: 20px;
  font-family: "Noto Serif Display", serif;
}
.section-1 .section-wrapper .main-text .small-title {
  color: #262322;
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
  font-family: "Noto Serif Display", serif;
}
.section-1 .section-wrapper .about-me {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 93px;
  margin: 100px 0;
}
@media (max-width: 900px) {
  .section-1 .section-wrapper .about-me {
    margin: 60px 0;
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .section-1 .section-wrapper .about-me {
    flex-direction: column;
  }
}
.section-1 .section-wrapper .about-me .image-doctor {
  min-width: 500px;
  aspect-ratio: 580/776;
  border-radius: 35px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .section-1 .section-wrapper .about-me .image-doctor {
    min-width: 350px;
  }
}
@media (max-width: 768px) {
  .section-1 .section-wrapper .about-me .image-doctor {
    min-width: auto;
  }
}
.section-1 .section-wrapper .about-me .image-doctor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1 .section-wrapper .about-me .about-text {
  text-align: left;
  max-width: 690px;
  position: relative;
}
.section-1 .section-wrapper .about-me .about-text .supertitle, .section-1 .section-wrapper .about-me .about-text h2 {
  color: #262322;
  font-size: clamp(25px, 25px + 35 * (100vw - 375px) / 1545, 60px);
  font-family: "Noto Serif Display", serif;
}
.section-1 .section-wrapper .about-me .about-text .supertitle {
  font-size: clamp(18px, 18px + 27 * (100vw - 375px) / 1545, 45px);
}
.section-1 .section-wrapper .about-me .about-text h3 {
  color: #262322;
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
  margin-top: 30px;
}
@media (max-width: 900px) {
  .section-1 .section-wrapper .about-me .about-text h3 {
    margin-top: 10px;
  }
}
.section-1 .section-wrapper .about-me .about-text .content {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  line-height: 36px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .section-1 .section-wrapper .about-me .about-text .content {
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  .section-1 .section-wrapper .about-me .about-text .btn-cta {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 42px;
    width: 205px;
  }
}

.section-2 {
  background-color: #E2DEDC;
}
.section-2 .section-wrapper {
  margin: auto;
  padding: 100px clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
}
@media (max-width: 768px) {
  .section-2 .section-wrapper {
    padding: 60px clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
  }
}
.section-2 .section-wrapper .title {
  text-align: center;
}
.section-2 .section-wrapper .title h3 {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
}
.section-2 .section-wrapper .stats {
  padding: clamp(24px, 6vw, 60px) 0;
}
@media (max-width: 768px) {
  .section-2 .section-wrapper .stats {
    padding: 0;
    margin-top: 60px;
  }
}
.section-2 .section-wrapper .stats__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 4vw, 60px);
  flex-wrap: nowrap;
}
.section-2 .section-wrapper .stats__list::after {
  content: "";
  position: absolute;
  right: 48%;
  bottom: 0;
  width: 1px;
  height: 225px;
  background: #262322;
}
@media (min-width: 768px) {
  .section-2 .section-wrapper .stats__list::after {
    content: none;
  }
}
.section-2 .section-wrapper .stat {
  text-align: center;
  padding-inline: clamp(8px, 2vw, 24px);
  position: relative;
}
.section-2 .section-wrapper .stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -35%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #262322;
}
@media (max-width: 1650px) {
  .section-2 .section-wrapper .stat:not(:last-child)::after {
    right: -20%;
  }
}
.section-2 .section-wrapper .stat__value {
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.1;
  display: block;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(10px);
  opacity: 0;
}
@media (max-width: 768px) {
  .section-2 .section-wrapper .stat__value {
    font-size: 36px;
  }
}
.section-2 .section-wrapper .stat__value.active {
  opacity: 1;
  transform: translateY(0);
}
.section-2 .section-wrapper .stat__label {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  line-height: 1.4;
  display: block;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .section-2 .section-wrapper .stats__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .section-2 .section-wrapper .stat::after {
    display: none;
  }
  .section-2 .section-wrapper .stat {
    padding-inline: 8px;
  }
}

.section-3 .section-wrapper {
  padding-inline: clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
  margin: auto;
}
.section-3 .section-wrapper .title {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .section-3 .section-wrapper .title {
    margin-top: 60px;
  }
}
.section-3 .section-wrapper .title h1 {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
  color: #262322;
  margin-bottom: 20px;
}
.section-3 .section-wrapper .title span {
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
  font-family: "Noto Serif Display", serif;
}
.section-3 .section-wrapper .services-grid {
  --radius: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 32px);
  margin-inline: auto;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .section-3 .section-wrapper .services-grid {
    margin-top: 60px;
    gap: 30px;
  }
}
.section-3 .section-wrapper {
  /* Karta */
}
.section-3 .section-wrapper .service {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1/1;
  isolation: isolate;
  text-decoration: none;
  will-change: transform;
}
.section-3 .section-wrapper .service img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.section-3 .section-wrapper .service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
}
.section-3 .section-wrapper .service .service__title {
  position: absolute;
  left: 30px;
  right: 16px;
  bottom: 45px;
  z-index: 2;
  color: #fff;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  line-height: 1.25;
  font-size: clamp(14px, 2.2vw, 20px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  min-height: 50px;
}
@media (max-width: 900px) {
  .section-3 .section-wrapper .service .service__title {
    font-size: 18px;
    text-decoration: underline;
    min-height: auto;
  }
}
.section-3 .section-wrapper .service {
  /* hover */
}
.section-3 .section-wrapper .service:hover img {
  transform: scale(1.04);
}
@media (max-width: 1024px) {
  .section-3 .section-wrapper .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .section-3 .section-wrapper .services-grid {
    grid-template-columns: 1fr;
  }
}

.section-4 {
  background-color: #E2DEDC;
}
.section-4 .section-wrapper {
  padding-inline: clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
  padding-top: 100px;
  padding-bottom: 40px;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .section-4 .section-wrapper {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.section-4 .section-wrapper .title h2 {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  color: #262322;
  margin-bottom: 50px;
  text-align: center;
}
.section-4 .section-wrapper .tms {
  text-align: center;
  --count: 1;
  --index: 0;
  position: relative;
}
.section-4 .section-wrapper .tms .tms__arrow {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease;
}
.section-4 .section-wrapper .tms .tms__arrow img {
  max-width: 30px;
  transition: all 0.3s ease;
}
.section-4 .section-wrapper .tms .tms__arrow img:hover {
  max-width: 35px;
}
@media (max-width: 1200px) {
  .section-4 .section-wrapper .tms .tms__arrow img {
    max-width: 25px;
  }
  .section-4 .section-wrapper .tms .tms__arrow img:hover {
    max-width: 28px;
  }
}
.section-4 .section-wrapper .tms .tms__arrow--prev {
  left: -30px;
}
.section-4 .section-wrapper .tms .tms__arrow--next {
  right: -30px;
}
@media (max-width: 1200px) {
  .section-4 .section-wrapper .tms .tms__arrow--prev {
    left: 10px;
  }
  .section-4 .section-wrapper .tms .tms__arrow--next {
    right: 10px;
  }
}
@media (max-width: 600px) {
  .section-4 .section-wrapper .tms .tms__arrow--prev {
    left: -40px;
  }
  .section-4 .section-wrapper .tms .tms__arrow--next {
    right: -40px;
  }
}
.section-4 .section-wrapper .tms__slider {
  max-width: 900px;
  margin-inline: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: grab;
  display: flex;
  overflow-x: scroll;
}
.section-4 .section-wrapper .tms__slider.is-dragging {
  cursor: grabbing;
}
.section-4 .section-wrapper .tms__slider::-webkit-scrollbar {
  display: none;
}
.section-4 .section-wrapper {
  /* slajd */
}
.section-4 .section-wrapper .tms__slide {
  padding: 0 clamp(16px, 4vw, 40px);
  flex: 0 0 100%;
  scroll-snap-align: start;
  user-select: none;
  pointer-events: auto;
  transition: opacity 0.6s ease;
}
.section-4 .section-wrapper .tms__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  line-height: 1.8;
  color: #262322;
  max-width: 65ch;
  margin: 0 auto clamp(24px, 3vw, 40px);
}
.section-4 .section-wrapper .tms__author {
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-size: clamp(18px, 2.4vw, 28px);
  margin: 0;
  color: #262322;
}
.section-4 .section-wrapper {
  /* linia postępu */
}
.section-4 .section-wrapper .tms__progress {
  position: relative;
  margin: clamp(32px, 6vw, 64px) auto 0;
  height: 2px;
}
.section-4 .section-wrapper .tms__track {
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.25);
}
.section-4 .section-wrapper .tms__bar {
  position: absolute;
  inset: auto auto 0 0;
  height: 2px;
  background: #262322;
  transform: translateX(0); /* pozycja liczona w JS */
  transition: transform 0.35s ease; /* płynne przeskoki */
}
@media (max-width: 480px) {
  .section-4 .section-wrapper .tms__text {
    line-height: 1.7;
  }
}

.bio2 {
  position: relative;
  isolation: isolate;
  padding: 200px 0;
}
@media (max-width: 900px) {
  .bio2 {
    padding: 60px 0;
  }
}
.bio2 .section-wrapper {
  padding-inline: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
}
.bio2 .section-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 100px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #E2DEDC;
  height: 39%;
}
@media (max-width: 900px) {
  .bio2 .section-wrapper::before {
    height: 33%;
  }
}

.bio2__grid {
  display: grid;
  grid-template-columns: minmax(280px, 36rem) 1fr;
  grid-template-rows: auto auto;
  gap: clamp(24px, 6vw, 80px);
  align-items: start;
}

.bio2__photo {
  grid-column: 1;
  grid-row: 1/span 2;
  position: sticky;
  top: 100px;
  align-self: start;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .bio2__photo {
    display: none;
  }
}
.bio2__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.bio2__photo-mobile {
  display: none;
}
@media (max-width: 900px) {
  .bio2__photo-mobile {
    display: block;
  }
}

.bio2__row {
  grid-column: 2;
  position: relative;
  max-width: 86%;
  line-height: 1.8;
  min-width: 450px;
}
@media (max-width: 900px) {
  .bio2__row {
    min-width: auto;
  }
}
.bio2__row {
  padding-block: clamp(24px, 5vw, 40px);
}
.bio2__row p {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  margin: 0 0 1.2rem;
  color: #262322;
}

.bio2__row--light::before {
  background: #F5F3F2;
}

.bio2__row--dark::before {
  background: #E2DEDC;
}

/* Tytuł */
.bio2__title {
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 50px;
  font-size: clamp(25px, 25px + 35 * (100vw - 375px) / 1545, 60px);
  color: #544A45;
}
.bio2__title small {
  display: block;
  font-size: clamp(18px, 18px + 27 * (100vw - 375px) / 1545, 45px);
  font-weight: 300;
  margin-bottom: 0.25rem;
  font-family: "Noto Serif Display", serif;
  color: #544A45;
}

/* Mobile – jedna kolumna i bez sticky */
@media (max-width: 900px) {
  .bio2__grid {
    grid-template-columns: 1fr;
    gap: unset;
  }
  .bio2__photo {
    grid-row: auto;
    position: static;
    margin-bottom: clamp(16px, 6vw, 32px);
  }
  .bio2__row {
    max-width: 100%;
  }
}
.list-services .section-wrapper {
  padding-inline: clamp(35px, 35px + 380 * (100vw - 375px) / 1545, 415px);
}
.list-services .section-wrapper h3 {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  text-align: center;
  color: #262322;
}
.list-services .section-wrapper ul {
  list-style: none;
  margin-top: 50px;
}
.list-services .section-wrapper ul li {
  border: 1px solid #262322;
  border-radius: 30px;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  margin-bottom: 25px;
  padding: 12px 40px 12px 40px;
}

.baner-cta {
  background-image: url("../images/baner-umow.jpg");
  background-size: cover;
  min-height: 535px;
  position: relative;
  background-position: 72% 100%;
  padding-inline: clamp(35px, 35px + 380 * (100vw - 375px) / 1545, 415px);
}
@media (max-width: 600px) {
  .baner-cta {
    background-image: url("https://drmaj.pl/wp-content/uploads/2025/12/baner-umow-sie-mobile-2.jpg");
    min-height: 660px;
  }
}
.baner-cta .section-wrapper .call-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 50px;
  position: absolute;
  top: 150px;
}
@media (max-width: 600px) {
  .baner-cta .section-wrapper .call-content {
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    width: 100%;
  }
}
.baner-cta .section-wrapper .call-content h2 {
  color: #FFF;
  font-size: clamp(18px, 18px + 27 * (100vw - 375px) / 1545, 45px);
}
@media (max-width: 600px) {
  .baner-cta .section-wrapper .call-content h2 {
    font-size: 25px;
    text-align: center;
  }
}
.baner-cta .section-wrapper .call-content a {
  border-color: white;
  color: #FFF;
}

.baner-head-offer {
  background-image: url("../images/oferta-main.jpg");
  background-size: cover;
  min-height: 600px;
  position: relative;
  background-position: 72% 100%;
  margin-bottom: 120px;
  padding-inline: unset;
  margin-top: 85px;
}
@media (max-width: 1200px) {
  .baner-head-offer {
    margin-top: 45px;
  }
}
@media (max-width: 900px) {
  .baner-head-offer {
    background-position: 60% 100%;
  }
}
@media (max-width: 600px) {
  .baner-head-offer {
    margin-bottom: 60px;
    background-image: url("https://drmaj.pl/wp-content/uploads/2025/12/oferta-mobile-2.jpg");
    background-position: center;
  }
}
.baner-head-offer .section-wrapper {
  padding-inline: clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
}
.baner-head-offer .section-wrapper .call-content {
  gap: 0;
}
.baner-head-offer .section-wrapper .call-content h2 {
  font-size: 45px;
  color: #F5F3F2;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .baner-head-offer .section-wrapper .call-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.baner-head-offer .section-wrapper .call-content p {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  color: #F5F3F2;
}
.baner-head-offer .section-wrapper .call-content a {
  margin: 15px 0;
  color: #F5F3F2;
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
  font-family: "Noto Serif Display", serif;
}
@media (max-width: 900px) {
  .baner-head-offer .section-wrapper .call-content a {
    font-size: 25px;
    margin: 20px 0;
  }
}

.single-offer-section {
  padding-inline: clamp(35px, 35px + 380 * (100vw - 375px) / 1545, 415px);
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .single-offer-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  .single-offer-section .section-wrapper {
    padding-inline: unset;
  }
}
.single-offer-section .section-wrapper .image-offer {
  min-width: 300px;
}
.single-offer-section .section-wrapper .image-offer img {
  width: 100%;
  object-fit: cover;
  border-radius: 35px;
}
@media (max-width: 900px) {
  .single-offer-section .section-wrapper .image-offer img {
    border-radius: 25px;
  }
}
.single-offer-section .section-wrapper .content-offer {
  display: flex;
  flex-direction: column;
  max-width: 530px;
  text-align: left;
}
@media (max-width: 900px) {
  .single-offer-section .section-wrapper .content-offer {
    max-width: none;
  }
}
.single-offer-section .section-wrapper .content-offer .title-offer {
  margin-bottom: 20px;
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
  color: #262322;
}
@media (max-width: 900px) {
  .single-offer-section .section-wrapper .content-offer .title-offer {
    margin: 20px 0;
  }
}
.single-offer-section .section-wrapper .content-offer p {
  color: #262322;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
}
.single-offer-section .section-offer {
  display: flex;
  gap: 10%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .single-offer-section .section-offer {
    flex-direction: column;
  }
}
.single-offer-section .section-offer-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .single-offer-section .section-offer-reverse {
    flex-direction: column;
  }
}

.page-id-8 .latest-posts {
  padding: 180px 0;
}
@media (max-width: 900px) {
  .page-id-8 .latest-posts {
    padding: 100px 0;
  }
}

.latest-posts {
  padding: 80px 0;
}
@media (max-width: 900px) {
  .latest-posts {
    padding: 60px 0;
  }
}
.latest-posts .section-wrapper {
  padding-inline: clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
  margin: 0 auto;
}
.latest-posts .section-wrapper .section-subtitle {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  color: #262322;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 300;
  font-family: "Noto Serif Display", serif;
}
.latest-posts .section-wrapper .section-title {
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
  color: #262322;
  font-weight: 300;
  margin-bottom: 100px;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Serif Display", serif;
}
@media (max-width: 900px) {
  .latest-posts .section-wrapper .section-title {
    margin-bottom: 60px;
  }
}
.latest-posts .section-wrapper .posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .latest-posts .section-wrapper .posts-grid {
    justify-content: center;
  }
}
.latest-posts .section-wrapper .post-card {
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .latest-posts .section-wrapper .post-card {
    min-width: 300px;
    width: auto;
  }
}
.latest-posts .section-wrapper .post-card .thumb-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.latest-posts .section-wrapper .post-card .thumb-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 600px) {
  .latest-posts .section-wrapper .post-card .thumb-wrapper img {
    max-height: 220px;
  }
}
.latest-posts .section-wrapper .post-card .post-info {
  margin-top: 20px;
}
.latest-posts .section-wrapper .post-card .post-info .post-date {
  font-size: 14px;
  color: #262322;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 900px) {
  .latest-posts .section-wrapper .post-card .post-info .post-date {
    margin-bottom: 20px;
  }
}
.latest-posts .section-wrapper .post-card .post-info .post-title {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .latest-posts .section-wrapper .post-card .post-info .post-title {
    margin-bottom: 20px;
  }
}
.latest-posts .section-wrapper .post-card .post-info .post-title a {
  color: #262322;
}
.latest-posts .section-wrapper .post-card .post-info .post-excerpt {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  color: #918986;
  line-height: 1.5;
}
.latest-posts .section-wrapper .button-article {
  display: flex;
  justify-content: right;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .latest-posts .section-wrapper .button-article {
    justify-content: right;
  }
}

.single-article {
  padding: 200px 0;
}
@media (max-width: 900px) {
  .single-article {
    padding: 120px 0;
  }
}
.single-article .section-wrapper {
  margin: 0 auto;
  padding-inline: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
}
.single-article .section-wrapper .article-layout {
  display: flex;
  gap: 80px;
}
@media (max-width: 900px) {
  .single-article .section-wrapper .article-layout {
    flex-direction: column;
  }
}
.single-article .section-wrapper .article-layout .image-sticky {
  max-width: 580px;
  width: 100%;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .single-article .section-wrapper .article-layout .image-sticky {
    display: none;
  }
}
.single-article .section-wrapper .article-layout .image-sticky img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.single-article .section-wrapper .article-layout .article-content {
  flex: 1;
  min-width: 450px;
}
@media (max-width: 900px) {
  .single-article .section-wrapper .article-layout .article-content {
    min-width: auto;
  }
}
.single-article .section-wrapper .article-layout .article-content .article-date {
  font-size: 13px;
  color: #262322;
  margin-bottom: 10px;
  display: none;
}
.single-article .section-wrapper .article-layout .article-content .article-title {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
  margin-bottom: 30px;
  color: #262322;
}
.single-article .section-wrapper .article-layout .article-content .image-article-mobile {
  display: none;
}
@media (max-width: 900px) {
  .single-article .section-wrapper .article-layout .article-content .image-article-mobile {
    display: block;
  }
}
@media (max-width: 900px) {
  .single-article .section-wrapper .article-layout .article-content .image-article-mobile img {
    border-radius: 25px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.single-article .section-wrapper .article-layout .article-content .article-body {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  line-height: 1.8;
  color: #262322;
}
@media (max-width: 900px) {
  .single-article .section-wrapper .article-layout .article-content .article-body {
    margin-top: 60px;
  }
}
.single-article .section-wrapper .article-layout .article-content .article-body p {
  margin-bottom: 20px;
}
.single-article .section-wrapper .article-layout .article-content .article-body a {
  color: #262322;
}
.single-article .section-wrapper .article-layout .article-content .article-body ul, .single-article .section-wrapper .article-layout .article-content .article-body ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.single-article .section-wrapper .article-layout .article-content .article-body h1 {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
}
.single-article .section-wrapper .article-layout .article-content .article-body h2, .single-article .section-wrapper .article-layout .article-content .article-body h3 {
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
}
.single-article .section-wrapper .article-layout .article-content .article-body h2, .single-article .section-wrapper .article-layout .article-content .article-body h3, .single-article .section-wrapper .article-layout .article-content .article-body h4, .single-article .section-wrapper .article-layout .article-content .article-body h5 {
  margin-bottom: 15px;
}

.post-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.post-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.more-articles {
  padding: 80px 0 100px;
}
.more-articles .section-wrapper {
  padding-inline: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
  margin: 0 auto;
}
.more-articles .section-wrapper .more-title {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
  color: #262322;
  margin-bottom: 40px;
  text-align: center;
}
.more-articles .section-wrapper .posts-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.more-articles .section-wrapper .posts-grid .post-card {
  width: calc(33% - 20px);
  max-width: 440px;
  min-width: 300px;
}
@media (max-width: 900px) {
  .more-articles .section-wrapper .posts-grid .post-card {
    width: auto;
  }
}
.more-articles .section-wrapper .posts-grid .post-card a {
  text-decoration: none;
}
.more-articles .section-wrapper .posts-grid .post-card a .thumb-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.more-articles .section-wrapper .posts-grid .post-card a .thumb-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.more-articles .section-wrapper .posts-grid .post-card a .post-info {
  margin-top: 15px;
}
.more-articles .section-wrapper .posts-grid .post-card a .post-info .post-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  display: none;
}
.more-articles .section-wrapper .posts-grid .post-card a .post-info .post-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}
.more-articles .section-wrapper .posts-grid .post-card a .post-info .post-excerpt {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  color: #918986;
  line-height: 1.5;
}

.baner-contact {
  background-image: url("../images/kontakt-pc-new.jpg");
  background-size: cover;
  background-position: center;
  min-height: 600px;
  margin-top: 85px;
}
@media (max-width: 1200px) {
  .baner-contact {
    margin-top: 45px;
  }
}
@media (max-width: 600px) {
  .baner-contact {
    display: none;
  }
}
.contact-info {
  padding: 100px 0;
  background-color: #f8f6f4;
  padding-inline: clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
}
@media (max-width: 600px) {
  .contact-info {
    padding-inline: unset;
    padding-top: 130px;
    padding-bottom: 0;
  }
}
.contact-info .section-wrapper {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .contact-info .padding-mobile {
    padding-inline: clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
  }
}
.contact-info .section-title {
  font-size: clamp(18px, 18px + 27 * (100vw - 375px) / 1545, 45px);
  color: #262322;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
}
@media (max-width: 600px) {
  .contact-info .section-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.contact-info .contact-boxes {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #262322;
  border-bottom: 1px solid #262322;
  padding: 50px 0;
}
.contact-info .contact-boxes .box {
  flex: 1;
  text-align: center;
}
@media (max-width: 600px) {
  .contact-info .contact-boxes .box {
    border-bottom: 1px solid #262322;
    padding-bottom: 60px;
  }
}
.contact-info .contact-boxes .box .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .contact-info .contact-boxes .box .icon {
    width: auto;
    height: 58px;
  }
}
.contact-info .contact-boxes .box .label {
  display: block;
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
  color: #262322;
  font-weight: 300;
  text-decoration: underline;
  margin-bottom: 8px;
  font-family: "Noto Serif Display", serif;
  background-image: none;
  max-width: none;
  height: auto;
}
@media (max-width: 600px) {
  .contact-info .contact-boxes .box .label {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.contact-info .contact-boxes .box .desc {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  color: #918986;
  margin: 0;
}
.contact-info .contact-hours {
  text-align: center;
  margin-top: 50px;
  border-bottom: 1px solid #262322;
  padding-bottom: 50px;
}
.contact-info .contact-hours .hours-title {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  margin-bottom: 30px;
  color: #262322;
}
.contact-info .contact-hours .hours-text {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  color: #262322;
  line-height: 1.6;
}
.contact-info .contact-hours .hours-text span {
  color: #262322;
  display: block;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .contact-info .contact-boxes {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .contact-info .contact-boxes {
    border-bottom: unset;
  }
}
.contact-info .map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #262322;
}
@media (max-width: 600px) {
  .contact-info .map {
    border-bottom: unset;
  }
}
.contact-info .map .map-title {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
  color: #262322;
}
.contact-info .map .btn-cta {
  margin-top: 20px;
  margin-bottom: 50px;
}
.contact-info .map img {
  max-width: 100%;
  border-radius: 35px;
}
@media (max-width: 900px) {
  .contact-info .map img {
    display: none;
  }
}
.contact-info .map .mapa-mobile {
  display: none;
}
@media (max-width: 900px) {
  .contact-info .map .mapa-mobile {
    display: block;
    border-radius: 0;
    width: 100%;
  }
}
.contact-info .contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 600px) {
  .contact-info .contact-box {
    margin-top: 0;
  }
}
.contact-info .contact-box .contact-title {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
  color: #262322;
  margin-bottom: 17px;
}
@media (max-width: 900px) {
  .contact-info .contact-box .contact-title {
    padding-inline: clamp(35px, 35px + 243 * (100vw - 375px) / 1545, 278px);
    text-align: center;
  }
}
.contact-info .contact-box .sub-title {
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
  color: #262322;
  font-weight: 300;
}
.contact-info .contact-box .contact-form {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 50px auto 100px auto;
  max-height: 700px;
}
@media (max-width: 1100px) {
  .contact-info .contact-box .contact-form {
    flex-direction: column;
    max-height: unset;
  }
}
@media (max-width: 600px) {
  .contact-info .contact-box .contact-form {
    gap: 0;
    margin: 60px 0 0 0;
  }
}
.contact-info .contact-box .contact-form img {
  border-radius: 35px;
}
@media (max-width: 900px) {
  .contact-info .contact-box .contact-form img {
    display: none;
  }
}
.contact-info .contact-box .contact-form .mobile-img {
  display: none;
}
@media (max-width: 900px) {
  .contact-info .contact-box .contact-form .mobile-img {
    display: block;
    border-radius: 0;
    width: 100%;
  }
}

.baner-price-list {
  background-color: #E2DEDC;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}
@media (max-width: 1200px) {
  .baner-price-list {
    margin-top: 45px;
  }
}
.baner-price-list .section-wrapper {
  text-align: center;
}
@media (max-width: 900px) {
  .baner-price-list .section-wrapper {
    padding-inline: clamp(35px, 35px + 105 * (100vw - 375px) / 1545, 140px);
  }
}
.baner-price-list .section-wrapper .baner-title {
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
  color: #262322;
}
.baner-price-list .section-wrapper .desc {
  margin: 15px 0;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 1545, 16px);
  color: #262322;
}
@media (max-width: 600px) {
  .baner-price-list .section-wrapper .desc {
    margin: 20px 0;
  }
}
.baner-price-list .section-wrapper a {
  text-decoration: underline;
  color: #262322;
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 1545, 30px);
}
@media (max-width: 600px) {
  .baner-price-list .section-wrapper a {
    font-size: 25px;
  }
}

.cennik-section .container {
  padding-inline: clamp(35px, 35px + 380 * (100vw - 375px) / 1545, 415px);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .cennik-section .container {
    padding-inline: 15px;
  }
}
.cennik-section .cennik-kategoria {
  margin-bottom: 50px;
}
.cennik-section .cennik-kategoria h2 {
  text-align: center;
  font-size: clamp(25px, 25px + 15 * (100vw - 375px) / 1545, 40px);
  font-family: "Noto Serif Display", serif;
  color: #262322;
  margin-bottom: 25px;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .cennik-section .cennik-kategoria h2 {
    margin-top: 60px;
  }
}
.cennik-section .cennik-kategoria .cennik-lista {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cennik-section .cennik-kategoria .cennik-lista .cennik-element {
  background: transparent;
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #262322;
}
.cennik-section .cennik-kategoria .cennik-lista .cennik-element .nazwa {
  flex: 1;
}
.cennik-section .cennik-kategoria .cennik-lista .cennik-element .cena {
  white-space: nowrap;
  padding-left: 5px;
}
.cennik-section .cennik-kategoria .cennik-lista .cennik-element:nth-child(even) {
  background-color: #E2DEDC;
}

/*# sourceMappingURL=style.css.map */
