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: #475955;
    --fontColor: #444444;
    --spacing: 100px;
    --beutyFont: 'Lora', serif;
    --regularFont: 'Montserrat',  sans-serif;
    --font-size: 15px;
    --font-large: 26px;
    --little-gray-bkg: #fafafa;
    --menuTr: rgba(0, 0, 0, 0.5);
    --menuTrNA: rgba(0, 0, 0, 0.5);
    --menuTrHvr: rgba(0, 0, 0, 0.6);
    --light-color: #E6E6E6;
    --dark-color: #475955;
    --btnRezHvr: #A6B361;
    --siteWidth: 1290px;
    --siteWidthShort: 1130px;
}
html {
    scroll-behavior: smooth;
}
article {
    background-image: url('/img/hotel/centerline.svg');
    background-position: top center;
    background-repeat: no-repeat;
}
.body-ident-main article {
    display: flex;
    flex-direction: column;
}
.body-ident-main section {
    order: 15;
}
.body-ident-main .section-24725 {
    order: 1;
}
.body-ident-main .section-25948 {
    order: 12;
}
.body-ident-main .section-27550 {
    order: 13;
}
.body-ident-main #offersMain {
    order: 3;
}
.body-ident-main .section-24727 {
    order: 4;
    padding-top: var(--spacing)!important;
}
.body-ident-main .roomsMain {
    order: 5;
    padding-top: var(--spacing);
}
.body-ident-main .section-24728 {
    order: 6;
}
.body-ident-main .section-24729 {
    order: 7;
}
.body-ident-main .section-24730 {
    order: 8;
}
.body-ident-main .sectionOpinie {
    order: 9;
    padding-top: var(--spacing);
}
.body-ident-main .mainNews {
    order: 10;
    padding-top: var(--spacing);
    overflow: hidden;
}
.body-ident-main .section-24846 {
    order: 11;
}
.act .header-middle, .body-ident-ceny_i_rezerwacja .articleContent, .body-ident-galeria .articleContent, section.sekcjaKontakt {
    background: #fff;
}
strong {
    font-weight: 700;
}
.beutyFont, body {
    font-style: italic;
    font-weight: 300;
    letter-spacing: .08em;
}
.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 *, .heroTitle, .mainNav .mainMenu>li ul .act a, .sectionSeparator .contentTitle .beutyFont, 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 {
    justify-content: flex-start;
}
footer .Column{
justify-content: center;
}
.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);
}
.sectionSeparator .siteWidth, .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: center;
}
.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 {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.act .logoLi .logoStandard, .form-control, .logoLi .logoFixed, .showmobile, body:not(.body-layout-home) .rezForm {
    display: none;
}.logo .logoStandard img {
  width: 160px;
}
.heroTitle {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logoLi {
    width: 140px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0;
}
.logoLi .logo {
    padding: 0 20px;
    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;
}
.mainSlider .slick-arrow, .roomsMain .prevSlide {
    display: none!important;
}
.header-middle {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background: 0 0;
}
.mainNav {
    display: flex;
    align-items: end;
    max-width: var(--siteWidth);
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
}
.navigation-contianer {
    margin-top: 30px;
}
#nav, .buttonReservation, .day-and-month, .galleryFirstRow, .galleryGrid, .hero, .inputRez, .mainNav, .mainOffersBox .slick-list, .mainSlider, .navigation-contianer, .rezForm, .slick-list, .slide, .slider-container {
    width: 100%}
.mainMenu {
    justify-content: space-between;
    align-items: center;
    width: 100%}
.mainMenu>li:not(.logoLi) {
    padding: 0;
    position: relative;
    margin-top: -10px;
    text-align: center;
    list-style-type: none;
}
#rooms .contentTitle .beutyFont, .act .mainMenu li {
    margin-top: 0;
}
.data-picker-rez {
    height: 45px;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    color: #fff;
    letter-spacing: .08em;
    padding: 0;
    border: 1px solid #fff;
    background: var(--menuTr);
}
.bestPriceGuaranted, .voucherButton {
    justify-content: center;
    display: flex;
    color: #fff;
}
.rezForm {
    transition: .5s;
    position: absolute;
    bottom: 130px;
    opacity: 1;
    visibility: visible;
    width: 650px;
    z-index: 10;
    left: 50%;
    transform: translatex(-50%);
}
.body-lang-de .rezForm, .body-lang-en .rezForm {
    width: 500px;
}
.slick-slide img, .slick-slider {
    z-index: 2;
    height: 100%}
.bestPriceGuaranted {
    background: var(--menuTr);
    font-size: var(--font-size);
    height: 45px;
    align-items: center;
}
.date-wrapper {
    display: flex;
    align-items: center;
    line-height: 1;
}
.date-wrapper .dd {
    font-size: 25px;
}
.body-lang-de .buttonReservation, .body-lang-en .buttonReservation {
    border-right: 0;
}
.buttonReservation {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
}
.mm, .voucherButton {
    font-size: var(--font-size);
    text-transform: uppercase;
}
.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: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, transparent 70%, rgba(0, 0, 0, .5) 100%);
    opacity: 1;
}
.mm {
    margin: 0 10px;
}
.act .navigation-contianer {
    transition: .3s;
    margin-top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
.footerMenu a, .mainNav a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.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;
}
.act .mainNav .mainMenu>li>a, header.act .sub-menu::after {
    color: var(--themeColor);
}
.mainNav li.last a:hover {
    background: var(--light-color);
    color: #fff!important;
}
.inputRez {
    position: relative;
    flex: auto;
}
#nav a::before, .inputRezIn::before {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 1px solid;
    opacity: 0;
    z-index: 10;
}
.inputRezIn::after, .inputRezOut::after {
    width: 1px;
    height: 10px;
    position: absolute;
    z-index: 10;
    background: #fff;
    content: ''}
.inputRezIn::after {
    bottom: 0;
    opacity: 1;
    left: unset;
    right: 0;
    transform: translatex(50%);
}
.inputRezOut::after {
    top: 0;
    opacity: 1;
    left: 0;
    transform: translatex(-50%);
}
.inputRezIn::before {
    bottom: 50%;
    width: 20px;
    height: 1px;
    opacity: 1;
    left: unset;
    right: 0;
    background: #fff;
    transform: translatex(50%);
}
#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: 175px;
}
.inputRez:hover, .voucherButton:hover {
    background: var(--menuTrHvr);
}
#nav li.last a, .button.rezBtn {
    border: 1px solid #fff;
    padding: 10px 20px;
    min-width: 175px;
    display: inline-flex!important;
    justify-content: center;
    height: 45px;
    align-items: center;
    background: var(--btnRezHvr);
}
#nav li a:hover::before, #nav li.act a::before {
    width: 100%;
    opacity: 1;
}
.buttonReservation {
    background: var(--btnRezHvr);
    color: #fff;
    height: 100%;
    text-transform: uppercase;
    width: 175px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.buttonReservation:hover {
    background: #fff;
    color: var(--btnRezHvr);
}
.sectionRow {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
#offersMain .nextSlide, .roomArrows .nextSlide, section.reverse .sectionRow {
    flex-direction: row-reverse;
}
.sectionSide {
    width: 50%;
    position: relative;
    z-index: 2;
}
.sectionSimple.reverse:not(.pasek):not(.talerz) .sectionRow .sectionSide.sectionSlider {
    padding-left: 90px;
}
.sectionSimple:not(.reverse):not(.talerz) .sectionRow .sectionSide.sectionSlider {
    padding-right: 90px;
}
.sectionSimple.talerz .sectionRow .sectionSide.sectionSlider {
    padding-right: 160px;
    width: 100%;
    height: 550px;
}
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: 3px;
    letter-spacing: .08em;
    font-size: var(--font-large);
    line-height: 1.5;
}
.onCenter .titleInfo::before {
    left: calc(50% - 20px);
}
.contentTitle .beutyFont {
    font-size: 42px;
    line-height: 1.25;
    margin: 0;
    display: block;
    color: var(--themeColor);
    align-items: last baseline!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 {
    padding-top: var(--spacing);
}
.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;
}
.sectionOffersIcon .sectionIcon:nth-child(-n+4)::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(50%, 50%);
    background-image: url('/img/hotel/plus.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.FeaturedRoom .contentTitle .beutyFont, .mainNews .contentTitle .beutyFont, .offersMainWrapper .contentTitle .beutyFont, .roomsMain .contentTitle .beutyFont, .sectionGallery .contentTitle .beutyFont {
    padding-left: 80px;
    text-align: left;
}
.newsletterWrapper .contentTitle, .roomInfo {
    flex-direction: row;
}
.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 {
    color: #fff;
    font-size: var(--font-large);
    justify-content: center;
}
.button, .roomsMain .contentTitle .beutyFont {
    color: var(--btnRezHvr);
}
.button, .sub-menu a {
    align-items: center;
    letter-spacing: .08em;
    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;
}
.button {
    min-height: 45px;
    display: inline-flex;
    justify-content: center;
    padding: 10px 40px;
    min-width: 175px;
    background: 0 0;
    line-height: 1;
    font-size: 15px;
    border: solid 1px var(--btnRezHvr);
    transition: .3s;
}
.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:hover {
    background: var(--btnRezHvr);
    color: #fff;
}
.buttonLight:hover {
    background: #fff;
    color: var(--themeColor)!important;
}
.kafelekContent .buttonWrapper, .sectionSide .buttonWrapper {
    margin-top: 40px;
}
.act .sub-menu, .sub-menu {
    margin-top: 10px;
}
section {
    line-height: 2;
    color: var(--fontColor);
    letter-spacing: .06em;
    position: relative;
}
section .herb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 250px;
    height: 260px;
    opacity: .6;
}
section.reverse .herb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: unset!important;
    z-index: 1;
    opacity: .6;
}
section .talerz {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 2;
    width: 390px;
    height: 390px;
}
.contentCenter.sectionSeparator, .contentTitle {
    text-align: center;
    padding-bottom: 30px;
}
.sectionSeparator {
    min-height: 550px;
    color: #fff;
}
.sectionSeparator .sectionSlider {
    position: relative;
    width: 100%!important;
    height: 550px!important;
    padding: 0!important;
}
.sectionSeparator .sectionSlider .sectionImageWrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .35;
    z-index: 3;
}
.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;
}
.mainNews .relMainNews>.siteWidth::before {
    content: '';
    width: 105px;
    height: 191px;
    background-image: url('/img/hotel/icon_bird.svg');
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    right: 370px;
    top: -100px;
}
.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 {
    width: calc(100% - 150px);
    max-width: 940px;
    padding: 0 15px;
    z-index: 5;
}
.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;
}
.newsletterContent .button, section .nextSlide {
    background-image: url('/img/hotel/arrowRightwhite.svg');
}
section .nextSlide {
    transition: .3s;
}
section:not(.sectionSimple) .prevSlide {
    background-image: url('/img/hotel/arrowLefttrans.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/arrowLefttrans.svg');
    transition: .3s;
    transform: translate(0, -100%);
}
section.roomsMain .nextSlide, section.sectionSeparator .nextSlide {
    background-image: url('/img/hotel/arrowRighttrans.svg');
    transition: .3s;
    transform: translate(0, -100%);
}
section.roomsMain .prevSlide, section.roomsMain .nextSlide {
    transform: unset;
    margin-left: 20px;
    height: 46px;
    width: 46px;
}
#roomsMain .slick-arrow {
    right: 80px;
    top: 420px;
    width: auto!important;
    transform: unset;
    text-transform: uppercase;
}
#roomsMain .prevRoom.slick-arrow {
    right: 140px!important;
}
section.roomsMain .nextRoom {
    right: 80px;
    bottom: 40px;
    top: unset;
}
section.pasek .sectionSide.sectionSlider .imageSlider {
    width: 470px;
    min-height: 550px;
    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;
}
.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: 20px;
}
.localizationWrapper .icon-arrow-bottom:before {
    width: 40px;
}
.footerWrapperInner {
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.scrollTop {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    position: absolute;
    bottom: 70px;
    right: 0;
    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 {
    font-size: 15px;
    animation-name: scrollAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
    display: flex;
}
.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: -10px;
}
}.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;
    border-bottom: 1px solid #fff;
}
.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: 50%;
    transform: translate(-50%);
    z-index: 10;
}
.headerFooter>* {
    position: absolute;
    color: #fff;
    bottom: 0;
}
.footerWrapper {
    padding: 120px 0;
    background: var(--themeColor);
}
.footerWrapper .footerContent a:hover, .footerWrapper ul a:hover, .socialMedia a:hover {
    opacity: .7;
    color: #fff;
}
.footerMenu a {
    padding: 5px;
}
.footerMenu ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    gap: 16px;
}
.footerMenu {
    margin: 0 auto;
}
.Credits {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.Column, .offersPage .singleOffer {
    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;
}
.newsletter .icon-bird {
    position: absolute;
    bottom: 0;
    right: 200px;
}
.newsletterWrapper {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: var(--spacing);
    padding-bottom: 30px;
}
.newsletterContent {
    max-width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 310px;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
}
.newsletterContent input {
    width: 100%;
    height: 80px;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid var(--btnRezHvr);
    text-align: left;
    color: var(--fontColor);
    background: 0 0;
    margin: 0 60px 0 0;
    padding: 0;
    font-size: var(--font-size);
    letter-spacing: .08em;
}
.newsletter .squareContent {
    font-size: var(--font-size);
    color: var(--fontColor);
    text-align: center;
}
.newsletterContent input::placeholder {
    color: var(--fontColor)!important;
    opacity: .7;
    font-size: var(--font-size);
    letter-spacing: .08em;
}
.newsletterContent .button {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    min-width: auto;
    padding: 0;
    opacity: 1;
    transition: .3s;
    position: absolute;
    min-width: unset!important;
}
.newsletterContent .button:hover {
    background-color: transparent!important;
    opacity: .5;
}
.footerContent {
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 1.75;
    font-weight: 300;
}
.newsletterColumn {
    justify-content: end;
}
#offersMain .offerArrows .smallArrow::before, #roomsMain .roomArrows .smallArrow::before, .footerContent p, .offersContainer {
    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;
}
.singleKafelek:nth-child(2n) {
    flex-direction: column-reverse;
}
.footerHead {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.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: auto;
    margin: 0;
    max-height: 660px;
}
.sectionGallery.wsekcji .buttonWrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.sectionGallery.wsekcji .galleryGrid {
    justify-content: center;
    gap: 16px;
}
.sectionGallery.wsekcji .galleryPicture span {
    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;
}
.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.sectionSeparator, section.sekcjaKontakt, section:not(.sectionGallery):not(.wsekcji):first-child {
    padding-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: row;
    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;
}
.singleOffer .buttonWrapper {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    margin-top: 0;
    text-align: left;
}
.singleOffer:hover .buttonWrapper {
    height: 45px;
    opacity: 1;
    visibility: visible;
    margin-top: 25px;
}
#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;
}
#rooms .slick-arrow.nextSlide, #roomsMain .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: .08em;
    padding-bottom: 2px;
}
.offersWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.roomWrapper, .singleOffer {
    padding: 0 8px;
}
.offerWraper, .roomWrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 550px;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}
.roomWrapper {
    padding: 0!important;
}
.offerName, .offerPriceWrapper {
    padding: 0;
    text-align: left;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.offerName {
    margin: 0;
    color: var(--btnRezHvr);
    font-size: var(--font-large);
    line-height: 1.25;
    position: relative;
}
.offerPriceWrapper {
    font-size: var(--font-size);
    color: var(--themeColor);
    letter-spacing: .08em;
    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;
    color: #fff;
}
.singleOffer .offerDescription {
    height: 170px;
    transition: .3s;
    border: 1px solid #e6e6e6;
    padding: 25px 27px;
}
.singleOffer:hover .offerDescription {
    height: 295px;
}
.body-ident-main .roomsMain {
    min-height: unset;
}
.imageMediaWrapper {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
}
.singleRoomWrapper .imageMediaWrapper::before, section:not(.offersMain) .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;
}
.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;
    z-index: 10;
    opacity: 1;
    transition: .3s;
}
.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;
}
.priceRezoffer strong, .roomPrice strong {
    font-size: var(--font-large);
    font-weight: 300;
    margin: 0 3px;
}
.roomsDescription {
    position: absolute;
    bottom: 0;
    width: calc(100% - 160px);
    z-index: 5;
    border-bottom: 1px solid #fff;
    margin: 50px 80px;
    padding: 30px 0;
    color: #fff;
    flex-direction: row;
}
.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: 30px;
}
.fiveColumns .Column {
    flex: auto;
}
.Column {
    padding: 20px;
}
.Column4 {
    padding: 0 20px;
}
@media(min-height:780px) and (min-width:960px) {
    .heroTitle {
    top: 50%}
}@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: 90vh;
}
}.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) {
    .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%!important;
}
.sectionSeparator .sliderArrows {
    width: 100%;
    margin-bottom: 30px;
}
.sectionSeparator.sectionSimple .contentTitle {
    padding-top: 70px!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);
}
.roomsSection, section.talerz .contentTitle .beutyFont {
    margin-bottom: 0;
}
#optionsList .optCat, .footer-bottom, .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, .roomsMain .imageMediaWrapper {
    height: 100%}
.mainNav, .scrollTop {
    display: none;
}
.footerSubmenu a, .logo a {
    display: block;
}
.logo img {
    width: auto;
}
.mobileBar {
    position: absolute;
    z-index: 99;
    height: 60px;
    background: #fff;
    padding: 10px 10px 10px 20px;
}
section .prevSlide {
    left: 40px;
}
section .nextSlide {
    right: 40px;
}
.body-ident-main #SectionOpinie, .sectionGallery.wsekcji, .sectionSimple .contentTitle, section#offersMain, section.kwadrat .contentTitle, section.pasek .contentTitle, section.sectionSimple {
    padding-top: var(--spacing)!important;
}
section.pasek .sectionSide.sectionSlider .imageSlider {
    min-height: unset!important;
}
.button {
    min-width: 150px!important;
}
.button.rezBtn {
    border: 1px solid var(--btnRezHvr);
}
.socialMedia li {
    margin: 0 5px!important;
}
.roomsWrapper .buttonWrapper .button {
    margin: 10px;
    padding: 5px;
}
.roomWrapper, .singleOffer, section.Text .sectionSide {
    padding: 0!important;
}
.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;
}
.roomsMain .slick-slide, .sectionSimple.talerz .sectionRow .sectionSide.sectionSlider, .singleOffer .buttonWrapper, .singleOffer .offerDescription, .singleOffer:hover .buttonWrapper {
    height: auto!important;
}
.roomsMain .buttonWrapper.flexing {
    gap: 0!important;
    margin-top: 30px;
}
.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%}
.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 {
    padding-top: 30px;
}
.footerWrapper .logo img {
    width: 120px;
    max-width: 100%}
.footerWrapperInner {
    border: 0!important;
}
.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);
    min-height: auto;
}
section#mapaGoogle, section.sectionSeparator, section.sekcjaKontakt, section:not(.sectionGallery):not(.wsekcji):first-child {
    padding-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 .sectionSide:not(.slideTitleBox) {
    height: calc(100% - 110px);
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
#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: 10px!important;
    right: auto;
}
#rooms .nextSlide {
    left: auto;
    right: 10px!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;
}
#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: 4px;
}
.desktopButton {
    position: relative;
}
.footerMenu ul {
    margin: 0;
    flex-direction: column;
    padding: 20px;
}
footer {
    padding-bottom: 100px;
}
.footerMenu {
    margin: 40px auto 0;
}
.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: 50px!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;
}
.offerWraper, .roomWrapper {
    justify-content: flex-start;
}
.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 {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 20px;
    flex-direction: column;
    margin: 30px 20px;
}
.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: column;
    justify-content: center;
    align-items: center;
}
.roomsDescription .buttonWrapper .button:not(:first-child) {
    margin-top: 10px;
    margin-left: 0;
}
}@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:576px) {
    .contentTitle .beutyFont {
    font-size: 30px;
}
.contentTitle .titleInfo {
    font-size: 15px;
}
section {
    padding-top: 40px;
}
.sectionGallery .contentTitle .beutyFont {
    margin-bottom: 10px;
}
.roomsMain .btnRoomSpacing {
    position: relative!important;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.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;
}
