:root {
    --themeColor: #00356D;
    --fontColor: #454647;
    --spacing: 70px;
    --beutyFont: "Alegreya Sans", sans-serif;
    --regularFont: "Alegreya Sans", sans-serif;
    --font-size: 17px;
    --font-large: 20px;
    --font-button: 16px;
    --little-gray-bkg: #fafafa;
    --menuTrNA: #00356D;
    --menuTrHvr: rgba(255, 255, 255, 0.5);
    --light-color: #E0CD95;
    --light-bkg: rgba(243, 227, 196, 0.2);
    --dark-color: #00356D;
    --btnRezHvr: #00356D;
    --siteWidth: 1220px;
    --siteWidthShort: 1060px;
}

html {
    scroll-behavior: smooth;
}

a.brown,
a.brown:hover {
    color: var(--btnRezHvr);
}

.Error {
    background: var(--themeColor);
}

.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,
.scrollDown,
.langs.langsHeader a,
.logoLi .logoFixed,
.logoLi .logoStandard,
.button::after,
#offersMainSlider .singleOffer .imageMediaWrapper,
a {
    transition: .4s;
}

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

.cd-headline.rotate-3 i {
    min-width: 5px;
}

.body-ident-vouchery article,
.body-ident-main article {
    display: flex;
    flex-direction: column;
}

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

.body-ident-main section.section-35623:not(.sectionGallery):not(.wsekcji):not(.roomsSection):first-child{
    order: 2;
}

.body-ident-main #offersMain {
    order: 1;
}

.body-ident-main .roomsMain {
    order: 3;
    padding-top: var(--spacing);
    overflow-x: clip;
}

.body-ident-main .section-29378 {
    order: 4;
}

.body-ident-main .section-29379 {
    order: 5;
}

.body-ident-main .section-28303 {
    order: 7;
}

.body-ident-main .section-28305 {
    order: 8;
}

.body-ident-main .sectionOpinie {
    order: 17;
    padding-top: var(--spacing);
}

.body-ident-main .sectionGallery {
    order: 18;
    padding-top: var(--spacing);
}

.act .header-middle,
.body-ident-ceny_i_rezerwacja .articleContent,
.body-ident-galeria .articleContent,
section.sekcjaKontakt {
    background: #FFFAF0;
}

strong {
    font-weight: 600;
}

body {
    font-weight: 400;
    font-style: normal;
    letter-spacing: .14em;
}

.grid {
    display: grid;
}

.beutyFont {
    font-weight: 400;
    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%;
}

.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: 15px;
    line-height: 1;
    padding: 0 10px 10px;
    float: left;
    text-transform: uppercase;
}

.heroTitle,
.mainNav .mainMenu>li ul .act a,
.sectionSeparator .contentTitle .beutyFont,
section.sectionSeparator a {
    color: #fff;
}

.footerWrapper p {
    margin: 0;
    line-height: 1.6;
}

.optCat li a:hover,
.optCat li.active a {
    background: 0 0 !important;
    color: var(--themeColor) !important;
}

.footer-image img {
    width: 50px;
}

.optCat li a:hover::before,
.optCat li.active a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 1px;
    left: 50%;
    transform: translatex(-50%);
    background: var(--themeColor);
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--regularFont);
    font-style: normal;
    background-color: #FFFAF0;
}

* {
    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,
.roomSide .roomPrice {
    justify-content: center;
}

.justify-between,
.mainNav,
.newsletterWrapper .contentTitle {
    justify-content: space-between;
}

.justify-start {
    justify-content: flex-start;
}

footer .Column:not(:first-child) {
    justify-content: center;
    align-items: 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: rgba(40, 87, 40, 0.1);
}

a {
    color: var(--btnRezHvr);
    text-decoration: none;
}

a.brown {
    opacity: 1;
}

a.brown:hover {
    opacity: .7;
}

.sectionSimple .sectionSide.sectionContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sectionSimple .sectionSide.sectionContent.sectionFullSliderContent {
    width: 40%;
}

.sectionSimple.Text .sectionSide.sectionContent {
    background: transparent !important;
}

.sectionSimple.Text .sectionSide.sectionContent .contentTitle div,
.sectionSimple.Text .sectionSide.sectionContent .contentTitle .beutyFont {
    text-align: center !important;
}

.sectionSimple .sectionSide.sectionContent>div {
    z-index: 5;
}

section.sectionSeparator .button {
    margin-top: 30px;
}

a:hover {
    opacity: .7;
}

.rezForm .hs-widget {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.form-control,
.showmobile {
    display: none;
}

.logoLi .logoFixed {
    opacity: 0;
    height: 85px;
    width: 80px;
    visibility: hidden;
    position: absolute;
    left: 0;
}

.act .logoLi .logoStandard {
    opacity: 0;
    visibility: hidden;
    height: 85px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 15px;
}

.heroTitle {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logoLi {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 110px;
    justify-content: center;
    margin: 0 70px 0 0 !important;
    transition: 300ms;
    width: 100px;
}

.logoLi .logo {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    opacity: 1;
}

.logoLi .logo:hover {
    opacity: .6;
}

.act .logoLi .logoFixed {
    display: block;
    height: 50px;
    width: 60px;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
}

.act .logoLi {
    background: 0 0;
    height: 70px;
    margin: 0 !important;
}

.logoLi .logoStandard {
    width: 100px;
    height: 110px;
    object-fit: contain;
    visibility: visible;
    opacity: 1;
}

.mainSlider .slick-arrow {
    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: 0;
}

#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%;
    transition: .4s;
}

.act .mainMenu {
    margin-top: 0;
    align-items: center;
}

.mainMenu>li:not(.logoLi) {
    padding: 0;
    position: relative;
    text-align: center;
    list-style-type: none;
    transition: .4s;
}

#rooms .contentTitle .beutyFont {
    margin-top: 25px;
}

.act .mainMenu ul.sub-menu li {
    margin-top: 0;
}

.data-picker-rez {
    font-size: var(--font-size);
    width: 100%;
    height: 85px;
    max-height: 85px;
    align-items: stretch;
    color: #fff;
    letter-spacing: .14em;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.data-picker-rez .circleBooking {
    height: 43px;
    padding: 20px;
}

.data-picker-rez .circleBooking.buttonQuickBook {
    padding: 15px 0;
    margin-right: 20px;
}

.act .logoLi {
    width: 120px;
}

.bestPriceGuaranted,
.voucherButton {
    justify-content: center;
    display: flex;
    color: #fff;
}

.rezForm {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 312px;
    min-width: 312px;
    z-index: 10;
}

.slick-slide img,
.slick-slider {
    z-index: 2;
    height: 100%
}

.bestPriceGuaranted {
    font-size: var(--font-button);
    font-family: var(--regularFont);
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.be-caption {
    font-size: var(--font-size);
    font-family: var(--regularFont);
    text-transform: uppercase;
}

.date-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 1;
    gap: 2px;
}

.date-wrapper .dd {
    font-size: 22px;
    font-family: var(--regularFont);
    color: var(--light-color);
}

.buttonReservation {
    font-size: var(--font-size);
    font-weight: 100;
}

.mm,
.voucherButton {
    font-size: var(--font-size);
}

.sliderImage {
    height: 100vh;
    width: 100%;
    position: relative;
}

.mainSlider .sliderImage {
    height: calc(100vh);
}

.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: #000;
    opacity: 0.35;
}

.dd {
    margin: 0;
    font-weight: 400;
}

.mm {
    font-weight: 400;
    font-size: var(--font-button);
}

.act .navigation-contianer {
    transition: .4s;
    margin-top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.footerMenu a,
.mainNav a {
    color: #fff;
    font-weight: 400;
    font-size: var(--font-size);
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mainNav a:hover {
    opacity: 1;
}

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

.act .mainNav .mainMenu>li>a {
    color: var(--fontColor);
}

#nav li.last:hover a, .button.rezBtn:hover{
    background: #fff !important;
    color: var(--themeColor) !important;
    border: solid 1px var(--themeColor);
}

.inputRez {
    position: relative;
    flex: auto;
}

#nav a::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 10;
    background-color: #fff;
    pointer-events: none;
}

.act #nav a::before {
    background-color: var(--themeColor);
}

.inputRezIn {
    position: relative;
}

/* .inputRezOut::before {
    content: '\E852';
    font-family: "hsfont";
    font-size: 8px;
    width: 8px;
    height: 7px;
    position: absolute;
    z-index: 10;
    color: #fff;
    left: -5%;
    top: 45%;
    transform: translate(-50%, -50%);
} */

.inputRezIn::before {
    content: '\E827';
    font-family: "hsfont";
    position: absolute;
    font-size: 9px;
    bottom: 50%;
    width: 6px;
    height: 8px;
    opacity: 1;
    left: calc(100% - 3px);
    /* 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>div {
    opacity: 1;
    transition: .4s;
    padding: 10px 0;
    color: #fff;
    width: 80px;
}

.calendarReservation {
    position: relative;
    width: 18px;
    height: 18px;
}

.calendarReservation::before {
    content: '\E851';
    font-family: "hsfont";
    font-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 10;
    color: var(--light-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inputRez:hover>div,
.voucherButton:hover {
    opacity: 0.7;
}

#nav li.last a,
.button.rezBtn {
    color: #fff;
    padding: 15px 30px;
    min-width: 120px;
    width: 120px;
    display: inline-flex !important;
    justify-content: center;
    height: 43px;
    align-items: center;
    background: var(--themeColor);
    border: 1px solid transparent;
    font-size: var(--font-size);
}

#nav li:not(.logoLi):not(.last) a:not(.has-submenu):hover::before,
#nav li:not(.logoLi):not(.last).act a:not(.has-submenu)::before,
#nav li:not(.logoLi):not(.last) a:not(.has-submenu):hover::after,
#nav li:not(.logoLi):not(.last).act a:not(.has-submenu)::after,
#nav li:not(.logoLi):not(.last).act a::before {
    width: 95%;
    opacity: 1;
}

#nav li:not(.logoLi):not(.last).act:hover a.has-submenu::before {
    width: 40%;
    opacity: 0;
}

#nav ul.sub-menu li a::before {
    content: none;
}

.cd-words-wrapper,
.cd-words-wrapper b,
.cd-words-wrapper i {
    line-height: 1 !important;
    margin: 0;
}

.buttonReservation {
    background: var(--themeColor);
    border: 1px solid transparent;
    color: #fff;
    height: 100%;
    width: 120px;
    line-height: 1;
}

.buttonReservation:hover {
    background: #fff;
    color: var(--themeColor);
    border: 1px solid var(--themeColor);
    opacity: 1;
}

.sectionRow {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}

.sectionSimple:not(.onlyTwo) .sectionRow .sectionSlider.sectionSide {
    max-width: 660px;
    padding: 0 !important;
}

.sectionSimple:not(.onlyTwo) .sectionRow .sectionSlider.sectionSide.sectionFullSlider {
    max-width: 700px;
    width: 60%;
}

section.reverse .sectionRow {
    flex-direction: row-reverse;
}

#offersMain .nextSlide,
#offersMain .prevSlide {
    left: unset;
    right: unset;
    color: var(--themeColor);
}

.roomsWrapper {
    position: relative;
}

.roomsMain .nextSlide {
    right: -35px;
    color: var(--dark-color);
}

.roomsMain .prevSlide {
    left: -35px;
    color: var(--dark-color);
}

#offersMain .slick-arrow {
    position: relative !important;
}

.roomsMain .slick-arrow {
    position: absolute !important;
    z-index: 10;
    transform: translateY(-50%);
    top: calc(50% - 55px);
}

.sectionSide {
    width: 50%;
    position: relative;
    z-index: 2;
}

.sectionSimple.reverse .sectionRow .sectionSide.sectionSlider {
    padding-left: 90px;
}

.sectionSimple:not(.reverse) .sectionRow .sectionSide.sectionSlider {
    padding-right: 90px;
}

section.onlyTwo.sectionSimple {
    overflow-x: clip;
}

.sectionSimple.onlyTwo .sectionSide {
    width: 37%;
}

.sectionSimple.onlyTwo .sectionSide.secondSide {
    width: 63%;
    padding-bottom: 60px;
}

.sectionSimple.onlyTwo .sectionSide.secondSide::before {
    content: '';
    position: absolute;
    width: calc(100% - 100px);
    height: 100%;
    background-color: #FAF5F0;
    bottom: -70px;
    right: 0;
}

section.onlyTwo .sectionRow:not(.secondRow) {
    position: relative;
}

section.onlyTwo .sectionImageWrapper {
    position: relative;
    justify-content: center;
    display: flex;
}

section.onlyTwo .sectionImageWrapper.bigimageWrapper {
    width: calc(100% - 100px);
    height: 480px;
    top: 0;
    right: -170px;
}

section.onlyTwo .sectionImageWrapper.smallimageWrapper {
    position: absolute;
    width: 325px;
    height: 295px;
    left: 0;
    bottom: 0;
}

section.onlyTwo .sectionImage {
    width: 100%;
    object-fit: cover;
}

section.onlyTwo .sectionSide.sectionImage {
    position: absolute;
    left: -140px;
    width: 218px;
    height: 218px;
}

section.onlyTwo .sectionSide.sectionImage img.onlyTwoIcons{
    width: 100%;
    height: 100%;
}

section.onlyTwo .sectionRow:not(.secondRow) .sectionContent {
    padding: 0 0 0 105px;
    justify-content: flex-start;
}

section.onlyTwo .sectionRow.secondRow .sectionContent {
    padding-top: 60px;
    padding: 0 !important;
    justify-content: center;
}

section.onlyTwo .sectionRow.secondRow {
    margin-top: -60px;
}

section.onlyTwo .sectionRow:not(.secondRow) {
    min-height: 450px;
}

section.onlyTwo .sectionRow.secondRow .sectionSide.sectionContent {
    width: 100%;
    padding: 60px 60px 0 !important;
    margin-top: 0
}

section.onlyTwo img.smallimage {
    min-height: unset !important;
    object-fit: cover;
    object-position: center center;
}

.sectionSimple.onlyTwo  .contentTitle {
    padding: 0 0 70px 105px;
}

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:not(.onlyTwo) .sectionSide.sectionContent {
    padding: 135px 0 135px 45px;
}

.sectionSimple.reverse .sectionSide.sectionContent {
    padding: 135px 0 135px 45px;
}

.sectionSimple:not(.onlyTwo) .sectionSide.sectionContent.sectionFullSliderContent {
    padding: 115px 0 115px 45px;
}

.sectionSimple.reverse .sectionSide.sectionContent.sectionFullSliderContent {
    padding: 115px 45px 115px 0;
}

section:not(.sectionExtended) .sectionSide.sectionContent {
    padding-right: 80px;
}

#rooms .slick-slider {
    height: auto;
}

.sectionSeparator .sectionSeparator .contentTitle .titleInfo {
    color: #fff !important;
}

.contentTitle .titleInfo {
    position: relative;
    letter-spacing: .08em;
    font-size: var(--font-size);
    line-height: 1.5;
    font-family: var(--beutyFont);
    margin-bottom: 10px;
}

.contentTitle .beutyFont {
    font-size: 70px;
    line-height: 1.25;
    margin: 0;
    display: block;
    color: var(--themeColor);
    align-items: last baseline !important;
    letter-spacing: 0.04em;
}

.titlesBar {
    width: 100%;
}

.titlesBar h3 {
    padding: 30px 45px;
}

.sub-menu a {
    font-size: 12px;
}

.buttonTheme:hover,
.buttonTheme:hover span {
    color: #fff !important;
}

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

.FeaturedRoom .contentTitle .beutyFont,
.mainNews .contentTitle .beutyFont,
.sectionGallery:not(.wsekcji) .contentTitle .beutyFont,
.SectionOpinie .contentTitle .beutyFont {
    padding-bottom: 10px;
    text-align: left;
}

.newsletterWrapper .contentTitle,
.roomInfo {
    flex-direction: row
}

.roomsMain.sectionDark .singleRoomWrapper {
    padding: 0 10px;
}

.singleRoomWrapper .roomInfo {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 1300ms;
}

.singleRoomWrapper a {
    text-decoration: none;
}

.singleRoomWrapper:hover .roomInfo {
    opacity: 1;
    visibility: visible;
}

.singleRoomWrapper .roomPrice {
    opacity: 1;
    transition: 1300ms;
    visibility: visible;
}

.roomInfo i {
    color: #fff;
    margin-right: 5px;
    font-size: var(--font-size);
}

.roomInfo div {
    display: inline-flex;
    margin: 0 5px;
    align-items: center;
    justify-content: start;
    padding: 0;
}

.roomName {
    color: var(--dark-color);
    font-size: 21px;
    justify-content: flex-start;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .04em;
}

.button {
    color: var(--fontColor);
}

.roomsMain .contentTitle .beutyFont {
    color: var(--themeColor);
}

.button,
.sub-menu a {
    align-items: center;
    letter-spacing: .14em;
}

.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: 0px 4px 4px rgba(0, 0, 0, .1);
    color: #fff;
    letter-spacing: 0.06em;
    font-size: 50px;
}

.button {
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    min-width: 100px;
    min-height: 43px;
    padding: 10px 10px 10px 10px;
    border: solid 1px rgba(0, 53, 109, 0.4);
    font-family: var(--regularFont);
    color: var(--themeColor);
    font-weight: 400;
    background: 0;
    line-height: 1;
    font-size: var(--font-size);
    transition: .4s;
    text-transform: uppercase;
    opacity: 1;
}

.button:not(.rezBtn, .singleRoomWrapper .button)::after {
    content: '\E827';
    position: relative;
    font-family: "hsfont";
    font-size: 15px;
    left: 0;

}

.scrollTop,
section {
    font-size: var(--font-size);
}

.bottomRoom .button {
    min-width: 174px;
}

.button.noBorder {
    border: 0 !important;
}

.buttonLight {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
}

.button:hover {
    color: #fff !important;
    background: var(--themeColor);
    opacity: 1;
}

.button:not(.rezBtn, .singleRoomWrapper .button):hover::after {
    left: 3px;
}

.singleRoomWrapper:hover .buttonWrapper .button:not(.rezBtn)::before,
.button:hover::before {
    background: var(--btnRezHvr) !important;
}

.buttonLight:hover {
    color: var(--fontColor) !important;
    background-color: #fff !important;
    border-color: var(--fontColor);
    opacity: 1;
}

.kafelekContent .buttonWrapper,
.sectionSide .buttonWrapper {
    margin-top: 30px;
}

.sub-menu, li.act .sub-menu{
    margin-top: 13px;
}

.act .sub-menu, .act li.act .sub-menu{
    margin-top: 32px;
}

section {
    line-height: 1.7;
    color: var(--fontColor);
    letter-spacing: .1em;
    position: relative;
}

.contentCenter.sectionSeparator,
.contentTitle {
    padding-bottom: 30px;
}

.sectionSeparator .contentTitle {
    padding-bottom: 30px;
}

.sectionSeparator {
    min-height: 600px;
    color: #fff;
}

.sectionSeparator .sectionImage {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center center;
}

.sectionSeparator .sectionSlider {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.sectionSeparator .sectionSlider .sectionImageWrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 3;
}

.galleryContainer,
.newsletter,
.roomsMainWrapper,
.sectionSeparator:not(.contentCenter) .sectionImageWrapper,
.sectionTitle {
    position: relative;
}

.sectionSeparator:not(.contentCenter) .sectionContent {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 370px;
    padding: 0 !important;
    flex-direction: row;
    display: flex;
    min-height: 600px;
    margin: 0 120px 0 0;
    float: right;
    height: 100%;
}

.sectionSeparator .sectionContent .sectionSide {
    width: 100%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

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

.mainHeader .contentTitle {
    width: 100%;
    max-width: var(--siteWidth);
    text-align: left;
    padding: 0 0;
    z-index: 5;
}

.nextSlide::before,
.prevSlide::before,
.slick-arrow {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    line-height: 1;
}

.slick-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.naszeObiekty .prevSlide {
    left: 40px;
    top: 0;
}

.naszeObiekty .nextSlide {
    right: 40px;
    top: 0;
}

.galleryContainer .slick-arrow {
    top: 175px;
}

.prevSlide::before {
    content: '\E82A';
    font-family: "hsfont";
    font-size: 32px;
}

.nextSlide::before {
    content: '\E814';
    font-family: "hsfont";
    font-size: 32px;
}

section .prevSlide.secarrowleft {
    left: 25px;
}

section .nextSlide.secarrowright {
    right: 25px;
}

section .prevSlide.secarrowleft,
section .nextSlide.secarrowright {
    transform: translatey(-50%);
}

section .prevSlide.secarrowleft::before {
    content: url('/img/hotel//arrowPrettyLeft.svg');
    font-family: "hsfont";
    font-size: 40px;
}

section .nextSlide.secarrowright::before {
    content: url('/img/hotel/arrowPrettyRight.svg');
    font-family: "hsfont";
    font-size: 40px;
}

section .nextSlide {
    transition: .4s;
}

.FeaturedRoom .prevSlide,
.FeaturedGallery .prevSlide,
section:not(.sectionSimple) .prevSlide {
    transition: .4s;
}

.FeaturedRoom .nextSlide,
.FeaturedGallery .nextSlide,
section:not(.sectionSimple):not(.roomsMain) .nextSlide {
    transition: .4s;
}

.FeaturedGallery .prevSlide.slick-disabled,
.FeaturedGallery .nextSlide.slick-disabled {
    opacity: 0.7;
}

.FeaturedGallery .prevSlide {
    left: 40px;
}

.FeaturedGallery .nextSlide {
    right: 40px;
}


section.roomsMain .nextRoom {
    right: 80px;
    bottom: 40px;
    top: unset;
}

.localization a:hover,
.nextRoom:hover,
.nextSlide:hover,
.prevSlide:hover {
    opacity: .7;
}

.prevSlide {
    left: 0;
    right: auto;
}

#offersMainSlider .nextSlide,
#offersMainSlider .prevSlide {
    top: 45%
}

.sub-menu {
    position: absolute;
    text-align: center;
    left: 50%;
    min-width: 232px;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateX(-40%);
    transition: transform .4s, opacity .4s, visibility .4s;
}

.sub-menu::after {
    content: '\E829';
    font-family: "hsfont";
    color: var(--btnRezHvr);
    position: absolute;
    width: 20px;
    height: 8px;
    left: 0px;
    top: -6px;
    pointer-events: none;
    font-size: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.sub-menu::before, li.act .sub-menu::before{
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
}

.act .sub-menu::before, .act li.act .sub-menu::before {
    top: -36px;
    height: 36px;
}

.mainMenu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) translateX(-50%);
}

.sub-menu a {
    line-height: 1.2;
    padding: 10px 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 400;
    font-size: var(--font-size);
    background-color: var(--menuTrHvr);
    color: var(--menuTrNA);
    font-size: 13px;
}

.sub-menu .act a,
.sub-menu a:hover {
    background: var(--menuTrNA);
    color: #fff;
}

.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;
    text-transform: uppercase;
    font-weight: 600;
}

.localization i,
.socialMedia a,
footer .socialMedia a {
    font-size: 20px;
}

.localizationWrapper .icon-arrow-bottom:before {
    width: 40px;
}

.footerWrapperInner {
    position: relative;
    width: 1250px;
}

.scrollTop {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeColor) !important;
    position: absolute;
    bottom: 0;
    right: 30px;
    line-height: 1;
    opacity: 1;
    width: 2px;
}

.scrollTop::before {
    content: '\E82E';
    font-family: "hsfont";
    font-size: 11px;
}

.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: .4s;
}

.scrollTop:hover,
.scrollTop:hover span {
    color: var(--btnRezHvr) !important;
}

.scrollDown {
    animation-name: scrollAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
    display: flex;
    width: 22px;
    height: 32px;
}

.scrollDown::before {
    content: '\E813';
    font-family: "hsfont";
    font-size: 21px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 32px;
    display: block;
    text-align: center;
}

.scrollDown:hover {
    opacity: 0.7;
}

@keyframes scrollAnim {

    0%,
    100% {
        bottom: 0;
    }

    50% {
        bottom: -10px;
    }
}

.langsHeader li,
.socialMedia li {
    position: relative;
    line-height: 1;
}

.langs.langsHeader {
    left: 0;
    font-size: var(--font-size);
    gap: 2px;
}

.langs.langsHeader a {
    opacity: 1;
}

.socialMedia a:hover,
.socialMediaHeader a:hover {
    opacity: 0.7;
}

.langs.langsHeader a {
    margin-left: .2em;
    margin-right: .2em;
    padding-bottom: 1px;
    border: 1px solid transparent;
}

.langs.langsHeader .currentLang a,
.langs.langsHeader a:hover {
    border-bottom: 1px solid #fff;
}

.socialMedia.socialMediaHeader {
    right: 0;
    gap: 8px;
}

.headerList :is(a),
.socialMedia :is(a) {
    color: #fff;
    text-decoration: none;
}

footer .logoFooter img {
    width: 155px;
    height: 173px;
    object-fit: contain;
    object-position: center center;
}

footer .socialMedia {
    gap: 5px;
    justify-content: flex-start;
}

.footerWrapperInner {
    position: relative;
}

.headerFooter {
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    max-width: var(--siteWidth);
    width: var(--siteWidth);
    z-index: 10;
}

.headerBottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.headerBottomFooter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerFooter>* {
    position: absolute;
    color: var(--themeColor);
    bottom: 0;
}

.quickbookHeaderFooter {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.headerFooterWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 410px;
}

.footerWrapper {
    background: var(--themeColor);
    padding: 120px 0 130px 0;
    margin-top: var(--spacing);
}

.footerWrapper a {
    text-decoration: none;
}

.footerWrapper .footerContent a:hover,
.footerContact a:hover {
    color: var(--btnRezHvr);
}

.footerWrapper * {
    color: #fff;
}

.footerMenu a {
    text-decoration: none;
}

.footerMenu ul {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    line-height: 2;
}

.footerMenu a {
    padding: 5px;
}

.footerMenu {
    margin: 0;
    max-width: 850px;
}

.footerSubmenu {
    margin: 30px auto 20px;
    max-width: 800px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerSubmenu span {
    color: var(--btnRezHvr);
}

.footerSubmenu i.dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    margin: 10px 30px;
}

.Credits {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.threeColumns {
    padding: 0;
}

.footerWrapperInner .threeColumns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.Column {
  flex:0 0 33.333%
}*/
.Column4 {
    flex: 0 0 auto
}

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

footer .socialMedia {
    margin: 5px 0 55px 0;
}

footer .socialMedia a {
    font-size: 20px !important;
    color: #fff;
}

footer .socialMedia a.fa-gift {
    font-size: 26px !important;
}

footer .socialMedia li:not(:first-child)::before {
    display: none !important
}

.footerLogoSM {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.logoColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.newsletter .icon-bird {
    position: absolute;
    bottom: 0;
    right: 200px;
}

.newsletterWrapper {
    width: 100%;
    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: 360px;
    justify-content: flex-end;
    flex-direction: row;
    z-index: 10;
    padding-right: 0;
    position: initial;
    height: 50px !important;
}

.newsletterContent input:focus {
    border: 0px !important;
    outline: none !important;
}

.newsletterContent input {
    width: 100%;
    max-width: 100%;
    border: 0;
    background: 0 0;
    margin: 0;
    padding: 0;
    height: 50px !important;
    text-align: center;
    color: var(--themeColor) !important;
    font-size: var(--font-size) !important;
    letter-spacing: .08em;
    text-align: left;
}

.newsletter .squareContent {
    font-size: var(--font-size);
    color: var(--fontColor);
    text-align: center;
}

.newsletterContent input::placeholder {
    color: var(--themeColor) !important;
    opacity: 1;
    font-size: var(--font-size);
    letter-spacing: .08em;
    text-align: left;
    font-family: var(--regularFont);
}

.newsletterContent .button::after {
    content: '\E82C';
    font-family: "hsfont";
    /* font-size:40px; */
}

.newsletterContent .button {
    cursor: pointer;
    height: 50px;
    font-family: var(--regularFont);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    min-width: auto;
    padding: 0;
    opacity: 1;
    transition: .4s;
    position: relative;
    min-width: unset !important;
    text-transform: capitalize;
}

.newsletterContent .button:hover {
    background-color: var(--themeColor) !important;
    color: #fff !important;
    opacity: 1;
}

.newsletterWrapper .contentTitle {
    position: relative;
    justify-content: center !important;
}

.newsletter .contentTitle .beutyFont {
    position: absolute !important;
    top: -30px !important;
    background: #fff;
    left: 30px;
    padding: 0px 20px;
}

.footerContent {
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 1.75;
    font-weight: 400;
}

.newsletterColumn {
    justify-content: end;
}

#offersMain .offerArrows .smallArrow::before,
#roomsMain .roomArrows .smallArrow::before,
.footerContent p,
.offersContainer {
    margin: 0;
}

.footerContact {
    font-size: var(--font-large);
    margin-bottom: 10px;
}

.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: 4px !important;
    flex: 0 0 33.333%;
    display: block;
    position: relative;
    line-height: 1;
}

.wsekcji .galleryGrid {
    overflow: hidden;
    display: grid;
    grid-template-columns: 3fr 3fr 2fr 2fr;
    gap: 6px;
}

.wsekcji .galleryGrid * {
    transition: .4s;
}

.wsekcji .galleryGrid > .galleryPicture:nth-child(5n+1) {
    grid-column: span 2;
    grid-row: span 2;
    height: 505px;
}

.wsekcji .galleryGrid > .galleryPicture:nth-child(5n+2),
.wsekcji .galleryGrid > .galleryPicture:nth-child(5n+3),
.wsekcji .galleryGrid > .galleryPicture:nth-child(5n+4),
.wsekcji .galleryGrid > .galleryPicture:nth-child(5n+5) {
    grid-column: span 1;
    grid-row: span 1;
    height: 250px;
}

.wsekcji .galleryGrid * {
    transition: .4s;
}

.wsekcji .galleryGrid .galleryPicture {
    padding: 0 !important;
}

.wsekcji .galleryGrid .galleryPicture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

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

.sectionGallery.wsekcji .galleryColumn:nth-child(2),
.sectionGallery.wsekcji.reverse .galleryColumn:first-child {
    width: calc(100% - 406px);
    max-width: 100%
}

.sectionGallery:not(.wsekcji) .galleryColumn,
.sectionGallery:not(.wsekcji) .galleryColumn .galleryPicture {
    height: 315px;
    display: block;
}

.sectionGallery.wsekcji .galleryImage {
    width: 100%;
    height: auto;
    margin: 0;
    max-height: 660px;
}

.sectionGallery.wsekcji .galleryGrid {
    justify-content: center;
    gap: 6px;
}

.sectionGallery.wsekcji .galleryPicture span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    opacity: 0;
    color: var(--themeColor);
    z-index: 10;
    min-width: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, .4);
    padding: 10px 30px;
    font-family: var(--beutyFont);
    font-size: var(--font-large);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 400ms;
}

.buttonNews::before {
    display: none;
}

.sectionGallery.wsekcji .galleryPicture:hover span {
    opacity: 1;
}

.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:not(.wsekcji) .buttonWrapper {
    margin-top: var(--spacing);
}

section#mapaGoogle,
section.sectionSeparator,
section.sekcjaKontakt,
section:not(.sectionGallery):not(.wsekcji):not(.roomsSection):first-child {
    padding-top: var(--spacing) !important;
}

.body-pluginident-Pokoje section.roomsSection {
    padding-top: 20px;
}

.sectionGallery:not(.wsekcji) {
    padding-top: 0;
}

#offersMain #offersMainSlider {
    width: 100%;
    overflow: hidden;
}

#offersMainSlider .singleOffer {
    max-width: 650px;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    transition: 0.6s;
}

#offersMainSlider .singleOffer:hover {
    opacity: 1;
}

#offersMainSlider .singleOffer .imageMediaWrapper {
    height: 370px !important;
    transition: 0.6s;
}

#offersMainSlider .singleOffer:hover .imageMediaWrapper {
    height: 300px !important;
}

/*.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,
.mainNews .contentTitle,
.roomWrapper,
.roomsMainWrapper .contentTitle,
.FeaturedRoom .contentTitle,
.sectionGallery.wsekcji .contentTitle,
.sectionOpinie .contentTitle {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 70px !important;
}

.sectionGallery.wsekcji .contentTitle,
#offersMain .contentTitle {
    flex-direction: row;
    align-items: center;
    padding: 0 100px;
    position: relative;
}

.roomsMainWrapper .contentTitle,
.FeaturedRoom .contentTitle {
    flex-direction: row;
    align-items: center;
    padding: 0 100px;
}

.contentTitle div.hidemobile {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

h2+.buttonWrapper {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.singleOffer .buttonWrapper {
    display: flex;
    justify-content: flex-start;
    transition: .4s;
    text-align: left;
    height: 1px;
    overflow: hidden;
    transition: 500ms ease-in-out;
}

.singleOffer .buttonWrapper .button {
    opacity: 0;
    transition: 500ms;
}

.singleOffer:hover .buttonWrapper .button {
    opacity: 1;
}

.singleOffer:hover .buttonWrapper {
    height: 43px;
    opacity: 1;
    visibility: visible;
}

.offersMain .offersWrapper>.buttonWrapper {
    margin: var(--spacing) 0 0 1px;
    position: relative;
    gap: 20px;
}

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

#offersMain .offerArrows span,
#rooms .roomArrows span,
#roomsMain .roomArrows span {
    text-transform: uppercase;
}

#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: column;
    justify-content: center;
    align-items: center;
}

.roomWrapper,
.singleOffer {
    padding: 0 10px;
}

.offerWraper,
.roomWrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}

.offerWraper img {
    opacity: 1;
    transition: .4s ease;
}

.offerWraper:hover img {
    opacity: .4;
}

.offerWraper .button {
    transition: .4s ease;
}

.roomWrapper {
    padding: 0 !important;
}

.offerName,
.offerPriceWrapper {
    padding: 0;
    text-align: left;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.offerName {
    color: var(--dark-color);
    font-size: 22px;
    line-height: 1.25;
    position: relative;
    letter-spacing: 0.04em;
}

.offerPriceWrapper {
    font-size: var(--font-size);
    color: var(--fontColor);
    letter-spacing: .14em;
    line-height: 1;
    opacity: 1;
    transition: .4s;
    visibility: visible;
    display: flex;
    font-family: var(--beutyFont);
    gap: 20px;
}

.body-ident-main .roomsMain,
.offerDescription {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 150px;
}

.singleOffer .offerDescription {
    justify-content: flex-start;
    height: 100%;
    transition: .4s;
    padding: 20px;
    position: relative;
    z-index: 2;
    bottom: 0;
    transition: 0.6s;
}

.singleOffer .offerDescription>.flexing {
    width: 100%;
}

.singleOffer:hover .offerDescription {
    min-height: 220px;
}

.body-ident-main .roomsMain {
    min-height: unset;
}

.imageMediaWrapper {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.singleOffer:hover .imgCover {
    /* transform: scale(1.05); */
    opacity: 0.9;
}

.priceWrapper {
    position: absolute;
    padding: 12px 42px;
    background-color: #fff;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.priceWrapper .roomPrice {
    font-size: var(--font-button);
    letter-spacing: 0.14em;
}

.singleOffer:hover .imageMediaWrapper .button,
.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: 0;
    padding: 10px 8px;
}

.singleRoomWrapper .buttonWrapper .button.rezBtn {
    color: #fff;
}

.singleRoomWrapper .buttonWrapper .button.rezBtn::before {
    background: #fff;
}

.cont {
    margin: 0 8px;
}

.singleRoomWrapper .buttonWrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
    opacity: 1;
    transition: .4s;
    gap: 10px;
}

/* .singleRoomWrapper.grey-add .buttonWrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    background-color: #FAF5F0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
} */

.imageMediaWrapper img {
    display: block;
    height: 100%;
    transform: scale(1);
    transition: .6s;
}

.roomImage,
.roomsImage {
    width: 100%;
    max-width: 100%
}

.roomsImage {
    width: 100%;
    height: 500px;
}

section.roomsMain .imageMediaWrapper img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.singleRoomWrapper .imageMediaWrapper {
    opacity: 1;
    transition: .4s;
}

.roomDescription,
.roomsDescription {
    padding: 20px 0 20px 30px;
    width: 100%;
    background: 0 0;
    color: var(--fontColor);
}

.roomSide.roomsDescription>div {
    display: flex;
    align-items: baseline;
}

.priceRezoffer .days {
    font-size: 15px;
}

.priceRezoffer strong,
.roomPrice strong {
    font-size: 22px;
    color: var(--themeColor);
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 0 2px;
}

.priceRezoffer strong span {
    font-size: 22px;
}

.roomsDescription {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 5;
    padding: 20px 10px;
    color: var(--dark-color);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.FeaturedRoom .roomsDescription {
    border: 0;
    margin: 20px 10px 0 10px;
    left: 0;
    right: 0;
    width: unset;
    padding: 0;
}

.FeaturedRoom .roomsDescription>div {
    flex: 0 0 50%;
}

.FeaturedRoom .roomPrice {
    justify-content: flex-end;
}

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

.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: 400;
    position: relative;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.fiveColumns .Column {
    flex: auto;
}

.Column {
    padding: 20px;
}

.footerWrapper .Column {
    padding: 0;
}

.Column4 {
    padding: 0 20px;
}

.localization a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
}

.footer-bottom {
    justify-content: space-between;
}

.sectionSimple p {
    margin: 0;
}

.socialMediaColumnWrapper {
    background-color: #FFFAF0;
    border: 1px solid var(--themeColor);
    width: 100%;
    height: 100%;
}

.socialMediaColumn  {
    padding: 25px 0;
}

.socialMediaColumn ul {
    justify-content: space-around;
    width: 100%;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}

.socialMediaColumn ul li a {
    color: var(--dark-color);
    text-transform: uppercase;
}

body:not(.body-ident-main) #offersMain {
    margin-top: var(--spacing);
}

#offersMain::before {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--light-color);
    opacity: .4;
    z-index: 0;
}

#offersMain {
    padding-bottom: 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;
    }
}

@media(max-width:1290px) {

    .topBar {
        padding: 10px !important;
    }

    .mainMenu>li:not(.logoLi) {
        padding: 0 5px;
    }

    .footerWrapperInner .threeColumns {
        display: flex !important;
        flex-direction: column !important;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .footerWrapperInner .threeColumns .Column.logoColumn {
        order: 1;
        margin: 0;
    }

    .footerWrapperInner .threeColumns .Column {
        order: 2;
    }

    .siteWidth {
        max-width: calc(100% - 40px);
        padding: 0 20px;
    }

    .rezForm {
        margin-right: 20px !important;
    }

    .logoLi {
        margin: 0 30px 0 20px !important;
    }

    .offerWraper,
    .roomWrapper {
        overflow: unset;
    }

    .footerWrapper .Column {
        padding: 20px;
    }

    .mainHeader .contentTitle, .headerFooter {
        max-width: calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .heroTitle {
        left: unset;
        right: 20px;
        transform: translateY(-50%);
    }

    footer .socialMedia {
        justify-content: center;
    }

    .socialMediaColumn {
        padding: 25px 20px !important;
    }
}

@media(max-width:980px) {
    .offersMain .offersWrapper>.buttonWrapper {
        gap: 10px;
    }

    .contentTitle {
        padding-bottom: 20px;
    }

    .sectionGallery.wsekcji .galleryPicture span {
        opacity: 1;
    }

    .wsekcji .galleryGrid .galleryPicture img {
        height: 100%;
    }

    section.onlyTwo .sectionSide.sectionContent .contentTitle {
        width: 100%;
        padding-bottom: var(--spacing);
    }

    section.onlyTwo .sectionRow.secondRow {
        flex-direction: column-reverse !important;
    }

    section.onlyTwo .sectionRow.secondRow,
    section.onlyTwo img.smallimage {
        margin-top: 0;
    }

    section.onlyTwo .sectionRow.secondRow .sectionSide.sectionContent {
        padding: 20px 0 !important;
    }

    section.onlyTwo .sectionSide.sectionImage {
        background: transparent !important;
        text-align: center;
    }

    section.onlyTwo .onlyTwoIcons {
        padding: var(--spacing) 0;
    }

    .revQuote {
        display: none !important;
    }

    .cont {
        margin: 0 !important;
    }

    .sectionSeparator .button:not(.rezBtn)::before {
        background: #fff;
    }

    .sectionGallery.wsekcji .galleryPicture:hover {
        width: 100% !important;
    }

    .wsekcji .galleryGrid .galleryPicture:hover {
        flex: auto;
    }

    footer .socialMedia {
        margin: 5px 0 0 0;
    }

    .offerWraper img {
        height: 80vw !important;
    }

    .singleOffer .offerDescription {
        padding: 0 !important;
        gap: 40px;
        left: 0;
        right: 0;
    }

    .offerPriceWrapper {
        display: flex;
        flex-direction: column;
    }

    .offerPriceWrapper .days {
        text-align: center;
        padding: 0 10px;
    }

    section.onlyTwo {
        margin-top: 0 !important;
    }

    section.onlyTwo .sectionSide.sectionContent,
    section.onlyTwo .sectionSide.sectionSlider {
        padding-right: 0 !important;
        width: 100% !important;
        min-width: unset;
    }

    section.roomsMain .imageMediaWrapper img {
        height: 100%;
    }

    .wsekcji .galleryGrid {
        flex-wrap: wrap;
        display: flex !important;
    }

    .wsekcji .galleryGrid>.galleryPicture {
        width: 100%;
        height: 80vw !important;
    }

    section.onlyTwo .sectionSide.sectionSlider .sectionImage,
    section.onlyTwo .sectionRow .sectionSlider img:not(.onlyTwoIcons),
    section iframe,
    section.Text iframe {
        width: 100% !important;
        height: 80vw !important;
        min-height: 100px;
    }

    .sectionSeparator.separatorNew>.siteWidth::before {
        width: 100% !important;
        right: 0;
    }

    .sectionSeparator.separatorNew .sectionSeparatorImage {
        width: 100%;
    }

    section.onlyTwo .sectionRow {
        margin-top: 0;
    }

    section.onlyTwo .sectionRow .sectionSide.sectionSlider {
        order: 1
    }

    section.onlyTwo .sectionRow .sectionSide.sectionContent {
        order: 2;
    }

    .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: center;
        position: relative;
        margin: 0;
        float: left;
        padding: 20px !important;
        max-width: 100%;
    }

    section:not(.sectionSeparator) .sectionSlider .slick-slide img {
        height: 80vw !important;
    }

    .sectionSeparator .sectionImage {
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
    }

    .sectionSeparator .sliderArrows {
        width: 100%;
        margin-bottom: 30px;
    }

    .sectionSeparator.sectionSimple .contentTitle {
        padding-top: 0px !important;
    }

    .sectionSimple:not(.sectionSeparator):not(.onlyTwo):not(.Text) .sectionSide.sectionContent .contentTitle{
        padding-top: 20px !important;
    }

    .sectionSeparator .sliderContent {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #roomsMain .slick-arrow,
    .sectionOpinie .slick-arrow,
    .sectionSeparator .prevSlide {
        left: 0;
    }

    .roomsMain .prevSlide,
    section.offersMain .prevSlide {
        left: unset !important
    }

    .roomsMain .nextSlide,
    section.offersMain .nextSlide {
        right: unset !important
    }

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

    #optionsList .optCat,
    .footerSubmenu,
    .footerWrapperInner .fiveColumns,
    .galleryFirstRow,
    .newsletterWrapper .contentTitle {
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-around;
        padding: 0;
    }

    footer .Column:not(:first-child) {
        justify-content: center;
    }

    .footerContent,
    .footerHead,
    .footerMenu ul,
    .roomsName {
        text-align: center;
    }

    .navigation-contianer {
        margin-top: 0;
    }

    .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: #FFFAF0;
        padding: 10px 20px 10px 20px;
    }

    section .prevSlide {
        left: 30px !important;
    }

    section .nextSlide {
        right: 30px !important;
    }

    .sectionSimple:not(.sectionSeparator):not(.onlyTwo):not(.Text) .contentTitle {
        padding-top: 0 !important;
    }

    .separateOffer .sectionSimple:not(.onlyTwo):not(.Text) .contentTitle {
        padding-top: 0px !important;
    }

    .sectionSimple:not(.Text) .contentTitle,
    .body-ident-main #SectionOpinie,
    .sectionGallery.wsekcji,
    section#offersMain,
    section.sectionSimple {
        padding-top: var(--spacing) !important;
    }

    .newsletter .contentTitle .beutyFont {
        left: 50% !important;
        transform: translate(-50%, 10px);
    }

    .newsletterContent .button {
        right: 0 !important;
    }

    .newsletterContent input {
        margin: 0 50px 0 0;
        text-align: left !important;
    }

    .button.rezBtn {
        border: 1px solid var(--btnRezHvr);
    }

    .socialMedia li {
        margin: 0 5px !important;
    }

    .roomWrapper,
    .singleOffer,
    section.Text .sectionSide {
        padding: 0 !important;
    }

    .offersPage .singleOffer {
        flex: 0 0 50%
    }

    .galleryColumn .galleryPicture,
    .galleryPicture {
        flex: auto;
        height: 80vw;
        overflow: hidden;
    }

    .roomDescription,
    .roomImage {
        width: 100%;
        max-width: 100%;
        padding-right: 0 !important;
        margin-top: 0;
    }

    .roomWrapper {
        flex-direction: column;
        justify-content: space-between;
    }

    .roomsMain .imageMediaWrapper {
        height: 80vw !important;
    }

    .roomsMain .slick-track {
        display: flex;
        align-content: stretch;
    }

    .roomsMain .slick-slide,
    .singleOffer .buttonWrapper,
    .singleOffer .offerDescription,
    .singleOffer:hover .buttonWrapper {
        justify-content: center;
        height: auto !important;
    }

    .singleOffer .buttonWrapper .button {
        opacity: 1;
    }

    .roomsMain .buttonWrapper.flexing,
    .offersMainWrapper .contentTitle>.buttonWrapper {
        gap: 10px !important;
        margin-top: 20px;
        width: 100%;
        flex-direction: unset;
        flex-wrap: wrap;
    }

    .offersMainWrapper .contentTitle {
        text-align: center;
    }

    .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 {
        position: relative !important;
        width: 100%;
        justify-content: center;
    }

    .siteWidth {
        max-width: 100%
    }

    .roomsWrapper.siteWidth {
        padding: 0 0 var(--spacing) 0 !important;
    }

    .roomsWrapper.siteWidth:last-child {
        padding-bottom: 0 !important;
    }

    .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,
    .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;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    ul.langsMobile {
        display: flex;
        gap: 10px;
        flex-direction: row;
        padding: 0 0;
        list-style-type: none;
        width: 100%;
        justify-content: center;
    }

    ul.langsMobile li {
        padding-bottom: 3px;
    }

    ul.langsMobile li.currentLang {
        border-bottom: 1px solid var(--themeColor);
    }

    ul.langsMobile li a {
        text-decoration: none;
        color: var(--fontColor) !important;
    }

    .footerWrapper {
        padding-top: var(--spacing);
        padding-bottom: 40px;
        height: auto;
    }

    .footerWrapper .logo img {
        width: 120px;
        max-width: 100%;
        height: 100%;
    }

    .footerWrapperInner {
        border: 0 !important;
    }

    .FeaturedRoom .contentTitle .beutyFont,
    .mainNews .contentTitle .beutyFont,
    .offersMainWrapper .contentTitle .beutyFont,
    .roomsMain .contentTitle .beutyFont,
    .sectionGallery .contentTitle .beutyFont {
        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;
    }

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

    .sectionSimple:not(.onlyTwo) .sectionRow .sectionSlider,
    .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 {
        width: 100%;
        height: 80vw;
    }

    .newsletterContent,
    .roomsImage img,
    .sectionGallery:not(.wsekcji) .galleryColumn {
        width: 100%
    }

    .newsletterColumn,
    .newsletterContent input,
    .newsletterWrapper {
        width: 100%;
        z-index: 5;
        position: relative;
    }

    .newsletterWrapper {
        padding-top: 100px;
    }

    .footer-bottom>div {
        margin-bottom: 10px;
        text-align: center;
    }

    .offerArrows,
    .roomArrows {
        margin: 20px 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;
    }

    .sectionOpinie .slick-arrow,
    .sectionOpinie .slick-arrow.nextSlide {
        top: 4px;
    }

    .desktopButton {
        position: relative;
    }

    .footerMenu ul {
        margin: 0;
        flex-direction: column;
        padding: 0;
    }

    footer {
        padding-bottom: 50px;
    }

    .footerMenu {
        margin: 40px auto 0;
    }

    .footerMenu a {
        padding: 10px 5px !important;
        display: inline-block;
    }

    .roomsMainWrapper {
        flex-direction: column;
        display: flex;
    }

    .FeaturedRoom .contentTitle,
    .mainNews .contentTitle,
    .roomWrapper_,
    .roomsMainWrapper .contentTitle,
    .sectionGallery.wsekcji .contentTitle,
    .sectionOpinie .contentTitle,
    #offersMain .contentTitle {
        flex-direction: column;
        padding-bottom: 50px !important;
    }

    .roomsMainWrapper .contentTitle,
    .sectionGallery.wsekcji .contentTitle,
    #offersMain .contentTitle,
    .FeaturedRoom .contentTitle {
        padding: 0;
    }

    .FeaturedRoom .contentTitle>div,
    .mainNews .contentTitle>div,
    .offersMainWrapper .contentTitle>div,
    .roomsMainWrapper .contentTitle>div,
    .sectionGallery.wsekcji .contentTitle>div,
    .sectionOpinie .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: auto !important;
    }

    .sectionOffersIcon>div {
        padding: 0 20px !important;
    }

    .sectionOffersIcon .sectionIcon {
        width: calc(50% - 16px);
    }

    .sectionOffersIcon .sectionRow {
        flex-direction: row !important;
    }

    .sectionOpinie .reviewsWrapper {
        background-position: bottom;
        padding: 20px !important;
    }

    .average {
        flex-direction: row;
        justify-content: center;
    }

    .average>div {
        transform: scale(.75);
    }

    .offersPage .singleOffer {
        flex: 0 0 100%;
        margin-top: 0;
    }

    .roomsDescription {
        max-width: 100%;
        padding: 20px 10px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .roomsMain.sectionDark .roomsDescription,
    .roomsMain.roomsSection .roomsDescription  {
        gap: 0;
    }

    .roomSide.roomsDescription>div {
        flex: auto;
        justify-content: center;
        flex-direction: row;
    }

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

    .threeColumns {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 20px 0 20px 0;
        gap: 20px !important;
    }

    .Column {
        margin-top: 20px;
    }

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

    .socialMedia.socialMediaHeader,
    .langs.langsHeader {
        display: none;
    }

    .scrollDown {
        margin: 0;
    }

    .headerBottomFooter {
        justify-content: center;
    }

    .mainSlider .sliderImage {
        height: calc(100vh - 100px);
    }

    .Column {
        padding: 0;
    }

    .footerWrapper .Column {
        padding: 5px;
    }

    .socialMediaColumn {
        margin: 40px 0;
        padding: 0 !important;
    }

    .socialMediaColumn ul {
        flex-direction: column;
        gap: 40px;
    }

    .socialMediaColumn ul li a {
        padding: 15px 5px !important;
    }

    .roomsMain .slick-arrow {
        position: relative !important;
        z-index: 10;
        transform: unset;
        top: unset;
    }

    .roomsArrows, .roomArrows {
        position: relative;
    }

    .roomsMain .contentTitle .beutyFont {
        padding-bottom: 0;
    }

    .roomName {
        text-align: center;
    }

    .sectionSimple.onlyTwo .contentTitle {
        padding: 0 0 30px 0 !important;
    }

    section.onlyTwo .sectionImageWrapper.bigimageWrapper {
        width: 100%;
        height: 80vw !important;
        top: 0;
        right: 0;
        padding-bottom: 20px;
    }

    section.onlyTwo .sectionImageWrapper.smallimageWrapper {
        position: relative;
        width: 100%;
        height: 80vw !important;
        left: 0;
        bottom: 0;
        padding-bottom: 20px;
    }

    section.onlyTwo .sectionSide.sectionImage,
    .sectionSimple.onlyTwo .sectionSide.secondSide::before, #offersMain::before {
        display: none;
     }

    #offersPage .singleOffer:hover .imageMediaWrapper,
    #offersMainSlider .singleOffer:hover .imageMediaWrapper {
        height: 80vw !important;
        min-height: 80vw !important;
    }

    .singleOffer:hover .offerDescription {
        min-height: unset !important;
    }

    .body-ident-main section.section-35623:not(.sectionGallery):not(.wsekcji):not(.roomsSection):first-child {
        padding-top: 30px !important;
    }

    .priceWrapper {
        padding: 8px 21px !important;
        left: 50%;
        transform: translateX(-50%);
        min-width: 220px;
        justify-content: center;
        align-items: center;
    }

    #offersMainSlider .singleOffer .imageMediaWrapper {
        height: 80vw !important;
        min-height: 80vw !important;
    }

    body:not(.body-ident-main) #offersMain {
        margin-top: 0;
    }

    .singleRoomWrapper .buttonWrapper .button {
        padding: 10px 14px;
    }

}

@media(max-width:576px) {
    .contentTitle .beutyFont {
        font-size: 42px;
    }

    .contentTitle .titleInfo {
        font-size: 15px;
    }

    section {
        padding-top: 40px;
    }

    .sectionGallery .contentTitle .beutyFont {
        margin-bottom: 10px;
    }

    .sectionGallery.wsekcji .contentTitle .beutyFont {
        margin-bottom: 20px;
    }

    .roomsMain .btnRoomSpacing {
        position: relative !important;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }

    .sectionGallery .buttonWrapper,
    footer {
        position: relative;
        left: unset;
        transform: unset;
    }

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

    footer {
        margin-top: 0;
    }

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

    .heroTitle {
        top: 50%
    }

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

    .heroTitle.contentTitle .beutyFont {
        font-size: 42px;
        text-align: right;
    }
}

@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,
.body-ident-ceny_i_rezerwacja #container-hs {
    margin-top: 70px;
}
