/* custom styles */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: "Jost", sans-serif; font-weight: 400; font-size:1.7rem}
.header-primary__logo a img {
  width: 20rem;
}
.header-primary__nav nav > ul > li > a {
  text-transform: none;
}

.btn--black {
  background:#ca9233;
  color: #fff;

}

.btn--black:hover {
  background:#000;
  color: #fff;

}

.btn--border {
  background: none;
  border: 1px rgb(255, 255, 255) solid;
  color: white;
}

.b-block-9__image::after {
  background:#000;
  opacity: 0.4;
}

.hs-2 {
  font-weight: 300;
}

.b-block-9__content p:not([class]) {
  font-size: 4.5rem;
  line-height:1;
  font-weight: 100;
}

.hs-7 {
  font-weight: 200;
  line-height: 1.2;
}

#apartamenty .b-block-15__image {
  /*margin:0;*/
}

#apartamenty .container {
  max-width: 100vw;
}

#apartamenty .hs-5 {
  font-weight: 400;
  font-size: 4.2rem;
}

#apartamenty p {
font-size: 3rem;
  line-height: 1;
  font-weight: 200;	
	
}
/*
.b-block-4--version-1 .b-block-4__image {
  
  height: auto;
  
}*/
.b-block-4--version-1 .b-block-4__image {
  height: 25rem;
}

.swiper-button-prev, .swiper-button-next {
  background:none;
  
}

#opinie .swiper-button-prev, #opinie  .swiper-button-next {
  display:none;
}
.home .header-primary--background-transparent {
  background: none;
  box-shadow: none;
}
.header-primary--background-transparent {
background: var(--header-primary-background, #fff);
  box-shadow: 0 0 1.6rem rgba(0,0,0,.15);

}

.home .header-primary--version-1.header-primary--is-scroll {
background: var(--header-primary-background, #fff);
  box-shadow: 0 0 1.6rem rgba(0,0,0,.15);
  }

.b-block-13__right {
  background: #fff;
  height: 100%;
  border:none;
  padding: 0rem 2rem 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.b-block-13__list ul li:nth-child(2n+1) {
  background: #faf5ed;
}

.b-block-13__list ul li span { 
  padding: 1rem 2rem;
}
.b-block-13__list ul li span:first-child {
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.b-block-13__list ul li span:first-child {
  flex:1;
}
.b-block-13__list ul li span {
  flex:3;
}
@media (max-width: 1199.98px) {

.b-block-13__right {
  padding:0rem 0rem 2rem 0rem;
}

}

#sauna-baner .b-block-5__content {
	border: none;
	padding: 4rem 1.6rem;
}
#sauna-baner .b-block-6,
#sauna-baner .b-block-6 h2,
#sauna-baner .b-block-6 h3 {
	color: #ffffff;
}
#sauna-baner:after {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}