.white {
    color:white !important;
}
.subtitle {
    font-size: xx-large;
}

.slide {
    height: calc(100vh - var(--sticky-header-height) - 250px);
    max-height: calc(100vh - var(--sticky-header-height) - 250px) !important;
    box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.slide > * {
    margin:auto;
}
#gallery {
    margin:0 -25px;
}

.carousel-gallery {
}

.carousel-sales > div {
}

.carousel-sales p {
    margin-top:20px;
}

/*    .flex-column img {
        object-fit: cover;
        width: 100%;
    }
*/

/*.slide a {
    display: block;
    transform: translateZ(0);
}

    .slide a:hover {
        transform: translateZ(0) scale(1.1);
        transition: .5s all;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        -ms-transition: .5s all;
        z-index: 10;
    }*/

/*    .slide a:last-child {
        transform-origin: right center;
    }
*/



img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-wrapper {
    position: relative;
    /*padding-top: 56.25%;*/ /* 16:9 Aspect Ratio */
    overflow: hidden;
    height: calc(100vh - var(--sticky-header-height) - 100px);
}

.vegas-main1{
    height: calc(90vh - var(--sticky-header-height));
}

    .img-wrapper img {
/*        position: absolute;
        left: 0;
        top: 0;
        width: auto;*/
    }

    .img-wrapper .owl-carousel {
        /*        
    flex: 8 8 auto;
    max-width: calc(100% - 400px)
*/
    }
/* MAIN STYLES
�������������������������������������������������� */

.swiper {
    width: 100%;
    height: calc(90vh - var(--sticky-header-height));
}

.swiper-wrapper {
    box-sizing: content-box;
}

.swiper-slide {
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: auto !important;
    text-align: center;
    width: auto !important;
}


.section-wide {
    width: 100vw !important;
}

    .swiper-slide img {
        height: 50vh;
        width:auto;
        object-fit: scale-down;
    }


h2 {
    text-align: center;
}


.img-wrapper3 .owl-carousel img {
    height: calc(100vh/3) !important;
    width: auto;
}

.img-wrapper2, .img-wrapper3 {
    position: relative;
    overflow: hidden;
}

    .img-wrapper3 .owl-carousel img, .img-wrapper2 .owl-carousel img {
        height: calc(100vh - var(--sticky-header-height) - 350px) !important;
        width: auto;
    }

.first {
    width: 100%;
    height: var(--hero-height);
    min-height: var(--hero-height);
    background: url(//img.sowa-altay.ru/i/main/banner.jpg) no-repeat center/cover;
    background-blend-mode: multiply;
    display: grid;
    place-items: center;
    z-index: 100;
    margin-top: calc(var(--sticky-header-height) * -1);
}

    section,
    .first > * {
        transition: all 1s;
    }

    .first > * {
        grid-area: 1/1;
        padding: 0 20px;
        width: 100%;
    }

    .first h1 {
        text-transform: uppercase;
        font-size: clamp(2rem, 5.4vw, 4rem);
        font-family: var(--font-heading);
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: 0.01em;
    }


.page-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    opacity: 0.8;
    background-color: var(--black);
    background-blend-mode: multiply;
    height: var(--sticky-header-height);
    transition: all 1s;
}


.second {
    padding-top: 40px;
}

    .second h2 {
        /*font-size: 1.5em;*/
    }

    .second .container {
        overflow: hidden;
    }


/* JS STYLES
�������������������������������������������������� */
/*.is-sticky::before,.sticky::before {
    content: "";
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7);
}*/

.is-sticky .nav .logo-text, .sticky .nav .logo-text {
    justify-content:start;
}


@media (max-width: 1300px) {

    .nav .logo-text {
        flex-direction: row;
    }
    .navbar-collapse:not(.show) {
        position: absolute;
        right: 20px;
    }
    .nav .logo-wrapper {
        display: none;
    }
    .fun-wrapper .flex-column {
        width: 45% !important;
    }
}

@media (max-width: 900px) {
    .first h1 {
        font-size: 1.5em;
    }
    .navbar-collapse:not(.show) {
        font-size: 0.75em;
    }
    .flex-column {
        flex: 1 1 100%;
    }

    .img-wrapper {
        order: 3;
    }

    .nav ul li:not(:last-child) {
        margin-right: 5px;
    }

}

@media (max-width: 576px) {

    .first h1 {
        font-size: 1.2em;
    }

    .first .nav {
        flex-direction: column;
        /*justify-content: center;*/
    }

    .navbar-toggler, .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: var(--sticky-header-height);
        height: calc(100vh - var(--sticky-header-height));
        z-index: 1000;
        background-color: black;
        display: block;
        text-align: center;
    }

        .first .nav ul a {
            font-size: 1em;
        }

}


table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

table th,
table td {
    padding: 0.55rem 0.75rem;
    line-height: 1.45;
    vertical-align: top;
}

/* FOOTER STYLES
�������������������������������������������������� */
.page-footer {
/*    display: flex;
    align-items: center;
    justify-content: center;
*/
    padding: 5px;
    font-size: 0.75em;
    color:var(--white);
}

    .page-footer a {
        display: flex;
        margin-left: 4px;
    }


.intro, .intro2 {
    position: relative;
    z-index: 20;
}
.intro {
    text-align: center;
}

    .intro .main-logo {
        display: block;
        margin: auto;
        max-width: calc(30vh - var(--sticky-header-height));
    }

    .intro2 p {
        color: #fff;
        font-size: clamp(1rem, 2.4vw, 1.35rem);
        line-height: 1.6;
        text-align: left;
    }
    
    .intro p {
        color: #fff;
        width: auto;
        font-size: clamp(1rem, 2.5vw, 1.35rem);
        margin-bottom: 1.5rem;
        font-weight: 500;
        line-height: 1.65;
    }

    .light-btn {
        font-family: var(--font-heading);
        background: #fff;
        /*font-weight: 700;*/
        padding: 0.75em 1.6em;
        color: #20232D;
        margin: auto;
        -webkit-border-radius: .3rem;
        -moz-border-radius: .3rem;
        -ms-border-radius: .3rem;
        border-radius: .55rem;
        border: 0.1rem solid #EFEFEF;
        display: inline-block;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

.btn-success {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: var(--white) !important;
    border-width: 1px !important;
}
        .light-btn:hover {
            background: transparent !important;
            color: #fff !important;
            border-color: #fff !important
        }

        .light-btn:focus, .intro .light-btn:active {
            background: #fff;
            color: #20232D
        }
#map {
    height: 70vh;
}
#big_dark_70000001066895227 {
    max-width: 90vw;
}

#map-frame {
    height: 100%;
}

@media only screen and (max-width: 768px) {

    #map-frame {
        margin-top: 5%;
        width: 90%;
        height: 90%;
    }
    .sales-wrapper .flex-column {
        width: 100% !important;
    }
        .sales-wrapper .flex-column div {
            height: 30vh !important;
        }
}

ul {
    list-style: none;
    text-align: left;
}

.center-block {
    text-align:center;
    padding-top:20px;
}

.nowrap {
    white-space: nowrap;
}

footer .flex-row {
    gap: 10px;
}

ul.list li {
    list-style: circle;
}


.sales-wrapper .flex-column {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    flex: none;
}

.fun-wrapper .flex-column {
    width: 30%;
}

.sales-wrapper .flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    box-sizing:border-box;
}

.sales-wrapper .flex-column div {
    background-clip: content-box;
    background-size:cover;
    background-position:center;
    width: 100%;
    height: 40vh;
}

.xsmall-text {
    font-size: 0.875rem;
    line-height: 1.55;
}
.xxsmall-text {
    font-size: 0.8rem;
    line-height: 1.5;
}

.small-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.medium-text {
    font-size: 1.06rem;
    line-height: 1.65;
}

.fullscreen-wrapper {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .fullscreen-wrapper.active {
        display: block;
        opacity: 1;
    }

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: white;
    background: transparent;
    border: none;
    z-index: 10000;
    cursor: pointer;
}

.fullscreen-splide {
    height: 100%;
}

    .splide__slide img {
        max-width: 100%;
        max-height: 100vh;
        object-fit: contain;
        display: block;
        margin: auto;
    }


.fullscreen-splide .splide__slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    box-sizing: border-box;
}

.lazy-bg {
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .close-btn {
        top: 10px;
        right: 15px;
        font-size: 1.8rem;
    }

    .thumbs-splide img {
        height: 90px !important;
    }
}
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}

.splide__slide.is-visible .blog-card {
    opacity: 1;
    transform: translateY(0);
}

/* Hover-������ */
.blog-card:hover {
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
}

.card-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    min-height: 320px;
    max-height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

/* ���������� ����������� ��� ��������� */
.blog-card:hover .card-image {
    transform: scale(1.03);
}

.card-content {
    position: absolute;
    padding: 1rem 1rem 1.1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    bottom: 1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.78) 100%);
    width:100%;
}

    .card-content h3 {
        font-family: var(--font-heading);
        font-size: clamp(1.05rem, 1.7vw, 1.35rem);
        margin-bottom: 0.35rem;
        line-height: 1.25;
        color: #ffffff;
        text-shadow: 1px 1px 3px #000000;
    }

    .card-content p {
        font-size: 0.95rem;
        color: #d1d5db;
        line-height: 1.5;
        flex-grow: 1;
        text-shadow: 1px 1px 3px #000000;
    }

.btn-card {
    margin-top: 0.85rem;
    padding: 0.52rem 0.95rem;
    color: white;
    text-decoration: none;
    border-radius: 0.55rem;
    font-weight: 600;
    align-self: flex-start;
    transition: background 0.25s ease, transform 0.25s ease;
}

    .btn-card:hover {
        background: #0056b3;
        transform: translateY(-1px);
    }

@media (max-width: 640px) {
    .card-image {
/*        height: 500px;*/
    }

    .card-content h3 {
        font-size: 1rem;
    }

    .card-content p {
        font-size: 0.9rem;
    }

    .btn {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }
    .light-btn {
        font-size: 1rem;
    }
}

.thumbs-splide .splide__slide {
    border-radius: 4px;
}

/* ������ �� ��������� */
#thumbs-splide-blog_list .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* ����� �� ����������� ����� */
}



/* ������� ������������� �� ��������� */
#thumbs-splide-blog_list .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.2);
    color: #0f172a;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

#thumbs-splide-blog_list .splide__arrow svg {
    fill: #0f172a;
}

#thumbs-splide-blog_list .splide__arrow:hover {
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-50%) scale(1.04);
}

/* ����� � ������ ������� */
#thumbs-splide-blog_list .splide__arrow--prev {
    left: 10px;
}

#thumbs-splide-blog_list .splide__arrow--next {
    right: 10px;
}



/*.splide__slide img[data-splide-lazy] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.splide__slide.is-loaded img[data-splide-lazy] {
    opacity: 1;
}

.splide__slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 1;
}

.splide__slide.is-loaded::before {
    display: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.splide__slide {
    position: relative;
}
*/

/* Mobile polish for public pages */
@media (max-width: 768px) {
    .first h1 {
        font-size: clamp(1.3rem, 5.2vw, 1.9rem);
        line-height: 1.25;
        letter-spacing: 0.01em;
    }

    .intro p,
    .intro2 p {
        font-size: clamp(1rem, 3.8vw, 1.2rem);
        line-height: 1.45;
    }

    .light-btn {
        border-radius: 12px;
        min-height: 42px;
        padding: 0.72em 1.2em;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    }

    .blog-card {
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    }

    .card-content {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.72) 100%);
        padding: 0.9rem;
    }

    .card-content h3 {
        font-size: 1.05rem;
        margin-bottom: 0.35rem;
    }

    .page-header {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .navbar-collapse {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        transform: translateY(100%);
        opacity: 0;
        transition: transform 0.22s ease, opacity 0.22s ease;
        will-change: transform, opacity;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        transform: translateY(0);
        opacity: 1;
    }

    .navbar-nav.container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 8px 0 16px;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
        border-radius: 12px;
        border: 1px solid rgba(148, 163, 184, 0.2);
        background: rgba(255, 255, 255, 0.03);
        padding: 11px 12px;
    }

    .navbar-nav .nav-link:active {
        background: rgba(255, 255, 255, 0.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    .blog-card,
    .card-image,
    .light-btn {
        transition: none !important;
        transform: none !important;
    }
}

@media (max-width: 768px) {
    :root {
        --mobile-space-1: 4px;
        --mobile-space-2: 8px;
        --mobile-space-3: 12px;
        --mobile-space-4: 16px;
        --mobile-space-5: 20px;
    }

    .second {
        padding-top: var(--mobile-space-5);
    }

    .section-wrapper:not(.promo-banner) {
        padding-top: 40px;
        padding-bottom: 36px;
    }

    .navbar-nav .nav-link.is-active-nav {
        border-color: rgba(255, 255, 255, 0.35);
        background: rgba(255, 255, 255, 0.16);
        font-weight: 600;
    }
}

/* Release 2 — promo (Apple-style) */
.promo-banner {
    padding: 10px 16px 34px;
}

.promo-banner-splide {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 3.3rem;
}

.promo-banner-splide .splide__track {
    overflow: hidden;
    border-radius: 28px;
}

.promo-banner-splide .splide__slide {
    height: auto;
}

.promo-banner-splide .splide__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 6;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.promo-banner-splide .splide__pagination__page {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transform: none;
}

.promo-banner-splide .splide__pagination__page.is-active {
    width: 22px;
    background: #ffffff;
}

#promo-banner-splide .splide__arrows {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 7;
}

#promo-banner-splide .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    width: 2.6rem;
    height: 2.6rem;
    border: 0;
    border-radius: 999px;
    background: rgba(30, 30, 34, 0.4);
    backdrop-filter: blur(10px);
    opacity: 0.96;
    transition: background 0.2s ease, transform 0.2s ease;
}

#promo-banner-splide .splide__arrow:hover {
    background: rgba(30, 30, 34, 0.58);
    transform: translateY(-50%) scale(1.03);
}

#promo-banner-splide .splide__arrow svg {
    fill: #f8f8f8;
}

#promo-banner-splide .splide__arrow--prev {
    left: 2px;
}

#promo-banner-splide .splide__arrow--next {
    right: 2px;
}

.promo-card {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: clamp(320px, 52vw, 390px);
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
    isolation: isolate;
}

.promo-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.promo-card__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.035);
}

.promo-card__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.promo-card__scrim {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(96deg, rgba(7, 7, 9, 0.82) 0%, rgba(7, 7, 9, 0.58) 36%, rgba(7, 7, 9, 0.26) 58%, rgba(7, 7, 9, 0.08) 100%),
        radial-gradient(80% 130% at 0% 100%, rgba(255, 255, 255, 0.16) 0%, transparent 58%);
}

.promo-card__content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 24px 22px 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Segoe UI", sans-serif;
}

.promo-card__copy {
    max-width: 34rem;
}

.promo-card__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 11px;
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(7px);
}

.promo-card__title {
    margin: 0 0 8px;
    font-size: clamp(1.48rem, 4.7vw, 1.95rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.42);
}

.promo-card__discount {
    margin: 0 0 7px;
    font-size: clamp(1.08rem, 3.2vw, 1.3rem);
    font-weight: 600;
    color: #d2f8d8;
    letter-spacing: -0.01em;
}

.promo-card__subtitle,
.promo-card__until {
    margin: 0 0 5px;
    font-size: 0.95rem;
    line-height: 1.47;
    color: rgba(255, 255, 255, 0.92);
}

.promo-card__actions {
    flex-shrink: 0;
}

.promo-card__cta {
    margin: 0;
    display: inline-block;
    color: #151515;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    padding: 0.72em 1.35em;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.promo-card__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.38);
    background: #fff;
    color: #111 !important;
}

@media (min-width: 992px) {
    .promo-banner {
        padding: 14px 24px 42px;
    }

    .promo-banner-splide {
        padding: 0 3.6rem;
    }

    .promo-card {
        aspect-ratio: 2.35 / 1;
        max-height: 470px;
    }

    .promo-card__image {
        background-position: 64% center;
    }

    .promo-card__content {
        max-width: 53%;
        padding: 44px 50px 56px;
        justify-content: center;
        gap: 22px;
    }

    .promo-card__copy {
        max-width: 29rem;
    }

    .promo-card__title {
        font-size: clamp(2rem, 2.35vw, 2.5rem);
    }

    .promo-card__discount {
        font-size: 1.38rem;
    }

    .promo-card__subtitle,
    .promo-card__until {
        font-size: 1rem;
    }

    .promo-banner-splide .splide__pagination {
        bottom: 20px;
    }
}

@media (max-width: 575px) {
    .promo-banner-splide {
        padding: 0 2.45rem;
    }

    #promo-banner-splide .splide__arrow {
        width: 2.15rem;
        height: 2.15rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .promo-card__image {
        transform: none;
    }

    .promo-card__video {
        display: none;
    }
}

.included-stay__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
    justify-content: center;
    grid-auto-flow: row;
    justify-items: start;
    align-content: space-around;
    align-items: center;
}

.included-stay__grid li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.guest-reviews__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 16px;
}

.guest-reviews__rating {
    margin: 0;
    color: #fbbf24;
}

.guest-reviews-splide {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 3rem;
}

.guest-reviews-splide .splide__slide {
    height: auto;
}

.guest-reviews-splide .splide__pagination {
    position: static;
    margin-top: 1rem;
}

.guest-reviews-splide .splide__pagination__page {
    background: rgba(255, 255, 255, 0.35);
}

.guest-reviews-splide .splide__pagination__page.is-active {
    background: var(--green);
}

#guest-reviews-splide .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#guest-reviews-splide .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.2);
    color: #0f172a;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.98;
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.34);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

#guest-reviews-splide .splide__arrow:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-50%) scale(1.04);
}

#guest-reviews-splide .splide__arrow svg {
    fill: #0f172a;
}

#guest-reviews-splide .splide__arrow--prev {
    left: 0;
}

#guest-reviews-splide .splide__arrow--next {
    right: 0;
}

.guest-reviews__card {
    margin: 0;
    height: 100%;
    min-height: 12rem;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
}

.guest-reviews__text {
    margin: 0 0 12px;
}

.guest-reviews__author {
    font-size: 0.9rem;
    opacity: 0.85;
    margin-top: auto;
}

.guest-reviews__more {
    margin: 1.25rem 0 0;
    text-align: center;
}

@media (max-width: 575px) {
    .guest-reviews-splide {
        padding: 0 2.75rem;
    }

    #guest-reviews-splide .splide__arrow {
        width: 2rem;
        height: 2rem;
    }
}

.home-faq .accordion-item {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
}

.home-faq .accordion-button {
    background: transparent;
    color: inherit;
    box-shadow: none;
}

.home-faq .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
}

.home-faq .accordion-body {
    color: inherit;
    opacity: 0.95;
}

.rooms-catalog {
    gap: 24px;
    margin-top: 24px;
}

.rooms-catalog__card {
    flex: 1 1 280px;
}

.rooms-catalog__photo {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin: 12px 0;
}

.rooms-catalog__price {
    font-size: 1.1rem;
}

.room-book-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
    margin: 16px 0;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
}

.room-book-bar__price {
    margin: 0;
    font-size: 1.15rem;
}

.room-book-bar__meta {
    margin: 0;
    opacity: 0.9;
}

.directions-table__grid {
    color: inherit;
}

.directions-table__grid th,
.directions-table__grid td {
    border-color: rgba(255, 255, 255, 0.15);
}

.sticky-booking-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.sticky-booking-cta__btn {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    padding: 12px 20px;
    border-radius: 999px;
    background: #22c55e;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}

.sticky-booking-cta__btn:hover {
    background: #16a34a;
    color: #fff;
}

body.sticky {
    padding-bottom: 72px;
}

@media (min-width: 769px) {
    .sticky-booking-cta {
        display: none;
    }

    body.sticky {
        padding-bottom: 0;
    }
}

/* Release 2 — global Apple-style (public site only) */
:root {
    --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    --font-heading: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    --bg-content: #0f1318;
    --text-color: #f5f7fa;
    --green: #34c759;
    --space-section-y: clamp(52px, 6vw, 72px);
    --space-section-y-mobile: 36px;
    --space-card-padding: clamp(22px, 3.2vw, 34px);
    --space-container-x: clamp(16px, 3vw, 28px);
    --radius-surface: 20px;
}

body {
    color: #f5f7fa;
    background:
        radial-gradient(120% 80% at 50% -10%, rgba(120, 140, 255, 0.12) 0%, rgba(120, 140, 255, 0) 60%),
        linear-gradient(180deg, #0c1015 0%, #111821 52%, #0f141b 100%);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: 0;
}

h1, h2, h3, h4 {
    letter-spacing: -0.02em;
    font-weight: 700;
}

p {
    color: rgba(245, 247, 250, 0.92);
}

.first {
    position: relative;
    overflow: hidden;
}

.first::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(80% 60% at 50% 5%, rgba(130, 150, 255, 0.16) 0%, rgba(130, 150, 255, 0) 70%),
        linear-gradient(180deg, rgba(8, 12, 18, 0.5) 0%, rgba(8, 12, 18, 0.78) 100%);
    pointer-events: none;
}

.first > * {
    position: relative;
    z-index: 2;
}

.first h1 {
    letter-spacing: -0.025em;
}

.page-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(17, 24, 32, 0.62);
    backdrop-filter: saturate(140%) blur(14px);
    -webkit-backdrop-filter: saturate(140%) blur(14px);
}

.nav .logo-text {
    color: rgba(244, 247, 250, 0.9);
    letter-spacing: -0.01em;
}

.navbar-nav .nav-link {
    color: rgba(247, 250, 255, 0.9) !important;
    border-radius: 12px;
    padding: 10px 12px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.09);
    color: #fff !important;
    transform: translateY(-1px);
}

.nav-mobile-messengers {
    display: none;
}

.second {
    padding-top: clamp(38px, 5vw, 52px);
}

.section-wrapper {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
}

.promo-banner.section-wrapper {
    padding-top: 10px;
    padding-bottom: 34px;
}

/* Секции с обоими классами — только ритм отступов, без второй «коробки» */
section.section-wrapper.text-left-block,
section.section-wrapper.text-center-block {
    padding-left: var(--space-container-x);
    padding-right: var(--space-container-x);
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.text-left-block:not(.section-wrapper),
.text-center-block:not(.section-wrapper) {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-surface);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: var(--space-card-padding);
}

.second .container > .section-wrapper {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.section-wrapper.container {
    max-width: 1120px;
}

#thumbs-splide-blog_list,
.thumbs-splide--blog-list {
    width: 100%;
    max-width: min(1320px, 100%);
    margin: 0 auto;
}

.section-wrapper h2 {
    margin-bottom: 1.25rem;
}

.text-left-block.section-wrapper h1,
.text-left-block.section-wrapper h2,
.text-center-block.section-wrapper h1,
.text-center-block.section-wrapper h2 {
    margin-bottom: clamp(16px, 2.4vw, 26px);
}

.text-left-block.section-wrapper > p,
.text-center-block.section-wrapper > p {
    max-width: 78ch;
}

.section-wrapper .flex-row {
    gap: clamp(24px, 4vw, 48px);
}

.light-btn {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.light-btn:hover {
    background: #fff !important;
    color: #0f172a !important;
    border-color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.blog-card,
.guest-reviews__card,
.home-faq .accordion-item,
.rooms-catalog__card,
.room-book-bar {
    border-radius: var(--radius-surface);
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.018) 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.card-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.62) 100%);
}

.home-faq .accordion-button {
    color: rgba(248, 250, 252, 0.96);
    font-weight: 600;
    border-radius: calc(var(--radius-surface) - 2px) !important;
}

.home-faq .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.08);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.home-faq .accordion-item {
    overflow: hidden;
}

.guest-reviews__text,
.room-book-bar__meta {
    color: rgba(245, 247, 250, 0.88);
}

.guest-reviews__author {
    color: rgba(245, 247, 250, 0.74);
}

.rooms-catalog__photo {
    border-radius: 16px;
}

.page-footer {
    color: rgba(245, 247, 250, 0.66);
}

.sales-wrapper .flex-box {
    gap: clamp(18px, 2.5vw, 30px);
    margin-top: clamp(16px, 2.2vw, 24px);
}

.sales-wrapper .flex-column,
.rooms-catalog__card {
    flex: 1 1 320px;
    min-width: min(100%, 280px);
    max-width: 560px;
    padding: clamp(14px, 1.9vw, 20px);
}

.sales-wrapper .flex-column > div {
    border-radius: 16px;
    min-height: 220px;
    height: clamp(220px, 26vw, 340px);
    margin-bottom: 14px;
}

.sales-wrapper .flex-column h3,
.rooms-catalog__card h3 {
    margin-bottom: 10px;
}

.sales-wrapper .flex-column p:last-of-type,
.rooms-catalog__card p:last-of-type {
    margin-bottom: 16px;
}

.section-wrapper.medium-text {
    border-radius: var(--radius-surface);
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
    padding: clamp(16px, 2vw, 24px) !important;
}

.section-wrapper.medium-text .flex-row {
    margin: 0;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.section-wrapper.medium-text .flex-row:last-child {
    border-bottom: 0;
}

.section-wrapper.medium-text table td {
    padding: 0.5rem 0.35rem;
}

.section-wrapper.medium-text textarea {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.36);
    color: #f8fafc;
}

@media (max-width: 768px) {
    .section-wrapper:not(.promo-banner) {
        padding-top: var(--space-section-y-mobile);
        padding-bottom: var(--space-section-y-mobile);
    }

    section.section-wrapper.text-left-block,
    section.section-wrapper.text-center-block {
        padding-left: max(18px, var(--space-container-x));
        padding-right: max(18px, var(--space-container-x));
    }

    .text-left-block:not(.section-wrapper),
    .text-center-block:not(.section-wrapper) {
        border-radius: 16px;
        padding: 22px 18px;
    }

    .second .container {
        padding-left: var(--space-container-x);
        padding-right: var(--space-container-x);
    }

    .sales-wrapper .flex-column,
    .rooms-catalog__card {
        max-width: none;
        padding: 14px;
    }

    .sales-wrapper .flex-column > div {
        height: clamp(190px, 55vw, 260px);
    }

    .nav-mobile-messengers {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
        margin-right: 10px;
    }

    .nav-mobile-messengers__btn {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid rgba(148, 163, 184, 0.35);
        background: rgba(255, 255, 255, 0.09);
        color: #f8fafc;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 6px 14px rgba(2, 6, 23, 0.25);
    }

    .nav-mobile-messengers__btn--tg {
        font-size: 1rem;
    }

    .nav-mobile-messengers__btn--max img {
        width: 19px;
        height: 19px;
        display: block;
    }

    .navbar-nav .nav-item--max-link,
    .navbar-nav .nav-item--tg-link {
        display: none;
    }
}

