/*временно*/
header .elementor-section:nth-child(2) {
    display: none !important;
}

/*=================*/
/*.container:not(:has(.owl-carousel)) {*/
.lover-page > .container {
    width: auto;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none;
}

section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none;
}

div.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated:has(.main-slider) {
    padding: 0;
}

.scrolled .header-custom .site-logo {
    filter: initial;
}

div.site-logo {
    filter: brightness(0) invert(1);
}

@media (max-width: 575px) {
    div.site-logo img {
        margin-bottom: 0;
    }
}

/*virtual block*/
.virtual-tour-wrapper {
    padding-top: 54%;
}

.virtual-tour-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1920px;
}

.container-fluid {
    max-width: 1920px !important;
}

.header-button__wrapper .elementor-button-text {
    color: white;
    flex-shrink: 0;
}

/*header*/
header.scrolled a {
    color: #000;
}

header.scrolled a:hover {
    color: #AD4E44 !important;
}

header a:hover {
    color: rgb(170, 170, 170) !important;
}

.header-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent !important;
    transition: background-color 0.4s ease-in-out;
}

.scrolled .header-custom {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/*header==============================*/

/*footer*/
.footer-links {
    color: #5f5f5f;
    font-size: 17px;
    display: flex;
    flex-direction: column;
}

.logo-container {
    text-align: center;

}

.footer-links a,
.footer-contact-wrapper ul li {
    font-size: 17px !important;
}

.parallax-title-content:has(.logo-container) {
    font-size: initial;
}

.custom-footer > .container-fluid {
    display: none;
}

.custom-footer .the-line {
    display: none;
}

.custom-footer + .container-fluid {
    margin-top: 15px;
}

/*footer==============================*/

/*contacts page*/
.contacts-image img {
    width: 100%;
    object-fit: cover;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated:has(.contacts-image) {
    /*padding: 10px 0;*/
    padding: 0;
}

.contact-wrapper .more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
    background: #00000066;
}

.contact-wrapper .more-button-txt-center.more-button-txt-center-close span {
    color: #fff;
}

.contact-wrapper .more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
    border: 2px dashed #fff;
}

.contact-wrapper .contact-js {
    position: absolute;
    bottom: 20%;
    z-index: 3;
}

.custom-form {

}

#contact-form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #111;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 20px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #111;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#contact-form textarea {
    color: #111;
    margin: 16px 0 10px 0;
    transition: all 0.5s linear;
}

#contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#contact-form .half-block {
    width: calc(100% / 2 - 8px);
}

#contact-form input.wpcf7-submit {
    border-bottom: none;
    color: #191919;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

#contact-form .more-button-txt-center {
    top: 50%;
    left: 50%;
}

#contact-form .wpcf7-response-output {
    width: 100%;
}

#contact-form .more-button-txt-center .wpcf7-spinner {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    position: absolute;
    margin: 0;
}

#contact-form .full-block {
    width: 100%;
}

/*contacts page==============================*/
/*post single*/
.post-wrapper .post-content {
    max-width: 1920px;
    padding: 50px;
    @media (max-width: 575px) {
        padding: 0;
    }
}

/*================*/
/*accordion*/
.accordion .accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    width: 100%;
    text-align: left;
    padding: 15px;
    /*background: #f9f9f9;*/
    border: none;
    font-size: 16px;
    cursor: pointer;
    /*transition: background 0.3s;*/
    color: #5f5f5f;
}

.accordion-header:hover {
    /*background: #f1f1f1;*/
}

.accordion-content div {
    font-weight: 700;
    color: #000;
}

.accordion-content {
    display: none;
    padding: 15px;
    color: #5f5f5f;
    background: #fff;
}

.accordion-content p,
.accordion-content div,
.accordion-content ul {
    font-size: 12px;
}

.accordion-content ul {
    color: #5f5f5f;
}

.accordion-content.active {
    display: block;
}

/*==============*/
.text-wrapper .text-title + .text {
    margin-top: 30px;
}

.text-wrapper .text-title {
    margin-top: 15px;
}

.section-txt ul li,
.section-txt li,
.section-txt p,
.text {
    font-size: 20px !important;
    line-height: 120% !important;
    color: #5f5f5f;
    @media (max-width: 767.98px) {
        font-size: 14px !important;
    }
    @media (max-width: 1259.98px) {
        font-size: 16px !important;
    }
    @media (max-width: 1599.98px) {
        font-size: 18px !important;
    }
}

.sub-title {
    font-size: 20px;
    font-weight: 700;
}

.text + .text {
    margin-top: 15px;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

/*custom BTN*/

.custom-btn-lux .more-button-txt-center {
    width: 150px !important;
    top: 50%;
    left: 50%;
}

.custom-btn-lux.more-wraper-center {
    display: block;
    width: 150px !important;
    max-width: 150px;
    height: 150px;
}

.custom-btn-lux .more-button-txt-center {
    color: #000000;
}

.custom-btn-lux:hover .more-button-txt-center {
    color: #191919;
}

/*custom BTN================*/

/*Booking form*/
/* Обёртка формы */
.mphb-booking-form,
.mphb-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    background-color: lightgray;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mphb-booking-form,
.mphb_sc_search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mphb-booking-form,
.mphb_sc_search-form,
.mphb_sc_search-wrapper {
    width: 100%;
}

.mphb-check-in-date-wrapper,
.mphb-check-out-date-wrapper,
.mphb-adults-wrapper,
.mphb-children-wrapper,
.mphb-reserve-btn-wrapper,
.mphb_sc_search-submit-button-wrapper,
.mphb_sc_search-check-in-date,
.mphb_sc_search-check-out-date,
.mphb_sc_search-adults,
.mphb_sc_search-children {
    width: calc(100% / 5 - 8px);
    font-size: 16px;
}

/* Поля формы */

.mphb_sc_search-check-in-date input,
.mphb_sc_search-check-out-date input,
.mphb_sc_search-adults select,
.mphb_sc_search-children select {
    width: 100%;
    /*max-width: 200px;*/
    height: 63px;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.mphb_sc_search-check-in-date input:focus,
.mphb_sc_search-check-out-date input:focus,
.mphb_sc_search-adults select:focus,
.mphb_sc_search-children select:focus {
    border-color: #8B0000;
    outline: none;
}

/* Кнопка */

.mphb_sc_search-submit-button-wrapper {
    display: flex;
    align-items: flex-end
}

.mphb_sc_search-submit-button-wrapper input[type=submit] {
    width: 100%;
    background-color: #f3bf3d;
    color: #111;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    height: 63px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mphb-required-fields-tip {
    width: 100%;
}

.mphb_sc_search-submit-button-wrapper input[type=submit]:hover {
    background: #111;
    color: #fff;
}

/* Сообщение об ошибках */

.mphb_form-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/* Убираем лишние теги <p>, <small> и <br> */

.mphb_required-fields-tip,
.mphb_sc_search-submit-button-wrapper p {
    display: none;
}

/*Booking form==================*/
/*slider two part*/

.jet-carousel__item-inner > .jet-carousel__content,
.jet-carousel__item-inner > a {
    width: calc(100% / 2);
}

.jet-carousel__item-inner > a:has(img) img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 550px;
}

.jet-carousel__item-inner {
    display: flex;
    gap: 20px;
}

/*slider two part=================*/

.none-header {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
}

.none {
    display: none;
}

/*single room*/

.custom-post-style .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap;
    gap: 5px 10px;
}

.jet-listing-dynamic-repeater__item {
    width: calc(100% / 5 - 8px);
}

.room-pricing-container .title,
.amenities-container .title {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    text-align: center;
    text-transform: none;
    letter-spacing: -0.04em;
    margin: 7px auto 30px;
    backface-visibility: hidden;
    width: 100%;
    line-height: 1.15;
    z-index: 1;
}

/*delete hover block*/

.hover-effect-img:hover .hover-icons,
.hover-effect-img:hover .hover-effect {
    opacity: 0;
}

/*.custom-btn-lux.more-wraper-center.contact-modal-launcher {*/
/*    display: none;*/
/*}*/
/*.more-wraper-center {*/
/*    display: none;*/
/*}*/
.hide-stars .star-wrapper,
.none {
    display: none !important;
}

@media (min-width: 1920px) {
    .main-title-slider {
        font-size: 55px;
    }
}

@media only screen and (max-width: 995px) {
    .main-title-slider {
        font-size: 35px;
    }
}

.wrapper-title .title,
.wrapper-title .text h2,
.wrapper-title .elementor-heading-title,
.wrapper-title .hero-heading {
    @media (max-width: 767.98px) {
        font-size: 28px;
        line-height: 34px;
    }

    @media (max-width: 1259.98px) {
        font-size: 32px;
        line-height: 38px;
    }
    @media (max-width: 1599.98px) {
        font-size: 45px;
        line-height: 120%;
    }
}

.post-wrapper .post-content,
.bg-custom,
.bg-light,
body {
    background: #f7f7f7 !important;
    background-color: #f7f7f7 !important;
}

.villa-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.room-pricing-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scrolled:has(.header-custom) {
    @media (max-width: 575px) {
        .elementor-menu-toggle {
            i:before {
                color: #000;
            }
        }
    }

}

.header-custom {
    @media (max-width: 575px) {
        .elementor-container {
            justify-content: space-between;
        }

        .elementor-nav-menu--dropdown.elementor-nav-menu__container {
            position: absolute;
            right: 0;
            width: 200px;
            z-index: 1;
            top: 38px;
        }

        .elementor-column:has(.primary-menu) .elementor-menu-toggle {
            margin: 0 !important;
            margin-left: auto !important;
            width: fit-content;
        }

        .elementor-column:has(.header-button) {
            width: 100%;
        }

        .elementor-column {
            width: fit-content;
        }

        .elementor-menu-toggle {
            i:before {
                color: #fff;
            }
        }
    }
}

@media (max-width: 575px) {
    .jet-listing-dynamic-repeater__item {
        width: calc(100% / 2 - 8px);

    }

    .post-list .post-list-content,
    .wrapper-title .post-list-content.post-list-content-reverse {
        background: #f7f7f7 !important;
    }

    .wrapper-title .elementor-widget-mobile__width-initial {
        max-width: 100% !important;
        width: 100% !important;

    }

    .wrapper-title .elementor-widget-container {
        margin: 0 !important;
    }

    .mphb-search-form .mphb_sc_search-wrapper form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-check-in-date, .mphb_sc_search-check-out-date, .mphb_sc_search-adults, .mphb_sc_search-children {
        width: calc(100% / 2 - 8px);
    }

    .elementor-location-footer .footer-contact-wrapper ul li {
        font-size: 12px !important;
    }

    .elementor-location-footer .post-spacing-3 {
        display: flex;
        flex-wrap: wrap;
    }

    .elementor-location-footer .section-all ~ .container-fluid {
        display: none;
    }

    .elementor-location-footer .elementor-widget-social-icons .elementor-widget-container {
        text-align: center !important;
    }

    .elementor-location-footer .post-spacing-3 .col-md-4 {
        width: calc(100% / 2);

        &:last-child {
            width: 100%;
        }
    }

    .contact-wrapper .col-md-4:has(.empty-block) {
        display: none;
    }

    .empty-block {
        display: none;
    }

    .testimonial.testimonial-2 {
        text-align: center !important;
    }

    .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap:has(.site-logo) {
        margin: 0 !important;
    }
}

.priority {
    z-index: 1;
}

.priority-5 {
    z-index: 5;
}

.priority-10 {
    z-index: 10;
}

.more-button-bg-center.more-button-bg-center-dark,
.custom-btn-lux .more-button-bg-center.more-button-bg-center-dark {
    background: #f7f7f7 !important;
}

.bg-main-custom-image .more-button-bg-center.more-button-bg-center-dark {
    background: transparent !important;
}

/*hide line on image blocks*/

/*preloader*/
/* Splash Screen Styles */
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7; /* Фоновый цвет заставки */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-out;
}

.splash-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.splash-logo {
    /*width: 50%; !* Размер логотипа *!*/
    max-width: 500px;
    margin-bottom: 20px;
}

.splash-loader {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-top: 8px solid #AD4E44; /* Цвет лоадера */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.image-search-container .title-search .elementor-heading-title {
    color: #fff;

}

.image-search-container .title-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-search-container > * {
    height: 100%;
}

.image-search-container {
    overflow: hidden;
    position: relative;
}

.image-search-container .elementor-widget-container:has(img)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.search-result-main-block a {
    color: rgb(95, 95, 95);
}

h2.mphb-reservation-form-title {
    margin: 2% auto;
}

.mphb-calendar,
.mphb-booking-form {
    /*    padding-right: 15px;*/
    /*    padding-left: 15px;*/
    /*    margin-right: auto;*/
    /*    margin-left: auto;*/
    align-items: flex-end;
    z-index: 1;
    position: relative;
}

/*@media (min-width: 768px) {*/
/*    .mphb-booking-form {*/
/*        width: 750px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .mphb-booking-form {*/
/*        width: 970px;*/
/*    }*/
/*}*/

@media (max-width: 1200px) {
    .mphb-booking-form .mphb-reserve-btn-wrapper,
    .mphb-booking-form .mphb-adults-wrapper,
    .mphb-booking-form .mphb-children-wrapper,
    .mphb-booking-form .mphb-check-out-date-wrapper,
    .mphb-booking-form .mphb-check-in-date-wrapper {
        width: calc(100% / 2 - 8px);
    }
}

@media (max-width: 575px) {
    .mphb-booking-form .mphb-reserve-btn-wrapper {
        width: 100%;
    }
}


.mphb-check-in-date-wrapper input,
.mphb-check-out-date-wrapper input,
.mphb-adults-wrapper select,
.mphb-children-wrapper select {
    width: 100%;
    height: 63px;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.mphb-reserve-btn-wrapper input[type=submit] {
    width: 100%;
    background-color: #f3bf3d;
    color: #111;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    height: 63px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.owl-stage-outer .star-wrapper {
    display: none;
}

.custom-single .hero-heading,
.single-room-custom .hero-heading {
    font-weight: 400;
}

.post-list a.link-effect::after {
    background-color: #AD4E44;
}

.post-list a[href^="tel:"] {
    font-size: 17px;
    color: #AD4E44 !important;
}

@media (max-width: 575px) {
    .post-list a[href^="tel:"] {
        font-size: 15px;
    }

    .elementor-element:has(.custom-btn-lux) ~ .elementor-element:has(.elementor-spacer) {
        display: none;
    }

    #rooms .halves .half {
        min-height: 300px;
    }

    #rooms .owl-nav-custom-rooms ~ .row {
        display: none;
    }

    .post-all-txt {
        background: #f7f7f7;
    }

    #rooms .divider-l,
    #about .divider-l {
        height: 30px;
    }
}

.image-search-container.elementor-section.elementor-section-height-full {
    height: auto;
}

.mphb_sc_search_results-info {
    margin-bottom: 30px;
    @media (max-width: 575px) {
        margin-bottom: 15px;
    }
}

.mphb_sc_checkout-submit-wrapper .button:hover,
.mphb-book-button:hover,
.mphb-confirm-reservation:hover,
.mphb-recommendation-reserve-button:hover {
    background-color: #8c867c;
}

.mphb_sc_checkout-submit-wrapper .button,
.mphb-book-button,
.mphb-confirm-reservation,
.mphb-recommendation-reserve-button {
    border: none;
    background-color: #AD4E44;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 30px;
    color: #fff;
    transition: background-color .3s;
}

.image-search-container ~ .elementor-section .mphb-room-type {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mphb-rooms-reservation-message-wrapper {
    margin-bottom: 10px;
}

.mphb_sc_search_results-wrapper {
    form + form {
        margin-top: 15px;
    }
}

.mphb-remove-coupon {
    color: #000;
}

.mphb-remove-coupon:hover,
.mphb-remove-from-reservation:hover {
    color: #8B0000FF;
}

.mphb-price-breakdown .mphb-price-breakdown-accommodation {
    color: #AD4E44;
}

.mphb-remove-from-reservation {
    transition: color .3s;
}

.mphb-rooms-quantity-wrapper,
h2.mphb-calendar-title,
h2.mphb-details-title {
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-wrapper .mphb-login-form-wrap {
    display: none;
}

.mphb-reserve-rooms-details {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mphb-customer-create-account {
    display: none;
}

.mphb-room-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
}

.language-switcher {
    text-align: center;
    margin-top: 20px;
}

.language-switcher a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}

.language-switcher a:hover {
    background-color: #eaeaea;
}

.mphb-booking-details-section .mphb-booking-details .label {
    color: #000;
}

.mphb-price-breakdown-booking.mphb-price-breakdown-group td:first-child {
    padding-right: 15px;
}

@media (max-width: 1024px) {
    .elementor-section:has(.mphb_sc_checkout-form) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .elementor-section ~ .elementor-section .extra-margin-container > .row:first-child {
        display: none;
    }

    .elementor-section:has(.hero-fullscreen) + .elementor-section .extra-margin-container > .row:first-child {
        display: block;
    }
}