/* Основной CSS без медиа-запросов (все правила для экранов шире 800px) */

html::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-image: none;
    opacity: .12;
    pointer-events: none;
}

.divider-light {
    content: "";
    display: inline-block;
    width: 70px;
    max-width: 100%;
    border-top: 3px solid #000000 !important;
    vertical-align: top;
}

.uk-navbar-nav>li>a {
    height: 100%;
    padding: 0 0;
    color: #aba6a0;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 2px;
    font-size: 16px;
}

.uk-navbar-nav>li.uk-active>a {
    color: #fff;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
}

.tm-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    z-index: 999;
    height: 4px;
    background: #fff;
}

.uk-navbar-nav {
    gap: 31px;
}

.button-top .uk-button-primary {
    background-color: #00332C;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.439);
}

.button-top .uk-button-primary:hover {
    background-color: #fff;
    color: #00332c;
    border: 1px solid rgba(0, 51, 44, 0.484);
}

.lang .uk-subnav>*>:first-child {
    color: #fff;
}

.uk-dropdown-nav>li>a {
    color: #000 !important;
}

.uk-dropdown {
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 15px;
    --uk-inverse: light;
    width: auto;
    min-width: 200px;
    padding: 19px;
    background: #fff;
    color: rgba(255, 255, 255, .75);
    border-radius: 10px;
    margin: 0 0 0 35px;
}

.uk-button-danger {
    background: rgb(255 255 255 / 12%);
    backdrop-filter: blur(5px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.449)
}

.title-bl {
    z-index: 1;
}

.tm-header-placeholder {
    display: none;
}

.title-bl {
    background-color: rgba(0, 0, 0, 0.294);
    backdrop-filter: blur(6px);
}

:not(.uk-sticky-below)>.uk-navbar-container:not(.uk-navbar) {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.439) !important;
    backdrop-filter: blur(6px);
}

.title-txt-meta {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    background: rgb(255 255 255 / 12%);
    width: 212px;
    padding: 4px;
    border-radius: 10px;
    margin: 0 auto 18px auto;
    backdrop-filter: blur(5px);
}

.title-header {
    color: #fff;
    font-size: 78px;
    margin-top: 3px;
}

.title-header span {
    font-weight: 700;
    background: linear-gradient(120deg, #00332C, #5BAE8A);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 0.4px rgba(255, 255, 255, 0.3);
    text-stroke: 0.4px rgba(255, 255, 255, 0.3);
    font-family: 'Tenor Sans';
}

.title-text {
    color: #fff;
    width: 70%;
    margin: 0 auto;
}

.title-button .uk-button-default {
    color: #fff;
}

.title-bron {
    margin-top: -140px;
    z-index: 999;
    position: relative;
}

.avenue-table-compact {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
}

.avenue-table-container {
    width: 100%;
    overflow-x: auto;
    border-radius: 20px;
    background: rgba(0, 51, 44, 0.04);
    backdrop-filter: blur(2px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.avenue-features-compact {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 500px;
}

.avenue-features-compact td {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid rgba(126, 176, 155, 0.3);
    vertical-align: middle;
}

.avenue-features-compact td:first-child {
    font-weight: 600;
    background-color: #00332C;
    width: 32%;
    color: #ffffff;
    vertical-align: middle;
    text-transform: uppercase;
}

.avenue-features-compact td:last-child {
    color: #2c3e3a;
}

.avenue-features-compact tr:nth-child(even) td:first-child {
    background-color: rgb(0 51 44 / 72%);
}

.avenue-features-compact tr:nth-child(even) td:last-child {
    background-color: rgba(126, 176, 155, 0.02);
}

.avenue-table-note {
    text-align: right;
    font-size: 0.7rem;
    color: #7EB09B;
    margin-top: 0.5rem;
    padding-right: 0.5rem;
}

.about-header {
    color: #00332C;
    font-size: 50px;
}

.avenue-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1.5rem;
}

.avenue-dot {
    width: 6px;
    height: 6px;
    background-color: #7EB09B;
    border-radius: 50%;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.avenue-dot:hover {
    opacity: 1;
    transform: scale(1.3);
    background-color: #00332C;
}

.avenue-polaroid {
    background: rgb(0 51 44 / 72%);
    padding: 12px 12px 12px 12px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.avenue-polaroid:hover {
    transform: translateY(-6px);
}

.avenue-polaroid-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.avenue-polaroid-caption {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.avenue-about {
    max-width: 100%;
    padding: 0.5rem 0;
    animation: fadeSlideUp 0.8s ease-out;
}

.avenue-about-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #00332C;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.3px;
}

.avenue-about-line {
    width: 60px;
    height: 3px;
    background: #7EB09B;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.avenue-about:hover .avenue-about-line {
    width: 100px;
}

.avenue-about-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #2c3e3a;
    margin: 0 0 1.2rem 0;
}

.avenue-about-button .uk-button-primary:hover {
    border: 1px solid #00332C;
    color: #00332C;
}

.avenue-features-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
}

.avenue-feature-mini-item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f5f7f6;
    padding: 0.4rem 0.8rem;
    border-radius: 40px;
    transition: all 0.2s ease;
    cursor: default;
}

.avenue-feature-mini-item:hover {
    background: #e8efec;
    transform: translateY(-2px);
}

.avenue-feature-mini-icon {
    font-size: 1rem;
}

.avenue-feature-mini-text {
    font-size: 0.75rem;
    font-weight: 500;
    color: #00332C;
    white-space: nowrap;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-light {
    font-size: 50px;
    color: #fff;
}

.avenue-reviews-premium {
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
    animation: fadeInReviews 0.8s ease-out;
}

.avenue-reviews-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.avenue-reviews-line {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #7EB09B, #A8D5BA);
    margin: 0 auto 1rem auto;
    border-radius: 2px;
}

.avenue-reviews-title {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.3rem 0;
    letter-spacing: -0.3px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.avenue-reviews-sub {
    font-size: 0.85rem;
    color: #A8D5BA;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.avenue-reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    justify-content: center;
    margin-bottom: 2rem;
    align-items: stretch;
}

.avenue-review-premium {
    flex: 1;
    min-width: 260px;
    max-width: 340px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 1.8rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    transition: all 0.35s cubic-bezier(0.2, 0, 0, 1);
    border: 1px solid rgba(126, 176, 155, 0.4);
    position: relative;
    display: flex;
    flex-direction: column;
}

.avenue-review-premium:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.18);
    border-color: #7EB09B;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
}

.avenue-review-decor {
    font-size: 4.5rem;
    font-family: serif;
    color: rgb(255 255 255 / 19%);
    opacity: 1;
    line-height: 0.8;
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    pointer-events: none;
}

.avenue-review-stars {
    font-size: 23px;
    color: #ffd400;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    justify-content: center;
    display: flex;
}

.avenue-review-text-premium {
    font-size: 14px;
    color: #fff;
    margin: 0 0 1.4rem 0;
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
}

.avenue-review-footer-premium {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-top: 1px solid rgba(126, 176, 155, 0.3);
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.avenue-review-avatar-premium {
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.avenue-review-author-premium {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.avenue-review-author-premium span {
    display: block;
    font-weight: 400;
    font-size: 0.7rem;
    color: #A8D5BA;
    margin-top: 2px;
}

.avenue-reviews-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0rem;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    padding: 18px 1.5rem;
    border-radius: 60px;
    border: 1px solid rgba(126, 176, 155, 0.3);
    width: 89%;
    margin: 0 auto;
    justify-content: space-between;
}

.avenue-reviews-rating {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.rating-stars {
    font-size: 0.9rem;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    padding: 0.3rem 1rem;
    border-radius: 30px;
    color: #ffffff;
    border: 1px solid #7EB09B;
}

.rating-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

.avenue-reviews-link {
    font-size: 0.85rem;
    color: #A8D5BA;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #7EB09B;
    transition: all 0.25s;
}

.avenue-reviews-link:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
    letter-spacing: 0.3px;
}

@keyframes fadeInReviews {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.uk-slidenav {
    padding: 10px 10px;
    color: #fff;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    background-color: #00332c;
    border-radius: 20px;
}

.uk-slidenav:hover {
    background-color: #fff;
    color: #00332C;
}

.avenue-room-block {
    position: relative;
}

.avenue-room-block .uk-card-default {
    margin-top: -28px;
    border-radius: 0 0 20px 20px !important;
    box-shadow: 0 1px 18px 8px rgb(0 0 0 / 7%);
    background: none;
    padding-bottom: 31px !important;
}

.avenue-room-slider {
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 1px 18px 8px rgb(0 0 0 / 7%);
}

.avenue-room-slider .uk-dotnav>*>* {
    background: #fff;
}

.avenue-room-slider .uk-dotnav>.uk-active>* {
    background: transparent !important;
    border-color: #fff;
}

.avenue-room-slider .uk-link-toggle {
    --uk-inverse: initial;
    border-radius: 20px 20px 0 0;
}

.avenue-room-slider img {
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 1px 18px 8px rgb(0 0 0 / 7%);
}

.avenue-room-header {
    font-size: 26px;
    color: #00332C;
    margin-top: 5px;
}

.avenue-room-text {
    font-size: 14px;
}

.avenue-room-subnav {
    margin: 0 15px;
}

.avenue-room-subnav .el-item {
    background: rgb(126 176 155 / 9%);
    border-radius: 20px;
    padding: 3px 12px;
    margin: 0 6px;
    transition: 200ms;
}

.avenue-room-subnav .el-item:hover {
    transform: translateY(-2px);
    transition: 200ms;
}

.avenue-room-subnav a {
    font-size: 13px !important;
}

.avenue-room-button .uk-button-primary {
    font-size: 13px;
    line-height: 37px;
    transition: 200ms;

}

.avenue-room-button .uk-button-primary:hover {
    font-size: 13px;
    line-height: 37px;
    background: transparent;
    border: 1px solid #00332C;
    border-radius: 500px;
    color: #00332C;
    transform: translateY(-2px);
    transition: 200ms;
}

.avenue-room-meta {
    position: absolute;
    top: 143px;
    left: 44%;
    z-index: 10;
    background: #00332C;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 5px 20px 8px 20px;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    animation: priceScalePulse 2.5s infinite ease-in-out;
    transform-origin: center;
    border: 2px solid #ffffff8c;
    overflow: visible;
}

.avenue-room-block .uk-card-body {
    padding: 0;
}

.avenue-room-block .uk-card-body>*:not(.avenue-room-slider) {
    padding-left: 20px;
    padding-right: 20px;
}

.avenue-room-block .uk-card-body> :first-child {
    margin-top: 0;
}

.avenue-room-slider {
    overflow: hidden;
    border-radius: 8px;
    /* или такой же, как у карточки */
}

/* Также проверим, что uk-card имеет overflow: hidden */
.avenue-room-block .uk-card {
    overflow: hidden;
}

/* Для всех вложенных элементов, которые могут создавать углы */
.avenue-room-slider .uk-slideshow-items,
.avenue-room-slider .uk-slideshow-item,
.avenue-room-slider .el-item,
.avenue-room-slider .uk-inline-clip {
    overflow: hidden;
    border-radius: inherit;
}

.avenue-room-meta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    pointer-events: none;
    animation: whiteWaves 2.5s infinite ease-out;
    z-index: -1;
}

.avenue-room-meta::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    pointer-events: none;
    animation: whiteWaves 2.5s infinite ease-out 0.8s;
    z-index: -1;
}

@keyframes whiteWaves {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.35);
        opacity: 0;
    }
}

.avenue-rooms-note {
    background: #f5f7f6;
    border-radius: 24px;
    padding: 1.5rem;
    margin-top: 0.5rem;
}

.avenue-rooms-note-title {
    font-size: 1rem;
    font-weight: 600;
    color: #00332C;
    margin-bottom: 1rem;
    text-align: center;
}

.avenue-rooms-note-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    justify-content: center;
}

.avenue-rooms-note-grid span {
    font-size: 0.8rem;
    color: #2c3e3a;
    background: white;
    padding: 0.25rem 0.8rem;
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.uk-lightbox {
    --uk-inverse: light;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #00332ceb;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom;
}

.uk-lightbox-items-fit>*>:not(iframe) {
    object-fit: contain;
    border-radius: 20px;
}

.uslugi-grid .el-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    border: 1px solid rgba(126, 176, 155, 0.4);
    transition: all 0.3s ease;
    overflow: hidden;
}

.uslugi-grid .el-content {
    padding: 15px 26px;
}

.uslugi-grid .uk-button {
    margin: -17px 26px 15px 26px;
}

.uslugi-grid .el-item:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.18);
    border-color: #7EB09B;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.uslugi-grid img {
    width: 100%;
    height: auto;
    display: block;
}

.uslugi-card .uk-card-body {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.uslugi-grid .el-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    padding: 0px 26px;
}

.uslugi-grid .el-content {
    font-size: 0.9rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    padding: 0px 26px 29px 26px;
    margin-top: 10px !important;
}

.uslugi-modal .uk-modal-dialog {
    background: rgb(255 255 255 / 8%);
    backdrop-filter: blur(21px);
    border-radius: 28px;
    border: 1px solid rgba(126, 176, 155, 0.4);
    transition: all 0.3s ease;
    overflow: hidden;
    color: #fff;
}

.uslugi-modal-title {
    color: #fff;
}

.uslugi-modal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uslugi-modal-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.uslugi-modal-list li::before {
    content: "✓";
    color: #7EB09B;
    position: absolute;
    left: 0;
}

.uk-modal {
    background: rgba(0, 51, 44, 0.858);
}

.uk-close {
    color: #fff;
}

:root {
    --avenue-primary: #7EB09B;
    --avenue-dark: #00332C;
    --avenue-bg: #00332C;
    --avenue-wa-color: #25D366;
    --avenue-ig-color: #E1306C;
    --avenue-shadow: 0 4px 20px rgba(0, 51, 44, 0.3);
}

.avenue-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: system-ui, -apple-system, sans-serif;
}

.avenue-toggle-btn {
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--avenue-primary);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--avenue-shadow);
    transition: transform 0.2s;
    top: -56px;
}

.avenue-toggle-btn:hover {
    transform: scale(1.02);
}

.avenue-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--avenue-primary);
    border-radius: 50%;
    z-index: -1;
    animation: avenue-ping 3s infinite;
}

@keyframes avenue-ping {

    70%,
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.avenue-modal {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 310px;
    background: var(--avenue-bg);
    border-radius: 20px;
    box-shadow: var(--avenue-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: bottom right;
    border: 1px solid rgba(126, 176, 155, 0.3);
}

.avenue-modal.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.avenue-modal-pulse::before,
.avenue-modal-pulse::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--avenue-primary);
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
}

.avenue-modal.active .avenue-modal-pulse::before {
    animation: avenue-modal-ping 3s infinite;
}

.avenue-modal.active .avenue-modal-pulse::after {
    animation: avenue-modal-ping 3s infinite 1.5s;
}

@keyframes avenue-modal-ping {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    70% {
        transform: scale(1.08);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.avenue-header {
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid rgba(126, 176, 155, 0.2);
}

.avenue-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avenue-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.avenue-name {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.avenue-status-text {
    color: #A8D5BA;
    font-size: 12px;
}

.avenue-avatar {
    position: relative;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avenue-avatar svg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.avenue-status-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background: #10b981;
    border: 2px solid var(--avenue-bg);
    border-radius: 50%;
}

.avenue-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
}

.avenue-close-btn:hover {
    opacity: 1;
}

.avenue-body {
    padding: 16px 20px 10px 20px;
    color: white;
    font-size: 14px;
}

.avenue-body p {
    margin: 0 0 6px 0;
    line-height: 1.4;
}

.avenue-body p:last-child {
    margin-bottom: 0;
}

.avenue-footer {
    padding: 0 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.avenue-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.06);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.2s;
    border: 1px solid transparent;
}

.avenue-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.avenue-wa .avenue-icon {
    color: var(--avenue-wa-color);
}

.avenue-ig .avenue-icon {
    color: var(--avenue-ig-color);
}

.avenue-phone-icon,
.avenue-mail-icon {
    color: #7EB09B;
}

.avenue-link-item:hover {
    background: var(--avenue-primary);
    color: #00332C;
    border-color: rgba(255, 255, 255, 0.2);
}

.avenue-link-item:hover .avenue-icon {
    color: #00332C !important;
}

.avenue-wa:hover {
    background: var(--avenue-wa-color);
    color: white;
}

.avenue-wa:hover .avenue-icon {
    color: white !important;
}

.avenue-ig:hover {
    background: linear-gradient(45deg, #f09433, #dc2743, #bc1888);
    color: white;
}

.avenue-ig:hover .avenue-icon {
    color: white !important;
}

.avenue-hint {
    position: absolute;
    bottom: 125px;
    right: 0;
    background: white;
    color: #00332C;
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: var(--avenue-shadow);
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s;
    pointer-events: none;
    white-space: nowrap;
    border: 1px solid #7EB09B;
}

.avenue-hint.show {
    opacity: 1;
    transform: translateY(0);
}

.avenue-copyright {
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
}

.avenue-copyright a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted rgba(126, 176, 155, 0.4);
}

.hidden {
    display: none !important;
}

.avenue-bottom-block .uk-icon-link {
    color: #fff;
    text-decoration: none !important;
}

.avenue-footer-desc {
    color: #fff;
}

.avenue-footer-contacts {
    color: #fff;
    margin-top: 26px;
}

.avenue-feature-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.avenue-feature-list {
    color: #fff;
    list-style: none;
}

.avenue-hours {
    color: #fff;
    margin-top: 0px;
}

.avenue-bottom-divider {
    border-top: 1px solid rgba(230, 230, 230, 0.2) !important;
}

.avenue-block-map {
    background: transparent;
    padding: 0;
}

.avenue-map-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 8px;
    border: 1px solid rgba(126, 176, 155, 0.4);
    transition: 0.2s;
}

.avenue-map-glass:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #7EB09B;
}

.avenue-map-frame iframe {
    border-radius: 16px;
    display: block;
    width: 100%;
}

.avenue-map-caption {
    text-align: right;
    margin-top: 0.5rem;
    font-size: 0.7rem;
}

.avenue-map-caption a {
    color: #A8D5BA;
    text-decoration: none;
    border-bottom: 1px dotted #7EB09B;
}

.avenue-map-caption a:hover {
    color: white;
}

.uk-grid-divider>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(230, 230, 230, 0.2) !important;
}

.avenue-footer-text {
    margin-top: -13px;
}
@media (min-width: 1024px) {
  #avNav { display: none; }
}
@media (max-width: 767px) {
    .avenue-feature-mini-item {
        padding: 0.3rem 0.6rem;
    }

    .avenue-feature-mini-text {
        font-size: 0.7rem;
        white-space: normal;
    }

    .avenue-features-compact td {
        padding: 0.5rem 0.8rem;
    }

    .avenue-table-title {
        font-size: 1.1rem;
    }

    .avenue-reviews-grid {
        gap: 1.2rem;
    }

    .avenue-review-premium {
        min-width: inherit;
        max-width: 100%;
    }

    .avenue-reviews-bottom {
        flex-direction: column;
        text-align: center;
    }

    .avenue-reviews-title {
        font-size: 1.6rem;
    }

    .avenue-rooms-grid {
        gap: 1.2rem;
    }

    .avenue-room-card {
        min-width: 100%;
        max-width: 100%;
    }

    .avenue-rooms-title {
        font-size: 1.6rem;
    }

    .avenue-rooms-note-grid span {
        font-size: 0.75rem;
    }

    #avNav,
    #avNav * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    #avNav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        height: 64px;
        background: #00332C;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 28px rgba(0, 51, 44, 0.22), 0 -1px 0 rgba(0, 0, 0, 0.08);
        overflow: hidden;
        animation: avSlideUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;

        /* safe area iPhone */
        padding-bottom: env(safe-area-inset-bottom, 0px);
        height: calc(64px + env(safe-area-inset-bottom, 0px));
    }

    /* shimmer top edge */
    #avNav::before {
        content: '';
        position: absolute;
        top: 0;
        left: 8%;
        right: 8%;
        height: 1px;
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 255, 255, 0.18) 30%,
                rgba(255, 255, 255, 0.35) 50%,
                rgba(255, 255, 255, 0.18) 70%,
                transparent);
        border-radius: 1px;
        pointer-events: none;
    }

    /* ── List ────────────────────────────────────────────────────── */
    #avNav .av-nav__list {
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 64px;
        /* fixed — не растягивается safe-area */
        list-style: none;
        padding: 0 6px;
    }

    /* ── Item ────────────────────────────────────────────────────── */
    #avNav .av-nav__item {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ── Link ────────────────────────────────────────────────────── */
    #avNav .av-nav__link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 4px 2px;
        text-decoration: none;
        color: #ffffff66;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        font-size: 7px;
    }

    /* ── Pill (фоновая капсула вокруг иконки + текста) ───────────── */
    #avNav .av-nav__pill {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 7px 12px 6px;
        border-radius: 14px;
        background: transparent;
        transition:
            background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        min-width: 52px;
    }

    /* ── Icon ────────────────────────────────────────────────────── */
    #avNav .av-nav__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.45);
        transition: color 0.28s ease, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        line-height: 1;
    }

    /* UIkit рендерит SVG внутри — цвет через currentColor */
    #avNav .av-nav__icon svg {
        display: block;
    }

    /* ── Label ───────────────────────────────────────────────────── */
    #avNav #avNav .av-nav__label {
        font-family: system-ui, -apple-system, sans-serif;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 1;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.4);
        transition: color 0.28s ease;
        /* убрали max-height, overflow, opacity */
    }

    /* ── ACTIVE ──────────────────────────────────────────────────── */
    #avNav .av-nav__item.is-active .av-nav__pill {
        background: rgba(255, 255, 255, 0.13);
        transform: translateY(-1px);
    }

    #avNav .av-nav__item.is-active .av-nav__icon {
        color: #ffffff;
        transform: translateY(-1px);
    }

    #avNav .av-nav__item.is-active .av-nav__label {
        color: rgba(255, 255, 255, 0.9);
        max-height: 20px;
        opacity: 1;
    }

    /* ── Tap ripple ──────────────────────────────────────────────── */
    #avNav .av-nav__pill.is-tapped {
        animation: avRipple 0.38s ease-out;
    }

    /* ── Keyframes ───────────────────────────────────────────────── */
    @keyframes avSlideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes avRipple {
        0% {
            background: rgba(255, 255, 255, 0.25);
        }

        100% {
            background: rgba(255, 255, 255, 0.13);
        }
    }

    .title-header {
        color: #fff;
        font-size: 32px;
        margin-top: 3px;
    }

    .uk-navbar-container:not(.uk-navbar-transparent) {
        background: #00332c;
        padding: 5px 0;
    }

    .about-header {
        color: #00332C;
        font-size: 32px;
    }

    .header-light {
        font-size: 32px;
        color: #fff;
    }

    .avenue-room-meta {
        position: relative;
        top: auto;
        left: auto;
        background: #00332C;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding: 7px 0;
        border-radius: 40px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(2px);
        animation: priceScalePulse 2.5s infinite ease-in-out;
        transform-origin: center;
        border: 2px solid #ffffff8c;
        overflow: visible;
        text-align: center;
        width: 61%;
        margin: 0 0 22px 0 !important;
    }

    .avenue-room-block .uk-card-default {
        margin-top: 0;
        border-radius: 20px !important;
        box-shadow: 0 1px 18px 8px rgb(0 0 0 / 7%);
        background: none;
    }

    .avenue-room-card.tm-grid-expand,
    .avenue-room-card.uk-grid-margin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Убираем левые паддинги у колонок */
    .avenue-room-block {
        padding-left: 0 !important;
        width: 100% !important;
        /* чтобы колонки стали полной ширины */
    }

    .avenue-room-button a {
        font-size: 16px !important;
    }
    .avenue-footer-text {
        padding-bottom: 60px;
    }
    .avenue-reviews-rating {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
}