/*! Sheet Slider v2.2.0 | Copyright: 2018 zkreations | Licensed under MIT | github.com/zkreations/SheetSlider/blob/master/LICENSE */ .sheetSlider {
  background-color: #fff;
  font-size: 8px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  padding-bottom: 34%;
  padding-top: 4%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased
}
.sh__btns, .sh__meta, .sheetSlider input {
  display: none
}
.sh-control, .sheetSlider a, .sheetSlider h4, .sheetSlider img, .sheetSlider label, .sheetSlider span {
  background: 0 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  box-shadow: 0 0 transparent;
  text-decoration: none
}
.sh__content {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: transform .7s cubic-bezier(.54, 0, .1, 1);
  transform: translate3d(0, 0, 0)
}
.sh__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.sh__item img {
  width: 100%
}
.sh__meta {
  left: 4em;
  top: 4em;
  position: absolute;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 1px 5px rgba(0, 0, 0, .16);
  max-width: 80%;
  opacity: 0;
  transform: translate3d(0, 4em, 0);
  transition: opacity .7s .4s, transform .7s .4s
}
.sh__meta h4 {
  font-size: 3.4em;
  font-weight: 700
}
.sh__meta span {
  font-size: 1.7em;
  font-weight: 500;
  padding-top: .2em
}
.sh__meta h4, .sh__meta span {
  color: #fff;
  display: block
}
.sh__meta a {
  font-weight: 500;
  transition: color .5s
}
.sh__btns {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  padding-left: 4em;
  padding-right: 4em;
  justify-content: space-between
}
.sh__btns label {
  background-color: rgba(255, 255, 255, .5);
  cursor: pointer;
  margin: 0 .2em;
  height: 6px;
  flex: 1 0 auto;
  transition: background .5s
}
@media (max-width:768px) {
  .sh__btns label {
    background-color: rgba(255, 255, 255, .3);
  }
}
.sh__btns label:hover {
  background-color: #fff
}
.sh-control, .sh__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  transition: transform .3s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}
.sh__arrows:hover, .sheetSlider:hover .sh-control, .sheetSlider:hover .sh__arrows {
  transform: translate3d(0, 0, 0)
}
.sh-control, .sh__arrows label {
  background-color: rgba(255, 255, 255, .7);
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.sh__arrows label {
  display: none;
  transition: background-color .3s;
  width: 50px;
  height: 50px
}
@media (max-width:768px) {
  .sh__arrows label {
    display: none;
    transition: background-color .3s;
    width: 40px;
    height: 40px
  }
}
.sh__arrows label:hover {
  background-color: rgba(255, 255, 255, .3)
}
.sh-control {
  background-image: url(../img/pause.png);
  width: 45px;
  height: 45px;
  bottom: 50px;
  background-color: #fff
}
.sh-control.is-active {
  background-image: url(../img/play.png)
}
.sh-21r9 {
  padding-bottom: 42.857143%
}
.sh-16r9 {
  padding-bottom: 56.25%
}
.sh-4r3 {
  padding-bottom: 75%
}
.sh-1r1 {
  padding-bottom: 100%
}
.sh-default .sh__item:nth-child(2) {
  left: 100%
}
.sh-default .sh__item:nth-child(3) {
  left: 200%
}
.sh-default .sh__item:nth-child(4) {
  left: 300%
}
.sh-default .sh__item:nth-child(5) {
  left: 400%
}
.sh-default .sh__item:nth-child(6) {
  left: 500%
}
.sh-default .sh__item:nth-child(7) {
  left: 600%
}
.sh-default .sh__item:nth-child(8) {
  left: 700%
}
.sh-default .sh__item:nth-child(9) {
  left: 800%
}
.sh-default .sh__item:nth-child(10) {
  left: 900%
}
.sh-default input:first-child:checked ~ .sh__content {
  transform: translate3d(0, 0, 0)
}
.sh-default input:nth-child(2):checked ~ .sh__content {
  transform: translate3d(-100%, 0, 0)
}
.sh-default input:nth-child(3):checked ~ .sh__content {
  transform: translate3d(-200%, 0, 0)
}
.sh-default input:nth-child(4):checked ~ .sh__content {
  transform: translate3d(-300%, 0, 0)
}
.sh-default input:nth-child(5):checked ~ .sh__content {
  transform: translate3d(-400%, 0, 0)
}
.sh-default input:nth-child(6):checked ~ .sh__content {
  transform: translate3d(-500%, 0, 0)
}
.sh-default input:nth-child(7):checked ~ .sh__content {
  transform: translate3d(-600%, 0, 0)
}
.sh-default input:nth-child(8):checked ~ .sh__content {
  transform: translate3d(-700%, 0, 0)
}
.sh-default input:nth-child(9):checked ~ .sh__content {
  transform: translate3d(-800%, 0, 0)
}
.sh-default input:nth-child(10):checked ~ .sh__content {
  transform: translate3d(-900%, 0, 0)
}
.sh-vertical .sh__item:nth-child(2) {
  top: 100%
}
.sh-vertical .sh__item:nth-child(3) {
  top: 200%
}
.sh-vertical .sh__item:nth-child(4) {
  top: 300%
}
.sh-vertical .sh__item:nth-child(5) {
  top: 400%
}
.sh-vertical .sh__item:nth-child(6) {
  top: 500%
}
.sh-vertical .sh__item:nth-child(7) {
  top: 600%
}
.sh-vertical .sh__item:nth-child(8) {
  top: 700%
}
.sh-vertical .sh__item:nth-child(9) {
  top: 800%
}
.sh-vertical .sh__item:nth-child(10) {
  top: 900%
}
.sh-vertical input:first-child:checked ~ .sh__content {
  transform: translate3d(0, 0, 0)
}
.sh-vertical input:nth-child(2):checked ~ .sh__content {
  transform: translate3d(0, -100%, 0)
}
.sh-vertical input:nth-child(3):checked ~ .sh__content {
  transform: translate3d(0, -200%, 0)
}
.sh-vertical input:nth-child(4):checked ~ .sh__content {
  transform: translate3d(0, -300%, 0)
}
.sh-vertical input:nth-child(5):checked ~ .sh__content {
  transform: translate3d(0, -400%, 0)
}
.sh-vertical input:nth-child(6):checked ~ .sh__content {
  transform: translate3d(0, -500%, 0)
}
.sh-vertical input:nth-child(7):checked ~ .sh__content {
  transform: translate3d(0, -600%, 0)
}
.sh-vertical input:nth-child(8):checked ~ .sh__content {
  transform: translate3d(0, -700%, 0)
}
.sh-vertical input:nth-child(9):checked ~ .sh__content {
  transform: translate3d(0, -800%, 0)
}
.sh-vertical input:nth-child(10):checked ~ .sh__content {
  transform: translate3d(0, -900%, 0)
}
.sh-fade .sh__item {
  opacity: 0;
  transition: opacity .7s cubic-bezier(.54, 0, .1, 1)
}
.sh-fade input:first-child:checked ~ .sh__content .sh__item:nth-child(1), .sh-fade input:nth-child(10):checked ~ .sh__content .sh__item:nth-child(10), .sh-fade input:nth-child(2):checked ~ .sh__content .sh__item:nth-child(2), .sh-fade input:nth-child(3):checked ~ .sh__content .sh__item:nth-child(3), .sh-fade input:nth-child(4):checked ~ .sh__content .sh__item:nth-child(4), .sh-fade input:nth-child(5):checked ~ .sh__content .sh__item:nth-child(5), .sh-fade input:nth-child(6):checked ~ .sh__content .sh__item:nth-child(6), .sh-fade input:nth-child(7):checked ~ .sh__content .sh__item:nth-child(7), .sh-fade input:nth-child(8):checked ~ .sh__content .sh__item:nth-child(8), .sh-fade input:nth-child(9):checked ~ .sh__content .sh__item:nth-child(9) {
  opacity: 1;
  z-index: 1
}
.sh-flip .sh__item {
  opacity: 0;
  transition: transform .5s cubic-bezier(.54, 0, .1, 1), opacity .5s;
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform-origin: bottom
}
.sh-flip input:first-child:checked ~ .sh__content .sh__item:nth-child(1), .sh-flip input:nth-child(10):checked ~ .sh__content .sh__item:nth-child(10), .sh-flip input:nth-child(2):checked ~ .sh__content .sh__item:nth-child(2), .sh-flip input:nth-child(3):checked ~ .sh__content .sh__item:nth-child(3), .sh-flip input:nth-child(4):checked ~ .sh__content .sh__item:nth-child(4), .sh-flip input:nth-child(5):checked ~ .sh__content .sh__item:nth-child(5), .sh-flip input:nth-child(6):checked ~ .sh__content .sh__item:nth-child(6), .sh-flip input:nth-child(7):checked ~ .sh__content .sh__item:nth-child(7), .sh-flip input:nth-child(8):checked ~ .sh__content .sh__item:nth-child(8), .sh-flip input:nth-child(9):checked ~ .sh__content .sh__item:nth-child(9) {
  transform: perspective(400px);
  opacity: 1;
  z-index: 1
}
.sheetSlider input:first-child:checked ~ .sh__content .sh__item:nth-child(1) .sh__meta, .sheetSlider input:nth-child(10):checked ~ .sh__content .sh__item:nth-child(10) .sh__meta, .sheetSlider input:nth-child(2):checked ~ .sh__content .sh__item:nth-child(2) .sh__meta, .sheetSlider input:nth-child(3):checked ~ .sh__content .sh__item:nth-child(3) .sh__meta, .sheetSlider input:nth-child(4):checked ~ .sh__content .sh__item:nth-child(4) .sh__meta, .sheetSlider input:nth-child(5):checked ~ .sh__content .sh__item:nth-child(5) .sh__meta, .sheetSlider input:nth-child(6):checked ~ .sh__content .sh__item:nth-child(6) .sh__meta, .sheetSlider input:nth-child(7):checked ~ .sh__content .sh__item:nth-child(7) .sh__meta, .sheetSlider input:nth-child(8):checked ~ .sh__content .sh__item:nth-child(8) .sh__meta, .sheetSlider input:nth-child(9):checked ~ .sh__content .sh__item:nth-child(9) .sh__meta {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}
.sheetSlider input:first-child:checked ~ .sh__arrows label:nth-child(2), .sheetSlider input:nth-child(10):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(2):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(2):checked ~ .sh__arrows label:nth-child(3), .sheetSlider input:nth-child(3):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(3):checked ~ .sh__arrows label:nth-child(4), .sheetSlider input:nth-child(4):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(4):checked ~ .sh__arrows label:nth-child(5), .sheetSlider input:nth-child(5):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(5):checked ~ .sh__arrows label:nth-child(6), .sheetSlider input:nth-child(6):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(6):checked ~ .sh__arrows label:nth-child(7), .sheetSlider input:nth-child(7):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(7):checked ~ .sh__arrows label:nth-child(8), .sheetSlider input:nth-child(8):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(8):checked ~ .sh__arrows label:nth-child(9), .sheetSlider input:nth-child(9):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(9):checked ~ .sh__arrows label:nth-child(10) {
  background-image: url(../img/right.png);
  display: block;
  float: right
}
.sheetSlider input:first-child:checked ~ input:nth-child(10):last-of-type ~ .sh__arrows label:nth-child(10), .sheetSlider input:first-child:checked ~ input:nth-child(2):last-of-type ~ .sh__arrows label:nth-child(2), .sheetSlider input:first-child:checked ~ input:nth-child(3):last-of-type ~ .sh__arrows label:nth-child(3), .sheetSlider input:first-child:checked ~ input:nth-child(4):last-of-type ~ .sh__arrows label:nth-child(4), .sheetSlider input:first-child:checked ~ input:nth-child(5):last-of-type ~ .sh__arrows label:nth-child(5), .sheetSlider input:first-child:checked ~ input:nth-child(6):last-of-type ~ .sh__arrows label:nth-child(6), .sheetSlider input:first-child:checked ~ input:nth-child(7):last-of-type ~ .sh__arrows label:nth-child(7), .sheetSlider input:first-child:checked ~ input:nth-child(8):last-of-type ~ .sh__arrows label:nth-child(8), .sheetSlider input:first-child:checked ~ input:nth-child(9):last-of-type ~ .sh__arrows label:nth-child(9), .sheetSlider input:nth-child(10):checked ~ .sh__arrows label:nth-child(9), .sheetSlider input:nth-child(2):checked ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(3):checked ~ .sh__arrows label:nth-child(2), .sheetSlider input:nth-child(4):checked ~ .sh__arrows label:nth-child(3), .sheetSlider input:nth-child(5):checked ~ .sh__arrows label:nth-child(4), .sheetSlider input:nth-child(6):checked ~ .sh__arrows label:nth-child(5), .sheetSlider input:nth-child(7):checked ~ .sh__arrows label:nth-child(6), .sheetSlider input:nth-child(8):checked ~ .sh__arrows label:nth-child(7), .sheetSlider input:nth-child(9):checked ~ .sh__arrows label:nth-child(8) {
  background-image: url(../img/left.png);
  display: block;
  float: left
}
@media (max-width:500px) {
  .sheetSlider input:first-child:checked ~ input:nth-child(10):last-of-type ~ .sh__arrows label:nth-child(10), .sheetSlider input:first-child:checked ~ input:nth-child(2):last-of-type ~ .sh__arrows label:nth-child(2), .sheetSlider input:first-child:checked ~ input:nth-child(3):last-of-type ~ .sh__arrows label:nth-child(3), .sheetSlider input:first-child:checked ~ input:nth-child(4):last-of-type ~ .sh__arrows label:nth-child(4), .sheetSlider input:first-child:checked ~ input:nth-child(5):last-of-type ~ .sh__arrows label:nth-child(5), .sheetSlider input:first-child:checked ~ input:nth-child(6):last-of-type ~ .sh__arrows label:nth-child(6), .sheetSlider input:first-child:checked ~ input:nth-child(7):last-of-type ~ .sh__arrows label:nth-child(7), .sheetSlider input:first-child:checked ~ input:nth-child(8):last-of-type ~ .sh__arrows label:nth-child(8), .sheetSlider input:first-child:checked ~ input:nth-child(9):last-of-type ~ .sh__arrows label:nth-child(9), .sheetSlider input:nth-child(10):checked ~ .sh__arrows label:nth-child(9), .sheetSlider input:nth-child(2):checked ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(3):checked ~ .sh__arrows label:nth-child(2), .sheetSlider input:nth-child(4):checked ~ .sh__arrows label:nth-child(3), .sheetSlider input:nth-child(5):checked ~ .sh__arrows label:nth-child(4), .sheetSlider input:nth-child(6):checked ~ .sh__arrows label:nth-child(5), .sheetSlider input:nth-child(7):checked ~ .sh__arrows label:nth-child(6), .sheetSlider input:nth-child(8):checked ~ .sh__arrows label:nth-child(7), .sheetSlider input:nth-child(9):checked ~ .sh__arrows label:nth-child(8) {
    background-image: url(../img/left-2.png);
  }
}
@media (max-width:500px) {
  .sheetSlider input:first-child:checked ~ .sh__arrows label:nth-child(2), .sheetSlider input:nth-child(10):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(2):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(2):checked ~ .sh__arrows label:nth-child(3), .sheetSlider input:nth-child(3):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(3):checked ~ .sh__arrows label:nth-child(4), .sheetSlider input:nth-child(4):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(4):checked ~ .sh__arrows label:nth-child(5), .sheetSlider input:nth-child(5):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(5):checked ~ .sh__arrows label:nth-child(6), .sheetSlider input:nth-child(6):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(6):checked ~ .sh__arrows label:nth-child(7), .sheetSlider input:nth-child(7):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(7):checked ~ .sh__arrows label:nth-child(8), .sheetSlider input:nth-child(8):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(8):checked ~ .sh__arrows label:nth-child(9), .sheetSlider input:nth-child(9):checked:last-of-type ~ .sh__arrows label:first-child, .sheetSlider input:nth-child(9):checked ~ .sh__arrows label:nth-child(10) {
    background-image: url(../img/right-2.png);
    display: block;
    float: right
  }
}
@media (min-width:576px) {
  .sheetSlider {
    font-size: 9px
  }
  .sh-control, .sh__arrows {
    transform: translate3d(100%, 0, 0)
  }
  .sh__arrows {
    bottom: 70px
  }
  .sh__arrows label {
    width: 60px;
    height: 60px
  }
  .sh-control {
    bottom: calc(4em + 66px)
  }
}
@media (min-width:768px) {
  .sh__btns {
    display: flex
  }
  .sh__meta {
    display: block
  }
}
@media (min-width:992px) {
  .sheetSlider {
    font-size: 10px
  }
}
.sh__meta a {
  color: #009688
}
.sh__meta a:hover {
  color: #607d8b
}
.sheetSlider input:first-child:checked ~ .sh__btns label:nth-child(1), .sheetSlider input:nth-child(10):checked ~ .sh__btns label:nth-child(10), .sheetSlider input:nth-child(2):checked ~ .sh__btns label:nth-child(2), .sheetSlider input:nth-child(3):checked ~ .sh__btns label:nth-child(3), .sheetSlider input:nth-child(4):checked ~ .sh__btns label:nth-child(4), .sheetSlider input:nth-child(5):checked ~ .sh__btns label:nth-child(5), .sheetSlider input:nth-child(6):checked ~ .sh__btns label:nth-child(6), .sheetSlider input:nth-child(7):checked ~ .sh__btns label:nth-child(7), .sheetSlider input:nth-child(8):checked ~ .sh__btns label:nth-child(8), .sheetSlider input:nth-child(9):checked ~ .sh__btns label:nth-child(9) {
  background-color: #009688
}
/*@media (max-width:768px) {
  .sh-control, .sh__arrows {
    display: none
  }
}*/
.bg-17 {
  background-image: url(../img/slider/new/3-0.jpg);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-18 {
  background-image: url(../img/slider/new/1-0.jpg);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-19 {
  background-image: url(../img/slider/2024/slider-2024-pc_2.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-19-2 {
  background-image: url(../img/slider/2024/2/1.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-20-2 {
  background-image: url(../img/slider/2024/2/2.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-21-2 {
  background-image: url(../img/slider/2024/2/3.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-19-2-2 {
  background-image: url(../img/2024/09_2024/1.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-20-2-2 {
  background-image: url(../img/2024/09_2024/2.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-21-2-2 {
  background-image: url(../img/2024/09_2024/3.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-22-2-2 {
  background-image: url(../img/2024/10_2024/5.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-23-2-2 {
  background-image: url(../img/2024/10_2024/6.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-24-2-2 {
  background-image: url("../img/2024/12_2024/pc.webp");
  background-size: contain;
  background-repeat: no-repeat
}
.bg-25-2-2 {
  background-image: url(../../promocje/01_2025/3.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-26-2-2 {
  background-image: url(../../promocje/01_2025/4.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-27-2-2 {
  background-image: url(../img/2025/slider_1920_580.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-27-2-maj {
  background-image: url(../img/2025/slidery_1920_580_maj_2025.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-27-2-maj-2 {
  background-image: url(../img/2025/slidery_1920_580_maj_2025.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-28-wrzesien {
  background-image: url(../img/slider/2025/wrzesien_1.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-29_pazdziernik {
  background-image: url(../img/2025/pazdzier/laseroterapia_1920_01_10.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-30_pazdziernik {
  background-image: url(../img/2025/pazdzier/depilacja_1920_01_10.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-30_black_week {
  background-image: url(../img/slider/2025_2/1920_580.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-31_grudzien {
  background-image: url(../img/slider/2025/grudzien/1920_580_XII_2025.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-27-2-maj-3 {
  background-image: url(../img/2025/slidery_1920_580_maj_2025.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-2026-1 {
  background-image: url(../img/slider/2026/depilacja_1920.webp);
  background-size: contain;
  background-repeat: no-repeat
}

.bg-2026-2 {
  background-image: url(../img/slider/2026/modelowanie_1920.webp);
  background-size: contain;
  background-repeat: no-repeat
}
.bg-2026-2a {
  background-image: url(../img/slider/2026/modelowanie_1920_2.webp);
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:400px) {
  .sheetSlider {
    padding-top: 21% !important
  }
}
@media (max-width:991px) {
  .sheetSlider {
    padding-top: 20%;
    padding-bottom: 100%
  }
  .bg-17 {
    background-image: url(../img/slider/new/2_1.jpg);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-18 {
    background-image: url(../img/slider/new/1_1.jpg);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-19 {
    background-image: url(../img/slider/2024/slider-mobile-2024-2.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-19-2 {
    background-image: url(../img/slider/2024/1/1.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-20-2 {
    background-image: url(../img/slider/2024/1/2.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-21-2 {
    background-image: url(../img/slider/2024/1/3.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-19-2-2 {
    background-image: url(../img/2024/09_2024/1m.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-20-2-2 {
    background-image: url(../img/2024/09_2024/2m.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-21-2-2 {
    background-image: url(../img/2024/09_2024/3m.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-22-2-2 {
    background-image: url(../img/2024/10_2024/5m.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-23-2-2 {
    background-image: url(../img/2024/10_2024/6m.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-24-2-2 {
    background-image: url("../img/2024/12_2024/mobile.webp");
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-25-2-2 {
    background-image: url(../../promocje/01_2025/1.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-26-2-2 {
    background-image: url(../../promocje/01_2025/2.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-27-2-2 {
    background-image: url(../img/2025/slider_1200_1200.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-27-2-maj {
    background-image: url(../img/2025/600_600_maj_2025.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-27-2-maj-3 {
    background-image: url(../img/2025/600_600_maj_2025_2.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-27-2-maj-2 {
    background-image: url(../img/2025/600_600_maj_2025_2.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-28-wrzesien {
    background-image: url(../img/slider/2025/wrzesien_1_mobile.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-29_pazdziernik {
    background-image: url(../img/2025/pazdzier/laseroterapia_600_01_10.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-30_pazdziernik {
    background-image: url(../img/2025/pazdzier/depilacja_600_01_10.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-30_black_week {
    background-image: url(../img/slider/2025_2/600_600.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-31_grudzien {
    background-image: url(../img/slider/2025/grudzien/600_600_XII_2025.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-2026-1 {
    background-image: url(../img/slider/2026/depilacja_600.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
  .bg-2026-2 {
    background-image: url(../img/slider/2026/modelowanie_600.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
	  .bg-2026-2a {
    background-image: url(../img/slider/2026/modelowanie_600_2.webp);
    background-size: contain;
    background-repeat: no-repeat
  }
}
.bg-17 a, .bg-18 a, .bg-19 a, .bg-19-2 a, .bg-20-2 a, .bg-21-2 a, .bg-19-2-2 a, .bg-20-2-2 a, .bg-21-2-2 a, .bg-22-2-2 a, .bg-23-2-2 a, .bg-24-2-2 a, .bg-25-2-2 a, .bg-26-2-2 a, .bg-27-2-2 a, .bg-27-2-maj a, .bg-27-2-maj-2 a, .bg-28-wrzesien a, .bg-29_pazdziernik a, .bg-30_pazdziernik a, .bg-27-2-maj-3 a, .bg-30_black_week a, .bg-31_grudzien a, .bg-2026-1 a, .bg-2026-2 a, .bg-2026-2a a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999
}
@media only screen and (min-width:501px) and (max-width:650px) {
  .sheetSlider {
    padding-bottom: 100%;
    padding-top: 24% !important
  }
}
@media only screen and (min-width:651px) and (max-width:991px) {
  .sheetSlider {
    padding-top: 13%
  }
}
@media only screen and (min-width:992px) and (max-width:1376px) {
  .sheetSlider {
    padding-top: 6%
  }
}