.logo .site-logo-text {
    color: #fff;
    display: inline-block;
    margin: 0;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.listing-badge-new {
    background-color: #ffeb00;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: .7em;
    margin-right: 5px;
    padding: 1px 3px;
    vertical-align: middle;
}

.listing-intro {
    margin-bottom: 28px;
}

.listing-intro > :last-child,
.desc > :last-child {
    margin-bottom: 0;
}

.sect + .desc {
    margin-top: 28px;
}

.header__menu > li > a.header__menu-accent {
    gap: 6px;
}

.header__menu > li > a.header__menu-accent span {
    color: #ffd43b;
    margin: 0;
}

.header__menu > li > a.header__menu-chat {
    gap: 7px;
}

.header__menu > li > a.header__menu-chat .fal {
    color: var(--accent);
    margin: 0;
}

.header__language {
    position: relative;
}

.slivslivov-language-switcher {
    position: relative;
    z-index: 20;
}

.slivslivov-language-switcher summary {
    align-items: center;
    background: var(--bg-3);
    border-radius: 15px;
    box-shadow: var(--bsh);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    height: 40px;
    list-style: none;
    min-width: 78px;
    padding: 0 14px;
    text-transform: uppercase;
}

.slivslivov-language-switcher summary::-webkit-details-marker {
    display: none;
}

.slivslivov-language-switcher[open] summary,
.slivslivov-language-switcher summary:hover {
    background: var(--gradient);
}

.slivslivov-language-switcher img {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.24);
    display: block;
    flex: 0 0 22px;
    height: 15px;
    object-fit: cover;
    width: 22px;
}

.slivslivov-language-switcher summary .fal {
    color: #fff;
    font-size: 14px;
    margin: 0;
    transition: transform .2s ease;
}

.slivslivov-language-switcher[open] summary .fal {
    transform: rotate(180deg);
}

.slivslivov-language-menu {
    background: var(--bg-2);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    left: 50%;
    min-width: 120px;
    padding: 6px;
    position: absolute;
    top: calc(100% + 9px);
    transform: translateX(-50%);
}

.slivslivov-language-menu a {
    align-items: center;
    border-radius: 8px;
    color: var(--tt-2);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    min-height: 34px;
    padding: 8px 9px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.slivslivov-language-menu a.active,
.slivslivov-language-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

@media screen and (max-width: 1220px) {
    .burger-menu {
        display: none !important;
    }
}

.mobile-menu .header__menu {
    display: flex;
    flex-direction: column;
}

.mobile-menu .header__home {
    order: 0;
}

.mobile-menu .header__action-razdevator {
    order: 20;
}

.mobile-menu .header__action-chat {
    order: 21;
}

.mobile-menu .header__language {
    order: 22;
}

.mobile-menu .slivslivov-language-switcher {
    width: 100%;
}

.mobile-menu .slivslivov-language-switcher summary {
    justify-content: flex-start;
    width: 100%;
}

.mobile-menu .slivslivov-language-menu {
    left: auto;
    margin-top: 8px;
    position: static;
    transform: none;
    width: 100%;
}

.thumb__label--media {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 6px;
    line-height: 1;
    min-height: 30px;
}

.thumb__label--media .fal {
    margin: 0;
}

.thumb__label--photos {
    left: 5px;
    right: auto;
    top: 8px;
}

.thumb__label-count {
    font-variant-numeric: tabular-nums;
}

.thumb__prefix {
    align-items: center;
    background: rgba(15, 15, 15, 0.84);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 6px;
    left: auto;
    letter-spacing: .25px;
    line-height: 1;
    max-width: calc(100% - 24px);
    min-height: 28px;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 6;
}

.thumb__prefix.is-video {
    background: linear-gradient(135deg, rgba(255, 47, 109, .96) 0%, rgba(255, 82, 143, .96) 100%);
}

.thumb__prefix-icon {
    font-size: 11px;
    flex: 0 0 auto;
    line-height: 1;
    margin: 0;
}

.thumb__prefix-text {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumb__prefix-count {
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

#foto .post-gallery {
    margin-top: 22px;
}

#foto .post-gallery:first-of-type {
    margin-top: 0;
}

#foto .post-gallery .xfieldimagegallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

#foto .post-gallery .xfieldimagegallery::after {
    content: none;
}

#foto .post-gallery .xfieldimagegallery li {
    margin: 0;
    min-width: 0;
}

#foto .post-gallery .xfieldimagegallery a {
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 0;
    text-decoration: none;
}

#foto .post-gallery .xfieldimagegallery a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

#foto .post-gallery .xfieldimagegallery img {
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    width: 100%;
}

#foto .post-gallery .xfieldimagegallery img:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
    transform: translateY(-2px);
}

.page__video-shell {
    width: 100%;
}

.page__video-frame.video-player-frame {
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.page__video-frame .video-js,
.page__video-frame video,
.page__video-frame iframe,
.page__video-frame object,
.page__video-frame embed {
    border: 0;
    border-radius: inherit;
    max-width: 100%;
    overflow: hidden;
}

.page__video-frame .vjs-poster {
    background-position: center center;
    background-size: cover;
}

.page__video-item video {
    aspect-ratio: auto;
    height: 100% !important;
    max-height: none;
    object-fit: contain;
    width: 100% !important;
}

.similar-posts {
    margin-top: 24px;
}

.similar-posts__head {
    margin-bottom: 14px;
}

.custom-js {
    margin-bottom: 16px;
}

.custom-js:empty {
    display: none;
}

.slivslivov-related-widget {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.slivslivov-related-list {
    display: grid;
    gap: 10px;
}

.slivslivov-related-card {
    align-items: center;
    background: var(--bg-2);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    color: var(--tt);
    display: flex;
    gap: 12px;
    min-width: 0;
    padding: 10px;
    text-decoration: none;
    transition: background-color .18s ease, transform .18s ease;
}

.slivslivov-related-card:hover {
    background: var(--bg-3);
    color: #fff;
    transform: translateY(-1px);
}

.slivslivov-related-card__photo {
    border-radius: 12px;
    display: block;
    flex: 0 0 76px;
    height: 76px;
    overflow: hidden;
    text-decoration: none;
    width: 76px;
}

.slivslivov-related-card__photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.slivslivov-related-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.slivslivov-related-card__name {
    color: #fff;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.slivslivov-related-card__category {
    color: #868686;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slivslivov-related-card:hover .slivslivov-related-card__category {
    color: rgba(255, 255, 255, .78);
}

.slivslivov-related-card__category-link {
    color: inherit;
    text-decoration: none;
}

.slivslivov-related-card__category-link:hover {
    color: #fff;
}

.slivslivov-related-card__meta {
    align-items: center;
    display: flex;
    gap: 12px;
}

.slivslivov-related-card__meta-item {
    align-items: center;
    color: var(--tt-2);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 5px;
    line-height: 1;
}

.slivslivov-related-card:hover .slivslivov-related-card__meta-item {
    color: #fff;
}

.slivslivov-related-card__meta-item .fal {
    color: var(--accent);
    font-size: 12px;
    margin: 0;
}

@media (max-width: 768px) {
    .page__video-frame.video-player-frame {
        border-radius: 12px;
    }

    .similar-posts {
        margin-top: 18px;
    }

    #foto .post-gallery {
        margin-top: 18px;
    }

    #foto .post-gallery .xfieldimagegallery {
        gap: 10px;
    }

    #foto .post-gallery .xfieldimagegallery img {
        border-radius: 12px;
    }

    .slivslivov-related-card {
        border-radius: 12px;
        padding: 9px;
    }

    .slivslivov-related-card__photo {
        border-radius: 10px;
        flex-basis: 68px;
        height: 68px;
        width: 68px;
    }
}

.page__promo-link {
    align-items: center;
    background: var(--gradient);
    border-radius: 15px;
    box-shadow: var(--bsh);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.page__promo-link:hover {
    color: #fff;
    opacity: .92;
}

.page__promo-link .fal {
    color: #ffd43b;
    font-size: 15px;
    margin: 0;
}

.page__bio {
    background: #1e1e1e;
    border-radius: 15px;
    margin-bottom: 20px;
    max-height: 340px;
    overflow: auto;
    padding: 10px 20px 20px;
}

.actor-bio-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
    .thumb__prefix {
        right: 8px;
        top: 8px;
        max-width: calc(100% - 16px);
        min-height: 26px;
        padding: 0 9px;
        gap: 5px;
        font-size: 10px;
    }

    .thumb__prefix-icon {
        font-size: 10px;
    }

    .page__meta {
        align-items: flex-start;
        gap: 12px;
    }

    .page__promo-link {
        min-height: 34px;
        padding: 0 11px;
    }

    .actor-bio-title {
        font-size: 18px;
    }

    .page__bio {
        max-height: none;
        overflow: visible;
    }
}
