:root {
  --themeColor: #037D95;
  --fontColor: #464F60;
  --spacing: 100px;
  --beutyFont: futura-pt, sans-serif;
  --regularFont: futura-pt, sans-serif;
  --font-size: 17px;
  --little-gray-bkg: #fafafa;
  --menuTr: rgba(0,0,0,0.5);
  --menuTrNA: rgba(0,0,0,0.7);
  --menuTrHvr: rgba(0,0,0,1);
  --light-color:#D5D5D5;
  --dark-color: #444444;
  --btnRezHvr: #037D95;
}



.body-ident-main article {display:flex;flex-direction:column;}
.body-ident-main section {order:15;}
.body-ident-main .section-28993 {order:3}
.body-ident-main .section-24102{order:5}
.body-ident-main .section-23989{order:6;}
.body-ident-main .section-23971 {order:2;}
.body-ident-main #offersMain {order:1;}
.body-ident-main .section-23974 {order:7;}

.body-ident-main .roomsMain {order:4;}

.roomsSection,
.body-ident-main .roomsMain {padding-top:var(--spacing);min-height:500px;margin:auto;}
.body-ident-main .section-22221 {order:6;}
.body-ident-main #SectionOpinie {order:8;padding-top: var(--spacing);margin-top: 0;}
.body-ident-main .section-22224 {order:9;}

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;
}
.relative{
  position:relative;
}
.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: 1220px;
  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 */
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;
}
.fcol{
  padding:0px 40px;
}
.barQuickbox{
  position: absolute;
  bottom: 154px;
  opacity: 1;
  visibility: visible;
  width: 540px;
  z-index: 10;
  left: 50%;
  height: 60px;
  transform: translatex(-50%);
  color:#fff;
  display:flex;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
}
.barQuickbox .col.first{
  width:250px;
  color:#fff;
  text-decoration:none!important;
}
.barQuickbox a.col.first:hover {opacity:0.7;}
.barQuickbox .col.two{
  min-width: 360px;
  background: #B8AA74;
  padding: 5px 0px;
  position: relative;
}
.barQuickbox .col.two::before{
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #B8AA74;
  z-index: 10;
  right: 77px;
  bottom: -13px;
}
.localizationWrapper{
  display:none;
}
.sectionExtended .sectionImage{
  width:100%;
}
/*.mainHeader::before{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  height:35px;
  width:1px;
  background:#fff;
  z-index:9;
}
.mainHeader::after{
  content:'';
  position:absolute;
  bottom:-35px;
  left:0;
  right:0;
  margin:auto;
  height:35px;
  width:1px;
  background:var(--btnRezHvr);
  z-index:9;
}*/
a {
  color: var(--dark-color);
}
a.brown {
  color: var(--btnRezHvr);
  opacity:1;
}
a.brown:hover {
  color: var(--btnRezHvr);
  opacity:0.7;
}
.sectionSimple .sectionSide.sectionContent {display: flex;flex-direction: column;justify-content: center;}

.sectionSimple{
  padding-top:160px !important;
}

.sectionSimple .sectionSide .buttonWrapper{
  margin-top: 70px;
}
.sectionSimple .sectionSlider::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgb(36, 44, 99, 0.05);
  transform: translate(-65px,-60px) !important;
  width: 475px;
  height: 95%;
}
.sectionSimple.reverse .sectionSlider::before{
    transform: translate(65px,-60px) !important;
}
.sectionSimple .slick-arrow.prevSlide{
  left: 20px;
  right: unset;
  width: 35px/*100%*/;
  bottom: 20px;
  height: 35px/*100%*/;
  transform: none;
  top: unset;

}
.sectionSimple .slick-arrow.nextSlide{
  left: 70px;
  right: unset;
  width: 35px/*100%*/;
  bottom: 20px;
  height: 35px/*100%*/;
  transform: none;
  top: unset;

}
.sectionExtended {
  padding-top:var(--spacing);
}
.sectionExtended:not(.reverse) .col1{
  padding-right:15px;
}
.sectionExtended.reverse .col2{
  padding-right:15px;
}
.sectionExtended.reverse .col1 .beutyFont{
  font-size: 48px;
    line-height: 1.25;

    color: var(--btnRezHvr);
    display: flex;
    margin: 0px;
    position: relative;
    padding-left: 100px;
    width: fit-content;
    justify-content: flex-end;
    text-align: right;
}
.sectionExtended .floatingBox {
  margin-top: -265px !important;
  width:475px;
  height:auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
  position:relative;
  left:215px;
/*  bottom:265px;*/
  background: #fff;

}
.sectionExtended .floatingBox p{
    padding:50px 50px 50px 50px;
}
.sectionExtended .floatingBox .buttonWrapper{
  padding-bottom:30px;
}
.sectionExtended.reverse .col1{
  order:2;
}
.sectionExtended.reverse .col2{
  order:1;
}
.sectionExtended.reverse .wrapForReverse{
  justify-content: flex-end;
  display: flex;
}
.sectionExtended.reverse .floatingBox{
  left:inherit;
  right:0;
  margin:auto;
}
@media(max-width:980px) {
.sliderImage::before {content:none!important}
.imageMediaWrapper img {min-width:100%!important;}
  .flexing.rowFirst{
    flex-direction: column;
  }
  .sectionExtended .floatingBox{
    height: min-content;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
  }
  .sectionExtended.reverse .col1{
    order:1;
  }
  .sectionExtended.reverse .col2{
    order:2;
  }
  .sectionExtended .floatingBox{
    left:0;
    right:0;
    margin:auto;
  }
  .sectionExtended.reverse .wrapForReverse{
    justify-content: flex-start;
  }
}




section.sectionSeparator a {color:#fff;}
section.sectionSeparator .button {margin-top:25px;}
section.sectionSeparator a:hover,
a:hover {
  color: var(--light-color);
}
.rezForm {transition: 500ms}

body {
  font-family: var(--regularFont);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

.beutyFont {
  font-family: var(--beutyFont);
  font-weight: 400;
  letter-spacing: 0.06em;
}

.form-control {
  display: none;
}

.heroTitle {
  position: absolute;
  top:53%;
  left:50%;
  transform: translate(-50%,-50%);
  color: white;
}
.logoLi {
  width:154px;
  height:100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content:center;

}
#nav a.logo{
  margin-left:0px !important;
}
.logoLi .logo {
  padding: 0;
  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;
}
.mainHeader:not(.act) .header-middle{
  padding-top:30px;
}
.topBar{
  right:0px;
  padding:0 75px;
  top: calc(50% - 120px) !important;
}
.topBar .headerList{
  display: flex;
  flex-direction: column;
}
.topBar .headerList li{
  margin-top:45px;
}
.topBar .headerList li.currentLang{
  font-weight:normal;
}
.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: 1220px;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: center;
  width: 100%;
/*  margin-right: -126px;*/
}
.mainMenu .hsfont {font-size:20px;}
.mainMenu .hsfont:hover {opacity:0.7;}
.mainMenu .hsfont.hsicon-youtube {font-size:16px;}
.socialMenuHeader ul {display:flex;gap:10px;}
.act .socialMenuHeader ul li a {color:var(--btnRezHvr);}


.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;
  margin-right:0px;
}
.mainMenu > li.first{
  margin-left:35px;
}
.data-picker-rez {
  height:60px;
  width:100%;
  justify-content:center;
  flex-direction: row;
  align-items: center;
  color: var(--btnRezHvr);
  letter-spacing: 0.06em;
  padding:2px;
  gap:10px;
}
.data-picker-rez .dd{
  font-size:48px;
}
.data-picker-rez .mm{
  align-items: center;
  display: flex;
  margin-left: 30px;
  margin-right:30px;
}
.inputRezOut{
  width: 100%;
  padding-left: 30px;

}
.mainSlider,.hero,.slide,.slick-list,.slider-container,.rezForm,.day-and-month,.inputRez,.buttonReservation  {
  width: 100%;
}
.ppd{
    padding: 10px 0px;
}
.locationDescription {
font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 17px;
  justify-content: center;
  color:#fff;
  text-align:center;
}
.rezForm {
  position: absolute;
  bottom:100px;
  opacity: 1;
  visibility: visible;
  width: 540px;
  z-index:9;
  left: 50%;
  height:60px;
  transform: translatex(-50%);
  background: #fff;
}
.rezForm .bookBtn {
  display: flex;
  align-items: center;
  background-color: var(--btnRezHvr);
  flex-direction: column;
  color: #FEFFFE;
  gap: 0;
  padding:0;
  text-decoration: none;
  text-align: center;
  max-width: 250px;
  width: 250px;
  cursor: pointer;
  transition: background-color 500ms ease-out 100ms;
}
.rezForm .buttonDescription {
  font-size: 16px;
  background-color: #fff;
  color: var(--btnRezHvr);
  width: 100%;
  height: 100%;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 500ms;
}
.rezForm .buttonWraper {
  display: flex;
  justify-content: space-evenly;
}


.rezForm .buttonReservation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rezForm .bookBtn:hover {
    background-color: #ec3030;
}

.rezForm .bookBtn:hover .buttonDescription {
  color: #ec3030;
}

.rezForm .buttonRez {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.rezForm .buttonRez span {
    color: inherit; /* Ensure the span inherits the color */
}
.rezForm .bookBtn:hover .buttonRez span {
    color: inherit; /* Ensure the span inherits the color */
}


.inputRez, .buttonReservation {
    height: 48px;
    cursor: pointer;
	text-transform:uppercase;
	font-size:16px;
	font-weight:300;
}
.sliderImage {
  height: 100vh;
  width: 100%;
  position: relative;
}
.sliderImage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
}

}
.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;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform:uppercase;
}
.act .mainNav .mainMenu > li.last > a {
background: var(--btnRezHvr)!important;
color:  #fff!important;
border-color: var(--btnRezHvr)!important;
transition: color 500ms;
}
#nav li.last a:hover {
  color:#fff!important;
  background: #ec3030!important;
  border-color:#ec3030!important;

 }
 .act .mainNav .mainMenu > li.last > a:hover {
color:#fff!important;
background: #ec3030!important;
border-color:#ec3030!important;
transition:500ms;
}
.act .mainNav .mainMenu > li > a {
  color: var(--btnRezHvr);
}
.mainNav .mainMenu > li ul .act a {
  color: #fff;
}
 .mainNav li.last a:hover {
    background: var(--light-color);
    color: white !important;
}

.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;
}
.act .mainNav #nav .mainMenu>li.act:not(.last)>a:not(.hsfont)::before,
.mainNav #nav li.act:not(.last) > a:not(.hsfont)::before,
.mainNav #nav li:not(.last) > a:not(.hsfont)::before
{
    content: '';
    position: absolute;
    top: -180px;
    width: 2px;
    max-width: 2px;
	height: 80px;
	display: inline-block;
	background-image: url('/img/hotel/menuselect.svg');
	background-position: center top;
	background-size: contain;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    z-index: 10;
	transition: 300ms;
}
.act .mainNav #nav .mainMenu>li.act:not(.last)>a:not(.hsfont)::before,
.act .mainNav #nav .mainMenu>li:not(.last)>a:not(.hsfont):hover::before {
	background-image: url('/img/hotel/menuselecthvr.svg');
}
.mainNav #nav li.act:not(.last) > a:not(.hsfont)::before,
.mainNav #nav li:not(.last) > a:not(.hsfont):hover::before {
    top: -80px;
	transition: 300ms;
}
.act .mainNav #nav .mainMenu>li.act:not(.last)>a:not(.hsfont)::before,
.act .mainNav #nav .mainMenu>li:not(.last)>a:not(.hsfont):hover::before {
    top: -50px;
	transition: 300ms;
}
.act .mainNav #nav .mainMenu>li.act:not(.last)>a:not(.hsfont)::before,
.mainNav #nav li.act:not(.last) > a:not(.hsfont)::before,
.mainNav #nav li:not(.last) > a:not(.hsfont)::before {
    content: '';
    position: absolute;
    top: -180px;
    width: 2px;
	height: 50px;
	display: inline-block;
	background-image: url('/img/hotel/menuselect.svg');
	background-position: center top;
	background-size: contain;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    z-index: 10;
	transition: 300ms;
}
.act .mainNav #nav .mainMenu>li.act:not(.last)>a:not(.hsfont)::before,
.act .mainNav #nav .mainMenu>li:not(.last)>a:not(.hsfont):hover::before {
	background-image: url('/img/hotel/menuselecthvr.svg');
}
.mainNav #nav li.act:not(.last) > a:not(.hsfont)::before,
.mainNav #nav li:not(.last) > a:not(.hsfont):hover::before {
	opacity: 1;
    top: -80px;
	transition: 300ms;
}

.act .mainNav #nav .mainMenu>li.act:not(.last)>a:not(.hsfont)::before,
.act .mainNav #nav .mainMenu>li:not(.last)>a:not(.hsfont):hover::before {
    top: -60px;
	transition: 300ms;
	opacity: 1;
}
.inputRezIn::before {
bottom: 50%;
width: 15px;
height: 1px;
opacity: 1;
left: unset;
right: -7.5px;
background: var(--btnRezHvr);
transform: translatey(50%);
}

#nav li.logoLi a::before /*,#nav li.last a::before*/ {
  content: none;
}
.button.rezBtn {min-width:175px;}
#nav li.last a {
border: 1px solid var(--btnRezHvr)!important;
padding: 14px 20px 12px;
min-width: 100px;
display: inline-flex !important;
justify-content: center;
height: 41px;
align-items: center;
background: var(--btnRezHvr)!important;
color:  #fff!important;
transition: 500ms;
/* margin-left:35px; */
}
#nav li a:not(.hsfont):hover::before {
  width: 15px;
  opacity: 1;
}
.sub-menu li a:not(.hsfont)::before {
  content: none;
}
.inputRez:hover  {
  background: var(--btnRezHvr);
  color:#fff;
  border:1px solid #fff;
}
.inputRez::before{
  opacity:1;
  transition:200ms;
}
.inputRez:hover::before{
  opacity:0;
}
.inputRez .dd{
  transition:400ms;
}

.buttonReservation.psd{
  transition:400ms;
}
.buttonReservation{

  color:#fff;
  min-height:43px;
  text-transform:uppercase;
  cursor:pointer;
  width:110px;

}

.buttonReservation.psd .buttonReservation{
  transition:600ms;
  border:0;
  padding-top: 16px;
  min-width:120px;
}
.buttonReservation.psd{
  position:relative;
  transition: width 400ms;
}
.buttonReservation.psd .buttonReservation::before {
  content: "";
  background: var(--themeColor);
  width: 0%;
  height: 0;
  left: 0;
  position: absolute;
  transition: width 400ms;

}
.buttonReservation.psd .buttonReservation:hover {
  color: #fff !important;
  background: #ec3030 !important;
  border-color: #ec3030 !important;
}

/*.buttonReservation.psd:hover .buttonReservation::before {
  background: rgb(36, 44, 99, 1);
  width: 100%;
  height: 100%;
  transition: width 400ms;
}*/
.buttonReservation.psd:hover .buttonReservation::before{

}
.buttonReservation.ppd{
  margin: 10px 30px 10px 0px;
  min-height: 41px;
  margin-right:20px !important;
}

.buttonReservation.psd{

    width: 140px;
}

.buttonReservation > .buttonReservation{
    background: var(--themeColor);
    margin-right:0px;
    margin-left:10px;
}

.buttonReservation > .buttonReservation .buttonRez{
  position: relative;
  top: -2px;
}
.sectionRow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.sectionSide {
  width: 50%;
  position: relative;
  z-index: 2;
}
.sectionSide.sectionSlider {width:655px;}

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: 110px;
  padding-left:0;
}
.sectionSimple:not(.reverse) .sectionSide.sectionContent {
  padding-left: 110px;
}
/*.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: 26px;
  line-height: 1.5;
  text-transform:uppercase;
}
.onCenter .titleInfo::before {
  left:calc(50% - 20px);
}

.contentTitle .beutyFont {
  font-size: 48px;
  line-height: 1.25;
  margin: 0;
  display: inline-block;
  color:var(--btnRezHvr);
  display: flex;
  margin: auto;
  position:relative;
  padding-left:100px;
}
.contentTitle .beutyFont::before{
  content: "";
  position: absolute;
  width: 65px;
  height: 1px;
  left: 0;
  background-color:var(--btnRezHvr);
  top: 0;
  bottom: 0;
  margin: auto;
}
.hero .contentTitle .beutyFont::before,
.mainHeader .contentTitle .beutyFont::before{
  background-color:#fff;
  display:none!important;
}

.mainHeader .heroTitle.contentTitle .beutyFont{
  padding-left: 0 !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(--btnRezHvr);font-size:22px;text-align: left;}
.roomsMain .contentTitle .beutyFont {color:var(--btnRezHvr);}
.sectionGallery:not(.wsekcji) .contentTitle .beutyFont {margin: 70px 0 0;}
.heroTitle.contentTitle .beutyFont {border:0!important;padding:0!important;color:#fff;text-align:center;justify-content: center;font-size:48px!important;text-shadow: 2px 2px 5px rgba(0, 0, 0, .25);}
.button {
min-height: 43px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;;
padding: 10px 15px;
min-width: 130px;
background: var(--btnRezHvr);
text-decoration: none;
line-height: 1;
font-size: 16px;
letter-spacing: 0.06em;
text-transform: uppercase;
border: solid 1px var(--btnRezHvr);
transition: 300ms;
cursor: pointer;
}
.bottomRoom .button {min-width:174px;}
.button.noBorder {border:0!important;}
.buttonLight {
  background: #fff;
  border:1px solid var(--btnRezHvr);
  color:var(--btnRezHvr);
}
.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;}
.button:hover {
  background: #fff;
  border:1px solid var(--btnRezHvr);
  color:  var(--btnRezHvr);
}
.button:hover span {color: var(--btnRezHvr)!important;}
.buttonLight:hover span {color: #fff!important;}
.buttonLight:hover {
background: var(--btnRezHvr);
color: #fff;
}
.sectionSide .buttonWrapper {
    margin-top: 40px;
}
.newsletterContent{
  position:relative;
}
.newsletterContent svg{

  position: absolute;
  top: -2px;
    right: 0px;
}
footer .socialMedia{
  margin-top: 5px;
}
footer #newsletter {margin-bottom:30px;}
.footerMenu{
  margin-top:40px !important;
}
section {
    font-size: var(--font-size);
    line-height: 1.75;
    color: var(--dark-color);
	letter-spacing:0.04em;
}
/*body {
  overflow-x:hidden;
}*/
/*section.sectionSimple {
  overflow: hidden;
}*/
.sectionSeparator {
  min-height: 50vh;
}
.contentTitle,
.contentCenter.sectionSeparator {
  text-align: center;
  padding-bottom: var(--spacing);
}
.sectionSimple .contentTitle {
  text-align: center;
  padding-bottom: 50px;
}

.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: column;
align-items: center;
padding: 0 20px;
width: 100%;
max-width: 950px;
}
.sectionSeparator:not(.contentCenter) .separatorContent > div.contentTitle {padding-right:0px;align-items: center;}
.sectionSeparator:not(.contentCenter) .separatorContent > div {
/* width: 50%; */
justify-content: center;
display: flex;
flex-direction: column;
font-size:16px;
text-align:center;
}
.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:35px;
  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;
}

.sectionSimple .slick-arrow,.imagesOffer .slick-arrow {
  color: white;
  position: absolute;
  top: 50%;
  right:35px;
  z-index: 1;
  transform: translatey(-50%);
}
.sectionSimple .prevSlide,#rooms .prevSlide,.imagesOffer .prevSlide {
  left: 35px;
  right:auto;
}
.sectionSimple.reverse .sectionRow {
  flex-direction: row-reverse;
}

.sub-menu {
    position: absolute;
    text-align: center;
/*    left: 50%;*/
    left: 0;
    width: 140px;
    transform: translate(-50%);
    background: var(--menuTrNA);
    margin-top: 10px;
    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;
}
.act .sub-menu {
  margin-top:10px;
}
.sub-menu::after {
  content: '\e80b';
  font-family: "hsfont";
  color: #fff;
  position: absolute;
  top: -7px;
  font-size: 5px;
  left: 20px;
}
header.act .sub-menu::after {color:var(--btnRezHvr);}
.sub-menu::before {
  content:'';
  position: absolute;
  top:-20px;
  left: 0;
  width:100%;
  height: 20px;
}
.act .sub-menu::before {
  top:-29px;
  height:29px;
}
.mainMenu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
/*  transform: translate3d(-50%,0,0);*/
  transform: translate3d(0,0,0);
}

.sub-menu a {
    line-height: 1.2;
    padding: 5px 10px 7px;
    min-height: 40px;
    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 .act a,
.sub-menu a:hover {
      background: var(--menuTrHvr);
      color: var(--light-color)
}
.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;max-width:1034px!important;}
.partners {margin:15px auto; font-size: 26px;color:var(--btnRezHvr);}
.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: 14px;
line-height: 1;
opacity:1;
}
.scrollTop:hover {opacity:0.6;}
.scrollDown {
  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;
  }

}
ul.langsHeader {display:flex;gap:10px;position:absolute;bottom:-10px;left:50%;transform:translatex(-50%);}
.mainHeader.act ul.langsHeader {bottom:150px;}

.langsHeader li {position:relative;line-height:1;opacity:1;transition:300ms;}

.langsHeader li:not(.currentLang) {opacity:0.7;}
.langsHeader li:not(.currentLang):hover {opacity:1;}
.socialMedia li {position:relative;margin-right: 12px;line-height:1;}


.langs.langsHeader {
  font-size: 16px;
}
.socialMediaHeader a:hover,.socialMedia a:hover {
  opacity: .5;
}
.langs.langsHeader a {
  margin-left: .2em;
  margin-right: .2em;
}
.currentLang a {border-bottom: 1px #fff solid}
.currentLang a,.langs.langsHeader a:hover {
  opacity: 1;
}
.langs.langsHeader .currentLang a::before  {
  content: '';
  position: absolute;
  bottom: 50%;
  height: 1px;
  background: #fff;
  display: block;
  left: -20px;
  right: .2em;
  width: 15px;
}
.langs.langsHeader a::before{
    content: '';
  transition: width 400ms; /* Specify the property to transition */
   width: 0; /* Initial width value */
}

.langs.langsHeader a:hover::before  {
  content: '';
  position: absolute;
  bottom: 50%;
  height: 1px;
  background: #fff;
  display: block;
  left: -20px;
  right: .2em;
  width: 15px;
}

.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: 0;
}
footer{

  	background:var(--btnRezHvr);

}
.FooterContainer{
  align-items: center;
}
footer .col1{
  position:relative;
  padding-left:240px;
}
.footerWrapper .logoStandard{
  position:absolute;
  left:0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 170px
}
.footerWrapper {
    padding: 110px 0 80px !important;
    font-size:16px;

}
footer .contentTitle{
  padding-bottom:20px !important;
  text-align: left;
}
footer .contentTitle .beutyFont{
  color:#fff;
  font-size: 22px;
  left: -110px!important;
  padding-left: 110px!important;
}
footer .contentTitle .beutyFont::before{
  background:#fff;
}
footer .newsletterInner{
  padding-left:0px;
  padding-bottom:30px;
}
.footerWrapper a {
  text-decoration: none;
}
.footerWrapper ul a:hover,.footerWrapper .footerContent a:hover,.socialMedia a:hover {
  opacity: .7;
  color:white;
}
.footerWrapper * {
    color: white;
}
.footerMenu a {
  text-decoration: none;
}
footer{position:relative;}
footer .arrowUp{
  position: absolute;
  right:30px;
  bottom:30px;
  cursor:pointer;
}
.footerMenu ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin:0 -5px;
}
.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;
}
.FooterContainer p{
  line-height:2;
  margin:0;
}
.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;
}
.Credits a {text-decoration:none!important;}
.Column {
  flex:0 0 33.333%
}
.Column4 {
  flex:0 0 auto
}
.socialMedia a {
  font-size: 20px;
}
footer .socialMedia a {font-size:20px;margin-left:3px;}

.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%;
max-width: 100%;
border: 0;
border-bottom: 1px solid #fff;
text-align: left;
color: white;
background: transparent;
margin: 0;
padding-bottom:7px;
padding-left:10px;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.06em;
}
.newsletterContent input::placeholder {
color: white !important;
opacity: 0.3;
font-size:11px;
letter-spacing: 0.06em;
}
.newsletterContent .button {width:100%; max-width:170px;}
.footerContent {
  font-size: 15px;
  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: 26px;
  color:var(--btnRezHvr);
  text-transform:uppercase;
  margin-bottom:15px;
}

.galleryPicture {
  padding: 4px;
  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(--btnRezHvr);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.sectionSimple, section#offersMain {
  padding-top:var(--spacing);
}
section.sekcjaKontakt,
section#mapaGoogle,
section.sectionSeparator,
section:not(.sectionGallery):not(.wsekcji):first-child {padding-top:var(--spacing)!important;}
.galleryContainer,.sectionTitle {
  position: relative;
}
footer {
  margin-top:var(--spacing);
}
#offersPage .offersWrapper,
#offersMain #offersMainSlider {width:100%;min-height:550px;align-items: start;}
/*#offersMainSlider .singleOffer {max-width:520px;}*/
.roomWrapper,
.roomsMainWrapper .contentTitle,
#offersMain .contentTitle {flex-direction:column; justify-content:center;}
/*#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;}
#offersPage .offersMainWrapper {margin-top:100px}
.offersMain:not(#offersMain) .buttonWrapper/*,.btnRoomSpacing*/ {
  margin-top:100px;
}
.sectionOpinie .slick-arrow {
  display: flex;
  align-items: center;
  position:absolute;
  top:50%;
  left:-40px;
}

.offersMain .slick-arrow{
  display: flex;
  align-items: center;
  position:absolute;
  top:0;

  right:0;
}
.offersMain .slick-arrow.prevSlide{
  left:unset;
  right:0;
}
.offersMain .slick-arrow.nextSlide{
  left:unset;
  right:0;
}
.roomArrows .nextSlide::before,
.offersMain .slick-arrow.nextSlide::before, .sectionSimple .slick-arrow.nextSlide::before, .roomSide .slick-arrow.nextSlide::before{
    content:'';
    background:url('/img/next.svg');
    width:35px;
    height:35px;
    z-index:5;
    background-repeat: no-repeat;
}
.roomArrows .prevSlide,
.roomArrows .nextSlide {display:flex;}

.roomArrows .prevSlide::before,
.offersMain .slick-arrow.prevSlide::before, .sectionSimple .slick-arrow.prevSlide::before, .roomSide .slick-arrow.prevSlide::before{
  content:'';
  background:url('/img/prev.svg');
  width:35px;
  height:35px;
  z-index:5;
  background-repeat: no-repeat;
}
.offersMain .slick-arrow.nextSlide::before, .sectionSimple .slick-arrow.nextSlide::before{
  position: absolute;
  top:-57px;
  right:0;
  bottom: 0;
}

.offersMain .slick-arrow.prevSlide::before, .sectionSimple .slick-arrow.prevSlide::before{
  position: absolute;
  top:-57px;
  left:-90px;
  bottom: 0;
}
.offersMain .slick-arrow.nextSlide:hover::before, .sectionSimple .slick-arrow.nextSlide:hover::before, .roomSide .slick-arrow.nextSlide:hover::before, .FeaturedGallery .slick-arrow.nextSlide:hover::before,
.roomsRecommended .slick-arrow.nextSlide:hover::before {
  background:url('/img/nextH.svg');
}
.offersMain .slick-arrow.prevSlide:hover::before, .sectionSimple .slick-arrow.prevSlide:hover::before, .roomSide .slick-arrow.prevSlide:hover::before, .FeaturedGallery .slick-arrow.prevSlide:hover::before,
.roomsRecommended .slick-arrow.prevSlide:hover::before {
  background:url('/img/prevH.svg');
}
.sectionSimple .slick-arrow.nextSlide::before{
  right: inherit;
  left: 0/*60px*/;
  top: inherit;
  bottom: 0/*20px*/;
  background:url('/img/nextW.svg');
  margin:0;
}
.sectionSimple .slick-arrow.prevSlide::before{
  top:inherit;
  left: 0/*20px*/;
  bottom: 0/*20px*/;
  background:url('/img/prevW.svg');
  margin:0;
}
.sectionSimple.reverse .slick-arrow.nextSlide::before{
  left: 20px;
  right: 20px;
}
.sectionSimple.reverse .slick-arrow.prevSlide::before{
  left:inherit;
  right: 60px;
}
.offerArrows,.roomArrows {
  margin: 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 {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;transition: 300ms;}
#offersMain .offerArrows span{color:var(--btnRezHvr) !important;transition: 300ms;}
#offersMain .offerArrows a:hover span{color:#fff !important;transition: 300ms;}
#roomsMain .roomArrows .smallArrow::before,
#offersMain .offerArrows .smallArrow::before {margin:0;}
.slick-arrow span {
    font-size: 14px;
    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;
}
.roomWrapper{
  padding-top:0px !important;
  padding-bottom:0px !important;
  padding-left:0px !important;
  padding-right:0px !important;
}
.sectionGalleryWrapper{
  min-height:585px;
}
.offersContainer {
  margin:0;
}
.roomWrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}
.offerWraper {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-end;

}
.offerName,.offerPriceWrapper {
  color:white;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
}
.offerName {
  margin: 0;
  color: var(--btnRezHvr);
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  text-align: left;
  letter-spacing: 1px;
  padding: 0 20px 0;
}
.offerPriceWrapper {
  padding: 20px 20px 20px;
    font-size: 16px;
    text-align: left;
    color: var(--btnRezHvr);
    letter-spacing: 1px;
    line-height: 1;
    width: 100%;
}
.offerPriceWrapper strong{
  font-size:22px;
  font-weight: normal;
}
.offerPriceWrapper .days{
  display: flex;
    line-height: 1.5;
}
.hpackages{
  opacity:0;
  transition:500ms;
  margin-top:-50px;
  margin-bottom: 20px;
}
.singleOffer:hover .hpackages{
    opacity:1;
	margin-top:0;
}
.singleOffer .offerDescription{
  min-height:150px;

  transition: min-height 0.5s ease;
}
.singleOffer:hover .offerDescription{
  min-height:230px;
}
.offerWraper{
  position:relative;
}
.body-ident-main .roomsMain,
.offerDescription {
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
  color:#fff;
  width:calc(100% - 90px);
  position:relative;
  margin-top:-72px;
/*  padding-bottom:25px;*/
}
.offerDescription{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
    z-index:9;
}
.body-ident-main .roomsMain {min-height:unset;margin-top:0;padding-bottom:0;}
.imageMediaWrapper {
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
}

.imageMediaWrapper::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  background:#000;
  opacity: 0;
  z-index:5;
}

.singleOffer:hover .imageMediaWrapper::before {
  opacity: .4;
}
.singleRoomWrapper:hover .imageMediaWrapper .button,
.singleOffer:hover .imageMediaWrapper .button {
  top:50%;
  opacity: 1;
}
.opinieSlider,
.mainOffersBox {width:100%!important;}
.roomsMainWrapper {position:relative;}
.imageMediaWrapper .button {
  position: absolute;
  top:40%;
  left:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  z-index:5;
}


.offersPage .singleOffer {
  flex:0 0 calc(33.333% - 10px);
  min-height: 430px;
}
.offersPage .offersContainer {
  flex-wrap: wrap;
}
.imageMediaWrapper{
  min-height:330px;
}
.imageMediaWrapper img {
  display: block;
      height: 100%;
      min-height:330px;
      min-width: 395px;
  object-fit: cover;
}
.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(--btnRezHvr);
}
.roomDescription {
	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: 10px;
}
.room-icons-in {display:flex; flex-wrap:wrap;margin:-10px}
.icon-item {
  color:var(--btnRezHvr);
  font-size:18px;
}
.icon-name {margin-left: 10px;font-size:16px;}
.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:16px;}
.roomsName {
  font-size: 26px;
  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;
}
.sectionExtended .col1 .image1, .sectionExtended .col1 .image1 img{
  bottom:25px;
  position:relative;
}
/*.roomsImage {width:100%;max-width:750px;}*/
/*body:not(.body-layout-home) .rezForm, body:not(.body-layout-home) .barQuickbox {
  display: none;
}*/
/*.threeColumns {
    margin: -20px;
}*/
.Column {
  padding: 20px;
}
.Column4 {
  padding: 0 20px;
}
  .heroTitle {z-index:10;padding:0;}
@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: 90vh;
  }
}
.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;
  }
  .mainMenu > li.last {
    padding-right:20px;
  }
  #nav a.logo{
    padding-left:20px;
  }
  #nav a{
    margin-left: 20px;
  }
  #nav li.last a{
    margin-left:15px;
  }

}
@media(max-width:1220px) {
  .sectionExtended .col1, .sectionExtended .col2{
    width:50%;
  }
  #nav a{margin-left:0px !important;}
  #nav a.first::before{
    width: 90% !important;
  }
  #nav a{

  }
  #nav a::before{
    content: '';
        position: absolute;
        bottom: -5px;
        left:0%;
        border-bottom: 1px solid;
        top: auto;
        margin: 0;
        height: 1px;
        width: 0px;
        transform: none;
  }
  #nav a:hover::before{
    width: 90% !important;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;

  }
  #nav .act a::before{
      width: 90% !important;
      margin: auto;
    left: 0;
    right: 0;
  }
  .sectionExtended .col2 .image2, .sectionExtended .col2 .image2 img, .sectionExtended .col1 .image1, .sectionExtended .col1 .image1 img{
    width:100%;
  }
  .sectionGalleryCategory .gallery > .galleryPicture{
    width: calc(33.3% - 14px);
  }

  .sectionGalleryCategory .galleryPicture > .galleryPicture{
    width:100% !important;
  }
}
@media(max-width:1190px) {
  #nav a{
    margin-left: 5px;
  }

  #nav li.last a{
    margin-left:5px;
  }

}
@media(max-width:1080px) {
  .sectionExtended .col1 .image1, .sectionExtended .col1 .image1 img{
    bottom:0;

  }
}

@media(max-width:980px) {
.fcol {padding:0;}
  .sectionExtended .col1, .sectionExtended .col2{
    width:100% !important;
  }
  .roomsContainer .roomDescription{
    max-width:100% !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.1) 0px 3px 6px !important;
    margin-left: 3px;
    margin-right: 3px;
    width: calc(100% - 6px);
  }
  .sectionExtended.reverse .col2{
    padding-right:0px !important;
  }
  .barQuickbox{display:none !important;}
  .rezForm{}
  .mainMenu > li:not(.logoLi) {
    padding: 0 10px;
    width: auto;
  }
  footer .arrowUp{
    bottom: 75px;
    cursor:pointer;
  }
  .mainMenu {
    margin: 0;
  }
  .mainHeader:not(.act) .header-middle{
    padding-top:0px !important;
  }
}
@media(max-width:1290px) {
.siteWidth {max-width:calc(1220px  - 40px);padding:0 20px;}
}

@media(max-width:980px) {
  .sectionExtended .floatingBox {
    width:80%;
  }
  .sectionExtended .floatingBox p{
    padding: 25px;
  }
  .sectionContent{
    margin-top:40px;
  }
  .contentTitle .beutyFont{
    margin:0;
	padding-left:70px!important;
	padding-right:40px!important;
	justify-content: center!important;
	width:100%!important;
  }
.heroTitle {top:50%;}
  .Credits {
    margin-bottom: var(--spacing);
  }
  .mobileBar {
    position: absolute;
    z-index: 99;
  }
  .sliderImage {
    height: calc(100vh - 60px);
  }
  .mainNav {
    display: none;
  }
  .logo {height: 100%;}
  .logo a {
    display: block;
    height: 110%;
  }
  .logo img {
    height: 100%;
    width: auto;
  }
  .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) {
  .langsMobile {margin-right:90px;}
  .socialMedia li {margin: 0 6px!important;}
  .socialMedia li#lang_en{margin-left:8px !important;}
  .roomWrapper {padding:0!important;}
  .offerDescription{width:100%;}
  .singleOffer .offerDescription {min-height:230px;}
  .hpackages {opacity:1;margin-top:unset;}

  .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;
}
.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!important;}
.hidemobile {}

@media(max-width:980px) {
.showmobile {display:inline-flex!important;}
.hidemobile {height:0px;overflow:hidden!important;margin:0!important;padding:0!important;display:none;}
.mobilebutton {display: none!important;}
.sectionExtended .col1, .sectionExtended .col2{
  overflow:hidden;
}
.sectionExtended .col1 img, .sectionExtended .col2 img{
  width:100%;
  object-fit: cover;
}
.sectionExtended.reverse .floatingBox{
  left:0 !important;
}
.sectionExtended .col2 img{
  height:370px !important;
}
.reviewsWrapper .average{
  flex-direction: column;
}
.average .wrapperO{
  order:2;
}
.average .authorPlace{
  padding-right:0px !important;
}
.average .content{
  height:auto !important;
}
.reviewsWrapper{
  margin-bottom:var(--spacing) !important;
}
.sectionGalleryCategory .galleryPicture{
  width: 100% !important;
  margin-right:0px !important;
  padding-bottom: 40px !important;
}
.sectionGalleryCategory .barTitle{
  bottom:15px !important;
}
.footerWrapper .logoStandard{
  position: relative;
  margin-bottom: 50px;
  width:60%;
  left: 50%;
  transform: translatex(-50%);
}
footer .socialMedia {
    margin-top: 5px;
    justify-content: center;
  }

.bbs{
  margin-top:30px;
}
.newsletterContent svg{
  top:-5px !important;
}
/* .footerWrapper .fcol{
  margin-top:30px;
} */
footer .contentTitle .beutyFont{
  left:0px !important;
}
.footerWrapper .row1
{width:100%;
  flex-direction: column;
  align-items: end;
}
.footerWrapper .fcol {width:100%;}
.footerWrapper .contentTitle .beutyFont {font-size:22px!important;padding-left:90px!important;padding-right:0!important;justify-content: flex-start !important;}
.footerWrapper .col1{
  padding-left:0px !important;
}
.footerWrapper .col1, .footerWrapper .col2{
margin-bottom: 30px;}

.sectionGalleryCategory .position2{
  margin-left:0px !important;
}
.sectionExtended .floatingBox{
  margin-top:auto !important;
  top: 100px;
}
.offerPriceWrapper{
  justify-content: center;
}
.sectionExtended .image2{
  width:100%;
}
.sectionExtended:not(.reverse) .col1{
  padding-right:0px !important;
}
.rezForm, .barQuickbox {display:none!important;}
:root {
  --spacing: 50px;
  --font-size: 15px;
}
/*.langsMobile*/ ul li.langsMobile {opacity:0.5;}
/*.langsMobile*/ ul li.langsMobile.currentLang {opacity:1;}
.footerWrapper {padding: 30px 40px 0 40px!important;}
.footerWrapper .logo img {width: 240px;max-width: 100%;}
section.sectionSimple, section#offersMain {
  padding-top: var(--spacing)!important;
/*  padding-bottom: 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;width:100%;}

section.sekcjaKontakt, section#mapaGoogle, section.sectionSeparator, section:not(.sectionGallery):not(.wsekcji):first-child {padding-top:var(--spacing)!important;padding-bottom:0;}
#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;
  }
  .sectionSimple .sectionSide .buttonWrapper{
    display:flex;
    justify-content: center;
  }
  .sectionSide,.sectionSlider .imageSlider {
    width: 100% !important;
    max-width: 100%;
	padding: 0 !important;
  }
  #offersMain .offersWrapper .contentTitle .beutyFont {margin-bottom:30px;}
  #offersMain #offersMainSlider,
  .sectionSlider .slick-slide img {
    width:100%;
  }
  .newsletterContent input,
  .newsletterWrapper,
  .newsletterColumn {width:100%;}
  .footer-bottom {flex-direction:column;}
  .footer-bottom > div {margin-bottom:10px;}
  .roomsSection {margin-bottom:/*var(--spacing)*/0;}
  .offerArrows, .roomArrows {margin:80px 0 0 0!important;width: 100% !important;flex-wrap:wrap;position:relative;justify-content:space-between;}
  .offerArrows {margin-top:30px!important;}
/*  .roomArrows .slick-arrow {margin-bottom:40px!important;}*/
  .roomsMain .roomArrows {margin-bottom:0!important;margin-top:30px!important;display:flex;flex-direction:row;flex-wrap:nowrap;}
  .roomsMain .btnRoomSpacing{justify-content: center !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;}
/*	.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 {
left:0;
}
.sectionOpinie .slick-arrow.nextSlide, .offersMain .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;}
footer {padding-bottom:100px;}
.footerSubmenu {flex-direction:column;}
.footerSubmenu a {display:block;}
.footerMenu {margin: 40px 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) {
.offerName {line-height: 1.5;}
.offerPriceWrapper {padding:20px 20px 20px!important}
.offerName {
  padding: 0 20px;
}
.roomPrice.showmobile {align-items: baseline;}
.sectionSimple .sectionSide .buttonWrapper{
  margin-top: var(--spacing);
}

section.Text .sectionSide {padding:0!important}
.roomsWrapper .imageMediaWrapper img, .roomsSection .imageMediaWrapper img{padding-left:0px !important;width:100%;height:295px !important;}
.singleRoomWrapper .wrap1{
  flex-direction: column;
  align-items: center !important;
}
.singleRoomWrapper .wrap1 .arrowsSliderRoom {
  margin-top:30px;
  display:none !important;
}
.offersMain .slick-arrow.nextSlide::before{
  top:0px !important;
}
.offersMain .slick-arrow.prevSlide::before{
  top:0px !important;
  left:0 !important;
  right:inherit !important;
}
.offersMain .slick-arrow.prevSlide{
  left:0 !important;
}
.roomSide .wrap2{
  margin-top:30px !important;
}
.roomsContainer .priceBar .roomPrice, .roomsSection .priceBar .roomPrice{
  width:100% !important;
}
.roomDescription{
/*  box-shadow:none !important;*/
  bottom:0px !important;
  margin-bottom:20px !important;
}
.roomDescMain .roomDescription{
  border:0px !important;
}
.roomDescriptionMain{
  margin-left:0px !important;
}
.FeaturedGallery .slick-arrow{
  display:none !important;
}
.roomsWrapperSec .imageMediaWrapper img{
  padding-left:0px !important;
}
.roomDescMain{
  margin-top:0px !important;
}
.roomName{
  padding:0px 20px;
  text-align: center;
}

.roomsContainer .slick-slide{
  padding-bottom:0px !important;
}
.roomsContainer .priceBar .roomPrice, .roomsSection .priceBar .roomPrice{
  top:0 !important;
}
.singleRoomWrapper .wrap2{
  margin-top: 35px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center !important;
}
.arrowsSliderRoom{display:flex !important;}
.singleRoomWrapper .wrap2 .personInfo{
  margin:20px 0px;
}
.singleRoomWrapper .roomsize{

}
.roomDescription{position:relative !important;}
 .partners > div{flex-direction:column!important;}
  .reviewsWrapper .average .odd:nth-child(1) .content, .reviewsWrapper .average .odd:nth-child(1) .content p{
    margin-top:0px !important;
    padding-top:0px !important;
  }
  .sectionGallery .contentTitle{
    display: flex;
    justify-content: flex-start;
  }
  .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)  {
  .heroTitle.contentTitle .beutyFont,
  .contentTitle .beutyFont {
    font-size: 30px !important;
  }
  .offerPriceWrapper.specialButton{
    justify-content: center !important;
  }
  .contentTitle .titleInfo {
	font-size:15px;
  }
  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%;}
  .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;}
