* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html, body {
  background-color: #fff;
  scroll-behavior: smooth;
}

main {
  position: relative;
}

section {
  position: relative;
}

.navpoint {
  position: absolute;
  top: 0px;
  left: 0px;
}

p.subtitle {
  color: #4C4C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

h1.title, h2.title {
  font-family: "Baloo 2", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  background: linear-gradient(122deg, #9E9E9E 3.33%, #383838 140.09%);
  background: linear-gradient(122deg, #E9BBD8 3.33%, #EDBFDC 140.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 24px 0px;
  padding: 7px 0px;
}

h1.title {
  margin: auto;
}

p.desc {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  font-size: 16px;
}
p.desc strong {
  color: #4C4C4C;
  font-weight: 700;
}

.animated-arrow path {
  stroke: #ECBEDB;
  stroke-width: 1;
  fill: rgba(236, 190, 219, 0);
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}

.animated-arrow.is-visible path {
  animation: draw 2s ease-in-out forwards;
}

.topshadow {
  width: 100%;
  height: 227px;
  background: linear-gradient(180deg, rgba(76, 76, 76, 0.5) 3.28%, rgba(76, 76, 76, 0) 89.71%);
  backdrop-filter: blur(0px);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 800;
    fill: rgba(236, 190, 219, 0);
  }
  70% {
    stroke-dashoffset: 0;
    fill: rgba(236, 190, 219, 0);
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgb(236, 190, 219);
  }
}
.cta {
  display: block;
  border-radius: 100px;
  background: #4C4C4C;
  position: relative;
  width: fit-content;
  height: 58px;
  border: 2px solid #4C4C4C;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
  padding-left: 22px;
  gap: 20px;
  cursor: pointer;
}
.cta span {
  font-family: "Baloo 2", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  transition: 0.36s ease;
}
.cta img {
  padding: 0px 17px;
  position: relative;
}
.cta .point {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #ECBEDB;
  transition: 0.36s ease;
}
.cta:hover span {
  color: #4C4C4C;
}
.cta:hover .point {
  width: calc(100% - 4px);
}
.cta.light {
  background-color: transparent;
}
.cta.light span {
  color: #4C4C4C;
}
.cta.white {
  background-color: #fff;
}
.cta.white span {
  color: #4C4C4C;
}

.cta-second {
  display: block;
  border-radius: 100px;
  position: relative;
  width: fit-content;
  height: 58px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  padding-left: 22px;
  padding-right: 22px;
  gap: 20px;
  border: 2px solid #fff;
  background: transparent;
  transition: 0.36s ease;
  justify-content: space-between;
}
.cta-second span {
  font-family: "Baloo 2", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  transition: 0.36s ease;
}
.cta-second img {
  position: relative;
  filter: brightness(100);
}
.cta-second:hover {
  background-color: #fff;
}
.cta-second:hover span {
  color: #4C4C4C;
}
.cta-second:hover img {
  filter: brightness(1);
}

header {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 1210px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.fixed {
  position: fixed;
  top: 20px;
}
header.fixed .logo {
  width: 267px;
  margin-right: 43px;
  opacity: 1;
}
header .logo {
  width: 0px;
  height: 66px;
  margin-right: 0px;
  overflow: hidden;
  transition: 0.36s ease;
  opacity: 0;
}
header .navbar {
  width: 900px;
  height: 100%;
  border-radius: 48px;
  backdrop-filter: blur(2px) saturate(180%);
  -webkit-backdrop-filter: blur(2px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
}
header .navbar nav {
  width: 100%;
  height: 100%;
}
header .navbar nav ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
}
header .navbar nav ul li a {
  padding: 8px 2px;
  text-decoration: none;
  font-family: "Baloo 2", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.18s ease;
}
header .navbar nav ul li a:hover, header .navbar nav ul li a.active {
  color: #ECBEDB;
}
header .navbar nav ul li a:hover.phone img, header .navbar nav ul li a.active.phone img {
  filter: brightness(1);
}
header .navbar nav ul li a.phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .navbar nav ul li a.phone img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(10);
}
header .navbar nav ul li a.phone span {
  font-family: "Baloo 2", sans-serif;
  display: inline-block;
}

footer {
  padding-top: 90px;
  z-index: 4;
  position: relative;
}
footer .container {
  width: 1680px;
  max-width: 90%;
  margin: auto;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(126deg, #9E9E9E 37.99%, #383838 129.99%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
footer .container p, footer .container a, footer .container span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: 0.18s ease;
}
footer .container a:hover {
  color: #ECBEDB;
}
footer .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
footer .container .top .logo {
  display: block;
  text-decoration: none;
}
footer .container .top .logo img {
  width: 92px;
}
footer .container .top .content {
  display: flex;
  gap: 60px;
}
footer .container .top .content .box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .container .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container .bottom .box {
  display: flex;
  align-items: center;
  gap: 18px;
}
footer .container .bottom .box .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
footer .container .bottom .box .socials a {
  text-decoration: none;
}
footer .container .bottom .box .socials a img {
  filter: brightness(100);
}
footer .container .bottom .box .socials a:hover img {
  filter: brightness(1);
}

section.hero {
  padding: 220px 0px 170px;
}
section.hero.page {
  padding: 50px 0px;
  height: 958px;
}
section.hero.page .container {
  padding-top: 160px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero.page .container h1 {
  color: #FFF;
  text-align: center;
  font-family: "Baloo 2", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px;
  text-transform: uppercase;
}
section.hero.page .container .buttons {
  margin-top: 60px;
}
section.hero.page .container .tophone {
  position: absolute;
  top: 140px;
  right: 100px;
}
section.hero.index .container h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
section.hero .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  object-position: top;
}
section.hero .container {
  position: relative;
  width: 900px;
  max-width: 90%;
  margin: auto;
}
section.hero .container .logo {
  margin: auto;
  display: block;
}
section.hero .container p {
  margin-top: 24px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}
section.hero .container p svg {
  position: absolute;
  left: 22px;
  bottom: -36px;
}
section.hero .container .buttons {
  margin-top: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
section.hero .follow {
  position: absolute;
  right: 121px;
  bottom: 48px;
}
section.hero .follow .point {
  position: absolute;
  top: -50px;
  right: 60px;
  transform: translateY(-100%);
}
section.hero .follow p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 18px;
}
section.hero .follow .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
section.hero .follow .socials a {
  text-decoration: none;
}
section.hero .follow .socials a img {
  filter: brightness(100);
}
section.hero .follow .socials a:hover img {
  filter: brightness(1);
}

@media (max-width: 1600px) {
  section.hero .follow {
    bottom: 46px;
    right: 46px;
  }
  section.hero .follow .point {
    width: 50px;
    top: -30px;
  }
}
section.about {
  padding: 61px 0px;
}
section.about .container {
  width: 1680px;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.about .container .box {
  width: calc(33.3333333333% - 6px);
  background-color: #F4F4F4;
}
section.about .container .box:hover {
  cursor: pointer;
}
section.about .container .box:hover .headline .head .arrow {
  background: #ECBEDB;
}
section.about .container .box:hover .img img {
  transform: scale(1.1);
}
section.about .container .box .headline {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.about .container .box .headline .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.about .container .box .headline .head h2 {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
section.about .container .box .headline .head .arrow {
  border-radius: 31px;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.32s ease;
  background-color: #F4F4F4;
}
section.about .container .box .headline h3 {
  color: #4C4C4C;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  min-height: 72px;
}
section.about .container .box .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.about .container .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.36s ease;
  object-position: center;
}

.popup-info {
  position: fixed;
  z-index: 14;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 50px 0px;
  display: none;
}
.popup-info .overlay-popup {
  position: fixed;
  z-index: 12;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(76, 76, 76, 0.3);
  backdrop-filter: blur(7.5px);
  display: none;
  transition: 0.4s ease;
}
.popup-info::-webkit-scrollbar {
  display: none;
}
.popup-info .container {
  width: 1680px;
  max-width: 90%;
  position: relative;
  background: #F4F4F4;
  border-radius: 12px;
  margin: auto;
  z-index: 14;
  position: relative;
}
.popup-info .container .headline {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup-info .container .headline .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-info .container .headline .head h2 {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.popup-info .container .headline .head .arrow {
  border-radius: 31px;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.32s ease;
  background-color: #F4F4F4;
}
.popup-info .container .headline .head .arrow:hover {
  background: #ECBEDB;
  cursor: pointer;
}
.popup-info .container .headline h3 {
  color: #4C4C4C;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}
.popup-info .container .img {
  width: 100%;
  height: 560px;
  overflow: hidden;
}
.popup-info .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.36s ease;
  object-position: center;
}
.popup-info .container .content {
  padding: 60px 60px 130px;
}
.popup-info .container .content .features {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 84px;
}
.popup-info .container .content .features .feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 400px;
  max-width: calc(33.3333333333% - 16px);
}

section.info {
  padding: 100px 0px;
}
section.info.right .container {
  flex-direction: row-reverse;
}
section.info .container {
  width: 1680px;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.info .container .side-text {
  width: 744px;
  max-width: calc(45% - 20px);
}
section.info .container .side-text .cta {
  margin-top: 60px;
}
section.info .container .side-img {
  max-width: calc(55% - 20px);
  position: relative;
}
section.info .container .side-img img {
  width: 830px;
  max-width: 100%;
}
section.info .container .side-img .animated-arrow {
  position: absolute;
}
section.info.info1 .side-img .point1 {
  top: 14px;
  right: 0px;
}
section.info.info1 .side-img .point2 {
  top: 58%;
  right: 28%;
}
section.info.info1 .side-img .point3 {
  top: 41%;
  left: 0px;
}
section.info.info2 .side-img .point1 {
  top: 25%;
  left: 26%;
}
section.info.info2 .side-img .point2 {
  top: 40%;
  right: 18%;
}
section.info.info2 .side-img .point3 {
  bottom: 12%;
  left: 19%;
}
section.info.info3 .side-img .point1 {
  top: 3%;
  left: 3%;
}
section.info.info3 .side-img .point2 {
  top: 62%;
  right: 8%;
}
section.info.info4 .side-img .point1 {
  top: 62%;
  right: 0%;
}

section.features {
  padding: 60px 0px 154px;
}
section.features.page {
  padding-bottom: 70px;
}
section.features.page .container .content .box .bg {
  filter: grayscale(1);
  transition: 0.18s ease;
}
section.features.page .container .content .box .bg:hover {
  filter: grayscale(0);
}
section.features.zabiegi .container .content {
  display: none;
}
section.features.zabiegi .container .content.active {
  display: grid;
}
section.features .container {
  width: 1680px;
  max-width: 90%;
  margin: auto;
}
section.features .container .headline-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
}
section.features .container .headline-text .title {
  margin-bottom: 0px;
}
section.features .container .headline-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  gap: 60px;
}
section.features .container .headline-buttons .cta .point {
  background-color: transparent;
}
section.features .container .headline-buttons .cta.active img {
  transform: rotate(90deg);
}
section.features .container .headline-buttons .cta.active .point {
  background: #ECBEDB;
}
section.features .container .headline-buttons .cta:hover .point {
  background: #ECBEDB;
  width: 50px;
}
section.features .container .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}
section.features .container .content .box {
  text-decoration: none;
  aspect-ratio: 1/1;
  display: flex;
  border-radius: 12px;
  background: #F4F4F4;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
}
section.features .container .content .box:hover .headline .arrow {
  background: #ECBEDB;
}
section.features .container .content .box.fullimg {
  overflow: hidden;
}
section.features .container .content .box.fullimg .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
section.features .container .content .box.more {
  background-color: transparent;
}
section.features .container .content .box.more .small, section.features .container .content .box.more .name {
  color: #4C4C4C;
}
section.features .container .content .box.more .cta {
  margin-top: 24px;
}
section.features .container .content .box .small {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
}
section.features .container .content .box .name {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}
section.features .container .content .box .headline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 20px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
section.features .container .content .box .headline p {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
section.features .container .content .box .headline .arrow {
  border-radius: 31px;
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.32s ease;
  background-color: #FFF;
}
section.features .container .content .box .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 14px;
}
section.features .container .content .box .text img {
  width: 60px;
  height: 60px;
  margin-bottom: 32px;
}
section.features .container .content .box .text h2 {
  color: #4C4C4C;
  color: #ECBEDB;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  height: 72px;
}

section.signature {
  position: relative;
  padding: 115px 0px 75px;
}
section.signature .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
section.signature .container {
  position: relative;
  width: 1680px;
  max-width: 90%;
  margin: auto;
}
section.signature .container .content {
  width: 688px;
  max-width: 100%;
}
section.signature .container .content .subtitle, section.signature .container .content .title, section.signature .container .content .desc {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
section.signature .container .content .title {
  padding-bottom: 0px;
  margin-bottom: 12px;
}
section.signature .container .content .signatureimg {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  margin-top: -10px;
}

section.procedures .procedure {
  position: relative;
  width: 1680px;
  max-width: 90%;
  margin: auto;
  padding-bottom: 80px;
  display: none;
}
section.procedures .procedure .breadcrumbs {
  padding: 60px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}
section.procedures .procedure .breadcrumbs a {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}
section.procedures .procedure .breadcrumbs a br {
  display: none;
}
section.procedures .procedure .content {
  width: 100%;
  border-radius: 12px;
  background: #F4F4F4;
  padding: 106px 24px 24px;
  position: relative;
}
section.procedures .procedure .content .close {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}
section.procedures .procedure .content .close img {
  width: 50px;
  height: 50px;
}
section.procedures .procedure .content p.name {
  color: #4C4C4C;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
section.procedures .procedure .content .main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
}
section.procedures .procedure .content .main .side {
  width: calc(50% - 8px);
}
section.procedures .procedure .content .main .side.side-text {
  height: auto;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 16px;
}
section.procedures .procedure .content .main .side.side-text .info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
section.procedures .procedure .content .main .side.side-text .info .box {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.procedures .procedure .content .main .side.side-text .info .box img {
  width: 24px;
  height: 24px;
  display: block;
}
section.procedures .procedure .content .main .side.side-text .info .box span {
  color: #4C4C4C;
  font-family: "Baloo 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
section.procedures .procedure .content .main .side.side-text p.text {
  margin-top: 40px;
}
section.procedures .procedure .content .main .side.side-text .buttons {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}
section.procedures .procedure .content .main .side.side-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
section.procedures .procedure .content .more .boxes {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}
section.procedures .procedure .content .more .boxes .box {
  max-width: calc(33.3333333333% - 16px);
  width: 394px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-id-28, .page-id-30 {
  background: #F4F4F4;
}

.steps1 {
  position: absolute;
  left: 0px;
  top: 574px;
  top: 50%;
  position: fixed;
}

.steps2 {
  position: absolute;
  right: 0px;
  top: 50%;
  position: fixed;
}

section.cennik {
  padding-top: 227px;
  padding-bottom: 140px;
}
section.cennik .container {
  width: 1420px;
  max-width: 90%;
  margin: auto;
  position: relative;
  padding-top: 60px;
}
section.cennik .container h1.title {
  display: block;
  text-align: center;
}
section.cennik .container .content {
  width: 100%;
  margin-top: 60px;
}
section.cennik .container .content .head {
  width: 100%;
  border-bottom: 2px solid #4C4C4C;
}
section.cennik .container .content .head .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.cennik .container .content .head .item .box {
  padding: 18px 8px 18px 24px;
}
section.cennik .container .content .head .item .box:nth-of-type(1) {
  width: calc((100% - 265px) * 0.28);
}
section.cennik .container .content .head .item .box:nth-of-type(2) {
  width: calc((100% - 265px) * 0.39);
}
section.cennik .container .content .head .item .box:nth-of-type(3) {
  width: calc((100% - 265px) * 0.18);
}
section.cennik .container .content .head .item .box:nth-of-type(4) {
  width: calc((100% - 265px) * 0.15);
}
section.cennik .container .content .head .item .box:nth-of-type(5) {
  width: 265px;
}
section.cennik .container .content .head .item .box p {
  color: #4C4C4C;
  font-family: "Baloo 2", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
section.cennik .container .content .body {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.cennik .container .content .body .item {
  border-radius: 8px;
  background: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.cennik .container .content .body .item .box {
  padding: 24px;
}
section.cennik .container .content .body .item .box:nth-of-type(1) {
  width: calc((100% - 265px) * 0.28);
}
section.cennik .container .content .body .item .box:nth-of-type(2) {
  width: calc((100% - 265px) * 0.39);
}
section.cennik .container .content .body .item .box:nth-of-type(3) {
  width: calc((100% - 265px) * 0.18);
}
section.cennik .container .content .body .item .box:nth-of-type(4) {
  width: calc((100% - 265px) * 0.15);
}
section.cennik .container .content .body .item .box:nth-of-type(5) {
  width: 265px;
}
section.cennik .container .content .body .item .box p {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
section.cennik .container .content .body .item .box .more {
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  width: fit-content;
}
section.cennik .container .content .body .item .box .more span {
  color: #4C4C4C;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  font-size: 14px;
}
section.cennik .container .content .body .item .box.desc.active p {
  display: block;
}
section.cennik .container .content .body .item .box.desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
}
section.cennik .container .content .body .item .box.price {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.cennik .container .content .body .item .box.price p {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
}
section.cennik .container .content .body .item .box.price p span {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
}
section.cennik .container .content .body .item .box.price p:nth-of-type(2) {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
section.cennik .container .content .body .item .box.time p {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
}

section.contact {
  padding-top: 227px;
  padding-bottom: 60px;
}
section.contact .container {
  width: 1420px;
  max-width: 90%;
  margin: auto;
  position: relative;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
section.contact .container .side {
  width: calc(50% - 4px);
}
section.contact .container .side-left {
  border-radius: 12px;
  border: 1px solid #FFF;
  background: #FFF;
  padding: 40px 24px;
}
section.contact .container .side-left h2.title {
  margin-bottom: 38px;
}
section.contact .container .side-left .info p.headline {
  color: #4C4C4C;
  font-size: 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 32px;
}
section.contact .container .side-left .info p.desc {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
section.contact .container .side-left .info p.desc a {
  text-decoration: none;
  color: #4C4C4C;
  display: block;
  transition: 0.12s ease;
}
section.contact .container .side-left .info p.desc a:hover {
  color: #ECBEDB;
}
section.contact .container .side-left .info .socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
section.contact .container .side-left .info .socials a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: 0.12s ease;
}
section.contact .container .side-left .info .socials a span {
  margin-left: 20px;
  color: #4C4C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: 0.12s ease;
}
section.contact .container .side-left .info .socials a img {
  filter: brightness(0.3);
  transition: 0.12s ease;
}
section.contact .container .side-left .info .socials a:hover span {
  color: #ECBEDB;
}
section.contact .container .side-left .info .socials a:hover img {
  filter: brightness(1);
}
section.contact .container .side-left .info .hours {
  margin-top: 4px;
}
section.contact .container .side-left .info .hours .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  border-bottom: 1px solid #ECBEDB;
}
section.contact .container .side-left .info .hours .line .day {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
section.contact .container .side-left .info .hours .line .value {
  color: #4C4C4C;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
section.contact .container .side-left .info .extrainfo {
  text-align: left;
  width: 100%;
  color: #4C4C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: 0.12s ease;
  padding-top: 32px;
  padding-bottom: 24px;
}
section.contact .container .side-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.contact .container .side-right .box-img {
  width: 100%;
}
section.contact .container .side-right .box-img img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: 0.18s ease;
  border-radius: 12px;
}
section.contact .container .side-right .box-img img:hover {
  filter: none;
}
section.contact .container .side-right .box-map {
  width: 100%;
  height: 578px;
  border-radius: 12px;
  overflow: hidden;
  filter: grayscale(1);
  position: relative;
}
section.contact .container .side-right .box-map::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: grey;
  opacity: 0.4;
  pointer-events: none;
}
section.contact .container .side-right .box-map:hover::after {
  background-color: #ECBEDB;
}
section.contact .container .side-right .box-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1500px) {
  header {
    top: 50px;
  }
  .topshadow {
    height: 200px;
  }
  section.hero {
    padding: 190px 0px 100px;
  }
  section.hero .container .logo {
    width: 280px;
  }
  section.hero.page {
    height: auto;
    padding: 140px 0px 100px;
  }
  section.hero.page .container .tophone {
    top: 40px;
  }
  section.hero.page .container h1 {
    font-size: 90px;
    line-height: 90px;
  }
  section.cennik {
    padding-top: 190px;
  }
  section.contact {
    padding-top: 190px;
  }
  h1.title, h2.title {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 1350px) {
  header {
    height: 70px;
    width: 948px;
  }
  header .logo {
    height: 44px;
    width: 0px;
  }
  header .logo img {
    height: 100%;
  }
  header.fixed .logo {
    height: 44px;
    width: 178px;
    margin-right: 20px;
  }
  header .navbar {
    width: 750px;
  }
  header .navbar nav ul {
    padding: 0px 30px;
  }
  section.about .container .box .headline {
    padding: 16px;
  }
  section.about .container .box .headline h3 {
    font-size: 24px;
    min-height: 58px;
  }
  h1.title, h2.title {
    font-size: 45px;
    line-height: 45px;
    margin: 16px 0px;
  }
  section.features .container .content .box .text h2 {
    font-size: 24px;
  }
  section.features .container .content .box .name {
    font-size: 24px;
  }
  section.info {
    padding: 50px 0px;
  }
  section.features {
    padding: 50px 0px;
  }
  footer {
    padding-top: 50px;
  }
  section.features .container .headline-buttons {
    gap: 20px;
  }
  section.features .container .content .box {
    padding-top: 50px;
  }
  section.contact .container .side-left .info p.headline {
    font-size: 24px;
  }
  section.contact .container .side-left .info .hours .line {
    height: 55px;
  }
  section.contact .container .side-left .info .hours .line .value {
    font-size: 21px;
  }
  section.signature {
    margin-top: 40px;
  }
}
@media (max-width: 1500px) and (min-width: 1000px) {
  section.about .container, section.info .container, section.features .container, section.contact .container {
    max-width: 85%;
  }
  section.hero.page.page-o-nas {
    padding-bottom: 40px;
    padding-top: 110px;
  }
  section.hero.page.page-o-nas .container {
    padding-top: 40px;
  }
  section.hero.page.page-galeria {
    padding-bottom: 60px;
  }
  section.hero.page.page-galeria .container {
    padding-top: 80px;
  }
  section.contact .container .side-left .info p.headline, section.contact .container .side-left .info .hours .line .value {
    font-size: 24px;
    line-height: 24px;
  }
  section.contact .container .side-left .info .hours {
    padding-right: 40px;
  }
  section.contact h2.title {
    font-size: 42px;
    line-height: 42px;
  }
  section.contact, section.cennik {
    padding-top: 140px;
  }
}
header #burger {
  display: none;
}

header .panel {
  display: none;
}

header .socials {
  display: none;
}

header .buttons {
  display: none;
}

section.hero .container .text-mobile-1 {
  display: none;
}

section.hero .container .text-mobile-2 {
  display: none;
}

section.hero .container .buttons .mobile {
  display: none;
}

section.hero .container .more {
  display: none;
}

section.info .container .side-text img.photo {
  display: none;
}

section.features .container .cta.mobile {
  display: none;
}

section.signature .bg.mobile {
  display: none;
}

section.procedures .procedure .content .more .buttons {
  display: none;
}

section.contact .container .side-left .info .box-map {
  display: none;
}

section.cennik .container .content .body .item .box:nth-of-type(3) p img {
  display: none;
}

section.cennik .container .content .body .item .box:nth-of-type(4) p img {
  display: none;
}

@media (max-width: 1000px) {
  .topshadow {
    display: none;
  }
  .cta {
    width: 100%;
    max-width: 400px;
  }
  h1.title, h2.title {
    font-size: 30px;
    line-height: 120%;
    color: #4C4C4C;
    background: transparent;
    -webkit-text-fill-color: #4C4C4C;
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  header {
    width: 100%;
    position: fixed;
    top: 24px;
    height: 80px;
  }
  header.fixed {
    top: 24px;
  }
  header.fixed a.logo {
    height: 44px;
    width: 178px;
  }
  header .panel {
    position: absolute;
    display: block;
    width: 90%;
    height: 80px;
    top: 0px;
    left: 5%;
    border-radius: 48px;
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    background: rgba(50, 50, 50, 0.8);
  }
  header a.logo {
    z-index: 1;
    position: absolute;
    margin: 0px !important;
    top: 50%;
    left: calc(5vw + 24px);
    transform: translateY(-50%);
    height: 44px;
    width: 178px;
    opacity: 1;
  }
  header #burger {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: calc(5vw + 24px);
    transform: translateY(-50%);
    display: flex;
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    padding: 4px;
    cursor: pointer;
  }
  header #burger span {
    background-color: #fff;
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 4px;
    transition: 0.24s ease;
  }
  header .navbar {
    display: block;
    position: absolute;
    top: 88px;
    width: 90%;
    border-radius: 48px;
    height: auto;
    padding: 42px 24px;
    transition: 0.32s ease;
    transform: translateX(110%);
    background: rgba(50, 50, 50, 0.8);
  }
  header .navbar ul {
    flex-direction: column;
  }
  header .navbar ul li a {
    min-width: 110px;
    text-align: center;
    display: block;
  }
  header .navbar ul li a.active {
    border-bottom: 1px solid rgb(236, 190, 219);
  }
  header .navbar ul li.phoneli {
    display: none;
  }
  header .navbar .buttons {
    display: flex;
    flex-direction: column;
    margin: 24px auto;
    gap: 16px;
    max-width: 340px;
    width: 100%;
    align-items: center;
  }
  header .navbar .buttons .cta, header .navbar .buttons .cta-second {
    width: 100%;
  }
  header .navbar .socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 340px;
    width: 100%;
    margin: 0px auto;
  }
  header .navbar .socials p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }
  header .navbar .socials .content a {
    text-decoration: none;
    display: inline-block;
    margin-left: 14px;
  }
  header .navbar .socials .content a img {
    filter: brightness(1000);
  }
  header.active #burger span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-bottom: -3px;
  }
  header.active #burger span:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  header.active .navbar {
    transform: translateX(0%);
  }
  section.hero {
    padding: 180px 0px 24px;
  }
  section.hero .container {
    width: 600px;
  }
  section.hero .container .logo {
    width: 170px;
    margin-bottom: 24px;
  }
  section.hero .container .text-desktop {
    display: none;
  }
  section.hero .container .text-mobile-1 {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
  }
  section.hero .container .text-mobile-2 {
    display: block;
    margin-top: 8px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
  section.hero .container .buttons {
    margin-top: 24px;
  }
  section.hero .container .buttons .desktop {
    display: none;
  }
  section.hero .container .buttons .mobile {
    display: flex;
  }
  section.hero .container .more {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    gap: 16px;
    margin-top: 72px;
  }
  section.hero .container .more span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  section.hero .follow {
    display: none;
  }
  section.about {
    padding: 24px 0px;
  }
  section.about .container {
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    width: 600px;
  }
  section.about .container .box {
    width: 100%;
  }
  section.about .container .box .img img {
    max-height: 300px;
  }
  section.info {
    padding: 24px 0px;
  }
  section.info .container {
    width: 600px;
    flex-direction: column;
  }
  section.info .container .side-text {
    width: 100%;
    max-width: 100%;
  }
  section.info .container .side-text img.photo {
    width: 100%;
    object-fit: cover;
    margin-top: 16px;
    margin-bottom: 24px;
    display: block;
  }
  section.info .container .side-text p.subtitle {
    text-align: center;
  }
  section.info .container .side-text h2.title {
    text-align: center;
  }
  section.info .container .side-img {
    display: none;
  }
  section.info.info1 .container .side-text img {
    display: block;
  }
  section.features .container .cta.desktop {
    display: none;
  }
  section.features .container .cta.mobile {
    display: flex;
  }
  section.features {
    padding: 48px 0px 58px;
  }
  section.features .container {
    width: 600px;
  }
  section.features .container .headline-text {
    margin-bottom: 24px;
  }
  section.features .container .headline-text .text {
    width: 100%;
  }
  section.features .container .headline-text .text p.subtitle {
    text-align: center;
  }
  section.features .container .headline-text .text h2.title {
    text-align: center;
  }
  section.features .container .content {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
  section.features .container .content .box.fullimg {
    display: none;
  }
  section.features .container .content .box {
    height: 300px;
  }
  section.features .container .cta {
    margin-left: auto;
    margin-right: auto;
  }
  section.info .container .side-text .cta {
    margin-top: 24px;
  }
  .popup-info {
    padding: 5vw 0px;
  }
  .popup-info .container .headline {
    padding: 16px 16px 24px;
  }
  .popup-info .container .img {
    height: auto;
  }
  .popup-info .container .img img {
    height: auto;
  }
  .popup-info .container .content {
    padding: 24px 16px 60px;
  }
  .popup-info .container .content .features {
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
  }
  .popup-info .container .content .features .feature {
    max-width: 100%;
  }
  footer {
    padding-top: 60px;
  }
  footer .container {
    width: 600px;
  }
  footer .container .top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  footer .container .top .content {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
  footer .container .top .content .box a {
    text-align: center;
  }
  footer .container .bottom {
    flex-direction: column-reverse;
  }
  footer .container .bottom p {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer .container .bottom .box {
    flex-direction: column;
    margin-bottom: 24px;
  }
  section.hero.page .container .tophone {
    display: none;
  }
  section.hero.page .container {
    padding-top: 90px;
  }
  section.hero.page .container h1 {
    font-size: 30px;
    line-height: 120%;
  }
  section.hero.page .container h1 br {
    display: none;
  }
  section.hero .container p {
    margin-top: 8px;
  }
  section.hero.page .container .buttons {
    margin-top: 24px;
  }
  section.info.info3, section.info.info4 {
    padding-top: 48px;
  }
  section.hero .container p br {
    display: none;
  }
  section.features.page.zabiegi {
    padding-top: 48px;
    padding-bottom: 0px;
  }
  section.features.page.zabiegi .container .headline-buttons {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }
  section.features.page.zabiegi .container .content.active {
    display: flex;
  }
  section.features .container .content .box.more {
    display: none;
  }
  section.procedures .procedure {
    padding-bottom: 0px;
    padding-top: 48px;
    width: 600px;
  }
  section.procedures .procedure .breadcrumbs {
    display: none;
  }
  section.procedures .procedure .content {
    padding: 70px 16px 30px;
  }
  section.procedures .procedure .content .close {
    top: 12px;
    right: 12px;
  }
  section.procedures .procedure .content .main .side.side-text {
    width: 100%;
  }
  section.procedures .procedure .content .main .side {
    display: none;
  }
  section.procedures .procedure .content .main .side.side-text .info {
    justify-content: space-between;
  }
  section.procedures .procedure .content .main .side.side-text .buttons {
    display: none;
  }
  section.procedures .procedure .content .more .boxes .box {
    max-width: 100%;
  }
  section.procedures .procedure .content .more .buttons {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
  }
  section.features.gallery .container .content .box.fullimg {
    display: block;
  }
  section.features.gallery .container {
    width: 100%;
  }
  section.features.gallery .container .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
  }
  section.features.gallery .container .content .box {
    height: auto;
  }
  .page-id-28, .page-id-30 {
    background-color: #fff;
  }
  section.cennik {
    padding-top: 128px;
    padding-bottom: 0px;
    background-color: #fff;
  }
  section.cennik .container {
    padding-top: 0px;
  }
  section.cennik .container .content .head {
    display: none;
  }
  section.cennik .container .content {
    margin-top: 24px;
  }
  section.cennik .container .content .body .item {
    border-radius: 12px;
    background: #F4F4F4;
  }
  section.cennik .container .content .body .item .box {
    padding: 16px 8px;
  }
  section.cennik .container .content .body .item .box:nth-of-type(1) {
    width: calc((100% - 265px) * 0.4);
  }
  section.cennik .container .content .body .item .box:nth-of-type(2) {
    display: none;
  }
  section.cennik .container .content .body .item .box:nth-of-type(3) {
    width: calc((100% - 265px) * 0.4);
  }
  section.cennik .container .content .body .item .box:nth-of-type(3) img {
    display: none;
  }
  section.cennik .container .content .body .item .box:nth-of-type(4) {
    width: calc((100% - 265px) * 0.2);
  }
  section.cennik .container .content .body .item .box:nth-of-type(4) img {
    display: none;
  }
  section.contact {
    padding-top: 128px;
    padding-bottom: 0px;
  }
  section.contact .container {
    padding-top: 0px;
  }
  section.contact .container .side-left {
    width: 100%;
    padding: 0px;
  }
  section.contact .container .side-right {
    display: none;
  }
  section.contact .container .side-left h2.title {
    margin-bottom: 24px;
  }
  section.contact .container .side-left .info .box-map {
    display: block;
    width: 100%;
    height: 360px;
    border-radius: 12px;
    overflow: hidden;
    filter: grayscale(1);
  }
  section.contact .container .side-left .info .box-map iframe {
    width: 100%;
    height: 100%;
  }
  section.contact .container .side-left .info .hours .line {
    height: 65px;
  }
  section.contact .container .side-left .info .hours .line .value {
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  section.cennik .container .content .body .item {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 16px;
  }
  section.cennik .container .content .body .item .box {
    padding: 0px;
  }
  section.cennik .container .content .body .item .box:nth-of-type(1) {
    width: 100%;
    margin-bottom: 8px;
  }
  section.cennik .container .content .body .item .box:nth-of-type(2) {
    display: none;
  }
  section.cennik .container .content .body .item .box:nth-of-type(3) {
    width: 50%;
    gap: 8px;
  }
  section.cennik .container .content .body .item .box:nth-of-type(3) p img {
    display: block;
    margin-right: 12px;
  }
  section.cennik .container .content .body .item .box:nth-of-type(3) p:nth-of-type(2) {
    font-weight: 400;
    width: 200%;
  }
  section.cennik .container .content .body .item .box:nth-of-type(4) {
    width: 50%;
  }
  section.cennik .container .content .body .item .box:nth-of-type(4) p {
    display: flex;
    align-items: center;
  }
  section.cennik .container .content .body .item .box:nth-of-type(4) p img {
    display: block;
    margin-right: 12px;
  }
  section.cennik .container .content .body .item .box:nth-of-type(5) {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 500px) {
  section.signature {
    margin-top: 10px;
    background-color: #D0D0D0;
    padding: 0px 0px 24px;
  }
  section.signature .bg.desktop {
    display: none;
  }
  section.signature .bg.mobile {
    display: block;
    position: relative;
  }
  section.signature .container .content .subtitle, section.signature .container .content .title, section.signature .container .content .desc {
    color: #4C4C4C;
    -webkit-text-fill-color: #4C4C4C;
  }
  section.signature .container .content .title {
    margin-bottom: 32px;
  }
  section.signature .container .content .title br {
    display: none;
  }
  section.features.gallery {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  section.signature .container .content .signatureimg {
    margin-left: 0px;
    margin-right: auto;
    margin-top: 0px;
    max-width: 100%;
    filter: brightness(0.3);
  }
  section.features.gallery .container .content {
    grid-template-columns: repeat(1, 1fr);
  }
}