#static-wrap, .nav-title-menu-mobile {
    display: none;
}


@media all and (max-width: 1140px) {
    .mobileHide {
        display: none;
    }

    body {
        overflow-y: scroll;
    }

    body.title {
        height: auto;
    }

    .logo-wrap {
        position: absolute;
        top: 50px;
        z-index: 1;
    }

    .nav-title {
        position: relative;
    }

    .nav-title-contacts {
        width: auto;
        padding: 15px 0;
    }

    .nav-title-menu {
        width: auto;
        padding: 0 10px 0 10px;
    }

    .nav-title-menu {
        float: right;
    }

    .nav-houses {
        height: auto;
        display: none;
    }
    .nav-houses li {
        display: block;
        text-align: center;
    }

    .nav-houses ul li:first-child a:not(#booking-button), .nav-houses ul li a:not(#booking-button)  {
        padding: 10px;
    }

    .nav-title-menu-mobile {
        display: block;
    }

    .nav-title-menu-mobile ul {
        background: rgba(92, 211, 241, 0.95);
        display: none;
    }

    .nav-title-menu-mobile.change ul {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
        padding: 10px 0;
    }

    .nav-title-menu-mobile li{
        display: block;
        text-align: center;
    }
    .nav-title-menu-mobile li a:not(#booking-button) {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fafafa;
        padding: 10px;
        margin: 0 10px;
        font-weight: lighter;
    }

    #booking-button {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 20px;
    }

    #scroll-wrap {
        display: none;
    }

    @keyframes example {
        0%   {background-position: left center;}
        100% {background-position: right center;}
    }

    #static-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 80vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;

        overflow: hidden;
    }

    #static-wrap.start {
        animation-name: example;
        animation-duration: 800s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    #static-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #static-wrap ul {
        margin-top: 120px;
        text-align: center;
    }

    #static-wrap ul li {
        margin-bottom: 35px;
    }

    #static-wrap ul .booking-button {
        margin-left: 0;
    }

    .modal-content {
        width: 100%;
        height: 100vh;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0px;
        margin-left: 0px;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
    }

    .house-wrapper {
        padding: 24px;
        display: flex;
        flex-direction: column;
    }

    .house-content-wrap,
    .house-photo-wrap {
        width: 100%;
        margin-left: 0;
    }
    .house-photo-wrap {
        order: 2;
        margin-top: 45px;
        margin-bottom: 60px;
    }

    .house-content-wrap {
        order: 1;
    }

    /*.modal-content .modal-prev {
        width: 96%;
    }*/

    .modal-content .modal-prev img {
        object-fit: contain;
    }

    /*.modal-photo-title, .modal-photo {
        height: auto;
    }*/

    .house-description {
        height: auto;
        margin-bottom: 15px;
    }

    .next-prev-house {
        display: none;
    }

    .modal-button-view-video, .house-button-booking {
        margin-bottom: 0;
    }
    .mobileFullWidth {
        width: 100%;
        height: auto;
        display: block;
    }

    .footer-payment-logo {
        position: static;
        width: auto;
      }

      .footer-payment-logo .payment-logo {
        margin-left: 0;
      }

    .container {
        width: 100%;
        padding: 0 10px 0 10px;
        box-sizing: border-box;
    }

    footer {
        padding-top: 10px;
        box-sizing: border-box;
        height: auto;
        position: relative;
        z-index: 0;
    }
    .footer-address {
        margin-top: 10px;
    }
    .footer-contacts {
        text-align: left;
        margin-top: 10px;
    }


    /* menu button !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    .nav-titile-menu-button {
        position: absolute;
        right: 10px;
        top: 6px;
        cursor: pointer;
    }

    .nav-titile-menu-button .bar1, .nav-titile-menu-button .bar2, .nav-titile-menu-button .bar3 {
        width: 35px;
        height: 3px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .nav-titile-menu-button.change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 11px);
        transform: rotate(-45deg) translate(-5px, 11px);
    }

    .nav-titile-menu-button.change .bar2 {opacity: 0;}

    .nav-titile-menu-button.change .bar3 {
        -webkit-transform: rotate(45deg) translate(-2px, -8px);
        transform: rotate(45deg) translate(-2px, -8px);
    }

    /*review !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    .page-wrap {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .review-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .review-wrap:nth-child(2n+1) {
        margin-right: 0;
    }

    .review-content-wrap {
        display: block;
    }

    .review-img {
        width: 100%;
        height: auto;
        margin-right: 0px;
        position: relative;
        order: 2;
    }

    .review-text {
        width: 100%;
        margin-top: 10px;
    }

    .news-pagination-wrap, .review-pagination-wrap {
        position: static;
    }

    .news-wrap, .review-content-wrap {
        padding-bottom: 0px;
    }

    /*news !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    .new-wrap {
        width: 50%;/*33.3%;*/
    }

    .new-img, .n-img {
        width: 100%;
        height: auto;
    }

    .contact-left-wrap, .about-left-wrap {
        width: 100%;
        margin-right: 0;
    }

    .contact-right-wrap, .about-right-wrap {
        width: 100%;
    }

    .owl-next {
        right: -6%;
    }
    .owl-prev {
        left: -6%;
    }

    /*about !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    .about-content-wrap, .review-content-wrap, .contact-content-wrap {
        display: block;
    }

    .modal-house{
        overflow-y: auto;
    }
}

@media all and (max-width: 640px) {
    /*news !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    .news-wrap, .review-content-wrap {
        display: block;
    }
    .new-wrap {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .modal-content-booking, .modal-content-review {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        /*overscroll-behavior: contain;*/
        -webkit-overflow-scrolling: touch;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0;
        margin-left: 0;
        padding: 15px;
        transform: none;
    }

}

@media all and (max-width: 500px) {
    .modal-prev-image-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }

    .owl-next {
        right: -10%;
    }
    .owl-prev {
        left: -10%;
    }

    .pagination-left-arrow-to-first, .pagination-left-arrow, .pagination-right-arrow-to-last, .pagination-right-arrow {
        visibility: hidden;
    }

    .house-button-booking {
        float: none;
        margin-top: 10px;
    }

    .house-content-buttons {
        text-align: right;
    }
}

@media all and (max-width: 360px) {
    .modal-prev-image-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }

    .owl-next {
        right: -15%;
    }
    .owl-prev {
        left: -15%;
    }

    .about-header a {
        margin-left: 15px;
    }

    .about-header a.active {
        font-size: 20px;
    }
}

@media all and (max-height: 700px) {
    .modal-content {
        height: 100vh;
        top: 0;
        margin-top: 0;
        overflow-y: scroll;
    }
}

@media all and (max-height: 610px) {
    .modal-content-booking {
        height: 100%;
        top: 0;
        margin-top: 0;
        overflow-y: scroll;
    }
}


