@media (max-width: 1200px) {
    .ui-datepicker {
         width: auto; 
         padding: 0px;
    }
    #booking .datepicker{
        margin-top: 20px;
    }
    body {
        font-size: 16px;
    }

    #header {
        bottom: auto;
        right: 0;
        width: auto;
        height: 70px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .step1 .front-page #header {
        top: 0;
        transition: all .6s .6s;
    }

    .front-page #header {
        top: -100px;
        left: 0;
    }

    .logo {
        display: none;
    }

    .logo-flex {
        display: inline-block;
        margin-bottom: 0;
        padding: 0;
    }

    .header-btn {
        line-height: 70px;
        font-size: 16px;
        background: #fff;
        padding: 0 15px;
        position: absolute;
        top: 0;
        bottom: auto;
        left: auto;
    }

    .header-btn:hover,
    .header-btn.open {
        background: #fff;
        color: #00763A;
    }

    .header-btn span {
        display: inline-block;
        margin-left: 3px;
    }

    .hamburger-menu {
        display: block;
    }

    .menu,
    .langs,
    .other-langs {
        display: none;
    }

    #bx-wrapper canvas {
        display: none !important;
    }

    .bx-thumbs {
        margin-left: 0;
    }

    .bx-content {
        max-width: 600px;
        top: 50%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        padding: 0 15px;
        transform: translate(0,-50%);
    }

    .bx-content h2 {
        line-height: 30px;
        font-size: 24px;
    }

    .bx-content-title {
        height: auto;
        min-height: 30px;
    }

    .bx-btn {
        display: inline-block;
        min-width: 0;
        font-size: 16px;
        margin-top: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #hero {
        height: 350px;
        top: 70px;
        left: 0;
    }

    .map-container {
        height: 350px;
    }

    #booking {
        top: 70px;
        left: 0;
    }

    #main {
        top: 420px;
        left: 0;
    }

    .gallery-page #main {
        top: 70px;
    }

    .content-title {
        line-height: 30px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .content-btn {
        margin-top: 15px;
    }

    .content-separator {
        margin: 60px auto;
    }

    .section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .section-wrap {
        width: 50%;
    }

    .section-img {
        height: calc(100vh - 35px);
    }

    .front-page .rooms > .content-title {
        margin-bottom: 30px;
    }

    .room-title > div {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .room:after {
        font-size: 24px;
    }

    .room.open .room-wrap {
        top: 120px;
    }

    .room-wrap .box-txt {
        min-height: 810px;
    }

    .room-close {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        bottom: -90px;
    }

    .box {
        margin: 60px 0;
    }

    .box-txt.no-btn {
        min-height: 770px;
    }

    .box-item {
        margin-bottom: 60px;
    }

    .box-gallery {
        top: 82px;
    }

    .poi-wrap {
        margin-top: 30px;
    }

    .macro-btn {
        height: 350px;
    }

    .paragraph {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .gallery {
        padding: 0 15px;
    }

    .gallery-mask {
        top: 102px;
    }

    .gallery-videos a i {
        font-size: 30px;
    }

    .map-container {
        top: 70px;
        left: 0;
    }

    .offers {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 0 60px;
    }

    .offer h3 {
        max-height: 60px;
        line-height: 30px;
        font-size: 24px;
    }

    .offers .owl-nav button {
        width: 60px;
    }

    .offers .owl-prev {
        left: -60px;
    }

    .offers .owl-next {
        right: -60px;
    }

    .offers-list {
        margin-bottom: 60px;
    }

    .offers-list a {
        margin-top: 30px;
    }

    .form-item input,
    .form-item textarea,
    .form-item-submitted-privacy-treatment label,
    .captcha {
        font-size: 16px;
    }

    #acceptcookie {
        left: 0;
    }

    .cookie-cont {
        top: 90px;
    }
}

@media (max-width: 1024px) {
    #widget {
        max-width: 348px;
    }

    #widget > div {
        display: inline-block;
        width: 50%;
        border-right: 1px solid #494C47;
        border-bottom: 0;
    }

    #widget > div:nth-child(odd) {
        border-right: 0;
    }

    #widget > div:last-child {
        width: 100%;
    }

    .section-wrap {
        width: auto;
        max-width: 500px; 
        margin: auto;
        right: 10%;
        left: 10%;
        transform: translate(0,-50%); 
    }

    .paragraph {
        padding-right: 15px;
        padding-left: 15px;
    }

    .box > .content-title {
        margin-bottom: 20px;
    }

    .box-item {
        max-width: 600px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .room.open .room-wrap {
        padding-bottom: 40px;
    }

    .room-close {
        bottom: -20px;
    }

    .box-gallery {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .box-gallery a {
        height: auto;
        padding-top: 70%;
    }

    .box-txt,
    .box-txt.no-btn,
    .room-wrap .box-txt {
        min-height: 0;
        padding-left: 0;
    }

    .box-item:nth-child(even) .box-gallery {
        right: auto;
        left: auto;
    }

    .box-item:nth-child(even) .box-txt {
        padding-right: 0;
        text-align: left;
    }

    .box-gallery .owl-dots {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: transparent;
        bottom: 0;
        left: 50%;
        margin-left: -70px;
        text-shadow: rgba(0,0,0,.16) 0 3px 6px;
    }

    .box-gallery .owl-dot {
        color: #fff;
    }

    .box-gallery .owl-nav {
        display: none;
    }

    .box-btn {
        text-align: left;
    }

    .box-btn .content-btn {
        padding-right: 0;
        padding-left: 0;
    }

    .poi {
        max-width: none;
    }

    .poi .owl-carousel {
        width: 100%;
        height: auto;
        background: none;
        margin: 0 auto;
        padding: 0;
    }

    .poi-item {
        background: #fff;
        padding-bottom: 50px;
    }

    .poi-item-img {
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        margin-bottom: 20px;
    }

    .poi-item .content-title,
    .poi-item .poi-label {
        margin-right: 15px;
        margin-left: 15px;
    }

    .poi-item-desc {
        height: 127px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .poi-img,
    .poi .owl-dots,
    .poi .owl-nav {
        display: none;
    }

    .gallery {
        margin-top: -15px;
        padding: 0 7.5px;
    }

    .gallery a,
    .gallery-mask > div {
        width: calc(33.333% - 15px);
        margin: 15px 7.5px 0 7.5px;
        padding-bottom: calc(33.333% - 15px);
    }

    #map-controls {
        display: none;
    }

    .contacts > div.contacts-wrap {
        margin-bottom: 20px;
    }

    .offers {
        padding: 0;
    }

    .offers .owl-carousel {
        margin-top: 30px;
    }

    .offers .owl-nav {
        display: none;
    }

    .offers-list {
        max-width: 600px;
        padding: 0 15px;
    }

    .offers-list a {
        height: auto;
    }

    .offer-list-img {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding-top: 70%;
    }

    .offer-list-txt {
        max-width: none;
        margin: 0 auto;
        padding: 30px 15px 50px 15px;
    }

    .offer-list-txt .content-title {
        display: block;
        height: auto;
    }

    .offer-list-txt .content-btn {
        margin-top: 15px;
    }

    #footer > div {
        padding: 30px 15px;
    }

    .footer-copy {
        bottom: 30px;
        right: 15px;
    }
}

@media (max-width: 768px) {
    .logo-flex {
        width: 60px;
        overflow: hidden;
    }

    .logo-flex svg {
        width: 140px;
    }

    .logo-flex .lh-2 {
        display: none;
    }

    .header-btn:before {
        content: '\f073';
        display: block;
        height: 70px;
        line-height: 70px;
        font-family: 'Font Awesome 5 Pro';
        font-size: 32px;
        font-weight: 300;
    }

    .header-btn.open:before {
        content: '\f00d';
    }

    .header-btn > div {
        display: none;
    }

    #footer {
        display: block;
    }

    #footer > div {
        display: block;
        width: 100%;
    }

    .footer-logo {
        width: 170px;
        margin: auto;
    }

    .footer-contacts {
        margin-top: 30px;
        text-align: center;
    }

    #footer > div:first-child {
        padding-bottom: 0;
    }

    #footer > div:last-child {
        text-align: center;
    }

    .footer-social {
        margin: 0 0 30px 0;
    }

    .footer-copy {
        position: relative;
        bottom: auto;
        right: auto;
    }
}

@media (max-width: 576px) {
    .bx-logo {
        width: 30%;
    }

    .section-wrap {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .section .content-title {
        margin-bottom: 0;
    }

    .section .content-btn,
    .section-desc {
        display: none;
    }

    .gallery a,
    .gallery-mask > div {
        width: calc(50% - 15px);
        padding-bottom: calc(50% - 15px);
    }

    .contacts {
        padding: 0 15px;
    }

    .form-item textarea {
        height: 175px;
    }
}

@media (max-width: 425px) {
    .bx-btn {
        font-size: 14px;
        padding: 12px 30px;
    }
}

@media (max-height: 700px) {
    .menu li a {
        padding: 15px 20px;
    }
}