:root {
  --themeColor: #464F60;
  --fontColor: #464F60;
  --spacing: 60px;
  --beutyFont: 'classico-urw',sans-serif;
  --regularFont: 'Verdana';
  --font-size:1.2rem;
  --little-gray-bkg: #fafafa;
  --menuTr: rgba(0,0,0,0.5);
  --menuTrNA: rgba(0,0,0,0.4);
  --menuTrHvr: rgba(0,0,0,1);
  --light-color:#D5D5D5;
  --dark-color: #03783C;
  --btnRezHvr: #03783C;
  --blindYellow: #ff0;
  --blindBlack: #000;
  --bgcolor: #F1FBEB;

}

::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

.specialppl ul{
  display:flex;
  list-style:none;
  cursor:pointer;
}
.body-ident-main article {display:flex;flex-direction:column;}
.body-ident-main section.sectionRoom {order:2;}
.body-ident-main section.sectionZabieg {order:3;}
.body-ident-main section.section-23902 {order:4;}
.body-ident-main section.section-23998 {order:5;}
.body-ident-main section.section-23999 {order:6;}
.body-ident-main section.sectionOpinie {order:7;}
.body-ident-main section.section-23903 {order:8;}
.body-ident-main section.mainNews {order:16;}
.body-ident-main section.section-24490 {order:17;}

.body-ident-main section {order:15;}

.body-ident-rezerwacja .contentTitle {padding-bottom:0!important;}


.mainNews::before{
  position: absolute;
    top: calc(50% - 180px);
    right: 0;
    content: "";
    background: url("/img/blogOzdoba.svg");
      background-repeat: repeat;
    width: 280px;
    height: 100%;
    background-repeat: no-repeat;
    left: inherit;
    text-align: right;
    margin: auto;
}
.body-ident-main section.section-23413{
  order:17;
}
.body-ident-main #offersMain {order:1;}
.body-ident-main .section-22758 {order:2;}

.body-ident-main .sectionOpinie {order:4;}
  a{-webkit-text-decoration:auto;text-decoration:auto;}
.roomsSection,
.body-ident-main .roomsMain {order:5;padding-top:var(--spacing);min-height:500px;}
.body-ident-main .section-22221 {order:6;}
.body-ident-main #SectionOpinie {order:7;padding-top: var(--spacing);margin-top: 0;}
.body-ident-main .section-22224 {order:8;}

strong {font-weight:700;}

.Error {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--btnRezHvr);
    color: white;
    padding-bottom: 100px;
}
.Error h2 {
    margin: 0;
    font-size: 100px;
}

.optCat {
  display: none;
}
body {
  margin:0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.flexing {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.siteWidth {
  width: 100%;
  max-width: 1230px;
  margin:0 auto;
}
.siteWidthFilter {
  width: 100%;
  max-width: 930px;
  margin:0 auto;
}
.onRight {
  text-align: right;
}
.onLeft {
  text-align: left;
}
.onCenter {
  text-align: center;
}
.clear-list {
  list-style: none;
  padding: 0;
}
.bgCover {
  background-position: center;
  background-size: cover !important;
}
.imgCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.spacingElements li:not(:first-child) {
  margin-left:20px;
}*/

header ul {
  margin:0;
  padding: 0;
}
header {
  position: relative;
  background:var(--light-color);
}

/* Transitions */
.infoBarTop a{
  font-size:0.75rem;
}
a,.mainNav a::before,.inputRez, .buttonReservation,.inputRez::before,.header-middle,.slick-arrow,.galleryImageWrapper img,
.imageMediaWrapper::before,.imageMediaWrapper .button,.act .logoLi,.logoLi,.logoLi .logo,
.scrollTop,
.galleryPicture::before,
.galleryPicture:hover::before,
.FeaturedRoom *,
.galleryPicture span,
.galleryPicture:hover span {
  transition: 300ms;
}
a {
  color: var(--dark-color);
}
a.brown {
  color: var(--btnRezHvr);
  opacity:1;
}
a.brown:hover {
  color: var(--btnRezHvr);
  opacity:0.7;
}

section.powrotZabieg {padding:40px 0;}
.sectionSimple.reverse{
}


.sectionSimple .sectionSide.sectionContent {
  display: flex;
flex-direction: row;
justify-content: center;
width:100%;
}
.sectionSimple .sectionSide.sectionContent {
  display: flex;
flex-direction: column;
justify-content: center;
width:100%;
}
.sectionSimple .sectionSide{
  padding-right:40px;
}
.sectionSimple.sectionFullSimple .sectionSide{
    padding-right:0px;
}
.mainMenu > li > a:hover::before{
  width: 100%;
  opacity: 1;
}
.mainMenu > li:not(.dropChild_) > a::before{
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  opacity: 0;
  transform: translate(-50%);
  left: 50%;
  border-bottom: 1px solid var(--btnRezHvr);
}
.mainMenu > li a.logo::before{

  border-bottom: 0px !important;
}
.mainHeader:not(.act) .mainMenu > li:not(.last) > a:hover{
  /* color: var(--btnRezHvr); */
}
#date_submit_pakiety, #date_submit_pokoje{
  transition:400ms;
}
#date_submit_pakiety:hover, #date_submit_pokoje:hover{
  background:#fff;
  border:1px solid var(--btnRezHvr);
  color:var(--btnRezHvr);
}
.sectionSimple{
  background:var(--bgcolor);
  padding:var(--spacing) 0px 0;
}
.sectionSimple.sectionStandard {padding-bottom:var(--spacing);}
.sectionSimple.sectionStandard.topMargin {margin-top:var(--spacing);}
.sectionStandard .sectionContent .contentTitle {padding-bottom:0!important;}
.selectDynamic svg{
  position:absolute;
  top: 42px;
  left: 15px;
}
.rezBox .dates .wrapRezBox{
  position: absolute;
    top: 31px;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width:100%;
    padding: 0px 15px;
}
.rezBox .dates .wrapRezBox .cc{
  display:flex;
}
.rezBox .dates .wrapRezBox svg{
  margin-right:10px;
}
.rezBox .dates .dd, .rezBox .dates .mm{
    color:#707070;
    font-size:1rem;
}
.rezBox .dates .wrapRezBox .day-and-month {
  position: relative;
    top: -1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rezBox .dates .wrapRezBox .przyjazd, .rezBox .dates .wrapRezBox .wyjazd{
  font-size:1rem;
}
.sectionSimple.reverse .sectionRow .sectionContent{
  order:1;
}
.sectionSimple.reverse .sectionRow .sectionSlider{
  order:2;
}
.sectionSimple.sectionStandard .sectionSide.sectionSlider{
  width:715px !important;
  max-width:100%;
  padding-left:0px !important;
  padding-right:0!important;
}
.sectionSimple.sectionFullSimple .sectionSide.sectionContent,
.sectionSimple.sectionBlocks .sectionSide.sectionSlider{
  width:100% !important;
  max-width:100%;
  padding-left:0px !important;
}
.sectionSimple:not(.sectionFullSimple) .sectionSide.sectionContent{
  width:50% !important;
  max-width:500px !important;
  padding-left:0px !important;
}
/*.sectionBlocks .sectionRow{
  max-height:450px;
}*/
.sectionSimple .sectionSlider img{
  height:450px !important;
  width:100% !important;
}
.sectionSimple.sectionFullSimple img{
  height:auto !important;
  max-width:100% !important;
}
.sectionSimple.sectionStandard .sectionSlider img{
  height:100%!important;
  min-height:500px !important;
  width:100% !important;
}

.sectionSimple p{
  font-size:1rem;
  color:#707070;
  line-height:1.75;
}
section.sectionSeparator a {color:#fff;}
section.sectionSeparator .button {margin-top:25px;}
section.sectionSeparator a:hover {
  color: var(--light-color);
}
.rezForm {transition: 500ms}

  section .mainBlocksSlider,
  section:not(.sectionRoom) .mainOffersSlider{
    margin-right:8px;
  }

body {
  font-family: var(--regularFont);
  font-weight: 300;
  font-style: normal;
}

.beutyFont {
  font-family: var(--beutyFont);
  font-weight: 300;
}

.form-control {
  display: none;
}
.heroTitle {
  position: absolute;
  top:53%;
  left:50%;
  transform: translate(-50%,-50%);
  color: white;
}
.closeMargin{
  margin:0px !important;
}
.logoLi {
  width:140px;
  height:40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content:center;
}
.logoLi .logo {
  padding: 0 20px;
  display: block;
  opacity:1;
}
.logoLi .logo:hover {opacity:0.6;}
.logoLi .logoFixed {
  display: none;
}

.act .logoLi .logoFixed {
  display: block;
  height: 50px;
  top: 0;
  position: relative;
}
.act .logoLi {
  background: transparent;
  height:70px;
}
.act .logoLi .logoStandard {
  display: none;
}

.header-middle {
  width: 100%;
  position: fixed;
  top:0;
  z-index: 99;
  background: transparent;
}
.act .header-middle {
  background: white;
}
.mainNav {display:flex;justify-content:space-between;align-items:end;max-width: 1290px;justify-content:center;flex-wrap:nowrap;position:relative;margin:0 auto;flex-direction:column;}
.navigation-contianer,.mainNav {
  width:100%;
}
#nav {width:100%;}
.mainMenu {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
/*  margin-right: -126px;*/
}
.act .mainMenu {
  align-items: center;
}
.mainMenu > li:not(.logoLi) {
  padding: 0;
  position: relative;
  margin-top: -10px;
  text-align: center;
  list-style-type:none;
}
.act .mainMenu li {
  margin-top:0;
}
.logoLi {
  margin: 0;
}

.data-picker-rez {
  height:47px;
  width:100%;
  justify-content:center;
  flex-direction: row;
  align-items: stretch;
  color: white;
  letter-spacing: 0.06em;
  padding:2px;
}
.mainSlider,.hero,.slide,.slick-list,.slider-container,.rezForm,.day-and-month,.inputRez,.buttonReservation  {
  width: 100%;
}
.rezForm {
  position: absolute;
  bottom:var(--spacing);
  background: var(--menuTr);
  opacity: 1;
  visibility: visible;
  width: 380px;
  z-index:10;
  left: 50%;
  transform: translatex(-50%);
}
/*.act .rezForm {
  transform: translateY(130%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;*/
}
.inputRez, .buttonReservation {
    height: 48px;
    cursor: pointer;
	text-transform:uppercase;
	font-size:1rem;
	font-weight:100;
}
.sliderImage {
  height: 100vh;
  width: 100%;
  position: relative;
}
/*.sliderImage::before {*/
.mainHeader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, transparent 70%, rgba(0,0,0,0.5) 100%);
    opacity: 1;
	z-index: 5;
}
.mm {
  margin:0 10px;
  text-transform:uppercase;
}
.day-and-month {
    height: 100%;
}
.act .navigation-contianer {
  box-shadow: 0px 3px 6px rgba(0,0,0,.1);
}
.mainNav a,.footerMenu a {
  color:white;
  font-weight:300;
  text-decoration: none;
/*  position: relative;*/

  text-transform:uppercase;
}
.topPhone{
  margin-left:20px;
}
.infoBarTop{
  display: flex;
flex-direction: row;
align-items: end;
}
.topBar .socialMedia, .topBar, .specialppl ul, .specialppl ul li {
  display:flex;
  align-items: end;
}
.topBar .hsfont{
  font-size: 1.2rem !important;
}



.act .mainNav .mainMenu > li > a {
  color: var(--themeColor);
}
.mainNav .mainMenu > li ul .act a {
  color: #fff;
}


.inputRez {
  position: relative;
  height:100%;
  flex:auto;
  cursor:pointer;
}


.inputRezIn::before {
  content: '';
  position: absolute;
  bottom: -11px;
  width: 0;
  left: 0;
  left:50%;
  transform: translate(-50%);
  border-bottom: 1px solid;
  opacity: 0;
}
.inputRezIn::before {
bottom: 50%;
width: 1px;
height: 10px;
opacity: 1;
left: unset;
right: 0;
background: #fff;
transform: translatey(50%);
}


.button.rezBtn {min-width:175px;}

#nav li.act a::before,#nav li a:hover::before {
  width: 100%;
  opacity: 1;
}
.sub-menu li a::before {
  content: none;
}
.inputRez:hover  {
  background: var(--menuTrHvr);
}
.buttonReservation{
  background: var(--btnRezHvr);
  color:#fff;
  height:100%;
  text-transform:uppercase;
  cursor:pointer;
  width:175px;
  padding-bottom:2px;
}
.buttonReservation:hover {
  background: #fff;
  color: var(--btnRezHvr);
}
.sectionRow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  flex-wrap: nowrap;
}
.sectionFullSimple .sectionRow {flex-wrap:wrap!important;}
.sectionSlider{overflow:hidden;}

.sectionSide {
  width: 50%;
  position: relative;
  z-index: 2;
}
section.Text .sectionSide {width:100%;padding:0 50px!important;}

.slick-track,
.slick-list {height:100%;}
.slick-slide img {
width: 100%;
height: 100%;
object-fit: cover;
z-index: 2;
position: relative;}
.sectionSimple.reverse .sectionSide.sectionContent {
  padding-right: 0;
  padding-left:50px!important;
}
.sectionSimple:not(.reverse) .sectionSide.sectionContent {
  padding-left: 80px;
}
/*.sectionSimple:not(.reverse) .sectionSlider {
  width: calc(50% - 100px);
}*/

.slick-slider {z-index:2;height:100%;}
#rooms .slick-slider {height:auto;}
.contentTitle .titleInfo {
  position: relative;
  padding-top: 3px;
  letter-spacing: 0.06em;
  font-size:1.9rem;
  line-height: 1.5;
  text-transform:uppercase;
}
.onCenter .titleInfo::before {
  left:calc(50% - 20px);
}
.contentTitle.heroTitle .beutyFont{
  color:#fff !important;
}
.contentTitle .beutyFont {
  margin-bottom:50px!important;
  font-size:3.45rem;
  line-height: 1.25;
  margin: 0;
display: inline-block;
text-align:left;
text-transform:uppercase;
position: relative;
padding-left: 33px;
padding-bottom: 10px;
}
.section.sectionZabieg .subTitle{
  font-family:var(--beutyFont) !important;
}

.galeria .imageSlider a .titleSlider, .sectionBlocks .sectionImageWrapper a .titleSlider{
  font-family:var(--beutyFont) !important;
  font-size:1.5rem;
}
.contentTitle .titleInfo{
  display:none !important;
}
.body-ident-main .articleContent,
.body-ident-rezerwacja .articleContent,
.body-ident-pakiety .articleContent,
.body-ident-kontakt .articleContent,
.body-ident-blog .articleContent{
  padding-top:100px;
}
.listaZabiegow{
  display:flex;
  flex-wrap:wrap;
}
.listaZabiegow .row::before{
  position: absolute;
  content:"";
  left:0;
  right:0;
  top:60px;
  width:100%;
  height:300px;
  background:var(--bgcolor);
}
.listaZabiegow .row{
  width: 100%;
  display: flex;
  position:relative;
  justify-content: center;
}
.listaZabiegow .zabieg .button{

}
.layoutZabiegi .listaZabiegow .zabieg{
    max-height: 330px;
}

.listaZabiegow .zabieg{
    width:575px;
    margin-bottom:25px;
  padding-top:0px !important;
  overflow:hidden;

}
.layoutZabiegi .listaZabiegow .zabieg{
    width:395px;
}

.listaZabiegow .zabieg img{
  max-height:auto;
  height:auto;
  position:relative;
}
.layoutZabiegi .listaZabiegow .zabieg img{
max-height:330px;
}
.sectionZabieg .listaZabiegow .row .zabieg:nth-child(2n + 1){

  margin-right:25px;
}
.sectionZabieg .listaZabiegow .row .zabieg:nth-child(2n + 2){
  margin-left:25px;

}
.layoutZabiegi .listaZabiegow .row .zabieg:nth-child(3n + 2){
  margin-left:25px;
  margin-right:25px;
}
.listaZabiegow .zabieg a{
  transition: 300ms;
}
.layoutZabiegi .listaZabiegow .zabieg a::before{
  content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 9;
      background:rgba(0, 178, 239, 0);
      transition: 300ms;
}
.listaZabiegow .zabieg a:hover::before{
    background:rgba(0, 178, 239, 0.7);
}
.layoutZabiegi .listaZabiegow .zabieg .descZabiegi{
  margin-bottom:30px;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.listaZabiegow .zabieg .descZabiegi{
  font-family: "classico-urw",sans-serif;
  font-size:1.375rem;
  color:#fff !important;
  z-index:9;
}
.layoutZabiegi .listaZabiegow .zabieg .style1{
  padding:0px !important;
  border:0px !important;
    width:100% !important;
}
.layoutZabiegi .listaZabiegow .zabieg .style1{


  max-height: 330px;

}

.contentTitle .beutyFont{
  color: var(--dark-color);
}
.contentTitle .beutyFont::before{
  content:"";
  bottom:0;
  left:0;
  background:url("../img/hozdoba.svg");
  width: 58px;
  height: 55px;
  position: absolute;
}
.listaSilnikow{
  flex-wrap:wrap;
  padding-bottom:80px;
  justify-content: center;
}
.listaSilnikow .room{
  position:relative;
}
.listaSilnikow .room::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    transition: 400ms;
}

.listaSilnikow .room:hover:before{
    background: rgba(0, 178, 239, 0.7);
    transition: 400ms;
}

.listaSilnikow .room{
  width:395px;
  height:330px;
  position:relative;
}
.listaSilnikow a{
  margin:7.5px;
}
.listaSilnikow .room .descRoom{
  position:absolute;
  font-size:1.5rem;
  font-family: "classico-urw",sans-serif;
  bottom:30px;
  margin:auto;
  left:0;
  right:0;
  text-align:center;
  padding:0 30px;
  color:#fff;
}
.barTwo .contentDesc p{font-size:0.875rem;}
.barTwo .contentDesc p.ff{font-size:1rem;}
footer .barTwo .contentTitle .beutyFont::before{
  background:url("../img/hozdobamirror.svg");
  bottom: -10px;
  left: -16px;
  width: 82px;
  height: 77px;
}
footer .contentTitle .beutyFont{
  margin:auto;
}
footer .ThreeColumns {gap: 20px;}
footer .footLogo::before,
footer .footLogo::after {content:'';position:absolute;height:75%;width:1px;background:#fff;left:0;top: 12.5%;}
footer .footLogo::after {left:unset;right:0;}
footer .footLogo {padding: 0 50px!important;}
footer .ThreeColumns .Column {padding:0;position:relative;}
footer .barTwo .contentTitle {padding-bottom: 30px !important;}
footer .barTwo .contentTitle .beutyFont{
  color:#fff !important;
  text-transform:Capitalize;
  margin-bottom: 0 !important;
}

  footer .logoFooter img {width:500px;max-width:100%;}
  footer .logoFooter {width:100%;justify-content:center;margin-top: 30px;}

.mainHeader .contentTitle .beutyFont::before{
  display:none !important;
}
.mainHeader .contentTitle.heroTitle.onCenter{
position: absolute;
top: inherit !important;
left: 50% !important;
color: white;
text-align: left !important;
bottom: 160px;
width: 100%;
max-width: 1290px;
transform: translatex(-50%);
padding:0!important;
}
/*.body-ident-main .mainHeader .contentTitle.heroTitle.onCenter {bottom:100px;}*/

.logo:hover{text-decoration: none !important;}
.mainHeader .mainSlider .prevArrow, .mainHeader .mainSlider .nextArrow{
  display:none !important;
}
.roomInfo {flex-direction:row;}
.roomInfo i {color:var(--btnRezHvr);margin-right:5px;}
.roomInfo i.hsicon-people {font-size:12px;}
.roomInfo div {display:inline-flex;margin:0 5px;align-items:center;justify-content:start;padding:0;}
.roomName {color:var(--themeColor);font-size:1.9rem;text-transform:uppercase;}
.roomsMain .contentTitle .beutyFont {color:var(--dark-color);}
.sectionGalleryWrapper,
.sectionGalleryWrapper .contentTitle {padding-bottom:0!important;}
.sectionGallery:not(.wsekcji) .contentTitle .beutyFont {margin: 70px 0 0;}
.heroTitle.contentTitle .beutyFont {margin:0!important;border:0!important;padding:0!important;text-shadow: 2px 2px 5px rgba(0,0,0,0.25);}
.button {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;;
  padding: 10px 15px;
  min-width: 155px;
  background: var(--btnRezHvr);
  text-decoration: none;
  line-height: 1;
  font-size:1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: solid 1px var(--btnRezHvr);
  transition: 300ms;
  cursor: pointer;
}
.button.style1 {
  min-width: 155px;
  color: var(--dark-color);
  border:1px solid var(--dark-color);
  background:transparent;
}
.button.style1:hover{
  background: var(--btnRezHvr);
  border:1px solid var(--btnRezHvr);
}
.button.style1:hover,
.button.style1:hover span{
  color: #fff !important;
}
.button.style1 span{
  font-size:1rem !important;
}
.filters{
  margin-bottom:60px;
}
.filters button{
  margin:7.5px;
  width:208px;
  height:40px;
  padding:0px !important;
  text-align:center;
}
.filters button.button.style2 span{
    font-size:0.75rem !important;
}
.filters button.button.active{
  background: var(--dark-color);
}
.filters button.button.active span{
  color:#fff !important;
}
.button.style2 {
  min-width: 155px;
  color: var(--dark-color);
  border:1px solid var(--dark-color);
  background:transparent;
  font-family:var(--regularFont) !important;
}
.button.style2:hover{
  background: var(--dark-color)!important;
  border:1px solid var(--dark-color);
}
.button.style2:hover span{
  color: #fff !important;
}
.button.style2:hover{
  color: #fff /*var(--dark-color)*/;
}
.button.style2 span{
  font-size:1rem !important;
}

.bottomRoom .button {min-width:174px;}
.button.noBorder {border:0!important;}
.buttonLight {
  background: transparent;
  border:1px solid #fff;
  color:#fff;
}
.buttonTheme {
  background: transparent;
  border:1px solid var(--btnRezHvr);
  color:var(--btnRezHvr);
  min-width:175px;
}
.buttonTheme:hover {
  background: var(--btnRezHvr)!important;
  color:#fff!important;
}
.buttonTheme:hover span {color:#fff!important;}
.pakiety,.pokoje {transition:300ms;}
.pakiety:hover,
.pokoje:hover,
.button:hover {
  background: #fff;
  border:1px solid var(--btnRezHvr);
  color:  var(--btnRezHvr);
  transition:300ms;
}
  .mainOffersSlider{
    height:40px;
  }
  .mainOffersSlider .button:hover{
    background:#fff;
  }

.button:hover span {color: var(--btnRezHvr)!important;}
.buttonLight:hover {
background: #fff;
color: var(--themeColor);
}
.sectionSide .buttonWrapper {
    margin-top: 20px;
}
section {
    font-size: 1rem;
    line-height: 1.5;
    color: #707070;

}
/*body {
  overflow-x:hidden;
}*/
/*section.sectionSimple {
  overflow: hidden;
}*/
.sectionSeparator {
  min-height: 50vh;
}
.contentTitle,
.contentCenter.sectionSeparator {
  text-align: center;
  padding-bottom: var(--spacing) !important;
}
.sectionSeparatorImage {
  position: relative;
  padding: 60px 0;
  min-height: 550px;
  width:100%;
}
.sectionSeparatorImage img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contentCenter .separatorContent {
/*  background: white;*/
  padding: 30px 50px;
  max-width: 550px;
  box-shadow: 0px 3px 6px rgba(21,34,56,.2);
/*  margin-bottom: -130px;*/
}
.sectionSeparatorImage::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: black;
  opacity: .2;
  z-index: 1;
}
.sectionSeparator:not(.contentCenter) .separatorContent {
/*  padding-right: 60px;*/
display: flex;
flex-direction: row;
padding: 0 20px;
width: 100%;
max-width: 950px;
}
.sectionSeparator:not(.contentCenter) .separatorContent > div.contentTitle {padding-right:110px;}
.sectionSeparator:not(.contentCenter) .separatorContent > div {
width: 50%;
justify-content: center;
display: flex;
flex-direction: column;
font-size:1rem;
}
.sectionSeparator {
  color:white;
}
.sectionSimple.reverse .sectionSlider::before {
    bottom: 0;
    transform: translate(-100px,70px);
	left:0;
}
.sectionSimple:not(.reverse) .sectionSlider::before {
  right: 0;
  bottom:0;
  transform: translate(100px,70px);
}
.mainHeader .contentTitle   {
    width: calc(100% - 150px);
	max-width:940px;
    padding: 0 15px;
	z-index:5;
}

.slick-arrow {
  font-size:25px;
  color: var(--btnRezHvr);
  cursor: pointer;
  z-index: 2;
}
.hero .nextArrow {
  right:30px;
}
.hero .prevArrow {
  left:30px;
}
.hero .slick-arrow, .reviewsSlider .slick-arrow {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  color:white;
}
.reviewsSlider .slick-arrow {
  top:93px;
  color:var(--light-color);
}
.reviewsSlider .nextSlide {
  right: -30px;
}
.reviewsSlider .prevSlide {
  left:-30px;
}
.slick-arrow:hover {
  opacity: .7;
}
.sectionSimple .slick-arrow,.imagesOffer .slick-arrow {
  color: var(--dark-color);
  background: var(--bgcolor);
  width:40px;
  height:40px;
  position: absolute;
  top: 50%;
  right:0;
  z-index: 1;
  transform: translatey(-50%);
  text-align:center;
}
.sectionSimple .prevSlide,#rooms .prevSlide,.imagesOffer .prevSlide {
  left: 0;
  right:auto;
}
.sectionSimple.reverse .sectionRow {
  flex-direction: row-reverse;
}

.sub-menu {
    position: absolute;
    text-align: center;
    left: 50%;
    width: 210px;
    transform: translatex(-50%);
    background: var(--menuTrNA);
    margin-top: 15px;
    visibility: hidden;
    opacity: 0;
/*    transform: translate3d(-50%,10px,0);*/
/*    transform: translate3d(0,0,0);*/
    transition: transform ease .3s,opacity ease .3s,visibility ease .3s;
	border-top: solid 1px #fff;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	overflow-y: auto;
  max-height: 70vh;
}
.act .sub-menu {
  margin-top:15px;
}
.sub-menu::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}
header.act .sub-menu::after {
  top: -6px;
  border-bottom: 6px solid var(--menuTrNA);;
}
header.act .sub-menu::after {color:var(--themeColor);}
.sub-menu::before {
  content:'';
  position: absolute;
  top:-20px;
  left: 0;
  width:100%;
  height: 20px;
}
.act .sub-menu::before {
  top:-29px;
  height:29px;
  display:none !important;
}
.mainMenu a{
  font-size:1rem;
  padding-bottom:20px;
}
.mainMenu .sub-menu a{
  font-size:0.75rem;
}
.mainMenu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
/*  transform: translate3d(-50%,0,0);*/
/*  transform: translate3d(0,0,0);*/
}
.langs li,
.langs li a,
.langs li:hover,
.langs li a:hover,
.specialppl li img,
.specialppl li:hover img
{transition:300ms;opacity:1;}
.langs li:not(.currentLang):hover,
.langs li:not(.currentLang) a:hover,
.specialppl li:hover img {opacity:1!important;}

.langs li.currentLang:hover,
.langs li.currentLang:hover a {opacity:1!important;}

.sub-menu a {
    line-height: 1.2;
    padding: 5px 10px 7px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	text-transform:uppercase;
	font-size: 12px;
	letter-spacing: 0.06em;
	font-weight:100;
}

.sub-menu li.act a,
.sub-menu a:hover {
      background: #fff;
      color: var(--dark-color) !important;
}
.localizationWrapper {
  left:50%;
  transform: translate(-50%);
  text-align: center;
  color:white;
}
.localization {
  margin-bottom: 40px;
}
.localization i {font-size:20px;}
.localizationWrapper .icon-arrow-bottom:before {
    width: 40px;
}
.footerWrapperInner {position:relative;}
.footerWrapperInner .barOne .beutyFont{
  color:var(--dark-color);
}
.partners {margin:15px auto; font-size:1.9rem;color:var(--themeColor);}
.partners > div > div {padding: 0px 20px;text-transform: uppercase;color: var(--btnRezHvr);}
.scrollTop {
cursor: pointer;
color: var(--light-color) !important;
position: absolute;
bottom: 0;
right: 0;
font-size:1rem;
line-height: 1;
opacity:1;
}
.scrollTop:hover {opacity:0.6;}
.scrollDown {
z-index:100;
  font-size:20px;
  cursor: pointer;
  /* animation-name: scrollAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite; */
  position: relative;
}
/* @keyframes scrollAnim {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }

} */
.langsHeader li{
  border:1px solid #fff;
  width: 22px;
  height: 19px;
  padding: 0px 10px;
}
.langsHeader li a{
  font-size: 0.688rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  opacity:1 !important;
}
.langsHeader li,
.socialMedia li {position:relative;margin-right: 4px;line-height:1;}


.langs.langsHeader {
  right: 0;
  font-size:1.2rem;
}
.langs.langsHeader li, .langs.langsHeader a,.socialMediaHeader a:hover,.socialMedia a:hover {
  opacity: .7!important;
}

.langs.langsHeader li.currentLang,.langs.langsHeader .currentLang a,.langs.langsHeader a:hover {
  opacity: 1!important;
}


.socialMedia.socialMediaHeader {
  left: 0;
}
.headerList :is(a),.socialMedia :is(a) {
  color:white;
  text-decoration: none;
}
.headerFooter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  z-index:10;
}
.headerFooter > * {
  position: absolute;
  color: white;
  bottom: -50px;
}
.footerWrapper .barTwo {
    padding: 20px 0 40px;


}
.footerWrapper .barTwo{
    background: var(--dark-color);
}
.footerWrapper a {
  text-decoration: none;
}
.infoBarTop a:hover,footer a:hover,.footerWrapper ul a:hover,.footerWrapper .footerContent a:hover,.socialMedia a:hover {
  opacity: .7;
  color:white;
}
.footerWrapper * {
    color: white;
}
.footerMenu a {
  text-decoration: none;
}
.footerMenu ul {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 15px;
  flex-direction: column;
  list-style: disc;
}
.footerMenu ul li{
  margin:2px 0px;
}
.footerMenu ul li::marker{
  font-size:12px;
}
.footerMenu ul li a{
  text-transform: capitalize;
  padding-left: 0px;
}
.footerMenu a {
  padding: 5px;
}
.footerMenu {
    margin: 0 auto 0;
	max-width:800px;
}
.footerSubmenu {
margin: 30px auto 20px;
border-bottom: solid 1px var(--btnRezHvr);
max-width: 800px;
padding-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.footerSubmenu span {color:var(--btnRezHvr);}
.footerSubmenu i.dot {display:inline-block;width:3px;height:3px;background:#fff;margin: 10px 30px;}
.Credits {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.Column {
  flex:0 0 33.333%
}
.Column4 {
  flex:0 0 auto
}
.socialMedia a {
  font-size: 20px;
}
footer .socialMedia a {font-size:16px}

.footerLogoSM {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width:100%;
}
.logoColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 33.33%;
  margin-top: -60px;

}
.newsletterContent input {
width: 100%;
height:60px;
max-width: 100%;
border: 0;
border-bottom: 1px solid var(--dark-color);
text-align: left;
color: var(--dark-color);
font-family:  var(--beutyFont);
background: transparent;
margin: 20px 0 30px;
font-size:0.875rem;
letter-spacing: 0.06em;
margin-bottom:5px !important;
}
.newsletterContent span,
.newsletterContent span * {
  color:#707070;
  font-size:1rem;
}
.newsletterContent input::placeholder {
color: var(--dark-color) !important;
opacity: 1;
font-size:1.375rem;
letter-spacing: 1.5px;
}
.barOne {padding:30px 0;}
.barOne .contentTitle {padding-bottom:0!important;}
.barOne .Column.fir{
    flex: 0 0 40%;
    padding-top:40px;
    padding-left:0px !important;
    padding-bottom: 0px !important;
}
.barOne .Column.sec{
    flex: 0 0 60%;
    padding-right:0px !important;
    padding-bottom: 0px !important;
}
.specialArrowNewsletter{
  display: block;
position: absolute;
right: 0;
top: 30px;
text-align: right;
width: 101px;
}
.newsletterContent{position:relative;}
#newsletter{width:100%;}
.newsletterContent .button {width:100%; max-width:170px;}
.footerContent {
  font-size:1.1rem;
  letter-spacing: .06em;
  line-height: 1.75;
  font-weight:300;
}
.newsletterColumn {justify-content:end;}
.footerContent p {
  margin: 0;
}
.footerContact {justify-content:start;}
.singleKafelek {
  flex:0 0 33.333%;
  display: flex;
  flex-direction: column;
}
.singleKafelek img {
  width:100%;
  padding: 5px;
}
.kafelekContent {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .kafelekContent .buttonWrapper {
       margin-top: 40px;
 }
.singleKafelek:nth-child(even) {
  flex-direction: column-reverse;
}
.footerHead {
  font-size:1.9rem;
  color:var(--btnRezHvr);
  text-transform:uppercase;
  margin-bottom:15px;
}

.galleryPicture {
  padding: 8px;
  flex:0 0 33.333%;
  display: block;
  position:relative;
}
.galleryGrid,.galleryFirstRow {
  width:100%;
}
.galleryGrid {
  flex-wrap: wrap;
}
.galleryFirstRow {
  display: flex;
  flex-direction:row;
  height: 100%;
}
.sectionGallery:not(.wsekcji) .galleryColumn .galleryPicture {
  flex: 0 0 100%;
  height: 100%;
}
.sectionGallery.wsekcji {padding-top:100px;}
.sectionGallery .galleryColumn a {line-height:1;}
.sectionGallery:not(.wsekcji) .galleryColumn {width:33.33%;}
.sectionGallery.wsekcji.reverse .galleryColumn:nth-child(2),
.sectionGallery.wsekcji .galleryColumn:nth-child(1) {width:540px;max-width:100%;background:var(--light-color);padding:90px 70px 50px 90px;}
.sectionGallery.wsekcji.reverse .galleryColumn:nth-child(1),
.sectionGallery.wsekcji .galleryColumn:nth-child(2) {width:540px;max-width:100%;background:var(--themeColor);padding:50px 100px 50px 70px;margin-top: 20px;margin-bottom: -20px;}
.sectionGallery:not(.wsekcji) .galleryColumn .galleryPicture {height: 320px;display: block;}

.sectionGallery.wsekcji .galleryImage {width:100%;height:auto;margin:0;}
.sectionGallery.wsekcji .buttonWrapper {margin-top:25px;margin-bottom:70px;}
.sectionGallery.wsekcji .galleryGrid {justify-content:center;}
.sectionGallery.wsekcji .galleryPicture {margin:20px 0;padding:0;}
.sectionGallery.wsekcji .galleryPicture span {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-weight:300; opacity:0; color:#fff;z-index:10;}
.sectionGallery.wsekcji .galleryPicture::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  background:#000;
  opacity: 0;
  z-index:5;
}
.sectionGallery.wsekcji .galleryPicture:hover::before {opacity:0.4;}
.sectionGallery.wsekcji .galleryPicture:hover span {opacity:1;}

.galleryImageWrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.galleryImageWrapper:hover img {
  opacity: .9;
  transform: scale(1.05);
}
.sectionGallery.reverse .galleryFirstRow {
  flex-direction: row-reverse;
}
/*.sectionGallery .contentTitle .beutyFont {
  margin:0;
  margin-bottom: 100px;
}*/

.sectionGallery .buttonWrapper {margin-top:var(--spacing);}

section {position: relative;}
section#offersMain {
  padding-top:var(--spacing);
  background:var(--bgcolor);
}
section.sekcjaKontakt,
section#mapaGoogle,
section.sectionSeparator,

.galleryContainer,.sectionTitle {
  position: relative;
}
footer {
  margin-top:0;
}
#offersMain #offersMainSlider {width:100%;}
#offersMainSlider .singleOffer {max-width:520px;}
.roomWrapper,
.roomsMainWrapper .contentTitle,
#offersMain .contentTitle {flex-direction:row; justify-content: space-between;
align-items: flex-end;}
.offersMain a.button {
  background:transparent !important;
  color:var(--dark-color) !important;
}
/*#offersMain .offersWrapper {
background-image:url('/img/hotel/logoBkg.svg');
background-repeat:no-repeat;
background-size:contain;
background-position:center left;
}*/
#offersMain .offersWrapper .contentTitle .beutyFont {margin-bottom:100px;}
.offersMain:not(#offersMain) .buttonWrapper/*,.btnRoomSpacing*/ {
  margin-top:100px;
}
.sectionOpinie .slick-arrow,
.offersMain .slick-arrow,
#rooms .slick-arrow,
#roomsMain .slick-arrow {
  display: flex;
  align-items: center;
  position:absolute;
  top:50%;
  left:-40px;
}
.offersMain .slick-arrow.nextSlide,
#rooms .slick-arrow.nextSlide,
#roomsMain .slick-arrow.nextSlide {
  left:unset;
  right:-40px;
}
.offerArrows,.roomArrows {
  margin: var(--spacing) 0 0;
}
#offersMain .offerArrows {margin:40px 0 0 0;}
.offersMain .nextSlide, .roomArrows .nextSlide {
    flex-direction: row-reverse;
}
.roomArrows {width:100%;position:relative;}
#rooms .roomArrows span,
#roomsMain .roomArrows span,
#offersMain .offerArrows span {text-transform:uppercase;color:#fff;margin:0 15px;}
.roomArrows .button,
#offersMain .offerArrows .button {margin:0!important;white-space:nowrap;}
#offersMain .offerArrows .button:hover span {color:#fff;}

#roomsMain .roomArrows .smallArrow::before,
#offersMain .offerArrows .smallArrow::before {margin:0;}
.slick-arrow span {
    font-size:1rem;
    line-height: 1;
    letter-spacing: 0.06em;
	padding-bottom: 2px;
}
.offersWrapper {display: flex;
flex-direction: row;
justify-content: center;
align-items: center;}

.roomWrapper,
.singleOffer {
  text-decoration: none;
  padding: 7.5px;
}
.offersContainer {
  margin:0;
}
.roomWrapper,
.offerWraper {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 475px;
  justify-content: flex-end;
  overflow: hidden;
}
.offerName,.offerPriceWrapper {
  color:white;
  font-size:1.2rem;
  line-height: 2;
  font-weight: normal;
  text-decoration: none;
}
.offerName {
  margin:0;
  color:var(--btnRezHvr);
  font-size:1.9rem;
  font-weight:300;
  text-transform:uppercase;
  padding: 10px;
  line-height:1.25;
  position: relative;
  text-align:center;
}
.offerPriceWrapper {
  padding: 10px;
/*  background: var(--light-color);*/
  font-size:1.2rem;
text-align:Center;
color:#fff;;
letter-spacing:0.06em;
font-weight:300;
line-height:1;
}
.body-ident-main .roomsMain,
.offerDescription {
  display:flex;
  flex-direction:column;
  justify-content:Center;
  align-imtems:center;
  min-height: 150px;
  color:#fff;
}
.body-ident-main .roomsMain {min-height:unset;margin-top:var(--spacing);padding-bottom:var(--spacing);}
.imageMediaWrapper {
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
}
.singleRoomWrapper .imageMediaWrapper::before,
.imageMediaWrapper::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  background:#000;
  opacity: 0;
  z-index:5;
}
.singleRoomWrapper:hover .imageMediaWrapper::before,
.singleOffer:hover .imageMediaWrapper::before {
  opacity: .4;
}
.singleRoomWrapper:hover .imageMediaWrapper .button,
.singleOffer:hover .imageMediaWrapper .button {
  top:50%;
  opacity: 1;
}
.mainOffersBox {width:100%!important;}
.roomsMainWrapper {position:relative;}
.imageMediaWrapper .button {
  position: absolute;
  top:40%;
  left:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  z-index:5;
}

.singleRoomWrapper .buttonWrapper .button {
position:relative;
top:unset;
left:unset;
transform:none;
margin:10px;
}
.singleRoomWrapper .buttonWrapper  {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 10;
opacity:0;
transition: 300ms;
}
.singleRoomWrapper:hover .buttonWrapper {
top: 50%;
opacity:1;
}
.section.sectionZabieg .beutyFont, .section.sectionRoom .beutyFont, #offersMain .beutyFont{
  flex-wrap:wrap;
}
.absBar .title{
  font-size:1.5rem;
  font-family:var(--beutyFont) !important;
  text-transform: uppercase !important;
  font-weight:400;
}
.sectionRoom .overBar .place{
  font-family:var(--beutyFont) !important;
  font-size:1.5rem;
}
.sectionRoom .overBar .place svg{
  position: relative;
    top: 2px;
}
.sectionRoom .overBar .price{
  font-size:1rem;
}
.sectionRoom .overBar .price strong{
  font-size:1.375rem;
}
.absBar .dayBar strong {
  font-size: 1.4rem;
  font-weight:normal!important;
}
.absBar .dayBar, .absBar .dayBar span, .hname{
  font-size:0.875rem;
}
.hname{
  position: absolute;
  top: 30px;
  right: 15px;
  text-transform: uppercase;
  color:#fff;
}
.sectionRoom .sectionImageWrapper::before{
content: '';
position: absolute;
top: auto;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.9));
opacity: 0.6;
z-index: 9;
height: 50%;
}
#offersMain .package{
  text-decoration:none !important;
}
.hname svg{
  margin-right: 3px;
  position: relative;
  top:3px;
}
.offersPage .singleOffer {
  flex:0 0 33.333%;
}
.offersPage .offersContainer {
  flex-wrap: wrap;
}
.imageMediaWrapper img {
  display: block;
      height: 100%;
}
.roomPrice {
    margin-bottom: 20px;
}
#rooms .roomPrice {margin-top:20px;}
#rooms .contentTitle .beutyFont {margin-top:0;}
.roomsImage,
.roomImage {
    width: 100%;
    max-width: 100%;
}
.roomsImage {
width:100%;
height:500px;
}

.roomsDescription,
.roomDescription {
	padding:20px 0 20px 30px;
    width:100%;
	background:#fff;
	color:var(--themeColor);
}
.roomDescription {
	height:120px;
	padding:15px 30px 20px 30px;
}
.roomsDescription {border:solid 1px var(--btnRezHvr);flex-direction:row;}
.roomContent {flex-direction:column;}
.roomDescription .buttonWrapper .button:not(:last-child) {
  margin-right: 30px;
}
.room-icons-in {display:flex; flex-wrap:wrap;margin:-10px}
.icon-item {
  color:var(--btnRezHvr);
  font-size:18px;
}
.bottomNavMobile .rezerwujMobile{
  background-color:var(--btnRezHvr) !important;
}
  .arrNext{
    position: relative;
    background: var(--btnRezHvr);
    margin-left: 3px;
    color: #fff;
    align-items: center;
    display: flex;
    width:40px;
    height:40px;
    justify-content:center;
  }
  .arrPrev{
    position: relative;
    background: var(--btnRezHvr);
    margin-right: 3px;
    color: #fff;
    align-items: center;
    display: flex;
    width:40px;
    height:40px;
    justify-content:center;
  }
.arrPrev, .arrNext{
  cursor:pointer;
  transition:300ms;
  border:1px solid var(--btnRezHvr);
}
.arrPrev:hover, .arrNext:hover{
background:#fff;
border:1px solid var(--dark-color);
}
.arrPrev:hover svg path, .arrNext:hover svg path{
  fill:var(--dark-color);
}
.section.sectionRoom .beutyFont{align-items: flex-end;}
.icon-name {margin-left: 10px;font-size:1.2rem;}
.roomsSpecification {
    margin-left: 100px;
    align-self:center;
	column-count:3;
	width:100%;
}
.roomsSpecification .tt-el {padding: 10px 0;}
.roomsSpecification .hsicon-people {font-size:12px;}
.roomsSpecification .hsicon-roomsize {font-size:1.2rem;}
.roomsName {
  font-size:1.9rem;
  font-weight: 300;
  position: relative;
  padding: 0;
  text-transform:uppercase;
  margin-top:0;
  margin-bottom:20px;
}
/*
.roomsDescription::before {
  content:'';
  position: absolute;
  right: 20px;
  bottom: 50px;
  width:90px;
  height: 150px;
  background: var(--light-color);
  opacity: .3;
}*/
.roomsDescription .buttonWrapper .button:not(:first-child) {
  margin-left:30px;
}
/*.roomsImage {width:100%;max-width:750px;}*/
body:not(.body-layout-home) .rezForm {
  display: none;
}
/*.threeColumns {
    margin: -20px;
}*/
.Column {
  padding: 20px;
}
.Column4 {
  padding: 0 20px;
}
@media(min-height:780px) and (min-width:960px) {
  .heroTitle {
    top:50%;
  }
}

@media(min-width:981px) {
  .mobileBar,.bottomNavMobile {
    display: none;
  }

  header.mainHeader:not(.sliderOff),.sliderImage {
    min-height: 640px;
  }
  body:not(.body-layout-home) header .sliderImage {
    max-height: 100vh;
  }
}
.localization a {
  color:white;
  text-decoration: none;
  text-transform:uppercase;
}
.localization a:hover {
  opacity: .7;
}

@media(max-width:1320px) {
  .topBar {
    padding: 10px!important;
  }
  .mainMenu > li:not(.logoLi) {
    padding: 0 10px;
  }
}
@media(max-width:980px) {
.listaZabiegow .row::before {display:none!important;}
.body-ident-main .articleContent, .body-ident-rezerwacja .articleContent, .body-ident-pakiety .articleContent, .body-ident-kontakt .articleContent {
  padding-top: 0;
}

.specialppl li img {
  height: 30px;
  margin: 0 5px;
}

p iframe {width:100%!important;height:85vw;}
section.sectionGallery:not(.boxy) .galleryContainer .galleryPicture {width:100%!important;}
.galleryContainer.siteWidth {padding:0;}

.sectionGalleryWrapper {margin-top:0!important;}
.sectionZabieg .contentTitle.siteWidth {padding:0!important;}
  section .mainBlocksSlider,
  section:not(.sectionRoom) .mainOffersSlider{
    margin-right:0;
  }
/*.articleContent {padding-top:0!important;}*/
.contentTitle .beutyFont {margin-bottom:30px!important;}
.mainHeader .contentTitle.heroTitle.onCenter {top: calc(50% - 210px) !important;
    width: 90% !important;
    bottom: unset;
    padding-bottom: 0 !important;}
  .barTwo .ThreeColumns{
      flex-direction: column;
      justify-content: center;
      margin: auto;
      align-items: center;
  }
  .mainBlocksSlider,
  .section.sectionRoom .beutyFont .arrowsSlider, #offersMain .beutyFont .arrowsSlider{
	margin: var(--spacing) 0 0 -33px;
	justify-content: center;
	width: calc(100% + 33px);
  }
  .section.sectionZabieg .beutyFont div {
    display:flex;
    margin: var(--spacing) 0 0 -33px;
	justify-content: center;
	width: calc(100% + 33px);
  }
  .contentTitle .beutyFont::before{
    bottom:inherit !important;
    top:0;
  }
  .mainMenu > li:not(.logoLi) {
    padding: 0 10px;
    width: auto;
  }
  .FooterColorLink{
    text-align: left;
    width: 100%;
  }
.rezBox .dates .wrapRezBox{
  top:0px !important;
}
.selectDynamic svg{
  position: absolute;
  top: 22px;
  left: 15px;
}
  #date_action.rezinput{width:100% !important;}
.selectDynamic svg.datesLoc{
  top:27px !important;
  right:15px !important;
}
  .sectionStandard .contentTitle .beutyFont{
    margin-bottom:0px !important;
    padding-bottom:0px !important;
  }
  .filters{
    justify-content: center;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  }
  #offersPage .package{
    margin:auto;
	width:100%!important;
  }
  .listaZabiegow .zabieg{
    padding:0;
  }
  .listaZabiegow .zabieg img{
    width:100%;
  }
  .rezerwacja > .contentTitle{
    padding-left:15px;
    padding-right:15px;
  }
  .sectionSimple .sectionSide{
    width:100% !important;
  }
  .sectionBlocks.galeria .imageSlider a{
    width:100% !important;
  }
  .sectionSide .buttonWrapper{
    margin-bottom:40px !important;
  }
  .sectionStandard .sectionContent .contentTitle {padding-bottom:var(--spacing)!important;}
.sectionZabieg {padding-top:var(--spacing)!important;}
.listaZabiegow .zabieg {margin-top:0!important;}
  .listaZabiegow .zabieg{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .listaZabiegow .row{
    flex-direction: column;
  }
  .mainMenu {
    margin: 0;
  }
  .sectionBlog .row{flex-wrap:wrap !important;}
  .sectionList.sectionSimple .sectionSide{margin-bottom:0px !important;}
  .sectionList .opis{margin-top:0px !important;}
  .sectionSimple:not(.sectionFullSimple) .sectionSide.sectionContent,
  .sectionList.sectionBlog.sectionSimple .sectionSide:not(.sectionSlider){
    height:auto !important;
	width:100%!important;
  }
  .sectionSimple.sectionStandard.topMargin {padding-bottom:0!important;}
  .sectionSimple.reverse .sectionSide.sectionContent {padding-left:0!important}
  .sectionList.sectionBlog.sectionSimple .sectionSide.sectionSlider{
    height:80vw !important;
	width:100%!important;
  }
  .sectionList.sectionBlog.sectionSimple{
    padding-bottom:0px !important;
  }
  footer .logoFooter img {width:90%;max-width:100%;}
  footer .logoFooter {width:100%;justify-content:center;margin-top: 30px;}
  footer{margin-top:0px !important;}
  footer .barOne > div{
    flex-direction: column !important;
  justify-content: center !important;
  padding-bottom: 30px !important;
  }
  footer .barOne > div .contentTitle{
    padding-bottom:0px !important;
  }
  footer .barOne .Column.sec{
    margin-top:0px !important;
    padding-top:0px !important;
	padding:0;
  }
}
@media(max-width:1290px) {
.siteWidth {max-width:calc(1290px  - 40px);padding:0 20px;}
}

@media(max-width:980px) {
.mainSlider  {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
  .scrollDown{display:none !important;}
  .hs-widget.hs-actual{flex-direction: column !important;}
  .dates{flex-direction: column;  !important}
  .rezBox{width:80% !important;height:auto !important;padding: 20px 0px !important;bottom: 40px !important;}
  .pakiety, .pokoje{
    width: 90%  !important;
    margin: 10px auto !important;
    justify-content: center  !important;
    text-align: center  !important;
    display: flex  !important;
    padding: 10px 20px  !important;
  }
  .offersWrapper .package .wrap, #offersMain .package{
    height:360px !important;
    margin-bottom: 0 !important;
/*	padding:0!important;*/
  }
  #offersMain .package {
    margin-bottom: 20px !important;
  }

  .absBar{min-width:100% !important;}
  .offersWrapper .package .wrap{background-position: center center !important;}
  #validationMessage{display:none !important;}
  #date_from_a, #date_to_a, #date_action{width:90% !important;margin-right:auto !important;margin-left:auto !important;margin-top: 10px !important;position:relative;
  margin-bottom: 10px !important;}
  #date_from, #date_to{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width:100% !important;
  }
  #date_to_a input{margin-right:0px !important;}
  .selectDynamic{display:flex;justify-content: center;}
  .localization {margin:0!important;}
  .wrapBut{flex-direction: column;align-items: center;}
.heroTitle {top:50%;}
  .Credits {
    margin-bottom: var(--spacing);
  }
  .mobileBar {
    position: absolute;
    z-index: 99;
  }
  .sliderImage {
/*    height: calc(100vh - 60px);*/
	height: 100vh;
  }
  .mainNav {
    display: none;
  }
  .logo {height: 100%;}
  .logo a {
    display: block;
    height: 100%;
  }
  .logo img {
    height: 100%;
    width: auto;
	opacity:1;
	transition:300ms;
  }
  .logo:hover img {opacity:0.5}
  .mobileBar  {
    height: 60px;
    background: white;
    padding: 10px 10px 10px 20px;
  }
}
/*
@media(max-width:1120px) {
  .siteWidth {
    max-width: 980px;
  }
  .roomDescription {
      padding-left: 40px;
      max-width: 40%;
  }
  .roomImage {
    width:60%;
  }
  .roomImage img {
    width:100%;
	height:80vw;
  }
}*/
@media(max-width:980px) {
.socialMedia li {margin: 0 5px!important;}
  .roomWrapper, .singleOffer {padding:0!important;}
  .offersPage .singleOffer {
    flex: 0 0 50%;
  }
  .galleryColumn .galleryPicture,.galleryPicture { flex: 0 0 50%;}

/*  .siteWidth {
    max-width: 768px;
  }*/
  .roomImage,.roomDescription {
    width:100%;
    max-width: 100%;
	padding-right:0!important;
	margin-top: 0;
  }
  .roomWrapper {
    flex-direction: column;
	height:100%;
	justify-content:space-between;
  }
  .roomsMain .slick-track {display:flex;align-content: stretch;}
  .roomsMain .slick-slide {height:auto!important;}
  .roomDescription {
    padding-left: 0;
    margin-top:0;
	justify-content: space-between;
	/*height:100%;*/
  }
  .roomDescription .contentTitle {padding-right:100px;}
  .roomContent {
    flex-wrap: wrap;
  }
  .roomsDescription {
    max-width: 40%;
  }
  .roomsImage {
    max-width: 60%;
  }
  .roomsSpecification {
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
  }
  .roomsSpecification .tt-el {
    flex: 0 0 33.333%;
    padding: 5px;
  }
.offersMain .buttonWrapper, .btnRoomSpacing {
/*  margin-top: 40px;*/
  position: relative!important;
/*  left: 50%;*/
 /* transform: translatex(-50%);*/
  width:100%;
  justify-content:center;
}
/*
.roomArrows .prevSlide,
.offersMain .offerArrows .prevSlide {order:1}
.roomArrows .nextSlide,
.offersMain .offerArrows .nextSlide {order:2}
.roomArrows .buttonWrapper,
.offersMain .offerArrows .buttonWrapper {order:3}
*/
}

@media(max-width:950px) {
  .threeColumns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin:0;
  }
  .Column:not(:first-child) {
    margin-top: 20px;
}
footer .footLogo {padding:0!important;}
footer .footLogo svg {max-width:100%;}
footer .footLogo::before, footer .footLogo::after {display:none!important;}

.footerContent .socialMedia {
  justify-content: center;
}
}

@media(max-width:980px) {
  .siteWidth {
    max-width: 100%;
  }
  .opinieSlider .slick-list {
    padding: 0;
  }
  .reviewsSlider .nextSlide {
    right:10px;
	color:var(--btnRezHvr)!important;
	top:50%!important;
  }
  .reviewsSlider .prevSlide {
    left:10px;
	color:var(--btnRezHvr)!important;
	top:50%!important;
  }
}
/*
@media(min-width:750px) {
  .sectionSeparatorImage:not(.contentCenter)::before {
    background: rgba(0,0,0,0.4);
  }
}*/
.showmobile {display:none;}
.hidemobile {}

@media(max-width:980px) {
.showmobile {display:inline-flex;}
.hidemobile {display:none!important;}

.rezForm {display:none!important;}
:root {
  --spacing: 50px;
  --font-size:1.1rem;
}
/*.langsMobile*/ ul li.langsMobile {opacity:0.5;}
/*.langsMobile*/ ul li.langsMobile.currentLang {opacity:1;}
.footerWrapper {padding-top:30px;}
.footerWrapper .logo img {width: 240px;max-width: 100%;}
section.sectionSimple, section#offersMain {
  padding-top: var(--spacing)!important;
/*  padding-bottom: var(--spacing);*/
}
section#offersMain {margin-top:var(--spacing);}


.body-nomain section.sectionSimple {padding-bottom:0;}
.body-ident-main #SectionOpinie,
.sectionGallery.wsekcji {padding-top:var(--spacing)!important;}
.offersWrapper,
.reviewsWrapper,
.sectionSeparator:not(.contentCenter) .separatorContent {flex-direction:column!important;align-items: flex-start;}
.sectionSeparator:not(.contentCenter) .separatorContent > div {width:100%;padding:0 20px;}
.sectionSeparator:not(.contentCenter) .separatorContent > div.contentTitle {padding:0 20px;}
.roomsSection, .body-ident-main .roomsMain {padding-top:var(--spacing);min-height: auto;}

#offersMain .offersWrapper {background:unset;}
.mainSlider .slick-arrow {display:none!important;}
.roomsSection::before, #SectionOpinie::before, .roomsMain::before, .sectionSlider::before {
display:none!important;
}
.offersMain .buttonWrapper span, .btnRoomSpacing span {margin:0;}
#offersMain .offerArrows .button span {margin: 0;}
/*#SectionOpinie .contentTitle {text-align:center;}*/
.opinieContent {background:transparent!important;padding:0 30px!important;}
.opinieNameWrapper {justify-content: center!important;padding-left: 0!important;}
.sectionGallery.wsekcji.reverse .galleryColumn:nth-child(2), .sectionGallery.wsekcji .galleryColumn:nth-child(1),
.sectionGallery.wsekcji.reverse .galleryColumn:nth-child(1), .sectionGallery.wsekcji .galleryColumn:nth-child(2) {
padding:30px 20px 20px !important;
margin-bottom:0;
margin-top:0;
}
.Column4 {padding: 20px 0!important;border:unset!important;}
.sectionGallery.wsekcji .buttonWrapper {
margin-top: 50px;
margin-bottom: 0;
justify-content: center;
width: 100%;
}
  .contentCenter .sectionSeparatorImage img {
    position: relative;
    height: auto;
  }
  .contentCenter .sectionSeparatorImage::before {
    content:none;
  }
  .contentCenter .sectionSeparatorImage {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentCenter .separatorContent {
        margin-bottom: 0;
        margin-top: -50px;
        max-width: calc(100% - 10px);
        padding: 30px 10px;
  }
  .kafelki > .flexing {
    flex-wrap: wrap;
  }
  .singleKafelek {
    flex: 0 0 100%;
    flex-direction: row;
  }
  .singleKafelek:nth-child(even) {
    flex-direction: row-reverse;
  }
  .singleKafelek img,.kafelekContent {
    width: 50%;
    object-fit: cover;
  }

  .sectionSeparator:not(.contentCenter) .separatorContent {
    padding: 30px;
  }
  .sectionRow {
    flex-direction: column !important;
  }
/*  .sectionContent {margin-top:20px;}*/
  .sectionSide,.sectionSlider .imageSlider {
    width: 100% !important;
    max-width: 100%;
	padding: 0 !important;
  }
  #offersMain .offersWrapper .contentTitle .beutyFont {margin-bottom:30px;}
  #offersMain #offersMainSlider {width:100%;height:auto;}
  .sectionSimple.sectionStandard .sectionSlider img,
  .sectionSlider .slick-slide img {
    width:100%;
	height: 90vw!important;
	max-height:450px;
	min-height: auto !important;
  }
  .sectionRoom .slick-slide,
  .sectionRoom .slick-slide img {
      width:100%;
	height: 100vw!important;
	max-height:unset;
	min-height: 350px !important;
  }

  .sectionFullSimple .sectionSlider .slick-slide img {
	height: 50vw!important;
  }
  .barTwo .contentDesc p.ff {text-align:center;}
  footer .socialMedia {justify-content:center;}
  .specialArrowNewsletter {top:12px;}
  .barOne .Column.fir {padding-top:0!important;}
  .galeria .imageSlider,
  .listaSilnikow {gap:20px;}
  .listaSilnikow .room {width:90vw!important;height:90vw!important;}
  .newsletterContent input,
  .newsletterWrapper,
  .newsletterColumn {width:100%;margin:0;}
  .footer-bottom {flex-direction:column;}
  .footer-bottom > div {margin-bottom:10px;text-align:center;}
  .roomsSection {margin-bottom:/*var(--spacing)*/0;text-align:center;}
  .offerArrows, .roomArrows {margin:50px 0 0 0!important;width: 100% !important;flex-wrap:wrap;position:relative;justify-content:space-between;}
/*  .roomArrows .slick-arrow {margin-bottom:40px!important;}*/
  .roomsMain .roomArrows {margin-bottom:0!important;}
  #rooms .prevSlide {left:10px!important;right:auto;}
  #rooms .nextSlide {left:auto;right:10px!important;}
  #rooms .slick-arrow {position:absolute!important;color:#fff!important;}
/*  .imgCover,
  .roomsImage img,
  .sectionSlider .slick-slide img {height:80vw;}*/
  #offersMain .contentTitle {display:inline-flex;width:100%;margin-bottom:0;justify-content: space-between;
  align-items: flex-end;}
/*	.roomDescMain,*/
	.offersContainer {margin:0 auto!important;}
/*	.singleOffer {padding:0;}*/
/*.reviewsSlider .slick-arrow,.offersMain .slick-arrow, #rooms .slick-arrow, #roomsMain .slick-arrow {display:none!important;}*/
.slick-arrow {font-size:28px;}
.sectionOpinie .slick-arrow, .offersMain .slick-arrow, #roomsMain .slick-arrow {
left:0;
}
.sectionOpinie .slick-arrow.nextSlide, .offersMain .slick-arrow.nextSlide, #roomsMain .slick-arrow.nextSlide {
left:unset;
right:0;
}
.sectionOpinie .slick-arrow,
.sectionOpinie .slick-arrow.nextSlide,
.offersMain .slick-arrow,
.offersMain .slick-arrow.nextSlide {top:4px;}
.desktopButton {position:relative;}

.footerMenu ul {margin: 0;
flex-direction: column;
padding: 20px;
text-align: center;}
.footerSubmenu {flex-direction:column;}
.footerSubmenu a {display:block;}
.footerMenu {margin: 0px auto 0;}
.footerMenu a {padding: 15px 5px !important;display: inline-block;}
.galleryFirstRow {flex-direction:column;}
.sectionGallery:not(.wsekcji) .galleryColumn {width:100%;}
.sectionGallery:not(.wsekcji) .contentTitle .beutyFont {margin: 0;}
.roomsMainWrapper {flex-direction: column;display: flex;}
}
@media(max-width:980px) {
section.Text .sectionSide {padding:0!important}
 .partners > div{flex-direction:column!important;}
.sectionRoom .overBar{
top:0;
  padding: 0 20px 20px!important;
  flex-direction: column;
  text-align:center;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.sectionRoom .overBar .place {padding-bottom:20px;}
.sectionRoom .overBar .col{
  align-self: center !important;
  gap: 10px;
display: flex;
flex-direction: column
}
.sectionRoom .overBar .col.roomButtons {
flex-direction:row;
flex-wrap:wrap;
justify-content: center;
}
.sectionRoom .overBar .col.roomButtons a {min-width:/*185px*/ 140px;}


.sectionRoom .ic1,
.sectionRoom .ic2 {width:unset;}
.sectionRoom .button.trans{margin-right:0!important;}
.sectionRoom .row {display:flex;gap:10px; justify-content:space-between;}

.sectionRoom .overBar .col:nth-child(2){
  margin-top:/*30px*/0;

  .offersPage .singleOffer {
    flex: 0 0 100%;
	margin-top:/*var(--spacing)*/0;
  }
  .roomsDescription {
    max-width:100%;
	width:100%;
	padding:20px;
	flex-direction:column;
  }
  .roomsImage {order:1;width:100%;max-width:100%!important;height:90vw}
  .roomsImage img {width:100%;}
  .roomsDescription,.roomsSpecification {order:2;}
  .roomsDescription .buttonWrapper {
    flex-direction: column;
	justify-content:center;
	align-items:center;
  }
  .roomsName {text-align:center;}
  .roomsDescription .buttonWrapper .button:not(:first-child) {
    margin-top:10px;
    margin-left: 0;
  }
}
@media(max-width:576px)  {
#offersMain .package {
  padding: 0 !important;
}
  .sectionBlocks .sectionImageWrapper,
  .galeria .imageSlider a,
  .listaSilnikow a {margin:0!important;}


  .contentTitle .beutyFont {
    font-size: 2rem;
	flex-direction:column;
	align-items:flex-start!important;
  }
  .contentTitle .titleInfo {
	font-size:1.1rem;
  }
  .listaZabiegow .zabieg{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .sectionZabieg{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .listaZabiegow .zabieg{
    width:100%;
  }
  section {
    padding-top: 60px;
  }
  .sectionGallery .contentTitle .beutyFont {
    margin-bottom:10px;
  }


.roomsMain .btnRoomSpacing {position:relative!important;/*margin-top:50px!important;*/
flex-direction: row;
display: flex;
justify-content: space-between;
}

.sectionGallery .buttonWrapper, footer {
position:relative;margin-top:var(--spacing);left:unset;transform:unset;
}

.mainHeader .contentTitle {
  width: calc(100% - 50px);
  padding: 0;
  z-index: 5;
}

  .heroTitle {
    top:45%;
  }
  .headerFooter {
    bottom: 50px;
  }
  .headerFooter .socialMedia,
  .headerFooter .langs {display:none;}
  .singleKafelek {
    flex: 0 0 100%;
    flex-direction: column;
  }
  .singleKafelek:nth-child(even) {
    flex-direction: column;
  }
  .singleKafelek img,.kafelekContent {
    width: 100%;
    object-fit: cover;
  }

}

@media(max-width:480px) {
  .galleryPicture { flex: 0 0 100%;}
  .galleryPicture img {width: 100%;height: 100%;object-fit: cover;}
  .autowys .galleryPicture img {width: 100%;height: 100%;object-fit: contain;}
  .galleryColumn:nth-child(1),.galleryColumn:nth-child(2) {
    width: 50%;
  }
  .roomsSpecification .tt-el {flex:0 0 100%;}
}

.icon-wrapper {align-items:baseline;}

.body-ident-rezerwacja #container-hs {margin-top: 80px;}


@media screen and (max-width: 950px) {
section.sectionGallery.autowys:not(.boxy) .galleryContainer .galleryPicture {width:100%;background-size: contain;}
}
