.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 60px
}
.mb70 {
    margin-bottom: 70px
}
.mb80 {
    margin-bottom: 80px
}
.mb90 {
    margin-bottom: 90px
}
.mb100 {
    margin-bottom: 100px
}
.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}
.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-top: 60px
}
.mt70 {
    margin-top: 70px
}
.mt80 {
    margin-top: 80px
}
.mt90 {
    margin-top: 90px
}
.mt100 {
    margin-top: 100px
}
.video-background-holder {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.btn-default {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D0CEC1;
  --bs-btn-border-color: #D0CEC1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #BDBCB0;
  --bs-btn-hover-border-color: #BDBCB0;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #BDBCB0;
  --bs-btn-active-border-color: #BDBCB0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ECEBDB;
  --bs-btn-disabled-border-color: #ECEBDB;
  border-radius:1px;
  
  
}
.btn-default:hover{
	transform: translateY(-1px);
}
.btn-default2 {
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b2ac9f;
  --bs-btn-hover-border-color: #b2ac9f;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #242828;
  --bs-btn-active-bg: #b2ac9f;
  --bs-btn-active-border-color: #b2ac9f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ECEBDB;
  --bs-btn-disabled-border-color: #939181;
  border-radius:15px;
  font-size:16px;
  padding:10px 40px;
  margin-top:30px;
  font-weight: bold;
  border:1px solid #222;
  
}
.btn-koszyk {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00CC00;
  --bs-btn-border-color: #00CC00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #009900;
  --bs-btn-hover-border-color: #009900;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #009900;
  --bs-btn-active-border-color: #009900;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ECEBDB;
  --bs-btn-disabled-border-color: #939181;
  border-radius:10px;
  font-size:16px;
  font-weight: bold;
  text-transform: uppercase;
  padding:13px 30px;
  transition: all 0.6s ease 0s;
  
  
  
}
.plywajacykoszyk{
	position: absolute;
	top:150px;
	right:30px;
}
.btn-zabiegi {
  --bs-btn-color: #242828;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #242828;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #939181;
  --bs-btn-hover-border-color: #939181;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #242828;
  --bs-btn-active-bg: #939181;
  --bs-btn-active-border-color: #939181;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ddd;
  --bs-btn-disabled-bg: #ECEBDB;
  --bs-btn-disabled-border-color: #939181;
  border-radius:1px;
  border:1px solid #242828;
  font-size:17px;
  font-weight: bold;
  padding:14px 40px;
  margin-top:20px;
  text-transform: none;
  
  
}
/*.btn-default2:hover{
	  --bs-btn-color: #ffffff;
  --bs-btn-bg: #b2ac9f;
  --bs-btn-border-color: #b2ac9f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b2ac9f;
  --bs-btn-hover-border-color: #b2ac9f;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #242828;
  --bs-btn-active-bg: #b2ac9f;
  --bs-btn-active-border-color: #b2ac9f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ECEBDB;
  --bs-btn-disabled-border-color: #939181;
  border-radius:15px;
  font-size:16px;
  padding:10px 40px;
  margin-top:30px;
  font-weight: bold;
}*/
.back1{
	background-image: url('/img/estetic1.png');
	background-repeat:no-repeat;
	background-attachment: fixed;
  background-position: left; 
  height:672px;
	
}
.ml5{
	margin-left: 5%;
}
.head .tytul{
	font-size:58px;
	color:#fff;
	text-align: left;
	line-height: 55px;
	
}
.centervertl{
	width: 100%;
  height:90vh;
  position: relative;
}
.centervertl p {
   position: absolute;
  top: 50%;
  right:1%;
  transform: translateY(-50%);
  margin-right:20px;
  font-size:20px;
  
}
.centervertr{
	width: 100%;
  height:90vh;
  position: relative;
}
.centervertr p {
   position: absolute;
  top: 50%;
  left:1%;
  transform: translateY(-50%);
  margin-left:20px;
  font-size:20px;
}
@media(max-width:768px){
	.centervertl{
	width: 100%;
  height:90vh;
  position: relative;
}
.centervertl p {
   position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  
  margin: auto;
  transform: translateY(-50%);
   text-align: center;
  font-size:20px;
  
}
.centervertr{
	width: 100%;
  height:90vh;
  position: relative;
}
.centervertr p {
   position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
 text-align: center;
  font-size:20px;
}
}
.strong{
	font-family: 'Nexa-Heavy','Helvetica Neue',Arial,sans-serif;
	
}
.headpage{
	background-color: #ADA799;
  opacity: 0.92;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	min-height:40px;
	padding:50px;
	
}
.headpage p{
	color:white;
	font-size:50px;
	line-height:60px;
}
@media(max-width:768px){
.headpage{
	background-color: #ADA799;
  opacity: 0.92;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	min-height:20px;
	padding:10px 20px 10px 30px;
	
}
.headpage p{
	color:white;
	font-size:20px;
	line-height:30px;
	margin-top: 10px;
}	
}
.cennik{
	color:#111;
}
.nav-tabs{
	border-bottom: 0px;
}

.container-full{
	width:100%;
	margin:0;
	padding:0 12px;
}
.onas1{
	margin-top:100px;
}
.onas{
	color:#000000;
}
.onas .opispierwszy{
	width:90%
}
.onas .opisdrugi{
	width:90%;
	margin-left:50px;
}
.onas .title{
	color:#000;
	font-size: 80px;
  	margin-top: 120px;
}
.onas .text p{
	color:#000;
	font-size: 16px;
  	line-height:22px;
  	margin-bottom:25px;
  	font-weight: 500;
}
.onas .prawetlo{
	background:transparent;
	padding:90px 0 90px 90px;
	min-height:190px;
	width:100%;
	margin-top:60px;
}
.opinietlo{
	background:#202020;
	padding:40px 80px;
	min-height:100px;
	width:100%;
	margin-top:0px;
}
.opinietlo .tytul{
	font-size:30px;
	font-weight: 600;
	text-align:center;
	margin-bottom:60px;
	color:#fff;
}
.opinietlo .user{
	font-size:20px;
	font-weight: 600;
	text-align:center;
	text-transform: uppercase;
	color:#fff;
	
}
.opinietlo .opinia{
	font-size:16px;
	font-weight: 400;
	text-align:center;
	color:#fff;
	
}
.opinietlo .ramka{
	min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  
}
@media(max-width:768px){
.onas1{
	margin-top:30px;
}
.onas{
	color:#000000;
}
.onas .opispierwszy{
	width:100%
}
.onas .opisdrugi{
	width:100%;
	margin-left:5px;
}
.onas .title{
	color:#000;
	font-size: 40px;
  	margin-top: 30px;
  	text-align: center;
}
.onas .text{
	color:#000;
	font-size: 16px;
  	line-height:20px;
  	margin-bottom:5px;
  	font-weight: 500;
}
.onas .prawetlo{
	background:#202020;
	padding:20px;
	min-height:50px;
	width:100%;
	margin-top:60px;
}
.opinietlo{
	background:#202020;
	padding:20px 10px;
	min-height:50px;
	width:100%;
	margin-top:30px;
	color:#fff;
}
.opinietlo .tytul{
	font-size:30px;
	font-weight: 600;
	text-align:center;
	margin-bottom:40px;
}
.opinietlo .user{
	font-size:20px;
	font-weight: 600;
	text-align:center;
	text-transform: uppercase;
}
.opinietlo .opinia{
	font-size:16px;
	font-weight: 400;
	text-align:center;
	
}
}
.naszzespol{
	width:100%;
	padding:40px;
}
.naszzespol .tytul{
	color:#000;
	font-size: 80px;
	line-height:80px;
  	margin-top: 50px;
}
.naszzespol .text{
	color:#000;
	font-size: 16px;
  	margin-top: 20px;
}
.naszzespol .text p{
	color:#000;
	font-size: 16px;
  	margin-top: 20px;
}
.naszzespol .ramka{
	min-height: 20px;
  padding: 19px 19px 30px 19px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 4px;
}
.naszzespol .ramka .imie{
	color:#000;
	font-size: 20px;
  	margin-top: 20px;
  	margin-bottom:20px;
}
.naszzespol .ramka .funkcja{
	color:#000;
	font-size: 16px;
  	margin-bottom:20px;
}
.naszzespol .ramka .opis{
	color:#000;
	font-size: 14px;
  	margin-bottom:20px;
}
.logos{
	margin-top:40px;
	margin-bottom:40px;
}
.galleries{
	margin-top:50px !important;
	margin-bottom:0px;
}
.galleries  img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
  border-style: 1px solid #f1efec;
  border:1px solid #f1efec;
}
@media(max-width:768px){
.galleries  img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
  border-style: 1px solid #f1efec;
  border:1px solid #f1efec;
}	
}
.galleries .miejsce {
  position: relative;
  width: 100%;
}

.galleries .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.galleries .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.miejsce:hover .image {
  opacity: 0.3;
}

.miejsce:hover .middle {
  opacity: 1;
}

.galleries .text {
  background-color: #eee;
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  border-radius:50%;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 0 30px 0;
  pointer-events: auto;
}
::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}
footer .firma{
	font-size: 60px;
	line-height: 62px;
	margin-bottom: 5px;
}
footer .linia{
	width:80%;
	border-top:2px #fff solid;
	margin: 40px 0 20;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #fff200;
}
.thumbnail-mover img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out 0s;
}
.kategorieimg {
  position: relative;
  text-align: center;
  color: white;
  -webkit-transition: border-color 0.1s;
    transition: border-color 0.1s;
    overflow: hidden;
}
.kategorieimg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
  border-style: none;
  filter: brightness(0.3);
  
  
}
.kategorieimg img:hover{

}
.kategorieimg:hover {
        border-color: transparent;
    }
.kategorieimg__image-container {
        overflow: hidden;
        height: 100%;
    }

.kategorieimg__image {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.kategorieimg:hover .kategorieimg__image {
            -webkit-transform: scale(1.15) rotate(0.01deg);
            transform: scale(1.15) rotate(0.01deg);
            opacity: 0.9;
        }
.kategorieimg .ramka{
	min-height: 20px;
  padding: 12px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 1px;
 }
.kategorieimg .ramka:hover{
	
}
.centered {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centeredt {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered h4{
	font-size: 25px;
    font-weight: bold;
}
iframe .gm-style > div:first-child { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}
selector {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.tlozabieggora{
	background: url('/img/zabiegitlo.png');
	background-repeat: repeat-y;
	min-height:100px;
	color:#fff;
	padding:100px 150px;
}
.tlozabiegdol{
	background: url('/img/zabiegitlo2.png');
	background-repeat: repeat-y;
	min-height:100px;
	color:#000;
	padding:0 150px 20px 150px;
}
.tlozabiegdol. text{
	font-size: 16px;
	margin-top: 100px;
}
.tlozabieggora .obszar{
	width:80%;
}
.tlozabieggora .obszar .title{
	font-size:40px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:40px;
}
.tlozabieggora .obszar .text{
	font-size:16px;
	font-weight: normal;
	
}

.zabigitextdol{
	padding:10px 150px 60px;
	width:100%;
	color:#000;
	
}
.zabigitextdol .text{
	font-size:16px;
}
.separator{
	width: 75%;
  margin: 50px auto 10px;
  border-top:1px solid #000000;
}
@media(max-width:768px){
	.tlozabieggora{
	background: url('/img/zabiegitlo.png');
	background-repeat: repeat-y;
	min-height:100px;
	color:#fff;
	padding:20px 10px;
}
.tlozabiegdol{
	background: #939181;
	background-repeat: repeat-y;
	min-height:100px;
	color:#000;
	padding:0 20px 20px 20px;
	 
}
.tlozabiegdol. text{
	font-size: 16px;
	margin-top: 30px;
}
.tlozabieggora .obszar{
	width:100%;
}
.tlozabieggora .obszar .title{
	font-size:25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:30px;
}
.tlozabieggora .obszar .text{
	font-size:16px;
	font-weight: normal;
	
}

.zabigitextdol{
	padding:10px 20px 50px 10px;
	width:100%;
	color:#000;
	
}
.zabigitextdol .text{
	font-size:16px;
}
}
.cenniknazwa{
	font-size:2.2rem;
	text-align: center;
}
.cennikpodnazwa{
	font-size:1.3rem;
	text-align: center;
}
@media(max-width:768px){
.cenniknazwa{
	font-size:1.5rem;
}
.cennikpodnazwa{
	font-size:1.0rem;
}	
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: 30px;
  color: #eee;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: #eee;
}

.przez{
	background: rgba(0,0,0,.5);
	z-index: 10000;
}

.produkty .imageproduct{
	width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.produkty .image-areatop {
  width: 100%;
  margin: auto;
  position: relative;
  height: 280px;
  justify-content: center;
  overflow: hidden;
}
.produkty p{
	font-size:18px;
	margin-bottom:5px;
}
.produkty .card-title{
	font-size:22px;
	font-weight: bold;
	margin-bottom: 10px;
	color:#222;
}


.produkty .cena .zostalo{
	position: relative;
  right: -17px;
  top: 12px;
  margin-bottom: auto;
  white-space: nowrap;
}
.produkty .cena .zostalo-text{
	background: #d2000d;
  padding: 4px 10px;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.5);
  font-stretch: condensed;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  z-index: 2;
  position: relative;
}
.produkty .cena .zostalo::after{
	content: '';
  border: 8px solid transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  position: absolute;
  right: 0;
  margin: auto;
  border-left-color: #990618;
  border-top-color: #990618;
}
.cena .polecena{
	margin-top:40px;
	padding:20px;
}
.cena .polecena .najnizsza{
	font-size: .875rem;
}
.cena .polecena .kwota{
	font-size: 1.5rem;
	font-weight: bold;
}
.cena .polecena .kwotastara{
	margin-left: 6px;
  color: #c75a67;
  white-space: nowrap;
  text-decoration: line-through;
  font-weight: normal;
  font-size:1.2rem;
}
.koszyk .ramka{
	background:#fff;
	width:100%;
	min-height:50px;
	padding:20px;
	border-radius: 3px;
}
.koszyk .ramka p{
	color:#000;
	font-size:18px;
}
.koszyk .ramka .kwota{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0px;
}
.koszyk .ramka .kwotastara{
	margin-left: 6px;
  color: #c75a67;
  white-space: nowrap;
  text-decoration: line-through;
  font-weight: normal;
  font-size:1.2rem;
margin-bottom: 0px;
}
.koszyk .ramka .kreska{
	border-bottom:1px solid #f1efec;
	margin-top:20px;
	margin-bottom:20px;
}
.sticky-menu
{
  position: fixed;
  width: 100%;
  min-height: 45px;
  transition: all .4s ease;
  top: 0;
}
.sticky{
  width: 100%;
  background: transparent;
  display: block;
  padding: 0px;
}
.stickybg{
	background: #f8f7f5;
  opacity: 1;
  padding:15px 15px 0 15px;
}
.stickybg .nav-link
{
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: 0 0;
  letter-spacing: 1.1px;
  border-bottom: 2px solid transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  text-shadow: 1px 1px 1px rgba(60,60,60,0.2);
}
.stickybg .nav-link:hover
{
  display: block;
  padding: ;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: 0 0;
  letter-spacing: 1.1px;
  border-bottom: 2px solid #c39c7f;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  text-shadow: 1px 1px 1px rgba(60,60,60,0.2);
}
.dropdown-menu{
	background-color: rgba(0,0,0,0.475);
}
.menubackcolor{
	background: #f8f7f5;
	width:100%;
	min-height: 50px;
}