.logo-header {
    gap: 0.6rem;
    color: #d8d8d8;
    text-decoration: none;
}

.logo-header-text {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.player .video-player-fallback.d-none,
.player .video-player-mount.d-none {
    display: none;
}

.player .video-player-item {
    margin-bottom: 1rem;
}

.player .video-player-item:last-child {
    margin-bottom: 0;
}

.aside-upd-stats {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside-upd-stats li {
    display: flex;
    align-items: center;
    list-style: none;
    color: #d8d8d8;
    font-size: 0.8rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
    padding: 0;
}

.aside-upd-stats i {
    color: #ec4899;
    font-size: 1.2rem;
    margin-right: 0.3rem;
}

.main > h1 {
    margin-bottom: 1rem;
}

.main > .info {
    padding: 0;
    margin-top: 1.5rem;
}

.pagination {
    gap: 0.5rem;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid #d8d8d8;
    border-radius: 0.3rem;
}

.pagination span {
    color: #d8d8d8;
}

.pagination a {
    color: #d8d8d8;
}

.pagination [aria-current="page"] {
    border-color: #ec4899;
    color: #ec4899;
}

.pagination .nav_ext {
    border: none;
    min-width: auto;
    padding: 0.45rem 0.2rem;
}

#mobilemenu nav a.menu-promo {
    position: relative;
    margin-top: 0.45rem;
    padding-right: 3.25rem;
    border: 1px solid rgba(236, 72, 153, 0.72);
    background: rgba(236, 72, 153, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    font-weight: 600;
}

#mobilemenu nav a.menu-promo::after {
    content: "18+";
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.15rem 0.38rem;
    border-radius: 0.25rem;
    background: #ec4899;
    color: #ffffff;
    font-size: 0.65rem;
    line-height: 1;
    font-weight: 700;
}

#mobilemenu nav a.menu-promo i {
    color: #ec4899;
}

#mobilemenu nav a.menu-promo:hover {
    background: rgba(236, 72, 153, 0.25);
}

#mobilemenu nav a.menu-promo-razdevator {
    border-color: rgba(255, 181, 71, 0.72);
    background: rgba(255, 181, 71, 0.13);
}

#mobilemenu nav a.menu-promo-razdevator::after {
    background: #ffb547;
    color: #242933;
}

#mobilemenu nav a.menu-promo-razdevator i {
    color: #ffb547;
}

#mobilemenu nav a.menu-promo-razdevator:hover {
    background: rgba(255, 181, 71, 0.22);
}

#mobilemenu nav li:not(.menu-language) + li.menu-language {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(216, 216, 216, 0.12);
}

#mobilemenu nav li.menu-language {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

#mobilemenu nav li.menu-language.active {
    background: none;
    border-radius: 0;
}

#mobilemenu nav li.menu-language > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.35rem;
    gap: 0.55rem;
    margin-bottom: 0.35rem;
    line-height: 1.2;
}

#mobilemenu nav li.menu-language > a:hover,
#mobilemenu nav li.menu-language.active > a {
    background-color: #242933;
}

#mobilemenu nav li.menu-language img {
    display: block;
    flex: 0 0 auto;
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(216, 216, 216, 0.18);
}

.post-gallery .gallery-title {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    line-height: 1.25;
}

.post-gallery .gallery-title a {
    color: inherit;
}

#photos + .post-gallery {
    padding-top: 1.2rem;
}

.post-gallery + .post-gallery {
    padding-top: 0.4rem;
}
.gallery-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 28px auto;
    padding: 0 12px;
}

.gallery-anchor {
    display: block;
    scroll-margin-top: 72px;
}

.gallery-pagination__link,
.gallery-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    box-sizing: border-box;
    padding: 0 13px;
    border: 1px solid #d7dbe0;
    border-radius: 4px;
    background: #fff;
    color: #30343a;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}

.gallery-pagination__link:hover {
    border-color: #8e98a8;
    color: #111827;
    text-decoration: none;
}

.gallery-pagination__link--current {
    border-color: #30343a;
    background: #30343a;
    color: #fff;
}

.gallery-pagination__ellipsis {
    min-width: 28px;
    padding: 0 4px;
    border-color: transparent;
    background: transparent;
    color: #7b8491;
}

@media (max-width: 600px), (max-device-width: 600px) {
    .gallery-pagination {
        gap: 6px;
        margin: 22px auto;
    }

    .gallery-pagination__link,
    .gallery-pagination__ellipsis {
        min-width: 38px;
        min-height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }
}
