body {
    background: #302C3D;
    box-sizing: border-box;
    font-family: 'ubuntu', sans-serif;
    margin: 0;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.location {
    position: relative;
    margin-left: auto;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.location-name svg {
    margin-left: 5px;
}

.location-value-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 120px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    flex-direction: column;
    z-index: 10;
    max-height: 300px;
    overflow-y: scroll;
}

.location-value-wrap a {
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    display: block;
}

.pager {
    min-height: 1px; /* или 20px под спиннер */
}
.post-address{
    color: #fff;
    margin-bottom: 10px;
}
.post-address a{
    color: #fff;
    text-decoration: none;
}

.location-value-wrap a:hover {
    background: #f0f0f0;
}

.location:hover .location-value-wrap {
    display: flex;
}

.location-metro {
    margin-left: 15px;
}

.login-btn {
    margin-left: 50px;
}

#metro-filter {
    color: #F6055B;
    font-size: 16px;
    background: none;
    border: none;
    max-width: 160px;
}

.filter-item .inputs {
    display: none;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-item {
    min-width: 150px;
    height: 75px;
}

.noUi-connect {
    background: #F6055B;
}

.noUi-target {
    border: none;
    box-shadow: none;
    height: 3px;
    background: none;
    background: #F6055B;
}

.noUi-handle::after, .noUi-handle::before {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
}

.slider-text {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.noUi-horizontal .noUi-tooltip {
    bottom: -35px;
    background: none;
    color: #F6055B;
    border: none;
}

.noUi-handle {
    border: none;
    border-radius: 100%;
    background: #F6055B;
    cursor: default;
    box-shadow: none;
}

.d-flex {
    display: flex;
}

.filter-btn {
    width: 120px;
    height: 40px;
    background: linear-gradient(103deg, #F90203 1.04%, #FB07AE 96.86%);
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 6px;
}

.filter-wrap {
    background: #2D2939;
    padding: 10px 0px;
}

.top-nav-wrap {
    padding: 10px 0;
}

.online-text {
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
}

.online-item {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 35px;
    border: 1px solid #F6055B;
}

img {
    max-width: 100%;
    width: 100%;
}

h1 {
    color: #fff;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.bottom-info {
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0));
    padding: 25px 15px;
}

.post .name {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

.post .price {
    color: #FB07AE;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.phone-icon {
    width: 41px;
    height: 41px;
    background: #35E86E;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.phone-wrap {
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.41);
    display: flex;
    align-items: center;
    text-align: center;
}

.listing-phone {
    margin: auto;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.posts .post {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 25px;
}

.post-wrap {
    width: 25%;
    padding: 0 10px;
}

.d-none {
    display: none;
}

.online-items {
    margin-bottom: 20px;
}

.left-col {
    max-width: 40%;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: transparent; /* фон прозрачный */
    margin-bottom: 20px;
}

.breadcrumb-item {
    color: #fff; /* белый текст */
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #fff; /* ссылки тоже белые */
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ffd700; /* при наведении — золотистый */
    text-decoration: underline;
}

.breadcrumb-item::after {
    content: "›"; /* стрелка-разделитель */
    color: #aaa;
    padding: 0 8px;
}

.breadcrumb .active {
    color: #fff;
}

.red-heading {
    color: #F6055B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.orange {
    background: #F69605;
    box-shadow: 0 4px 4px 0 rgba(246, 150, 5, 0.38);
}

.green {
    background: #45E565;
    box-shadow: 0 4px 4px 0 rgba(53, 232, 110, 0.42);
}

.purple {
    background: #AA05F6;
    box-shadow: 0 4px 4px 0 rgba(170, 5, 246, 0.38);
}

.white-heading {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.right-col {
    width: 60%;
    padding-left: 30px;
}

.right-col .phone-wrap {
    max-width: 235px;
    margin-bottom: 22px;
}

.right-col .price-wrap {
    max-width: 60%;
}

.price-list, .params-items-wrap {
    justify-content: space-between;
}

.price-item {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px 35px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.price-item-wrap hr {
    margin-bottom: 18px;
    box-shadow: none;
    color: #fff;
}

.price-item-wrap {
    margin-bottom: 22px;
}

.about {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.param-value {
    color: #F6055B;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.param-name {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

.param-item {
    border-radius: 6px;
    background: #2D2939;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 18px 37px;
}

.about-wrap, .params-wrap {
    margin-bottom: 20px;
}

.service-status {
    width: 11px;
    height: 11px;
    border-radius: 4px;
    border: 1px solid #FFF;
    margin-right: 12px;
    display: flex;
}

.service-name {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.service-item {
    align-items: center;
}

.service-status .selected {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #FB07AE;
    margin: auto;
}

.service-items-wrap {
    display: flex;
    flex-wrap: wrap; /* перенос в новые строки */
    gap: 15px; /* отступы между элементами */
    margin-bottom: 25px;
}

.service-item {
    flex: 1 1 calc(25% - 15px); /* 4 колонки (25%) */
    color: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: flex-start;
    transition: background 0.3s ease;
}

.post {
    flex-wrap: wrap;
}

.map-wrap {
    width: 100%;
    margin-bottom: 25px;
}

.info-item-wrap {
    margin-bottom: 25px;
}

.info-item {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    color: #FFF;
    margin-right: 10px;
}

.params-wrap {
    max-width: 70%;
}

.reviews-wrap {
    width: 100%;
    margin-bottom: 25px;
}

.review-name {
    font-weight: bold;
    font-size: 18px;
    color: #F6055B;
    margin-bottom: 10px;
}

.review-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.review {
    margin-bottom: 25px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 12px;
}

.review-form {
    flex-direction: column;
}

.review-form .input {
    max-width: 280px;
    padding: 9px;
    border: 1px solid #c8c6c6;
    border-radius: 10px;
    margin-bottom: 15px;
}

.review-form textarea {
    max-width: 400px;
    min-height: 90px;
    padding: 9px;
    border: 1px solid #c8c6c6;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Контейнер навигации */
#w0 {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}

/* Сброс базовой разметки UL */
#w0 .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px; /* расстояние между кнопками */
    flex-wrap: wrap;
}

/* Кнопка страницы */
#w0 .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px; /* «пилюля» */
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .06s ease;
}

/* Ховер и активный фокус */
#w0 .page-link:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
}

#w0 .page-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .35); /* мягкое focus-ring */
}

/* Текущая страница */
#w0 .page-item.active .page-link {
    background: #22c55e; /* зелёная активная */
    border-color: #22c55e;
    color: #0b1b10;
    cursor: default;
}

/* Disabled (стрелки, если нельзя листать) */
#w0 .page-item.disabled .page-link {
    opacity: .45;
    cursor: not-allowed;
    pointer-events: none;
}

/* Стрелки «пред/след» — чуть уже */
#w0 .page-item.prev .page-link,
#w0 .page-item.next .page-link {
    min-width: 36px;
    padding: 0 12px;
}

/* Лёгкий клик-эффект */
#w0 .page-link:active {
    transform: translateY(1px);
}

.prev, .next {
    display: none;
}

.no-review {
    color: #F6055B;
    font-size: 16px;
    text-align: center;
}

.page-text {
    color: #fff;
}

.menu-btn {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--text);
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .08s ease, border-color .2s ease, background .2s ease;
}

.menu-btn:hover {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .06)
}

.menu-btn:active {
    transform: translateY(1px)
}

.menu-btn__label {
    font-weight: 600
}

/* Бэкдроп */
.backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: saturate(120%) blur(2px);
    z-index: 10;
    opacity: 0;
    transition: opacity .25s ease;
}

.backdrop.is-visible {
    opacity: 1
}

/* Сайдбар */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: min(86vw, 340px);
    background: #302C3D;
    transform: translateX(-101%);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
    z-index: 11;
    display: flex;
    flex-direction: column;
}

.sidebar.is-open {
    transform: none
}

/* Контент сайдбара */
.sidebar__close {
    align-self: flex-end;
    margin: 8px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.sidebar__close:hover {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .06)
}

.sidebar__nav {
    display: flex;
    flex-direction: column;
    padding: 8px 14px 18px;
    overflow-y: auto;
}

.sidebar__nav a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
}

.accordion {
    --bg: #111;
    --text: #fff;
    --accent: #F6055B;
    --border: rgba(255, 255, 255, .18);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--text);
}

.accordion__item {
    overflow: hidden;
}

.accordion__btn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: transparent;
    color: inherit;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-weight: 700;
    padding-left: 0;
}


.accordion__chev {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
}

.accordion__btn[aria-expanded="true"] .accordion__chev {
    transform: rotate(180deg);
}

.accordion__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .25s ease;
}

.accordion__panel[data-open="true"] {
    grid-template-rows: 1fr;
}

.accordion__inner {
    overflow: hidden;
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding: 0 16px 14px;
    display: grid;
    gap: 8px;
}

.accordion__list li {
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
}

.no-scroll {
    overflow: hidden;
}

.cabinet-link {
    display: flex;
    align-items: center;
}

/* Базово — ничего не ломаем на десктопе */
.filter-open, .filter-close {
    display: none;
}

.rek-block{
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 141.4%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 25px;
    right: 23px;
    opacity: 0.4;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 4px;
    transform: rotate(-10.78deg);
    padding: 5px;
    width: 77px;
    z-index: 1;
}

#sort-select{
    padding: 9px 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: #2d2939;
    color: #fff;
    margin-bottom: 15px;
}
.filter-fast__list{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    overflow-x: auto;
}
.filter-fast__list a{
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;
}
.video{
    max-width: 100%;
}

/* Мобильный/планшетный режим */
@media (max-width: 1199px) {
    .filter-open {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 14px;
        border-radius: 25px;
        border: 1px solid #FB07AE;
        background: #302c3d;
        cursor: pointer;
        margin-left: auto;
        color: #fff;
    }

    /* Бэкдроп */
    .filter-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        opacity: 0;
        transition: opacity .25s ease;
        z-index: 900;
    }

    .filter-backdrop.is-visible {
        opacity: 1;
    }

    /* Выезжающая панель */
    .filter-wrap {
        position: fixed;
        top: 0;
        left: 0;
        height: 100dvh;
        width: min(100vw, 320px);
        color: #fff;
        z-index: 1000;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
        transform: translateX(-101%);
        transition: transform .28s cubic-bezier(.2, .8, .2, 1);
    }

    .filter-wrap.is-open {
        transform: none;
    }

    /* Кнопка закрытия */
    .filter-close {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        border: none;
        background: #2d2939;
        cursor: pointer;
        font-size: 22px;
        display: block;
        color: #fff;
    }

    /* Контейнер и форма в колонку */
    .filter-wrap .container {
        overflow: auto;
        height: 100%;
    }

    .filter {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* Элементы фильтра столбцом */
    .filter-item {
        min-width: 200px;
        align-items: center;
    }

    .metro-filter {
        height: 40px;
        width: 100%;
    }
}

.posts {
    margin: 0 -10px;
}

/* Блокировка скролла страницы при открытой панели */
body.no-scroll {
    overflow: hidden;
}
.single-block-about-video{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.info-item-wrap .d-flex{
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .params-wrap {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .post-wrap {
        width: 33%;
    }
    .service-item{
        flex: 1 1 calc(33% - 15px);
    }
}

@media (max-width: 992px) {
    .post-wrap {
        width: 50%;
    }
    .service-item{
        flex: 1 1 calc(50% - 15px);
    }

    .left-col {
        max-width: 100%;
    }

    .right-col {
        max-width: 100%;
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .params-wrap {
        max-width: 100%;
    }
    .params-items-wrap{
        flex-wrap: wrap;
        justify-content: unset;
    }
    .param-item{
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .service-item{
        flex: 1 1 calc(100% - 15px);
    }
    .right-col .price-wrap{
        max-width: 100%;
    }
    .post-wrap {
        width: 100%;
        padding: 0;
    }

    .container {
        padding: 0 10px;
    }

    .posts {
        margin: 0;
    }

    .login-btn {
        display: none;
    }
}

@media (max-width: 400px) {
    .location {
        display: none;
    }

    .menu-btn {
        margin-left: auto;
    }
}

@media (max-width: 380px) {
    .price-item {
        padding: 13px 26px;
    }
}