a.brown, a.brown:hover {
    color: var(--btnRezHvr);
}
.Error, .act .mainNav .mainMenu>li.last>a:hover {
    background: var(--themeColor);
}
.button, .buttonReservation, .inputRez, .scrollDown, .scrollTop, .slick-arrow {
    cursor: pointer;
}
.beutyFont, .offerName {
    font-family: var(--beutyFont);
}
.button, .footerMenu a, .footerWrapper a, .localization a, .logoHS, .mainNav a, .optCat li a, .roomWrapper, .singleOffer, .voucherButton {
    text-decoration: none;
}
:root {
    --themeColor: #D1B271;
    --fontColor: #444444;
    --spacing: 100px;
    --beutyFont: "Open Sans", sans-serif;
    --regularFont: "Open Sans", sans-serif;
    --font-size: 15px;
    --font-large: 26px;
    --little-gray-bkg: #fafafa;
    --menuTr: rgba(0, 0, 0, 0.3);
    --menuTrNA: rgba(0, 0, 0, 0.7);
    --menuTrHvr: rgba(0, 0, 0, 1);
    --light-color: #E6E6E6;
    --dark-color: #383e42;
	--frame-bkg: rgba(56, 62, 66,0.9);
	--gold-color:#D1B271;
    --btnRezHvr: #D1B271;
    --siteWidth: calc(100% - 240px);
    --siteWidthShort: calc(100% - 240px);
	--left: 240px;
}
html {
    scroll-behavior: smooth;
}
.cd-headline.rotate-3 i {min-width:5px;text-transform: none;}
div.newsletter,
footer,
article {margin-left:var(--left);}

.body-ident-main article {
    display: flex;
    flex-direction: column;
}
.body-ident-main section {
    order: 15;
}
.body-ident-main .section-33388 {
	margin-top:0!important;
    order: 1;
}
.body-ident-main .section-33391 {
    order: 2;
}
.body-ident-main .section-33395 {
    order: 3;
}
.body-ident-main #offersMain {
    order: 3;
}
.body-ident-main .section-27705 {
    order: 4;
    margin-top: var(--spacing)!important;
}
.body-ident-main .section-27706 {
    order: 5;
}
.body-ident-main .roomsMain {
    order: 6;
    padding-top: var(--spacing);
}

.body-ident-main .section-24729 {
    order: 6;
}
.body-ident-main .section-24730 {
    order: 7;
}
.body-ident-main .sectionOpinie {
    order: 8;
    padding-top: var(--spacing);
}
.body-ident-main .mainNews {
    order: 9;
    padding-top: var(--spacing);
    overflow: hidden;
}
.body-ident-main .section-24846 {
    order: 10;
}
.body-ident-ceny_i_rezerwacja .articleContent, .body-ident-galeria .articleContent, section.sekcjaKontakt {
	margin-top:70px;
    background: #fff;
}
strong {
    font-weight: 700;
}
.beutyFont, body {
    font-weight: 300;
    letter-spacing: .06em;
}
.Error {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding-bottom: 100px;
}
#optionsList, .optCat {
    justify-content: center;
    display: flex;
}
.Error h2 {
    margin: 0;
    font-size: 100px;
}
#optionsList {
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
.optCat {
    width: 100%!important;
    margin: 20px 0!important;
    list-style-type: none;
    position: sticky;
    top: 60px;
    background: #fff;
    z-index: 10;
    padding: 10px 0;
    gap: 20px;
}
.siteWidth, .siteWidthShort {
    margin: 0 auto;
    width: 100%;
}
.optCat li {
    margin: 1px 1px 0 0!important;
    display: inline-block;
    float: none;
    padding: 1px 0 0!important;
    list-style-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.optCat li a {
    position: relative;
    background: 0 0;
    color: #000;
    font-size: var(--font-size);
    line-height: 20px;
    padding: 10px;
    float: left;
    text-transform: inherit;
}
.footerWrapper * {
	color:var(--gold-color);
}
.heroTitle, .mainNav .mainMenu>li ul .act a, section.sectionSeparator a {
    color: #fff;
}
.optCat li a:hover, .optCat li.active a {
    background: 0 0!important;
    color: var(--themeColor)!important;
}
.optCat li a:hover::before, .optCat li.active a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--themeColor);
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--regularFont);
    font-style: normal;
}
* {
    box-sizing: border-box;
}
.flexing {
    display: flex;
}
.flex-wrap, .galleryGrid, .offersPage .offersContainer {
    flex-wrap: wrap;
}
.flex-column, .roomContent {
    flex-direction: column;
}
.data-picker-rez, .justify-center {
    justify-content: center;
}
.justify-between, .mainNav, .newsletterWrapper .contentTitle {
    justify-content: space-between;
}
.justify-start, .roomSide .roomPrice, footer .Column:not(:first-child) {
    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 {
    max-width: var(--siteWidth);
}
section.sekcjaRamka:not(.reverse) > .siteWidth {margin-left:100px;max-width:calc(100% - 150px);}
.siteWidthShort {
    max-width: var(--siteWidthShort);
}
.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;
}
.sectionGallery.wsekcji .galleryPicture, header ul {
    margin: 0;
    padding: 0;
}
header {
    position: relative;
    background: var(--light-color);
}
.FeaturedRoom *, .act .logoLi, .buttonReservation, .galleryImageWrapper img, .galleryPicture span, .galleryPicture::before, .galleryPicture:hover span, .galleryPicture:hover::before, .header-middle, .imageMediaWrapper .button, .imageMediaWrapper::before, .inputRez, .inputRez::before, .logoLi, .logoLi .logo, .mainNav a::before, .scrollTop, .slick-arrow, a {
    transition: .3s;
}
a {
    color: var(--dark-color);
}
a.brown {
    opacity: 1;
}
a.brown:hover {
    opacity: .7;
}
.sectionSimple .sectionSide.sectionContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sectionSeparator .sectionSide:not(.sectionSlider) .sectionContent {margin-top:50px;margin-bottom:50px;}
.sectionSeparator .sectionSide:not(.sectionSlider) .sectionContent {
position: relative;
  z-index: 10;
  color:#fff;
  background: var(--dark-color);
  border: solid 1px var(--gold-color);
  width: 650px;
  padding: 70px;
  height: 100%;
}
.sectionSimple:not(.Text):not(.sectionSeparator) .sectionSide.sectionContent {background: var(--frame-bkg);}
.sectionSimple:not(.Text) .sectionSide.sectionContent {
position: relative;
  z-index: 10;
  border: solid 1px var(--gold-color);
  width: 520px /* 520px szerokość sekcji*/;
  margin-top: 85px;
  padding: 70px;
  color: #fff;
  margin-bottom: 85px;
  height: 100%;

}


.sectionSimple.reverse .sectionSide.sectionContent {
	left:0;
	right:unset;
}
.sectionSimple:not(.Text) .sectionSide.sectionContent .buttonWrapper {justify-content:flex-start;}
.roomsDescription .buttonWrapper .button.reverse {text-transform:capitalize;}
.roomsContainer .slick-list {z-index:1;}

.newsletterContent .button::after,
.roomsDescription .buttonWrapper .button.reverse::after,
.singleOffer .buttonWrapper .button::after,
.sectionSimple:not(.Text) .sectionSide.sectionContent .buttonWrapper .button::after {
	content:'\e82b';
	font-family:hsfont;
	font-size:5px;
	color:#fff;
	position:relative;
	margin-left:5px;
	transition:300ms;
}

.sectionSimple .sectionSide.sectionContent>div {
    z-index: 5;
}
section.sectionSeparator .button {
    margin-top: 25px;
}
a:hover, section.sectionSeparator a:hover {
    color: var(--light-color);
}
.rezForm .hs-widget {
	width:unset;
	max-width:100%;
    gap: 10px;
    display: inline-flex;
    flex-direction: column;
}
.form-control, .logoLi .logoFixed, .showmobile {
    display: none;
}
.logoLi .logoStandard {width:100%;height:auto!important;}

.heroTitle {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.heroTitle p {margin-bottom:0;}
.logoLi {
    width: 165px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    margin:0 0 ;
}
.logoLi .logo {
    padding: 0;
    display: block;
    opacity: 1;
}
.logoLi .logo:hover {
    opacity: .6;
}
.act .logoLi .logoFixed {
    display: block;
    height: 50px;
    top: 0;
    position: relative;
}
.act .logoLi {
    background: 0 0;
/*    height: 70px;*/
}
.header-middle {
    position: fixed;
    top: 0;
	left:0;
	bottom:0;
	z-index: 99;
    background: 0 0;
}
.mainNav {
    display: flex;
    align-items: end;
    max-width:100%;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
}
.buttonReservation, .day-and-month, .galleryFirstRow, .galleryGrid, .hero, .inputRez, .mainOffersBox .slick-list, .mainSlider, .rezForm, .slick-list, .slide, .slider-container {
    width: 100%}


#nav {height:100%;width:var(--left);background: rgba(51, 51, 51,0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition:300ms;
}
.act #nav {background: rgba(51, 51, 51,1);}
.mainMenu {
    justify-content: space-between;
    align-items: center;
    width: 100%;
	flex-direction:column;
	padding:20px 0 20px;
	display:flex;
	}
.mainMenu>li:not(.logoLi) {
    padding: 0;
    position: relative;
    text-align: center;
    list-style-type: none;
	width: 100%;
	flex:auto;
}
/*#rooms .contentTitle .beutyFont, .act .mainMenu li {
    margin-top: 0;
}*/
.mainHeader .contentTitle > div::before,
.mainHeader .contentTitle > div::after,
.data-picker-rez::before,
.data-picker-rez::after {
content:'';
position:absolute;
left:0;
top:0;
bottom:0;
border-left:solid 1px #fff;
border-top:solid 1px #fff;
border-bottom:solid 1px #fff;
width:30px;
height:100%;
}
.mainHeader .contentTitle > div::before,
.mainHeader .contentTitle > div::after {width:75px;}

.mainHeader .contentTitle > div::after,
.data-picker-rez::after {
left:unset;
right:0;
border-left:0;
border-right:solid 1px #fff;
}
.data-picker-rez {
	position:relative;
/*    height: 47px;*/
	padding:12px 33px;
    width: 525px;
    flex-direction: row;
    align-items: stretch;
    color: #fff;
    letter-spacing: .06em;
    background: var(--menuTr);
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	transition:300ms;
	display: flex;
  justify-content: center;
  align-items: center;
}
.body-lang-pl .data-picker-rez {width:565px;}
.bestPriceGuaranted, .voucherButton {
    justify-content: center;
    display: flex;
    color: #fff;
}
.rezForm {
    transition: .5s;
    position: absolute;
    bottom: 130px;
    opacity: 1;
    visibility: visible;
    width: unset;
    z-index: 10;
    left: var(--left);
	right:0;
	display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slide img, .slick-slider {
    z-index: 2;
    height: 100%}
.bestPriceGuaranted {
    font-size: var(--font-size);
    align-items: center;
}
.bestPriceGuaranted svg {width:auto;height:45px;}
.date-wrapper {
    display: flex;
    align-items: center;
    line-height: 1;
	gap:8px;
}
.date-wrapper .dd,
.date-wrapper .mm {
    font-size: 18px!important;
}

.buttonReservation {
    text-transform: capitalize!important;
    font-size: 15px;
    font-weight: 100;
}
.mm, .voucherButton {
    font-size: var(--font-size);
    text-transform: capitalize;
}
.sliderImage {
    height: 100vh;
    width: 100%;
    position: relative;
}
.day-and-month, .inputRez, .slick-list, .slick-track {
    height: 100%}
.body-ident-blog .slidePage::before, .sliderImage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 1;
}
/* .mm {
    margin: 0 10px;
} */
.act .navigation-contianer {
    transition: .3s;
    margin-top: 0;
}
.footerMenu a, .mainNav a {
    color: var(--gold-color);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .05em;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	padding: 10px 0;
	background:transparent;
	transition:300ms;
	height:100%;
}
.mainNav li.act a,
.mainNav li:not(.logoLi) a:hover {
	background:rgba(255,255,255,0.2);
}

.act .mainNav .mainMenu>li.last>a, .button.rezBtn {
    background: var(--btnRezHvr);
    color: #fff!important;
    border-color: #fff;
}
.button.rezBtn:hover, .mainNav .mainMenu>li.last>a:hover {
    background: #fff!important;
    color: var(--btnRezHvr)!important;
    border-color: var(--btnRezHvr)!important;
}

.mainNav li.last a:hover {
    background: var(--light-color);
    color: #fff!important;
}
.inputRez {
    position: relative;
    flex: auto;
}
/*
#nav a::before
*/
.inputRezOut::before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 1px;
    height: 10px;
    left: 0;
    transform: translate(-50%);
    opacity: 1;
    z-index: 10;
	background: var(--gold-color);
}
.inputRez .date-wrapper {position:relative;}
.inputRezIn .date-wrapper::before, .inputRezOut .date-wrapper::before {
    position: relative;
    z-index: 10;
	content:'\e82b';
	font-family:hsfont;
	transform:rotate(-90deg);
	font-size:7px;
	}
.inputRezOut .date-wrapper::before {
    transform:rotate(90deg);
}
#nav li.last a::before, #nav li.logoLi a::before, .sub-menu li a::before {
    content: none;
}
.voucherButton {
    white-space: nowrap;
    align-items: center;
    height: 45px;
    min-width: 145px;
}
.inputRez:hover, .voucherButton:hover {
    color:var(--gold-color);
}
#nav li.last a, .button.rezBtn {
    border: 1px solid #fff;
    padding: 10px 20px;
    min-width: 175px;
    display: inline-flex!important;
    justify-content: center;
    height: 47px;
    align-items: center;
    background: var(--btnRezHvr);
}
/*#nav li a:hover::before, #nav li.act a::before {
    width: 100%;
    opacity: 1;
}*/
.buttonReservation {
    background: var(--btnRezHvr);
    border: solid 1px var(--btnRezHvr);
    color: #fff;
    text-transform: capitalize;
    width: 145px;
	min-width:145px;
	height:46px;
	text-decoration:none;
	display:inline-flex;
	justify-content:center;
	align-items:center;
}
.buttonReservation:hover {
    background: #fff;
    color: var(--btnRezHvr);
}
.sectionRow {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
section:not(.Text) .sectionRow{
	min-height:600px;
}
.sekcjaRamka .sectionRow {align-items:center;}

#offersMain .nextSlide, .roomArrows .nextSlide, section.reverse .sectionRow {
    flex-direction: row;
}
.sectionSide {
    width: 50%;
    position: relative;
    z-index: 2;
}
.sectionSimple.reverse:not(.pasek):not(.talerz) .sectionRow {justify-content:flex-start;}
.sectionSimple:not(.reverse):not(.pasek):not(.talerz) .sectionRow {justify-content:flex-end;}

.sectionSimple.reverse:not(.pasek):not(.talerz) .sectionRow .sectionSide.sectionSlider {
	width:calc(100% - 270px);
	height:100%;
	position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.roomSide.imageMediaWrapper {overflow:unset;}
.roomSide.imageMediaWrapper::after,
.sectionSeparator .sectionSide:not(.sectionSlider)::after,
.sectionSimple:not(.pasek):not(.talerz) .sectionRow .sectionSide.sectionSlider::before  {
content: '';
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  border: 1px solid #d1b271 !important;
  bottom: -50px;
  left: -50px;
}

.section.sekcjaRamka {margin-bottom:50px;}
.sectionSeparator .sectionSide.sectionContent {width:100%!important;max-width:610px!important;padding: 50px 35px 35px!important;}
.roomSide.imageMediaWrapper::after {width:100%;}
.sectionSeparator .sectionSide:not(.sectionSlider)::after {left:unset;right:-50px;width:100%;}
.sectionSeparator .sectionSide:not(.sectionSlider)::before {
content:'';
position:Absolute;
top:0;
left:0;
right:0;
bottom:0;
background:var(--frame-bkg);
z-index:1;
}

.sectionSimple:not(.reverse):not(.talerz) .sectionRow .sectionSide.sectionSlider {
	height:100%;
	width:calc(100% - 270px);
	position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.sectionSimple.talerz .sectionRow .sectionSide.sectionSlider {
    padding-right: 160px;
    width: 100%;
    height: 600px;
}
section.Text .sectionSide {
    width: 100%;
/*    padding: 0 50px!important;*/
}
.slick-slide img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    transition: .4s ease-in-out;
}
/*
.sectionSimple.reverse .sectionSide.sectionContent, .sectionSimple.reverse.kwadrat .sectionSide.sectionContent, .sectionSimple.reverse.pasek .sectionSide.sectionContent {
    padding-right: 80px;
    padding-left: 80px;
}*/
/*.sectionSimple:not(.reverse) .sectionSide.sectionContent {
    padding-left: 80px;
}
.sectionSimple:not(.reverse).kwadrat .sectionSide.sectionContent, .sectionSimple:not(.reverse).pasek .sectionSide.sectionContent {
    padding-right: 80px;
}*/
#rooms .slick-slider {
    height: auto;
}
.contentTitle .titleInfo {
    position: relative;
    padding-top: 10px;
    letter-spacing: .06em;
    font-size:20px;
    line-height: 1.5;
}
.sectionSeparator .contentTitle .titleInfo {
	font-size:20px;
	color:var(--gold-color);
}
.roomName,
.contentTitle .beutyFont {
    font-size: /*50px*/36px;
    line-height: 1.25;
    margin: 0;
    display: block;
    color: var(--gold-color);
    align-items: last baseline!important;
}
section.Text .contentTitle .beutyFont {text-align:center!important;}
.roomInfo i.hsicon-people, .roomsSpecification .hsicon-people, .sub-menu a {
    font-size: 12px;
}
.buttonTheme:hover, .buttonTheme:hover span {
    color: #fff!important;
}
section.kwadrat .contentTitle, section.pasek .contentTitle {
    padding-top: 70px;
}
.contentTitle .beutyFont .hsfont {
    color: var(--light-color);
    font-size: 6px!important;
    margin-left: 5px;
}
.sectionGallery.wsekcji, .sectionOffersIcon, section#offersMain, section.sectionSimple:not(.Text) {
    margin-top: var(--spacing);
	min-height:600px;
}
body.body-ident-ceny_i_rezerwacja section#offersMain {margin-top:0!important;}
section.sectionSimple.Text {margin-top: var(--spacing);margin-bottom:0;}

body.body-ident-vouchery .articleContent {display:flex;flex-direction:column;}
body.body-ident-vouchery .articleContent .section-27711 {order:1}
body.body-ident-vouchery .articleContent .hs-widget {order:2;}
.sectionOffersIcon .sectionRow {
    flex-wrap: wrap;
    gap: 10px;
}
.sectionOffersIcon .sectionIcon {
    width: calc(20% - 20px);
    height: 160px;
    box-sizing: border-box;
    position: Relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
}
.sectionOffersIcon .sectionIcon .hsfont {
    font-size: 53px;
    color: var(--themeColor);
    line-height: 1;
    margin-bottom: 5px;
}.FeaturedRoom .contentTitle .beutyFont, .mainNews .contentTitle .beutyFont, .offersMainWrapper .contentTitle .beutyFont, .roomsMain .contentTitle .beutyFont, .sectionGallery .contentTitle .beutyFont {
    padding-left: 0;
    text-align: center;
}
.newsletterWrapper .contentTitle, .roomInfo {
    flex-direction: column;
}
.roomInfo i {
    color: var(--btnRezHvr);
    margin-right: 5px;
}
.roomInfo div {
    display: inline-flex;
    margin: 0 5px;
    align-items: center;
    justify-content: start;
    padding: 0;
}
.roomName {
    font-size: 20px;
    justify-content: center;
}
.button, .roomsMain .contentTitle .beutyFont {
    color: var(--btnRezHvr);
}
.button, .sub-menu a {
    align-items: center;
    letter-spacing: .06em;
    /*text-transform: uppercase;*/
}
.sectionGallery:not(.wsekcji) .contentTitle {
    padding: 50px 0!important;
}
.sectionGallery:not(.wsekcji) .contentTitle .beutyFont {
    margin: 0;
    padding: 0!important;
}
.heroTitle.contentTitle .beutyFont {
    border: 0!important;
    padding: 0!important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    color: #fff;
	font-size:50px;
}
.button {
    min-height: 47px;
    display: inline-flex;
    justify-content: center;
    padding: 10px 20px;
    min-width: 145px;
    background:var(--btnRezHvr);
    line-height: 1;
    font-size: 15px;
    border: solid 1px var(--btnRezHvr);
    transition: .3s;
	color:#fff;
}
.button.reverse {
    min-height: 47px;
    background: transparent;
    line-height: 1;
    border: solid 1px var(--btnRezHvr);
    transition: .3s;
	color:#fff;
}

.scrollTop, section {
    font-size: var(--font-size);
}
.bottomRoom .button {
    min-width: 174px;
}
.button.noBorder {
    border: 0!important;
}
.buttonLight {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.button:hover, .buttonTheme {
    border: 1px solid var(--btnRezHvr);
}
.buttonTheme {
    background: 0 0;
    color: var(--btnRezHvr);
    min-width: 175px;
}
.buttonTheme:hover {
    background: var(--btnRezHvr)!important;
}
.button.reverse:hover,
.button:hover::after,
.button:hover {
    background: transparent;
    color: var(--btnRezHvr)!important;
}
.buttonLight:hover {
    background: #fff;
    color: var(--themeColor)!important;
}
.kafelekContent .buttonWrapper, .sectionSide .buttonWrapper {
    margin-top: 30px;
	display:flex;
	gap: 10px;
	justify-content: center;
	flex-wrap:wrap;
}
.act .sub-menu, .sub-menu {
    margin-top: 10px;
}
section {
    line-height: 2;
    color: var(--fontColor);
    letter-spacing: .05em;
    position: relative;
}
section .herb {
    position: relative;
    z-index: 1;
    width: 175px;
    height: 160px;
	object-fit:contain;
    opacity: 1;
	margin: 0 auto;
}
/*section .talerz {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 2;
    width: 390px;
    height: 390px;
}*/
.contentCenter.sectionSeparator, .contentTitle {
    text-align: center;
    padding-bottom: 0;
}
section.sectionSeparator {
	padding:0!important;
    min-height: 800px!important;
    color: #fff;
	display: flex;
  justify-content: center;
  align-items: center;
}
.sectionSeparator .sectionSlider {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    padding: 0!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*.sectionSeparator .sectionSlider .sectionImageWrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .35;
    z-index: 3;
}*/

.fourPicBox {
position:absolute;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 160px 160px;
  gap: 20px;
  z-index:10;
  width: 22%;
  min-width:300px;
  right: 25px;
  bottom: -25px;
}
.fourPicBox img {width:100%;height:100%;object-fit:cover;object-position:center center;}
.fourPicBox a {position:relative;}
.fourPicBox a::before {
content:'';
position:Absolute;
background:rgba(209, 178, 113, 0.4);
right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition:300ms;
}
.fourPicBox a:hover::before {background:rgba(209, 178, 113, 0.7);}
.fourPicBox a span {
position:Absolute;
bottom: 10px;
left:10px;
right:10px;
font-size:15px;
z-index:15;
color:#fff;
}


.sectionImageWrapper {color:#fff;}
.galleryContainer, .newsletter, .roomsMainWrapper, .sectionSeparator:not(.contentCenter) .sectionImageWrapper, .sectionTitle {
    position: relative;
}
/*.sectionSeparator:not(.contentCenter) .sectionContent {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translatex(-50%);
    z-index: 5;
    width: 100%;
    padding: 0!important;
    flex-direction: row;
    display: flex;
}
.sectionSeparator:not(.contentCenter) .imageSlider .sectionContent {
    bottom: 120px;
    min-height: 230px;
}*/
.sectionSeparator:not(.contentCenter) .separatorContent>div.contentTitle {
    padding-right: 110px;
}
.sectionSeparator .sectionSide.slideTitleBox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
}
.sectionSeparator .slideTitle {
    font-size: var(--font-large);
    width: 400px;
    bottom: -70px;
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 22px;
    line-height: 1.5;
}
.sectionSeparator .sliderArrows {
    width: 400px;
    position: relative;
    margin-bottom: 20px;
}
.mainNews .relMainNews::before, .sectionSimple.pasek .sectionSlider::before {
    content: '';
    width: 100%;
    height: 200px;
    background: var(--light-color);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}
.mainNews .relMainNews>.siteWidth, .mainNews .relMainNews>.siteWidth>.sectionTiles__wrapper {
    position: relative;
    z-index: 10;
}
.mainNews .relMainNews::before {
    top: 90px;
    transform: unset;
}
.sectionSimple.kwadrat .sectionSlider::before {
    content: '';
    width: 200px;
    height: 200px;
    background: var(--light-color);
    position: absolute;
}
/*.sectionSimple.kwadrat.reverse .sectionSlider::before {
    left: 60px;
    bottom: -30px;
}
.sectionSimple.kwadrat:not(.reverse) .sectionSlider::before {
    right: 60px;
    bottom: -30px;
}*/
.mainHeader .contentTitle > div {width: unset;min-width:550px;max-width: 100%; 	padding: 0 150px;min-height: 150px;position:relative; display: inline-flex; justify-content: center; align-items: center;flex-direction:column;margin:0 auto;}
.mainHeader .contentTitle {
    padding: 0 15px;
    z-index: 5;
	left:var(--left);
	right:0;
	transform: unset;
}
.nextSlide::after, .prevSlide::after, .slick-arrow {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.slick-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translate(50%, -50%);
}
.naszeObiekty .prevSlide {
    left: 40px;
    top: 0;
}
.naszeObiekty .nextSlide {
    right: 40px;
    top: 0;
}
.galleryContainer .slick-arrow {
    top: 175px;
}
section .prevSlide {
    background-image: url('/img/hotel/arrowLeftwhite.svg');
    transition: .3s;
}
section .nextSlide {
    background-image: url('/img/hotel/arrowRightwhite.svg');
}
section .nextSlide {
    transition: .3s;
}
section:not(.sectionSimple) .prevSlide {
    background-image: url('/img/hotel/arrowLeft.svg');
    transition: .3s;
}
section:not(.sectionSimple):not(.roomsMain) .nextSlide {
    background-image: url('/img/hotel/arrowRight.svg');
    transition: .3s;
}
section.sectionSeparator .prevSlide {
    background-image: url('/img/hotel/arrowLeft.svg');
    transition: .3s;
    transform: translate(0, -100%);
}
section.roomsMain .nextSlide, section.sectionSeparator .nextSlide {
    background-image: url('/img/hotel/arrowRight.svg');
    transition: .3s;
    transform: translate(0, -100%);
}
section.roomsMain .prevSlide,
section.roomsMain .nextSlide {
    transform: unset;
    margin-left: 0;
    height: 50px;
    width: 50px;
	right:unset;
	position:absolute;
	top:unset;
	bottom:135px;
}
/*#roomsMain .slick-arrow {
    right: 80px;
    top: 420px;
    width: auto!important;
    transform: unset;
    text-transform: uppercase;
}*/
section.roomsMain .nextRoom {
    right: 80px;
    bottom: 40px;
    top: unset;
}
section.pasek .sectionSide.sectionSlider .imageSlider {
    width: 470px;
    min-height: 600px;
    margin: 0 auto;
}
section.kwadrat .sectionSide.sectionSlider {
    height: 470px;
}
/*section.talerz .prevSlide {
    top: unset;
    transform: unset;
    bottom: 0;
    right: -60px;
    left: unset;
}
section.talerz .nextSlide {
    right: -120px;
    bottom: 0;
    top: unset;
    transform: unset;
}*/

.wsekcji .sectionGalleryWrapper .galleryGrid {
  display: grid;
  grid-template-columns: 25% 25% auto;
  grid-template-rows: 280px 250px;
  gap: 20px;
  }

.wsekcji .sectionGalleryWrapper .galleryGrid .galleryPicture:nth-child(1) {
  grid-column: span 2; /* Zajmuje 2 kolumny */
  grid-row: span 1;    /* Zajmuje 1 wiersz */
}

.wsekcji .sectionGalleryWrapper .galleryGrid .galleryPicture:nth-child(2) {
  grid-column: 3;      /* Zaczyna w trzeciej kolumnie */
  grid-row: span 2;    /* Zajmuje 2 wiersze */
}

.wsekcji .sectionGalleryWrapper .galleryGrid .galleryPicture:nth-child(3) {
  grid-column: 1;      /* Zaczyna w pierwszej kolumnie */
  grid-row: 2;         /* Zaczyna w drugim wierszu */
}

.wsekcji .sectionGalleryWrapper .galleryGrid .galleryPicture:nth-child(4) {
  grid-column: 2;      /* Zaczyna w drugiej kolumnie */
  grid-row: 2;         /* Zaczyna w drugim wierszu */
}



.nextSlide::after, .prevSlide::after {
    content: '';
    display: inline-block;
    margin-right: 0;
    transition: .3s;
    opacity: 0;
    position: relative;
    left: 0;
}
.localization a:hover, .nextRoom:hover, .nextSlide:hover, .prevSlide:hover {
    opacity: .7;
}
.prevSlide {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
}
#offersMainSlider .nextSlide, #offersMainSlider .prevSlide {
    top: 45%}
.sub-menu {
    position: absolute;
    text-align: center;
    left: 0;
    width: 140px;
    transform: translate(-50%);
    background: var(--menuTrNA);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .3s, opacity .3s, visibility .3s;
    border-top: 1px solid #fff;
}
.sub-menu::after {
    content: '\e80b';
    font-family: hsfont;
    color: #fff;
    position: absolute;
    top: -7px;
    font-size: 5px;
    left: 20px;
}
.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(0, 0, 0);
}
.sub-menu a {
    line-height: 1.2;
    padding: 5px 10px 7px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 100;
}
.sub-menu .act a, .sub-menu a:hover {
    background: var(--menuTrHvr);
    color: var(--light-color);
}
.localizationWrapper {
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
    color: #fff;
    bottom: -50px!important;
    height: 70px;
    background-image: url('/img/hotel/centerlinetop.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
}
.localization {
    margin-bottom: 40px;
}
.localization i, .socialMedia a, footer .socialMedia a {
    font-size: 15px;
}
.localizationWrapper .icon-arrow-bottom:before {
    width: 40px;
}
.footerWrapperInner {
    position: relative;
	align-content: stretch;
	height:600px;
}
.footerWrapperInner > div.footerMap {width:60%;}
.footerWrapperInner > div:not(.footerMap) {width:40%;}


.scrollTop {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    position: absolute;
    bottom: 70px;
    right: 30px;
    line-height: 1;
    opacity: 1;
    width: 2px;
}
.scrollTop span {
    transform: rotate(-90deg);
    transform-origin: center center;
    white-space: nowrap;
    text-transform: uppercase;
    background: var(--themeColor);
    padding: 0 10px;
    display: inline-block;
    transition: .3s;
}
.scrollTop:hover span {
    color: rgba(255, 255, 255, .5);
}
.scrollDown {
	width:50px;
	height:50px;
	background-image:url('/img/hotel/scrolldown.svg');
    animation-name: scrollAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: absolute;
    display: flex;
	transform: translatex(-50%);
}
.scrollDown span {
    transform: rotate(-90deg);
    transform-origin: center center;
}
.scrollDown i {
    position: absolute;
    top: 0;
    right: -20px;
    transform: rotate(-90deg);
}
@keyframes scrollAnim {
    0%, 100% {
    bottom: 0;
}
50% {
    bottom: -25px;
}
}.langsHeader li, .socialMedia li {
    position: relative;
    line-height: 1;
}
/*.langsHeader li:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 16px;
    display: inline-block;
    background: #fff;
    position: Absolute;
    left: -7px;
    top: 50%;
    transform: translatey(-50%);
}*/
.langs.langsHeader {
    left: 0;
    font-size: 16px;
    gap: 12px;
}
.langs.langsHeader a, .socialMedia a:hover, .socialMediaHeader a:hover {
    opacity: .5;
}
.langs.langsHeader a {
    margin-left: .2em;
    margin-right: .2em;
}
.langs.langsHeader .currentLang a, .langs.langsHeader a:hover {
    opacity: 1;
}
.socialMedia.socialMediaHeader {
    right: 0;
    gap: 8px;
}
.headerList :is(a), .socialMedia :is(a) {
    color: #fff;
    text-decoration: none;
}
footer .socialMedia {
    gap: 5px;
    justify-content: flex-start;
}
.headerFooter {
  position: absolute;
  bottom: 50px;
  left: var(--left);
  z-index: 10;
  right: 0;
}
.headerFooter>* {
    position: absolute;
    color: #fff;
    bottom: 0;
}
.footerContent .hsfont {color:var(--gold-color);}
.footerWrapper {
	margin-top:var(--spacing);
    padding: 0;
}
.footerWrapper .footerContent a:hover, .footerWrapper ul a:hover, .socialMedia a:hover {
/*    opacity: .8;*/
	color:var(--fontColor);
}
.footerMenu a {
    padding: 0;
	color:#fff;
	font-size:17px;
}
.footerMenu ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    gap: 50px;
}
.footerMenu {
 	background:var(--gold-color);
	margin: 0 auto;
	height:45px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.Credits {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.Column {
    flex: 0 0 33.333%}
.Column4 {
    flex: 0 0 auto;
}
.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%;
    justify-content: center;
}
div.newsletter {margin-right:0;width: 100%;max-width: calc(100% - var(--left));}
.newsletter .icon-bird {
    position: absolute;
    bottom: 0;
    right: 150px;
	object-fit:contain;
	opacity:0.2
}
.newsletterWrapper {
    width: 615px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: var(--spacing);
    padding-bottom: 30px;
}
body.body-ident-ceny_i_rezerwacja .newsletterWrapper {padding-top:0;}
.newsletterContent {
    max-width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.newsletterContent input {
    width: 100%;
    height: 70px;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid var(--gold-color);
    text-align: center;
    color: var(--fontColor);
    margin: 0;
    padding: 0;
    font-size: var(--font-size);
    letter-spacing: .06em;
	position:relative;
}
.newsletterContent::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:10px;
	border: 1px solid var(--gold-color);
	border-top:0!important;
}

.newsletter .squareContent {
    font-size: var(--font-size);
    color: var(--fontColor);
    text-align: center;
}
.newsletterContent input::placeholder {
    color: #E5E5E5!important;
    opacity: 1;
    font-size: var(--font-size);
    letter-spacing: .06em;
}
.newsletterContent .button {
    cursor: pointer;
    width: auto;
	height:20px;
	min-height:unset;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #fff;
    min-width: auto;
    padding: 15px 20px;
    opacity: 1;
    transition: .3s;
    position: absolute;
    min-width: unset!important;
	color:var(--gold-color);
	background:#fff;
	bottom: 0px;
  transform: translatey(50%);
  z-index:10;
}
.newsletterContent .button::after {
	color:var(--gold-color);
}

.newsletterContent .button:hover {
	border: solid 1px var(--gold-color);

}
.slider-footerlogo {padding: 30px 0;}
.slider-footerlogo img {height:85px;width:auto;margin:0 auto;}

.footerContent {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.75;
    font-weight: 300;
	margin-top:15px;
}
.newsletterColumn {
    justify-content: end;
}
.offerArrows .prevSlide {left:8px;}
.offerArrows .nextSlide {right:8px;}
.offerArrows .prevSlide,
.offerArrows .nextSlide {transform:unset;top:0;}

#offersMain .offerArrows .smallArrow::before, #roomsMain .roomArrows .smallArrow::before, .footerContent p, .offersContainer {
    margin: 0;
}
.footerContact {
    justify-content: center;
	text-align:center;
}
.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;
}
.singleKafelek:nth-child(2n) {
    flex-direction: column-reverse;
}
.footerHead {
    font-size: inherit;
	font-weight:500;
    color: var(--gold-color);
    margin-top:25px;
}
.galleryPicture {
    padding: 6px;
    flex: 0 0 33.333%;
    display: block;
    position: relative;
}
.galleryFirstRow {
    display: flex;
    flex-direction: row;
    height: 100%}
.sectionGallery:not(.wsekcji) .galleryColumn .galleryPicture {
    flex: 0 0 100%}
.sectionGallery .galleryColumn a {
    line-height: 1;
}
.sectionGallery:not(.wsekcji) .galleryColumn {
    width: 33.33%}
.sectionGallery.wsekcji .galleryColumn:first-child, .sectionGallery.wsekcji.reverse .galleryColumn:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 390px;
    max-width: 100%;
    gap: 16px;
}
.sectionGallery.wsekcji.offersGallery .galleryColumn:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    gap: 16px;
}
.sectionGallery.wsekcji .galleryColumn:first-child .galleryImage, .sectionGallery.wsekcji.reverse .galleryColumn:nth-child(2) .galleryImage {
    height: 320px;
}
.sectionGallery.wsekcji .galleryColumn:nth-child(2), .sectionGallery.wsekcji.reverse .galleryColumn:first-child {
    width: calc(100% - 406px);
    max-width: 100%}
.sectionGallery:not(.wsekcji) .galleryColumn .galleryPicture {
    height: 320px;
    display: block;
}
.sectionGallery.wsekcji .galleryImage {
width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.sectionGallery.wsekcji .buttonWrapper {
    margin-top: 50px;
    margin-bottom: 0;
	justify-content:center;
}
.sectionGallery.wsekcji .galleryGrid {
    justify-content: center;
    gap: 10px;
}
.sectionGallery.wsekcji .galleryPicture span {
	display:none!important;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    opacity: 1;
    color: var(--themeColor);
    z-index: 10;
    min-width: 200px;
    min-height: 75px;
    background: rgba(255, 255, 255, .8);
    padding: 10px 30px;
    font-family: var(--beutyFont);
    font-size: var(--font-large);
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexing.gallery {flex-wrap:wrap;}
.sectionGallery.wsekcji .galleryPicture::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: 5;
}
.sectionGallery.wsekcji .galleryPicture:hover::before {
    opacity: .2;
}
.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;
    position: relative;
}
.sectionGallery .buttonWrapper {
    margin-top: var(--spacing);
}
section#mapaGoogle, section.sekcjaKontakt, section:not(.sectionGallery):not(.wsekcji):first-child {
    margin-top: var(--spacing)!important;
}
#offersMain #offersMainSlider {
    width: 100%;
    overflow: hidden;
}
/*#offersMainSlider .singleOffer {
    max-width: 520px;
}*/
/*.sectionOpinie .reviewsWrapper {
    background-image: url('/img/hotel/reviews.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}*/
.sectionOpinie .reviewsWrapper .contentTitle {
    text-align: left!important;
}
#offersMain .contentTitle, .FeaturedRoom .contentTitle, .mainNews .contentTitle, .roomWrapper, .roomsMainWrapper .contentTitle, .sectionGallery.wsekcji .contentTitle, .sectionOpinie .contentTitle, section.talerz .contentTitle {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px!important;
}
.contentTitle div.hidemobile {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
section.talerz .contentTitle {
    gap: 16px;
}
/*.FeaturedRoom .contentTitle>div, .mainNews .contentTitle>div, .offersMainWrapper .contentTitle>div, .roomsMainWrapper .contentTitle>div, .sectionGallery.wsekcji .contentTitle>div, .sectionOpinie .contentTitle>div, section.talerz .contentTitle>div {
    flex: 0 0 33.33%;
    align-items: center;
}*/
section.talerz .contentTitle>div:first-child, section.talerz .contentTitle>div:nth-child(3n-1) {
    flex: 0 0 30%}
section.talerz .contentTitle>div:nth-child(2n) {
    flex: 0 0 calc(40% - 32px);
}
section.talerz .contentTitle>div:first-child {
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    text-align: left;
    padding-left: 80px;
    align-items: baseline;
    display: flex;
}
section.talerz .contentTitle .beutyFont {
    margin-bottom: 35px;
}
.offersMainWrapper >  .buttonWrapper {margin-top:50px;}
.roomsMainWrapper >  .buttonWrapper .button,
.offersMainWrapper >  .buttonWrapper .button {width:300px;max-width:100%;}
.singleOffer .buttonWrapper .button{text-transform: capitalize;}
.singleOffer .buttonWrapper .button:hover {color:#fff!important;}
.singleOffer .buttonWrapper {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    margin-top: 0;
    text-align: center;
	width:100%;
}
.singleOffer:hover .buttonWrapper {
    height: 45px;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    margin-bottom: 10px;
}
#offersMain .offersWrapper .contentTitle .beutyFont {
    margin-bottom: 100px;
}
.offersMain:not(#offersMain) .buttonWrapper {
    margin-top: 100px;
}
#rooms .slick-arrow, #roomsMain .slick-arrow, .offersMain .slick-arrow, .sectionOpinie .slick-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
}

#roomsMain .slick-arrow.prevSlide {left: 300px;}
#roomsMain .slick-arrow.nextSlide {left: 360px;}

/*#rooms .slick-arrow.nextSlide,*/
.offersMain .slick-arrow.nextSlide {
    left: unset;
}
.roomArrows {
    width: 100%;
    position: relative;
}
#offersMain .offerArrows span, #rooms .roomArrows span, #roomsMain .roomArrows span {
    text-transform: uppercase;
    margin: 0 15px;
}
#offersMain .offerArrows .button, .roomArrows .button {
    margin: 0!important;
    white-space: nowrap;
}
.slick-arrow span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .06em;
    padding-bottom: 2px;
}
.offersWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.roomWrapper, .singleOffer {
    padding: 0 8px;
}
#offersMainSlider .slick-track {display:flex;}
.singleOffer {max-width:550px;}
.offerWraper, .roomWrapper {
    text-align: center;
    display: flex;
    flex-direction: column /*row*/;
    height: 655px;
    justify-content: flex-end;
    position: relative;
}
.offerWraper {height:unset;}
.roomWrapper {padding: 0 0 55px!important;flex-direction: row;}
.offerName, .offerPriceWrapper {
    padding: 0;
    text-align: left;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.offerName {
    margin: 0;
    color: #fff;
    font-size: var(--font-large);
    line-height: 1.25;
    position: relative;
}
.roomNameSeparator {margin:25px 0;}
.roomNameSeparator::after,
.offerNameSeparator::after {
content:'';
position:relative;
width:50px;
height:1px;
display:block;
background:#fff;
}
.offerPriceWrapper {
    font-size: var(--font-size);
    color: #fff;
    letter-spacing: .06em;
    line-height: 1;
    opacity: 1;
    transition: .3s;
    visibility: visible;
    display: flex;
    flex-direction: column;
}
.body-ident-main .roomsMain, .offerDescription {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 150px;
}
.singleOffer .imageMediaWrapper::before {
	content:'';
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.1) 100%);
	position:absolute;bottom:0;left:0;top:0;right:0;
	z-index:5;
}
.singleOffer .offerDescription {
    height: 150px;
	width:100%;
    transition: .3s;
    padding: 25px 27px;
	position:absolute;
	z-index:10;
}
.singleOffer:hover .offerDescription {
    height: 230px;
}
.body-ident-main .roomsMain {
    min-height: unset;
}
.imageMediaWrapper {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
}
.singleRoomWrapper .imageMediaWrapper {
position:relative;
right:0;
bottom: 0;
top: 0;
left:unset;
width:calc(100% - 270px);
}
section:not(.offersMain):not(.roomsMain) .imageMediaWrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 5;
    opacity: .2!important;
}
.singleOffer:hover .imageMediaWrapper .button, .singleRoomWrapper:hover .buttonWrapper, .singleRoomWrapper:hover .imageMediaWrapper .button {
    top: 50%;
    opacity: 1;
}
.mainOffersBox, .opinieSlider {
    /*width: 100%!important;*/
    position: relative;
	margin-left: -8px;
  margin-right: -8px;
}
.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: 5px 0;
	width: 50%;
}
.singleRoomWrapper .buttonWrapper {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    z-index: 10;
    opacity: 1;
    transition: .3s;
	margin-top:20px;
	gap:15px;
}
.imageMediaWrapper img {
    display: block;
    height: 100%}
.roomImage, .roomsImage {
    width: 100%;
    max-width: 100%}
.roomsImage {
    width: 100%;
    height: 500px;
}
.roomDescription, .roomsDescription {
    padding: 20px 0 20px 30px;
    width: 100%;
    background: 0 0;
    color: var(--fontColor);
}
/*.roomSide.roomsDescription>div {
    flex: 0 0 33.33%;
    display: flex;
    align-items: center;
}*/
.roomPrice {font-size:18px;font-weight:300;line-height:1;}
.priceRezoffer strong, .roomPrice strong {
    font-size: 20px;
    font-weight: 700;
    margin: 0 3px;
}
.singleRoomWrapper .rooMM {
position:absolute;
width:220px;
height:216px;
object-fit:contain;
top: 0;
left: 50%;
transform: translate(-50%,-195px);

}
.roomsDescription {
  position: absolute;
  left: 0;
  top: 195px;
/*  transform: translatey(-40%);*/
  width: 430px;
  height: 300px;
  z-index: 5;
  margin: 0;
  color: #fff;
  flex-direction: column;
  background: var(--frame-bkg);
  padding: 50px 50px 50px;
  border: 1px solid #d1b271 !important;
  text-align:left;
}
.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, .roomsSpecification .hsicon-roomsize {
    font-size: 16px;
}
.icon-name {
    margin-left: 10px;
}
.roomsSpecification {
    margin-left: 100px;
    align-self: center;
    column-count: 3;
    width: 100%}
.roomsSpecification .tt-el {
    padding: 10px 0;
}
.roomsName {
    font-size: var(--font-large);
    font-weight: 300;
    position: relative;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.roomsDescription .buttonWrapper .button:not(:first-child) {
    margin-left: 20pxpx;
}
.fiveColumns .Column {
    flex: auto;
}
.Column {
    padding: 0 20px;
}
.Column4 {
    padding: 0 20px;
}
@media(min-height:780px) and (min-width:960px) {
    .heroTitle {
    top: 40%}
}@media(min-width:981px) {
    .bottomNavMobile, .mobileBar {
    display: none;
}
.sliderImage, header.mainHeader:not(.sliderOff) {
    min-height: 640px;
}
body:not(.body-layout-home) header .sliderImage {
    max-height: 100vh;
}
}.localization a {
    color: #fff;
    text-transform: uppercase;
}
@media(max-width:1320px) {
    .topBar {
    padding: 10px!important;
}
.mainMenu>li:not(.logoLi) {
    padding: 0 10px;
}
}@media(max-width:1290px) {
    .siteWidth {
    max-width: calc(var(--siteWidth) - 40px);
    padding: 0 20px;
}
}@media(max-width:980px) {
:root {
    --spacing: 30px;
    --font-size: 15px;
    --font-large: 26px;
	--left: 0;
}
section .herb {margin: 0 auto;}
.nextSlide::after, .prevSlide::after {width:47px;height:47px;}
.roomsMainWrapper > .buttonWrapper .button, .offersMainWrapper > .buttonWrapper .button {width:auto;}
body.body-ident-ceny_i_rezerwacja article > p span {font-size:14px!important;line-height:1;display:block;padding:0 20px;}

.roomSide.imageMediaWrapper::after, .sectionSeparator .sectionSide:not(.sectionSlider)::after, .sectionSimple:not(.pasek):not(.talerz) .sectionRow .sectionSide.sectionSlider::before {display:none!important}
.section.sekcjaRamka,
.sectionSimple:not(.Text) .sectionSide.sectionContent {margin-top:0px;margin-bottom:0;}
.sectionSimple:not(.reverse):not(.talerz) .sectionRow .sectionSide.sectionSlider,
.sectionSimple.reverse:not(.pasek):not(.talerz) .sectionRow .sectionSide.sectionSlider {position:relative;}
section:not(.Text) .sectionRow {min-height:unset;}
section {line-height:1.5;}

.sekcjaRamka .sectionContent {width:100%!important;padding:0 20px 20px !important}

.header-middle {right:0;width:100vw;position:relative;}
div.newsletter, footer, article {margin-left:0;}
.mainHeader .contentTitle {width: calc(100% - 50px);left:25px!important;right:25px!important;transform: translatey(-50%);top: 50%;}
.mainHeader .contentTitle > div {min-width:200px;padding: 50px 10px;}
.heroTitle.contentTitle .beutyFont {font-size:40px;}
.fourPic .sectionRow {position:relative;display:flex;flex-direction:column;}
.fourPic .sectionRow .sectionContent {order:1;}
.fourPic .sectionRow .fourPicBox {order:2;position: relative;min-width: 100%;right: 0;left: 0;}

.sectionSeparator .sectionSide:not(.sectionSlider)::after {left:unset;right:-10px;bottom:-10px;width:100%;}
.sectionSeparator .sectionSide.sectionContent {width:calc(100% - 40px)!important;}

.singleRoomWrapper .imageMediaWrapper {width:100%;}

.wsekcji .sectionGalleryWrapper .galleryGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
  }

.wsekcji .sectionGalleryWrapper .galleryGrid .galleryPicture:nth-child(1),
.wsekcji .sectionGalleryWrapper .galleryGrid .galleryPicture:nth-child(2),
.wsekcji .sectionGalleryWrapper .galleryGrid .galleryPicture:nth-child(3),
.wsekcji .sectionGalleryWrapper .galleryGrid .galleryPicture:nth-child(4) {
  grid-column:unset;
  grid-row:unset;
}

    .sectionSeparator: not(.contentCenter) .sectionContent {
    transform: unset!important;
    padding: 0 20px!important;
    flex-direction: column;
    left: 0;
    bottom: 0;
}
.sectionSeparator:not(.contentCenter) .imageSlider .sectionContent {
    flex-direction: column;
    left: 0;
    top: 0;
    height: 100%;
    justify-content: space-between;
}
.sectionSlider .slick-slide img {
    height: /*100%*/85vw!important;
}
.sectionSeparator .sliderArrows {
    width: 100%;
    margin-bottom: 30px;
}
.sectionSeparator.sectionSimple .contentTitle {
	margin-top:0!important;
    padding-top: 0px!important;
}
.sectionSeparator .sliderContent {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#roomsMain .slick-arrow, .offersMain .slick-arrow, .sectionOpinie .slick-arrow, .sectionSeparator .prevSlide {
    left: 0;
}
.sectionSeparator .nextSlide {
    right: 0;
}
.sectionSeparator .slideTitle {
    width: 100%;
    bottom: 0;
    border-bottom: unset;
    padding-bottom: 35px;
}
.mainNews .relMainNews>.siteWidth::before {
    right: 20px;
}
.average span.revsource::after, .average span.revsource::before {
    height: 2px!important;
}
.sectionOpinie .sectionSide.sectionContent {
    margin-top: var(--spacing);
}
.mainOffersBox, .opinieSlider {margin-left:0;margin-right:0;}
.roomsSection, section.talerz .contentTitle .beutyFont {
    margin-bottom: 0;
}
#optionsList .optCat, .footerSubmenu, .footerWrapperInner .fiveColumns, .galleryFirstRow, .newsletterWrapper .contentTitle {
    flex-direction: column;
}
footer .Column:not(:first-child) {
    justify-content: center;
}
.footerContent, .footerHead, .footerMenu ul, .roomsName {
    text-align: center;
}
.navigation-contianer {
    margin-top: 0;
}
/*.singleOffer .buttonWrapper, .singleOffer:hover .buttonWrapper {
    margin-top: 30px!important;
}*/
.mainMenu>li:not(.logoLi) {
    padding: 0 10px;
    width: auto;
}
#offersMain .offerArrows .button span, .btnRoomSpacing span, .mainMenu, .offersMain .buttonWrapper span, .sectionGallery:not(.wsekcji) .contentTitle .beutyFont {
    margin: 0;
}
.heroTitle {
    top: 50%}
.sliderImage {
    height: calc(100vh - 60px);
}
.logo, .logo a, .logo img {height: 100%}
.roomsMain .imageMediaWrapper {height:85vw;}
.mainNav, .scrollTop {
    display: none;
}
.footerSubmenu a, .logo a {
    display: block;
}
.logo img {
    width: 140px;
}
.mobileBar {
    position: fixed;
    z-index: 99;
    height: 60px;
    background: #fff;
    padding: 10px 10px 10px 10px;
}
section .prevSlide {
    left: 40px;
}
section .nextSlide {
    right: 40px;
}
.section.sekcjaRamka,
.body-ident-main #SectionOpinie, .sectionGallery.wsekcji, .sectionSimple .contentTitle, section.kwadrat .contentTitle, section.pasek .contentTitle, section.sectionSimple {
    margin-top:  30px;
	padding-top:0;
}
section#offersMain {var(--spacing)!important;padding-top:0;}


.sectionGallery.wsekcji, .sectionOffersIcon, section#offersMain, section.sectionSimple:not(.Text) {min-height:unset;}

section.pasek .sectionSide.sectionSlider .imageSlider {
    min-height: unset!important;
}
.button {
    min-width: 150px!important;
}
.section-27756 .button {
    margin: 5px;
}
.button.rezBtn {
    border: 1px solid var(--btnRezHvr);
}
.socialMedia li {
    margin: 0 5px!important;
}
.roomsWrapper .buttonWrapper .button {
    margin: 0;
    padding: 5px;
	width: 150px;
}
.roomWrapper, .singleOffer, section.Text .sectionSide {
    padding: 0!important;
	height:unset;
}
.offersPage .singleOffer {
    flex: 0 0 50%}
.galleryColumn .galleryPicture, .galleryPicture {
    flex: auto;
}
.roomDescription, .roomImage {
    width: 100%;
    max-width: 100%;
    padding-right: 0!important;
    margin-top: 0;
}
.roomWrapper {
    flex-direction: column;
/*    height: 80vw;*/
    justify-content: space-between;
}
.roomsMain .slick-track {
    display: flex;
    align-content: stretch;
}
.sectionSimple.talerz .sectionRow .sectionSide.sectionSlider, /*.singleOffer .buttonWrapper,*/ .singleOffer .offerDescription, .singleOffer:hover .buttonWrapper {
    height: auto!important;
}

.sectionSimple .sectionContent p {text-align: left!important;}

.roomsMain .buttonWrapper.flexing {
    gap: 20px!important;
    margin-top: 30px;
	position: relative;
    bottom: 0;
    /*left: 50%;*/
    /*transform: translate(-50%,50%);*/
	flex-wrap:wrap;
}
.singleRoomWrapper:hover .buttonWrapper {top:unset!important;}
section.roomsMain .prevSlide, section.roomsMain .nextSlide {bottom:unset!important;width:47px;height:47px;
left:unset!important;right:unset!important;position:relative;}
section.roomsMain .nextSlide::after, section.roomsMain .prevSlide::after  {width:47px;height:47px;}

.roomDescription {
    padding-left: 0;
    margin-top: 0;
    justify-content: space-between;
}
.roomDescription .contentTitle {
    padding-right: 100px;
}
.kafelki>.flexing, .roomContent {
    flex-wrap: wrap;
}
.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;
}
.btnRoomSpacing, .offersMain .buttonWrapper {
    margin-top: 0;
    position: relative!important;
    width: 100%;
    justify-content: center;
}
.siteWidth {max-width: 100%}
section.sekcjaRamka:not(.reverse) > .siteWidth {max-width:100%;margin-left:0;}
.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;
}
.showmobile {
    display: inline-flex;
}
.hidemobile {
    display: none!important;
    height: 0;
    overflow: hidden!important;
    margin: 0!important;
    padding: 0!important;
}
#SectionOpinie::before, .mainSlider .slick-arrow, .newsletter .icon-bird, .rezForm, .roomsMain::before, .roomsSection::before, .sectionOffersIcon .sectionIcon:nth-child(-n+4)::before, .sectionSlider::before {
    display: none!important;
}
:root {
    --spacing: 50px;
    --font-size: 15px;
    --font-large: 22px;
}
.offerName {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.langsMobile {
    display: flex;
    gap: 10px;
    flex-direction: row;
    padding: 25px 0 0;
    list-style-type: none;
    width: 100%;
    justify-content: center;
}
ul.langsMobile li {
    opacity: .5;
}
ul.langsMobile li.currentLang {
    opacity: 1;
}
ul.langsMobile li a {
    text-decoration: none;
}
.footerWrapper {
    margin-top: 30px;
}
.footerWrapper .logo img {
    width: 120px;
    max-width: 100%}
.footerWrapperInner {
    border: 0!important;
	flex-direction: column;
    justify-content: center;
	height:unset;
}
.footerWrapperInner > div:not(.footerMap) {padding-bottom:50px;width:100%;}
.footerWrapperInner > div.footerMap {height:85vw;width:100%;}

.FeaturedRoom .contentTitle .beutyFont, .mainNews .contentTitle .beutyFont, .offersMainWrapper .contentTitle .beutyFont, .roomsMain .contentTitle .beutyFont, .sectionGallery .contentTitle .beutyFont, section.talerz .contentTitle>div:first-child {
    padding-left: 0;
}
.body-nomain section.sectionSimple {
    padding-bottom: 0;
}
.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;
}
.body-ident-main .roomsMain, .roomsSection {
    padding-top: /*var(--spacing)*/30px;
    min-height: auto;
}
section#mapaGoogle, section.sectionSeparator, section.sekcjaKontakt, section:not(.sectionGallery):not(.wsekcji):first-child {
    margin-top: var(--spacing)!important;
    padding-bottom: 0;
}
#offersMain .offersWrapper {
    background: unset;
}
.opinieContent {
    background: 0 0!important;
    padding: 0!important;
}
.opinieNameWrapper {
    justify-content: flex-start!important;
    padding-left: 0!important;
}
.sectionGallery.wsekcji .galleryColumn:first-child, .sectionGallery.wsekcji .galleryColumn:nth-child(2), .sectionGallery.wsekcji.reverse .galleryColumn:first-child, .sectionGallery.wsekcji.reverse .galleryColumn:nth-child(2) {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%!important;
    padding: 0!important;
}
.sectionGallery.wsekcji .galleryColumn:first-child .galleryImage, .sectionGallery.wsekcji .galleryImage, .sectionGallery.wsekcji.reverse .galleryColumn:nth-child(2) .galleryImage {
    height: 80vw;
}
.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;
}
.singleKafelek {
    flex: 0 0 100%;
    flex-direction: row;
}
.singleKafelek:nth-child(2n) {
    flex-direction: row-reverse;
}
.kafelekContent, .singleKafelek img {
    width: 50%;
    object-fit: cover;
}
.sectionSeparator:not(.contentCenter) .separatorContent {
    padding: 30px;
}
.sectionRow {
    flex-direction: column!important;
}
.sectionSide, .sectionSlider .imageSlider {
    width: 100%!important;
    max-width: 100%;
    padding: 0!important;
}
.sectionSeparator {flex-direction:column-reverse;}
.sectionSeparator .sectionSide.sectionContent .contentTitle {margin-top:20px/*var(--spacing)*/!important;}
.sectionSeparator .sectionSide:not(.slideTitleBox) {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
	position:relative;
	padding:0 20px!important;
}
#offersMain .offersWrapper .contentTitle .beutyFont {
    margin-bottom: 30px;
}
.sectionSlider .slick-slide img, section.kwadrat .sectionSide.sectionSlider {
    width: 100%;
    height: 80vw;
}
.newsletterContent, .roomsImage img, .sectionGallery:not(.wsekcji) .galleryColumn {
    width: 100%}
.newsletterColumn, .newsletterContent input, .newsletterWrapper {
    width: 100%;
    z-index: 5;
    position: relative;
}
.footer-bottom>div {
    margin-bottom: 10px;
}
.offerArrows, .roomArrows {
    margin: 50px 0 0!important;
    width: 100%!important;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}
.roomsMain .roomArrows {
    margin-bottom: 0!important;
    margin-top: 0!important;
}
#rooms .prevSlide {
    left: 0px!important;
    right: auto;
}
#rooms .nextSlide {
    left: auto;
    right: 0px!important;
}
#rooms .slick-arrow {
    position: absolute!important;
    color: #fff!important;
}
#offersMain .contentTitle {
    display: inline-flex;
    width: 100%;
    margin-bottom: 0;
}
.offersContainer {
    margin: 0 auto!important;
}
.slick-arrow {
    font-size: 28px;
	position: absolute;
    bottom: 0;
    top: unset;
}
#roomsMain .slick-arrow.nextSlide, .offersMain .slick-arrow.nextSlide, .sectionOpinie .slick-arrow.nextSlide {
    left: unset;
    right: 0;
}
.offersMain .slick-arrow, .offersMain .slick-arrow.nextSlide, .sectionOpinie .slick-arrow, .sectionOpinie .slick-arrow.nextSlide {
    top: 0;
}
.desktopButton {
    position: relative;
}
.footerMenu ul {
    margin: 0;
    flex-direction: column;
    padding: 20px;
}
footer {
    padding-bottom: 100px;
}
.footerMenu {
    margin: 40px auto;
}
.footerMenu a {
    padding: 15px 5px!important;
    display: inline-block;
}
.roomsMainWrapper {
    flex-direction: column;
    display: flex;
}
#offersMain .contentTitle, .FeaturedRoom .contentTitle, .mainNews .contentTitle, .roomWrapper_, .roomsMainWrapper .contentTitle, .sectionGallery.wsekcji .contentTitle, .sectionOpinie .contentTitle, section.talerz .contentTitle {
    flex-direction: column;
    padding-bottom: 30px!important;
}
.FeaturedRoom .contentTitle>div, .mainNews .contentTitle>div, .offersMainWrapper .contentTitle>div, .roomsMainWrapper .contentTitle>div, .sectionGallery.wsekcji .contentTitle>div, .sectionOpinie .contentTitle>div, section.talerz .contentTitle>div {
    flex: 0 0 100%}
/*.singleOffer .buttonWrapper {
    opacity: 1;
    visibility: visible;
}*/
/*.singleOffer .priceRezoffer {
    margin: 25px 0 0 0;
}*/
.roomWrapper {
    justify-content: flex-start;
}
.offerWraper {
    justify-content: flex-end;
}
/*.singleOffer .offerDescription, .singleOffer:hover .offerDescription {
    height: 270px!important;
}*/
.sectionOffersIcon>div {
    padding: 0 20px!important;
}
.sectionOffersIcon .sectionIcon {
    width: calc(50% - 16px);
}
.sectionOffersIcon .sectionRow {
    flex-direction: row!important;
}
.sectionOpinie .reviewsWrapper {
    background-position: bottom;
}
.average {
    flex-direction: row;
    justify-content: start;
}
.average>div {
    width: 25%!important;
    transform: scale(.65);
}
.offersPage .singleOffer {
    flex: 0 0 100%;
    margin-top: 0;
}
.roomsDescription {
	position:relative;
    max-width: 100%;
    width: 100%;
    padding: 40px 20px 20px;
    flex-direction: column;
    margin:0;
	top:0;
	height:unset;
}
.roomSide.roomsDescription>div {
    flex: auto;
    justify-content: center;
}
.roomsImage {
    order: 1;
    width: 100%;
    max-width: 100%!important;
    height: 90vw;
}
.roomsDescription, .roomsSpecification {
    order: 2;
}
.roomsDescription .buttonWrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
	flex-wrap:wrap !important;
}
.roomsDescription .buttonWrapper .button:not(:first-child) {
    margin-top: /*10px*/0;
    margin-left: 0;
}
.singleRoomWrapper .rooMM {opacity:0.5;display:none;}

}
@media(max-width:950px) {
.roomsMain .btnRoomSpacing {
    position: relative!important;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

    .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:576px) {
    .contentTitle .beutyFont {
    font-size: 30px;
}
.contentTitle .titleInfo {
    font-size: 15px;
	padding-top:0;
}
.sectionSeparator .contentTitle .beutyFont,
.sectionSeparator .contentTitle .titleInfo{
  text-align: left;
}
section {
    padding-top: 40px;
}
.sectionGallery .contentTitle .beutyFont {
    margin-bottom: 10px;
}
.sectionGallery .buttonWrapper, footer {
    position: relative;
    left: unset;
    transform: unset;
}
.sectionGallery .buttonWrapper {
    margin-top: var(--spacing);
}
footer {
    margin-top: 0;
}
.mainHeader .contentTitle {
    width: calc(100% - 50px);
    padding: 0;
    z-index: 5;
}
.heroTitle {
    top: 45%}
.headerFooter {
    bottom: 50px;
}
.headerFooter .langs, .headerFooter .socialMedia {
    display: none;
}
.singleKafelek {
    flex: 0 0 100%;
    flex-direction: column;
}
.singleKafelek:nth-child(2n) {
    flex-direction: column;
}
.kafelekContent, .singleKafelek img {
    width: 100%;
    object-fit: cover;
}
}@media(max-width:480px) {
    .galleryPicture, .roomsSpecification .tt-el {
    flex: 0 0 100%}
.galleryColumn:first-child, .galleryColumn:nth-child(2) {
    width: 50%}
}.icon-wrapper {
    align-items: baseline;
}
.body-ident-rezerwacja #container-hs {
    margin-top: 80px;
}
