@font-face {
    font-family: "XCumLine";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "XCumLine";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --xcum-bg: #f3eee9;
    --xcum-head: #f4eae0;
    --xcum-strip: #ddd9d4;
    --xcum-text: #6b6158;
    --xcum-link: #2f6f77;
    --xcum-red: #990000;
    --xcum-brown: #4f4123;
    --xcum-field: #fff3e8;
    --xcum-border: #dcc9b7;
    --xcum-dark: rgba(0, 0, 0, 0.53);
    --xcum-card: 315px;
}

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

html {
    min-height: 100%;
}

body.xcumline-template {
    min-width: 320px;
    margin: 0;
    background: var(--xcum-bg);
    color: var(--xcum-text);
    font: 400 13px/1.2 Arial, Helvetica, "XCumLine", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.xcumline-template a {
    color: inherit;
    text-decoration: none;
}

.xcumline-template a:hover {
    color: var(--xcum-red);
}

.xcumline-template img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.xcumline-template button,
.xcumline-template input {
    font: inherit;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    z-index: 9999;
    top: 2px;
    left: 8px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 4px 8px;
    clip: auto;
    color: var(--xcum-red);
    background: var(--xcum-strip);
}

#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.overflow_header {
    position: relative;
    z-index: 20;
    min-height: 91px;
    background: linear-gradient(var(--xcum-head) 0 52px, var(--xcum-strip) 52px 91px);
}

.site-header {
    position: relative;
    width: 100%;
    min-height: 91px;
    margin: 0;
    padding: 0 4px;
}

.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 4px;
    left: 4px;
    height: 24px;
    opacity: 0.92;
}

.site-header::after {
    display: none;
}

.logotype {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 57px;
    display: block;
    width: 320px;
    height: 51px;
    margin: 0;
    overflow: hidden;
    color: var(--xcum-text);
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: -1.3px;
    white-space: nowrap;
}

.logotype strong {
    color: var(--xcum-red);
    font-weight: 400;
}

.logo-suffix {
    color: var(--xcum-text);
}

.menu {
    position: absolute;
    z-index: 7;
    top: 4px;
    left: 4px;
    display: block;
    width: 43px;
    height: 43px;
    margin: 0;
    background: var(--xcum-field);
    border: 1px solid var(--xcum-border);
    cursor: pointer;
}

.menu::before,
.menu::after {
    content: "";
    position: absolute;
    left: 11px;
    width: 20px;
    height: 3px;
    background: var(--xcum-red);
}

.menu::before {
    top: 12px;
    box-shadow: 0 8px 0 var(--xcum-red);
}

.menu::after {
    top: 28px;
}

.menu.menu-opened::before {
    top: 20px;
    box-shadow: none;
    transform: rotate(45deg);
}

.menu.menu-opened::after {
    top: 20px;
    transform: rotate(-45deg);
}

.xcumline-header-panel {
    position: static;
}

#searchform {
    position: absolute;
    z-index: 5;
    top: 4px;
    left: 395px;
    width: min(603px, calc(100vw - 488px));
    min-width: 280px;
    height: 43px;
    margin: 0;
    padding: 0;
    background: var(--xcum-field);
    border: 1px solid var(--xcum-border);
    overflow: hidden;
}

#s {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 45px 4px 15px;
    color: #000;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 33px;
}

#s::placeholder {
    color: rgba(107, 97, 88, 0.7);
}

#searchsubmit {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

#searchsubmit::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 10px;
    width: 15px;
    height: 15px;
    border: 3px solid var(--xcum-red);
    border-radius: 50%;
}

#searchsubmit::after {
    content: "";
    position: absolute;
    top: 27px;
    left: 26px;
    width: 11px;
    height: 3px;
    background: var(--xcum-red);
    transform: rotate(45deg);
    transform-origin: left center;
}

#site-navigation {
    position: absolute;
    z-index: 6;
    top: 52px;
    right: 4px;
    left: 4px;
    display: flex;
    align-items: stretch;
    height: 39px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: visible;
    background: var(--xcum-strip);
    scrollbar-width: none;
}

#site-navigation::-webkit-scrollbar {
    display: none;
}

#site-navigation > a,
.xcumline-language-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 2px 13px 0;
    color: var(--xcum-link);
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    white-space: nowrap;
}

#site-navigation > a.select,
#site-navigation > a:hover,
.xcumline-language.open .xcumline-language-button,
.xcumline-language-button:hover {
    color: var(--xcum-red);
    background: rgba(255, 243, 232, 0.72);
}

.xcumline-language {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

.xcumline-language-button {
    cursor: pointer;
}

.xcumline-language-button::after {
    content: "";
    width: 6px;
    height: 6px;
    margin: 0 0 3px 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.xcumline-language-menu {
    position: absolute;
    z-index: 50;
    top: 100%;
    right: 0;
    display: none;
    width: 190px;
    max-height: 310px;
    margin: 0;
    padding: 3px;
    overflow: auto;
    list-style: none;
    background: var(--xcum-head);
    border: 1px solid var(--xcum-border);
    box-shadow: 0 6px 12px rgba(79, 65, 35, 0.18);
}

.xcumline-language.open .xcumline-language-menu {
    display: block;
}

.xcumline-language-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    color: var(--xcum-link);
}

.xcumline-language-menu a:hover,
.xcumline-language-menu a.active {
    color: var(--xcum-red);
    background: var(--xcum-field);
}

.xcumline-language-menu span {
    color: var(--xcum-text);
    font-size: 11px;
}

.overflow_content {
    flex: 1 0 auto;
    width: 100%;
    padding: 0;
}

.content-area,
.site-main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-main {
    margin-bottom: 40px;
}

.ads-container {
    margin: 0;
}

.ads-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
}

.ad-slot {
    min-height: 0;
    overflow: hidden;
}

.page-header {
    margin: 18px 10px 8px;
}

.template-page-home .page-header {
    display: none;
}

.widget-title,
.homepage-title,
.xcumline-single h1,
.xcumline-related h2 {
    margin: 0;
    color: var(--xcum-text);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
}

.cms-alert,
.empty-content,
.archive-description {
    margin: 18px 10px;
    padding: 14px 16px;
    color: var(--xcum-text);
    background: rgba(244, 234, 224, 0.72);
    border: 1px solid rgba(220, 201, 183, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.empty-content {
    min-height: 150px;
    display: grid;
    place-items: center;
}

.empty-content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

ul.items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-item {
    position: relative;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 1px;
    overflow: hidden;
    color: var(--xcum-text);
    background: var(--xcum-bg);
}

.video-item > div {
    position: relative;
    height: 100%;
}

.picture {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, 0.13);
}

.loaderbox {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.13);
}

.picture-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-thumb {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.18);
}

.picture::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.08) 45%, transparent);
    opacity: 0;
    transition: opacity 0.16s ease;
}

.video-item:hover .picture::after,
.video-item:focus-within .picture::after {
    opacity: 1;
}

.picture .hd,
.picture .duration {
    position: absolute;
    z-index: 4;
    right: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.16s ease;
}

.picture .duration {
    bottom: 12px;
    padding-left: 19px;
}

.picture .duration::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.picture .hd {
    display: none;
}

.video-item:hover .picture .duration,
.video-item:focus-within .picture .duration {
    opacity: 1;
}

.video-item p {
    position: absolute;
    z-index: 5;
    right: 52px;
    bottom: 37px;
    left: 10px;
    max-height: 42px;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    opacity: 0;
    transition: opacity 0.16s ease;
}

.video-item p a {
    color: #fff;
}

.video-card-meta {
    position: absolute;
    z-index: 5;
    right: 10px;
    bottom: 12px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 14px;
    opacity: 0;
    transition: opacity 0.16s ease;
}

.video-item:hover p,
.video-item:hover .video-card-meta,
.video-item:focus-within p,
.video-item:focus-within .video-card-meta {
    opacity: 1;
}

.video-card-meta .views {
    position: relative;
    padding-left: 19px;
}

.video-card-meta .views::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50% / 60%;
}

.video-card-meta .views-label,
.video-card-meta .rate {
    display: none;
}

.pager_navigation,
.cms-pagination nav.pagination,
.cms-pagination .pagination-holder,
.load-more-row nav.pagination,
.load-more-row .pagination-holder {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 18px 0 0;
    padding: 0 4px;
    float: none;
    width: 100%;
    list-style: none;
}

.cms-pagination > div[style*="clear"] {
    display: none !important;
}

.cms-pagination ul,
.pagination ul,
.pager_navigation ul,
.load-more-row ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    list-style: none;
}

.cms-pagination li,
.pagination li,
.pager_navigation li,
.load-more-row li {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
    list-style: none;
}

.pager_navigation a,
.pager_navigation span,
.pager_navigation strong,
.pagination a,
.pagination span,
.pagination strong,
.load-more-row a,
.load-more-row span,
.load-more-row strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 2px 10px 0;
    color: var(--xcum-link);
    background: var(--xcum-strip);
    font-size: 16px;
    line-height: 32px;
}

.pager_navigation span,
.pager_navigation a:hover,
.pager_navigation strong,
.pagination a:hover,
.pagination .active,
.pagination .current,
.pagination strong,
.load-more-row a:hover,
.load-more-row .active,
.load-more-row .current,
.load-more-row strong {
    color: var(--xcum-red);
    background: var(--xcum-field);
}

.clear {
    clear: both;
}

.xcumline-single {
    margin: 0;
}

.video-article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 315px;
    gap: 1px;
    align-items: start;
    width: 100%;
    margin: 0;
}

.video-article.no-sidebar {
    grid-template-columns: minmax(0, 980px);
    justify-content: center;
}

.left-column,
.right-column {
    min-width: 0;
}

.vv {
    overflow: hidden;
    background: #000;
}

.responsive-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.responsive-player #player,
.responsive-player .jwplayer {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

.xcumline-single h1 {
    margin: 10px 10px 8px;
}

.video-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
    margin: 0 10px 10px;
    padding: 10px;
    color: var(--xcum-text);
    background: rgba(244, 234, 224, 0.72);
    border: 1px solid rgba(220, 201, 183, 0.82);
}

.rate-this {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.rate-this .like,
.rate-this .dislike {
    position: relative;
    display: inline-flex;
    width: 32px;
    height: 32px;
    background: var(--xcum-field);
    border: 1px solid var(--xcum-border);
}

.rate-this .like::before,
.rate-this .dislike::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--xcum-red);
    border-left: 3px solid var(--xcum-red);
    transform: rotate(45deg);
}

.rate-this .dislike::before {
    top: 7px;
    transform: rotate(225deg);
}

.statistick {
    min-width: 120px;
}

.statistick strong {
    color: var(--xcum-red);
}

.statistick span {
    display: block;
    height: 4px;
    margin: 4px 0;
    overflow: hidden;
    background: rgba(107, 97, 88, 0.22);
}

.statistick hr {
    display: block;
    height: 100%;
    margin: 0;
    background: var(--xcum-red);
    border: 0;
}

.statistick small {
    color: var(--xcum-text);
}

.download button {
    height: 34px;
    padding: 0 13px;
    color: var(--xcum-link);
    background: var(--xcum-field);
    border: 1px solid var(--xcum-border);
    cursor: pointer;
}

.data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.data span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 2px 8px 0;
    background: var(--xcum-strip);
}

.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0 10px 10px;
}

.categories a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 2px 10px 0;
    color: var(--xcum-link);
    background: var(--xcum-strip);
    font-size: 14px;
}

.categories a:hover {
    color: var(--xcum-red);
    background: var(--xcum-field);
}

.description,
.xcumline-share-link {
    margin: 0 10px 10px;
    padding: 12px;
    color: var(--xcum-text);
    background: rgba(244, 234, 224, 0.72);
    border: 1px solid rgba(220, 201, 183, 0.82);
    font-size: 13px;
    line-height: 1.45;
}

.xcumline-share-link {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}

.xcumline-share-link input {
    width: 100%;
    height: 34px;
    padding: 5px 8px;
    color: #000;
    background: var(--xcum-field);
    border: 1px solid var(--xcum-border);
    outline: 0;
}

.right-column ul.items {
    grid-template-columns: minmax(0, 1fr);
}

.xcumline-related {
    margin: 18px 0 0;
}

.xcumline-related h2 {
    margin: 0 10px 8px;
}

.site-footer {
    flex: 0 0 auto;
    padding: 0 0 28px;
    color: var(--xcum-text);
    background: var(--xcum-bg);
    font-size: 13px;
}

.site-footer > div {
    position: relative;
    margin: 0;
    padding: 18px 10px 0;
    border-top: 1px solid var(--xcum-strip);
}

.logotye {
    display: block;
    margin: 0 0 8px;
    color: var(--xcum-text);
    font-size: 20px;
    font-weight: 400;
}

.logotye strong {
    color: var(--xcum-red);
    font-weight: 400;
}

.site-footer p {
    margin: 0;
    line-height: 1.65;
}

.site-footer a {
    margin-right: 10px;
    color: var(--xcum-link);
}

.site-footer a:hover,
.site-footer a.active {
    color: var(--xcum-red);
}

.toheader {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 34px;
    height: 34px;
    background: var(--xcum-field);
    border: 1px solid var(--xcum-border);
}

.toheader::before,
.toheader::after {
    content: "";
    position: absolute;
}

.toheader::before {
    top: 9px;
    left: 16px;
    width: 2px;
    height: 16px;
    background: var(--xcum-red);
}

.toheader::after {
    top: 9px;
    left: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--xcum-red);
    border-left: 2px solid var(--xcum-red);
    transform: rotate(45deg);
}

.footer-counters {
    margin-top: 10px;
}

.is-rtl {
    direction: rtl;
}

.is-rtl .site-header::after {
    right: 14px;
    left: auto;
}

.is-rtl .menu {
    right: 4px;
    left: auto;
}

.is-rtl .logotype {
    right: 57px;
    left: auto;
}

.is-rtl #searchform {
    right: 395px;
    left: auto;
}

.is-rtl #s {
    padding-right: 15px;
    padding-left: 45px;
}

.is-rtl #searchsubmit {
    right: auto;
    left: 0;
}

.is-rtl .xcumline-language-button::after {
    margin-right: 8px;
    margin-left: 0;
}

.is-rtl .xcumline-language-menu {
    right: auto;
    left: 0;
}

@media (hover: none) {
    .picture::after,
    .picture .duration,
    .video-item p,
    .video-card-meta {
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .overflow_header,
    .site-header {
        min-height: 95px;
    }

    .logotype {
        right: 52px;
        width: auto;
        max-width: calc(100vw - 110px);
    }

    #searchform {
        top: 52px;
        right: 4px;
        left: 4px;
        width: auto;
        min-width: 0;
    }

    #site-navigation {
        display: none;
        top: 95px;
        right: 4px;
        left: 4px;
        height: auto;
        max-height: 260px;
        flex-wrap: wrap;
        overflow: auto;
        border: 1px solid var(--xcum-border);
    }

    .xcumline-header-panel.is-open #site-navigation,
    #site-navigation.menu-open {
        display: flex;
    }

    .xcumline-language {
        flex-direction: column;
    }

    .xcumline-language-menu {
        position: static;
        width: 220px;
        box-shadow: none;
    }

    .video-article,
    .video-article.no-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .right-column ul.items {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    .video-sidebar {
        grid-template-columns: 1fr;
    }

    .data {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .site-header::after {
        display: none;
    }

    .logotype {
        left: 52px;
        font-size: 24px;
    }

    .is-rtl .logotype {
        right: 52px;
    }

    #s {
        font-size: 17px;
    }

    ul.items,
    .right-column ul.items {
        grid-template-columns: minmax(0, 1fr);
    }

    .video-item p {
        right: 10px;
        bottom: 36px;
        max-height: 38px;
        font-size: 14px;
        line-height: 18px;
    }

    .video-card-meta,
    .picture .duration {
        font-size: 14px;
    }

    .xcumline-share-link {
        grid-template-columns: 1fr;
    }
}
