:root {
  --themeColor: #618FBC;
  --fontColor: #5D5D5D;
  --spacing: 70px;
  --beutyFont: futura-pt, sans-serif;
  --typeFont: sheila, sans-serif;
  --regularFont: realist, sans-serif;
  --font-size: 15px;
  --little-gray-bkg: #fafafa;
  --menuTr: rgba(0,0,0,0.5);
  --menuTrNA: rgba(0,0,0,0.7);
  --menuTrHvr: rgba(0,0,0,1);
  --gray-color:#C6C6C6;
  --light-color:#618FBC;
  --dark-color: #618FBC;
  --btnRezHvr: #618FBC;
  --sectionBoxBkg: #DFE8E9;
}



.body-ident-main article {display:flex;flex-direction:column;}
.body-ident-main section {order:15;}
.body-ident-main .section-32474 {order:2;}
.body-ident-main .section-32475 {order:3;}
.body-ident-main #offersMain {order:1;}
.roomsSection,
.body-ident-main .roomsMain {order:4;padding-top:0;min-height:500px;}

.body-ident-main .sectionOpinie {order:5;}
section.sectionGallery.section-32477{padding-top: 70px;}

.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(--themeColor);
    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-evenly {
  justify-content: space-evenly;
}
.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;
}
.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;
}
a {
  color: var(--fontColor);
}
a.brown {
  color: #fff;
  opacity:1;
}
a.brown:hover {
  color: #fff;
  opacity:0.7;
}
.sectionSimple .sectionSide.sectionContent {display: flex;flex-direction: column;justify-content: space-between; gap:16px;text-align:left;}
.sectionSimple .sectionSide.sectionContent .insideSectionBox {background:var(--sectionBoxBkg);width:100%;height:200px;text-align: left;}
.sectionSimple .sectionSide.sectionContent .insideSection {border: solid 1px var(--themeColor);padding:60px 80px;flex-direction: column;justify-content: center;flex:auto;}

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: 300;
  font-style: normal;
  letter-spacing: 0.06em;
}

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

.form-control {
  display: none;
}
.heroTitle {
  position: absolute;
  bottom:200px;
  left:50%;
  transform: translatex(-50%);
  color: white;
}
/*.body-nomain .heroTitle {
bottom:auto;
top:50%;
transform: translate(-50%,-50%);
}*/
.logoLi {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content:center;
}
.logoLi .logo {
  padding: 0 40px;
  display: block;
  opacity:1;
}
.logoLi .logo img {width:100px;height:auto;}

.logoLi .logo:hover {opacity:0.6;}
.logoLi .logoFixed {
  display: none;
}

.act .logoLi .logoFixed {
  display: block;
  height: 60px;
  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: 1230px;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;*/
gap:10px;
}
.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 .dd {
font-size:26px;
font-weight: 300;
color:var(--themeColor);
}
.data-picker-rez {
  height:42px;
  width:100%;
  font-size:14px;
  justify-content:center;
  flex-direction: row;
  align-items: stretch;
  color: var(--fontColor);
  letter-spacing: 0.06em;
  padding:0;
}
.mainSlider,.hero,.slide,.slick-list,.slider-container,.rezForm,.day-and-month,.inputRez,.buttonReservation  {
  width: 100%;
}
.rezForm {
  position: absolute;
  bottom:100px;
  background:#fff;
  opacity: 1;
  visibility: visible;
  width: 430px;
  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:14px;
	font-weight:100;
}
.sliderImage {
  height: 100vh;
  width: 100%;
  position: relative;
}
.sliderImage::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;
}
.mm {
  margin:12px 0 0 10px;
  font-weight: 300;
  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;*/
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform:uppercase;
}
.act .mainNav .mainMenu > li.last > a {
background: var(--btnRezHvr);
color:#fff!important;
border-color: #fff;
}
.mainNav .mainMenu > li.last > a:hover {
background: #fff!important;
color:  var(--btnRezHvr)!important;
border-color: var(--btnRezHvr)!important;
}
.act .mainNav .mainMenu > li.last > a:hover {
background: var(--themeColor);
}
.act .mainNav .mainMenu > li > a {
  color: var(--themeColor);
}
.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;
  font-family:var(--beutyFont);
}
.inputRez i {color:var(--gray-color);margin-right:20px;font-size:20px;display: flex;justify-content: center;align-items: center;}


#nav a::before,.inputRezOut::before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  left: 0;
  left:50%;
  transform: translate(-50%);
  border-bottom: 1px solid;
  opacity: 0;
}
.buttonReservation::before,
.inputRezOut::before {
content:'';position:absolute; width:1px;height:20px;display:block;background:var(--gray-color);left:0;top:50%; opacity:1;
transform: translatey(-50%);
}
.inputRezOut:hover::before {opacity:0;}
.buttonReservation::before {opacity:0;}
.buttonReservation:hover::before {opacity:1;}

#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);
padding: 12px 20px 10px;
min-width: 135px;
display: inline-flex !important;
justify-content: center;
height: 43px;
align-items: center;
background: var(--btnRezHvr);
}
#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(--themeColor);
}
.inputRez:hover i,
.inputRez:hover .dd,
.inputRez:hover .mm {color:#fff;}
.buttonReservation{
  background: var(--btnRezHvr);
  color:#fff;
  height:100%;
  text-transform:uppercase;
  cursor:pointer;
  width:135px;
  position:relative;
}
.buttonReservation:hover {
  background: #fff;
  color: var(--btnRezHvr);
}
.sectionRow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.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: 100px;
  padding-left: 100px;
}
.sectionSimple:not(.reverse) .sectionSide.sectionContent {
  padding-right: 100px;
  padding-left: 100px;
}*/
/*.sectionSimple:not(.reverse) .sectionSlider {
  width: calc(50% - 100px);
}*/

.sectionSlider .sectionImageWrapper {display:flex;flex-direction: column; gap: 16px;height:100%;}
img.sectionImage {object-fit:cover}
.sectionSlider .sectionImageWrapper img {width:100%;height:50%;object-fit:cover;}

.slick-slider {z-index:2;height:100%;}
#rooms .slick-slider {height:auto;}
.contentTitle .titleInfo {
  position: relative;
  letter-spacing: 0.06em;
  font-size: 25px;
  line-height: 1;
  color:var(--gray-color);
  font-family:var(--typeFont);
/*  text-transform:uppercase;*/
}
.mainHeader .contentTitle .titleInfo {
color:#fff;
font-size:28px;
}
.onCenter .titleInfo::before {
  left:calc(50% - 20px);
}
.contentTitle .beutyFont {
  font-size: 58px;
  line-height: 1.25;
  margin: 0;
display: inline-block;
/*text-transform:uppercase;*/
color: var(--light-color);
}
.sectionSeparator .contentTitle .beutyFont,
.sectionSeparator .contentTitle .titleInfo {color:#fff;}

.roomInfo {flex-direction:row;}
.roomInfo i {color:var(--btnRezHvr);margin-right:5px;font-size:22px;}
.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:22px;font-weight: 300;text-transform:unset;line-height:1;font-family: var(--beutyFont);}
.roomsMain .contentTitle .beutyFont {color:var(--btnRezHvr);}
.sectionGallery:not(.wsekcji) .contentTitle .beutyFont {margin: 70px 0 0;}
.heroTitle.contentTitle .beutyFont {font-size:90px; letter-spacing:0; text-transform:Capitalize;border:0!important;padding:0!important;text-shadow: 2px 2px 5px rgba(0,0,0,0.25);color:#fff!important;}
.button {
min-height: 46px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;;
padding: 12px 20px 10px;
min-width: 130px;
background: var(--btnRezHvr);
text-decoration: none;
line-height: 1;
font-size: 14px;
letter-spacing: 0.06em;
text-transform: uppercase;
border: solid 1px var(--btnRezHvr);
transition: 300ms;
cursor: pointer;
font-family:var(--regularFont)!important;
}
.bottomRoom {width:100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.bottomRoom .button {min-width:135px;}
.bottomRoom .buttonWrapper {margin-top:25px;}
.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:135px;
}
.buttonTheme:not(.roomPriceBtn):hover {
  background: var(--btnRezHvr)!important;
  color:#fff!important;
}
.buttonTheme:not(.roomPriceBtn):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 {
background: #fff;
color: var(--themeColor);
}
.button.roomPriceBtn {
	white-space:nowrap;
	color:var(--fontColor);
	font-weight:300;
	text-transform:lowercase!important;
	align-items: first baseline;
	cursor: default;
	letter-spacing:1;
}
.button.roomPriceBtn strong {
	font-family:var(--beutyFont);
	font-weight:300!important;
	font-size:22px;
	color: var(--themeColor);
}
.sectionSide .buttonWrapper {margin-top: 40px;}
.sectionSeparator .buttonWrapper {margin-top:25px;}
section {
    font-size: var(--font-size);
    line-height: 2;
    color: var(--fontColor);
	letter-spacing:0.04em;
}
/*body {
  overflow-x:hidden;
}*/
/*section.sectionSimple {
  overflow: hidden;
}*/
.sectionSeparator {
  min-height: 50vh;
}
.sectionSimple .contentTitle {
  text-align: center;
  padding-bottom:20px;
}
.contentTitle.onCenter,
.contentCenter.sectionSeparator {
  text-align: center;
  padding-bottom:var(--spacing);
}
.sectionSeparatorImage {
  position: relative;
  padding: var(--spacing) 0;
  min-height: 600px;
  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;
padding: 30px 100px;
width: 100%;
max-width: 600px;
background: rgba(0,0,0,0.5);
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
.sectionSeparator:not(.contentCenter) .separatorContent > div {
width: 100%;
justify-content: center;
display: flex;
flex-direction: column;
font-size:14px;
text-align:center;
align-items: 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:100%;
    padding: 0 16px;
	z-index:5;
}

.slick-arrow {
  font-size:35px;
  color: var(--btnRezHvr);
  cursor: pointer;
  z-index: 2;
}
.roomsImage .slick-arrow {color:#fff!important;}
.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: white;
  position: absolute;
  top: 50%;
  right:35px;
  z-index: 1;
  transform: translatey(-50%);
}
.sectionSimple .prevSlide,#rooms .prevSlide,.imagesOffer .prevSlide {
  left: 35px;
  right:auto;
}
.sectionSimple .sectionRow,
.sectionSimple.reverse .sectionRow {
  flex-direction: row-reverse;
  gap: 16px;
}
.sectionSimple:not(.reverse) .sectionRow {
  flex-direction: row;
}

.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(--themeColor);}
.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%,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;}
.scrollTop {
cursor: pointer;
color: #fff !important;
position: absolute;
bottom: 0;
right: -100px;
font-size: 70px;
line-height: 1;
opacity:1;
}
.scrollTop:hover {opacity:0.6;}
.scrollDown {
  font-size:70px;
  cursor: pointer;
  animation-name: scrollAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  position: relative;
  color:var(--light-color);
}
@keyframes scrollAnim {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }

}
.langsHeader li,
.socialMedia li {position:relative;margin-right: 12px;line-height:1;}
/*.langsHeader li:not(:first-child)::before,
.socialMedia li:not(:first-child)::before {
content:'';
width:1px;
height:5px;
display:inline-block;
background:#fff;
position:Absolute;
left:-7px;
top:50%;
}*/

.langs.langsHeader {
  right: 0;
  font-size: 16px;
}
.langs.langsHeader a,.socialMediaHeader a:hover,.socialMedia a:hover {
  opacity: .5;
}
.langs.langsHeader a {
  margin-left: .2em;
  margin-right: .2em;
}
.langs.langsHeader .currentLang a,.langs.langsHeader a:hover {
  opacity: 1;
  border-bottom: 1px solid #fff;
}
/*.langs.langsHeader .currentLang a::before  {
content: '';
position: absolute;
bottom: -6px;
height: 1px;
background: #fff;
display: block;
left: .2em;
right: .2em;
}*/
.footer-bottom * {font-family:var(--beutyFont);font-weight:300;}
.socialMedia.socialMediaHeader {
  left: 0;
}
.headerList :is(a),.socialMedia :is(a) {
  color:white;
  text-decoration: none;
}
.headerFooter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index:10;
}
.headerFooter > * {
  position: absolute;
  color: white;
  bottom: 0;
}
.footerWrapper {
    padding: 50px 0 40px;
    background: var(--themeColor);
}
.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;
}
.footerMenu ul {
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	gap: 16px;
}
.footerMenu a {
  padding: 5px;
}
.footerMenu {
    margin: 50px auto 0;
	max-width:800px;
}
.footerSubmenu {
margin: 30px auto 20px;
max-width: 800px;
padding-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.footerSubmenu span {color:var(--btnRezHvr);}
.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 30%}
.Column4:first-child {flex:0 0 35%}
.Column4:nth-child(3) {flex:0 0 35%}

.socialMedia a {
  font-size: 20px;
}
footer .socialMedia a {font-size:22px}

.footerLogoSM {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width:100%;
}
.logoColumn {
	display: flex;
	flex-direction: row;
	align-items: end;
	flex: 0 0 33.33%;
	margin-top: 0;
	border-bottom: solid 1px #fff;
	padding-bottom: 30px;
	margin-bottom:20px;
}
#newsletter,
.newsletterWrapper,
.newsletterColumn {width:100%;}

.newsletterContent {display:flex;flex-direction:row;flex-wrap:nowrap;border-top:solid 1px #fff;border-bottom:solid 1px #fff;justify-content:space-between;}
.newsletterContent .button {background:transparent;padding-left:10px;padding-right:0;}
.newsletterContent .button:hover {background:transparent;opacity:0.7;color:#fff;}
.newsletterContent i {font-size:8px;margin-left:10px;}
.newsletterContent input {
width: calc(100% - 140px);;
max-width: 100%;
border: 0;
text-align: left;
color: white;
background: transparent;
margin: 0;
padding: 5px 0;
font-size: 14px;
letter-spacing: 0.06em;
}
.newsletterContent input::placeholder {
color: white !important;
opacity: 0.9;
font-size:14px;
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;flex-direction: column;}
.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: 22px;
  font-weight: 300;
  color:#fff;
  text-transform:Capitalize;
  margin-bottom:0;
  font-family:var(--beutyFont);
}

.sectionGallery:not(.wsekcji) .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:not(.wsekcji) .galleryColumn .galleryPicture {height: 290px;display: block;}

.sectionGallery.wsekcji .galleryPicture {padding:0;position:relative;overflow: hidden;}
.sectionGallery.wsekcji .galleryPicture.smallPicture {width:50%;}
.sectionGallery.wsekcji .galleryPicture.smallPicture img {width:100%; height:100%;}
.sectionGallery.wsekcji .galleryColumn {width:50%;}
.sectionGallery.wsekcji .galleryColumn .sectionTitle {background:var(--sectionBoxBkg);min-height:180px;display:flex; justify-content:center;align-items:center;text-align:center;}
.sectionGallery.wsekcji .galleryColumn .sectionTitle .titleInfo {color:var(--themeColor);}
.sectionGallery.wsekcji .galleryColumn:first-child .galleryImage {height:490px;}
.sectionGallery.wsekcji .galleryPictureBox {gap:16px;flex-direction:row;height:100%;}
.sectionGallery.wsekcji .galleryColumn {display:flex; gap:16px;flex-direction:column;}
.sectionGallery.wsekcji .galleryImage {width:100%;height:auto;margin:0;object-fit: cover;}
.sectionGallery.wsekcji .buttonWrapper {margin-top:var(--spacing);/*margin-bottom:70px;*/}
.sectionGallery.wsekcji .galleryGrid {justify-content:center;gap:16px;flex-direction: row; flex-wrap: nowrap;}
.sectionGallery.wsekcji .galleryPicture span {position:absolute; bottom:0; left:0; right:0; font-weight:300; opacity:1; color:var(--themeColor);z-index:10; background:rgba(255,255,255,0.9);font-size:22px;height:60px; display:flex;justify-content:center;align-items:center;font-family:var(--beutyFont);}

.sectionGallery.wsekcji .galleryPicture:hover span {background:rgba(255,255,255,1);}

.galleryImageWrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.wsekcji .galleryPicture img {opacity:1;transform: scale(1);transition:300ms;}
.wsekcji .galleryPicture:hover img,
.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:70px;
}
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);
}
#offersMain #offersMainSlider {width:100%;max-width: 1020px; margin: 0 auto;}
/*#offersMainSlider .singleOffer {max-width:520px;}*/
#offersMainSlider .slick-list {width:100%;max-width:1020px;}
.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::before {
content:'';
height:200px;
background:var(--sectionBoxBkg);
position:absolute;
left:0;
right:0;
top:50px;

}

#offersMain .offersWrapper .contentTitle .beutyFont {margin-bottom:100px;}
.offersMain:not(#offersMain) .buttonWrapper/*,.btnRoomSpacing*/ {
  margin-top:100px;
}
.sectionOpinie .slick-arrow,
.offersMain .slick-arrow,
#rooms .slick-arrow,
.FeaturedRoom .slick-arrow,
#roomsMain .slick-arrow {
  display: flex;
  align-items: center;
  position:absolute;
  top:50%;
  left:8px;
  transform: translatey(-50%);
  font-size:24px;
}

.offersMain .slick-arrow.nextSlide,
#rooms .slick-arrow.nextSlide,
.FeaturedRoom .slick-arrow.nextSlide,
#roomsMain .slick-arrow.nextSlide {
  left:unset;
  right:8px;
}
.slick-arrow.slick-disabled {opacity:0.3;cursor:unset;}

/*.offerArrows,.roomArrows {
  margin: var(--spacing) 0 0;
}*/
.FeaturedRoom .buttonWrapper,
.roomsMain .roomsArrows,
#offersMain .offerArrows {margin:var(--spacing) auto 0 auto;position:relative;max-width:1020px;width:100%;}
.offersMain .nextSlide {
    flex-direction: row-reverse;
}
.roomArrows {width:100%;position:relative;}
#rooms .roomArrows span,
#roomsMain .roomArrows span,
#offersMain .offerArrows span {text-transform:uppercase;/*margin:0 16px;*/}
.roomArrows .button,
#offersMain .offerArrows .button {margin:0!important;white-space:nowrap;}
.button.buttonTheme:hover span,
#offersMain .offerArrows .button:hover span {color:#fff!important;}

#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;
position:relative;
}


/*.roomWrapper,*/
.singleOffer {
  text-decoration: none;
  padding: 8px;
}
.offersContainer {
  margin:0;
}
.roomWrapper,
.offerWraper {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 510px;
  justify-content: flex-end;
  overflow: hidden;
  gap:16px;
}
.roomWrapper {height:560px;}
.offerName,.offerPriceWrapper {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  text-decoration: none;
}
.offerName {
  margin:0;
  color:var(--btnRezHvr);
  font-size:22px;
  font-weight:300;
/*  text-transform:uppercase;*/
  padding: 0;
  line-height:1;
  position: relative;
  text-align:center;
}
.offerPriceWrapper {
  padding: 0;
/*  background: var(--light-color);*/
  font-size:16px;
text-align:Center;
letter-spacing:0.06em;
font-weight:300;
line-height:1;
transition:300ms;
}
.offerPriceWrapper strong {font-weight:300;font-size:22px;color:var(--themeColor);}
.body-ident-main .roomsMain,
.offerDescription {
font-family:var(--beutyFont);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-imtems:center;
  min-height: 120px;
  color:var(--fontColor);
  align-items:center;
  transition:300ms;
}
.offerDescription {
  border: solid 1px var(--themeColor);
  padding:20px;
  position:Relative;
}
.singleOffer:hover .offerDescription {
  min-height: 200px;
  transition:300ms;
}
.singleOffer:hover .offerPriceWrapper {
  padding-bottom: 75px;
transition:300ms;
}

.offerPriceSeparator {display:block;width:90px;height:1px;min-height:1px;background:var(--gray-color);}
.body-ident-main .roomsMain {min-height:unset;margin-top:var(--spacing);}
.imageMediaWrapper {
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
  height:100%;
}
.RoomCover.bgCover::before,
.singleRoomWrapper .imageMediaWrapper::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  background:#fff;
  opacity: 0;
  z-index:5;
  transition:300ms;
}

.RoomCover.bgCover:hover::before,
.singleRoomWrapper .imageMediaWrapper:hover::before{
  opacity: .5;
}
.singleRoomWrapper .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;
}

.singleRoomWrapper .buttonWrapper .button {
position:relative;
top:unset;
left:unset;
transform:none;
margin:10px;
}
.singleRoomWrapper .buttonWrapper {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top:0;
/*position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 10;
opacity:0;
transition: 300ms;*/
}
.singleRoomWrapper:hover .buttonWrapper {
opacity:1;
}
.singleRoomWrapper .buttonWrapper .button {
margin-right:10px!important;
}

.singleOffer .button {
opacity:0;
position: absolute;
bottom: 30px;
transition:300ms;
}
.singleOffer:hover .button {
opacity:1;
transition:300ms;
}

.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:360px;
}

.roomsDescription,
.roomDescription {
	padding:20px 30px;
    width:100%;
	background:#fff;
	color:var(--themeColor);
	align-items:center;
}
.roomDescription {
	min-height:180px;
	padding:30px 30px 20px 30px;
	border: solid 1px var(--themeColor);
}
.roomsDescription {border:solid 1px var(--btnRezHvr);flex-direction:row;min-height:180px;}
.roomContent {flex-direction:column;gap:16px;}
.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;
}
.icon-name {margin-left: 10px;font-size:14px;}
.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: 22px;
  font-weight: 300;
  position: relative;
  padding: 0;
  text-transform:unset;
  margin-top:0;
  margin-bottom: 25px;
  font-family: var(--beutyFont);
  line-height:1;
}
/*
.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;
}
/*.Column {
  padding: 20px;
}
.Column4 {
  padding: 0;
}*/
.logoFooter:hover {opacity:0.7}

/*@media(min-height:780px) and (min-width:960px) {
  .heroTitle {
    bottom: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) {
  #nav {    padding: 0 10px!important;}
  .topBar {
    padding: 10px!important;
  }
}
@media(max-width:980px) {
  .mainMenu > li:not(.logoLi) {
    padding: 0 10px;
    width: auto;
  }
  .mainMenu {
    margin: 0;
  }
}
@media(max-width:1290px) {
.siteWidth {max-width:calc(1230px  - 40px);padding:0 20px;}
}

@media(max-width:980px) {
.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: 100%;
  }
  .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) {
.mobileBar .socialMedia {position: absolute;
left: 50%;
transform: translatex(-50%);}
.socialMedia li {margin: 0 5px!important;}
  .roomWrapper, .singleOffer {padding:0!important;}
  .offersPage .singleOffer {
    flex: 0 0 50%;
  }
  section:not(.wsekcji) .galleryColumn .galleryPicture, section:not(.wsekcji) .galleryPicture { flex: 0 0 50%;}
.sectionSimple .sectionSide.sectionContent .insideSection {padding:20px!important;}

.sectionGallery.wsekcji .galleryPicture.smallPicture,
.sectionGallery.wsekcji .galleryColumn {width:100%;}
.sectionGallery.wsekcji .galleryPictureBox,
.sectionGallery.wsekcji .galleryGrid {flex-direction:column;}
.sectionGallery.wsekcji .galleryPicture.smallPicture,
.sectionGallery.wsekcji .galleryColumn .galleryImage {height:75vw!important;}

.footerHead {justify-content:center; font-size:30px;margin: 20px 0;}
.newsletterWrapper {flex-direction:column;}
.footerLogoSM {margin-top: 40px;margin-bottom: 20px;}

/*  .siteWidth {
    max-width: 768px;
  }*/
  .roomImage,.roomDescription {
    width:100%;
    max-width: 100%;
	padding-right:0!important;
	margin-top: 0;
  }
  .roomWrapper {
    flex-direction: column!important;
	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%;/*ma być 100*/
  }
  .roomsMain .roomDescription {height:250px;}
  .singleRoomWrapper .buttonWrapper {flex-direction:column;}
  .body-ident-main .singleRoomWrapper .buttonWrapper {flex-direction:row;}
  .singleRoomWrapper .buttonWrapper .button {width: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: 0!important;
  position: relative!important;
/*  left: 50%;*/
 /* transform: translatex(-50%);*/
  width:100%;
display: flex;
justify-content: space-around;
align-items: 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 {display:none!important;height:0px;overflow:hidden!important;margin:0!important;padding:0!important;}

.rezForm {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-top:30px;}
.footerWrapper .logo img {width: 140px;max-width: 100%;}
section.sectionSimple, section#offersMain {
  padding-top: var(--spacing)!important;
/*  padding-bottom: var(--spacing);*/
}
.scrollTop {display:none;}
.bottomRoom .button {min-width:135px;}

.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;padding-bottom:0;}
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;}

.Column4 {padding: 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!important;
  }
  .sectionRow {
    flex-direction: column !important;
  }
  .sectionContent {margin-top:/*50px*/0;} /* ma być 0 w sekcjach z 2 zdjęciami */
  .sectionRow .sectionImage {width:100%;height:auto;}
  .sectionSimple .sectionSide.sectionContent .insideSectionBox {height:100px;}
  .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:/*100px*/var(--spacing) 0 0 0!important;width: 100% !important;flex-wrap:wrap;position:relative;justify-content:space-around;}
/*  .roomArrows .slick-arrow {margin-bottom:40px!important;}*/
  .roomsMain .roomArrows {margin-bottom:0!important;margin-top: 50px !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;}
.FeaturedRoom .slick-arrow,
.sectionOpinie .slick-arrow, .offersMain .slick-arrow, #roomsMain .slick-arrow {
left:0;
/*top:-50px;*/
font-size:100%;
position:relative;
top:unset;
transform:unset;
}
.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:-50px;}*/
.desktopButton {position:relative;}

.footerMenu ul {margin: 0;
flex-direction: column;
padding: 0;
text-align: center;}
footer {padding-bottom:100px;}
.footerSubmenu {flex-direction:column;}
.footerSubmenu a {display:block;}
.footerMenu {margin: 40px auto 0;}
.footerMenu a {padding: 16px 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) {

.heroTitle.contentTitle .beutyFont {font-size:50px;}

section.Text .sectionSide {padding:0!important}

  .offersPage .singleOffer {
    flex: 0 0 100%;
	margin-top:/*var(--spacing)*/0;
  }
  .roomsDescription {
    max-width:100%;
	width:100%;
	padding:30px 30px 20px 30px;
	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: row;
	justify-content:center;
	align-items:center;
  gap:20px;
  }
  .roomsName {text-align:center;}
  .roomsDescription .buttonWrapper .button:not(:first-child) {
    margin: 0;
  }
}
@media(max-width:576px)  {
  .contentTitle .beutyFont {
    font-size: 40px;
  }
  .contentTitle .titleInfo {
	font-size:25px;
  }
  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-around;
}

.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;}
