html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:hover {
    border: 0;
}
input,
button {
    padding: 0;
    margin: 0;
    border: 0;
}
body,
input,
button,
textarea {
    font-family: "Inter", sans-serif;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body {
    color: silver;
    background: #151515;
    transition: all 300ms ease-in-out 0s;
}
@font-face {
    font-family: "UTMNeutra";
    src:
        local("../font/UTMNeutra"),
        url(../font/UTMNeutra.woff) format("woff");
}
.head_fqx {
    display: flex;
    flex-flow: column;
}
.headtopline_fqx {
    padding: 12px 0;
    border-bottom: 1px solid #2e2d31;
}
.headarticle_fqx {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}
.language__cell_fqx {
    position: relative;
}
.language__drop_fqx li a i,
.language__select_fqx i {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    vertical-align: middle;
    margin: -2px 4px 0 4px;
    width: 19px;
    height: 14px;
}
.language__select_fqx {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.language__select_fqx:after {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(../images/arrowdown.svg) center/contain no-repeat;
}
.language__drop_fqx {
    display: none;
    position: absolute;
    background: #292828;
    border: 1px solid #292828;
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 10px;
    top: 27px;
}
.language__drop_fqx li {
    margin-bottom: 12px;
}
.language__drop_fqx li:last-child {
    margin-bottom: 0;
}
.language__drop_fqx li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.language__drop_fqx li a:hover {
    color: #4e9cf8;
}
.headbottomline_fqx {
    border-bottom: 1px solid #2e2d31;
    padding: 13px 0;
}
.headbottomline_fqx .headarticle_fqx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logotype_fqx {
    color: #d00000;
    font-family: "UTMNeutra";
    text-decoration: none;
    font-size: 32px;
    padding-bottom: 7px;
}
.logotype_fqx em {
    color: #4e9cf8;
}
.logotype_fqx strong {
    color: #4e9cf8;
}
.navigation_fqx {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    order: 2;
}
.nav-list_fqx {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 16px;
}
.nav-list_fqx li {
    margin: 0 15px;
}
.nav-list_fqx li a {
    color: #fff;
    text-decoration: none;
}
.nav-list_fqx li.select a,
.nav-list_fqx li a:hover {
    color: #4e9cf8;
}
.search_fqx {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 0%;
    height: 36px;
    z-index: 2;
    transition: width 0.3s;
    transform: translateY(-50%);
    visibility: hidden;
}
.search_fqx input {
    width: 100%;
    height: 36px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
}
.search_fqx input:focus {
    outline: none;
}
#navBtn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: url(../images/search.svg) center/20px no-repeat;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    order: 3;
}
#navBtn:focus {
    outline: none;
}
body.visible #navBtn {
    background: url(../images/close.svg) center/20px no-repeat;
}
body.visible .search_fqx {
    width: calc(100% - 50px);
    visibility: visible;
}
.main-article_fqx {
    padding: 10px 0;
}
.article_fqx {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}
.article_native_fqx {
    display: block;
    width: 300px;
    height: 100px;
    margin: 10px auto 10px auto;
    text-align: center;
}
.article_fqx p strong a {
    color: red;
}
.article-header_fqx {
    margin-bottom: 12px;
}
.article-header_fqx.twocolumn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort-list_fqx {
    display: flex;
    flex-wrap: wrap;
}
.sort-list_fqx li {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
}
.sort-list_fqx li:last-child {
    margin-right: 0;
}
.sort-list_fqx li a {
    color: red;
    font-size: 14px;
}
.sort-list_fqx li.select a,
.sort-list_fqx li a:hover {
    color: #fff;
    text-decoration: none;
}
.article-header_fqx h1,
.article-header_fqx h2,
.article-header_fqx h3 {
    margin: 10px auto 10px 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.article-header_fqx h1 span,
.article-header_fqx h2 span,
.article-header_fqx h3 span {
    color: #7cb8ff;
}
.article-header_fqx h1 em,
.article-header_fqx h2 em {
    color: #7cb8ff;
}
.thumbs-list_fqx {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.thumb-item_fqx {
    position: relative;
    width: calc(20% - 10px);
    margin: 0 5px 10px 5px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.th-pic_fqx {
    position: relative;
    padding: 75% 0 0 0;
}
.th-pic_fqx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.th-title_fqx {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
}
.thumb-item_fqx:hover .th-title_fqx {
    color: #4e9cf8;
}
.toplist-queries-fqx {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}
.toplist-queries-fqx a {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background: #2d2f38;
    transition: all 0.25s ease;
}
.toplist-queries-fqx a:hover {
    color: #4e9cf8;
    background: #3b3f4d;
}
.searches_fqx {
    margin: 20px 0;
}
.search-queries_fqx {
    margin: 15px 0 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.search-queries_fqx li {
    margin: 0 8px 8px 0;
}
.search-queries_fqx li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.search-queries_fqx li a:hover {
    color: #4e9cf8;
}
.search-queries_fqx li a:before {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(../images/tag.svg) center/contain no-repeat;
    margin-right: 4px;
}
.search-queries_fqx li a.size-1 {
    font-size: 12px;
}
.search-queries_fqx li a.size-1:before {
    width: 12px;
    height: 12px;
    min-width: 12px;
}
.search-queries_fqx li a.size-2 {
    font-size: 15px;
}
.search-queries_fqx li a.size-2:before {
    width: 15px;
    height: 15px;
    min-width: 15px;
}
.search-queries_fqx li a.size-3 {
    font-size: 18px;
}
.search-queries_fqx li a.size-3:before {
    width: 18px;
    height: 18px;
    min-width: 18px;
}
.search-queries_fqx li a.size-4 {
    font-size: 18px;
}
.search-queries_fqx li a.size-4:before {
    width: 18px;
    height: 18px;
    min-width: 18px;
}
.search-queries_fqx li a.size-5 {
    font-size: 22px;
}
.search-queries_fqx li a.size-5:before {
    width: 22px;
    height: 22px;
    min-width: 22px;
}
.categories_fqx {
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.categories_fqx li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 1px dotted #2e2d31;
    list-style: none;
}
.categories_fqx li a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    font-size: 14px;
    padding: 6px 0;
}
.categories_fqx li a span {
    margin: 0 0 0 auto;
    padding: 0 4px;
    display: inline-block;
    border-radius: 3px;
    background-color: #292828;
    font-size: 12px;
    color: #f6f6f6;
}
.categories_fqx li a:hover span {
    color: #fff;
    background: #4e9cf8;
}
.categories_fqx li a:hover,
.categories_fqx li.categories-title_fqx {
    color: #4e9cf8;
}
.main__sidebar_fqx {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 250px;
    justify-content: center;
    gap: 3px;
}
.adult_section_fqx {
    margin: 10px 0 10px 0;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
}
.part_ar {
    display: block;
    justify-content: center;
    width: 300px;
    height: 100px;
    margin: 1px auto 20px auto;
}
.part_ar_middle {
    display: block;
    justify-content: center;
    width: 300px;
    height: auto;
    margin: 5px auto 10px auto;
}
.part_ar_desk {
    display: block;
    justify-content: center;
    align-items: center;
    width: 728px;
    height: 100px;
    margin: 15px auto 20px auto;
}
.responsive-overlay {
    width: 100%;
    height: clamp(32px, 5vw, 38px);
    background: #000;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}
.overlay-text {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 18px;
}
.overlay-text a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    transition: opacity 0.3s ease;
}
.overlay-text a:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.toplinks-hg {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.toplinks-hg li {
    flex: 0 0 auto;
}
.toplinks-hg a {
    display: inline-block;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.toplinks-hg a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgb(255 255 255 / 0.3);
    opacity: 0.95;
}
.article__adv_fqx {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-flow: column;
    text-align: center;
}
.article__adv_fqx p {
    display: block;
    line-height: 1.4;
    margin-bottom: 12px;
    font-size: 14px;
}
.article__adv_fqx p strong {
    font-weight: 600;
}
.article__adv_fqx a {
    color: #4e9cf8;
    text-decoration: underline;
}
.article__adv_fqx a:hover {
    color: red;
}
.article__footer_fqx {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.article__footer_fqx nav {
    display: flex;
}
.article__footer_fqx nav a {
    color: red;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    margin-right: 10px;
}
.article__footer_fqx nav a:hover {
    color: #4e9cf8;
}
.footer__copyright_fqx {
    font-weight: 300;
    font-size: 12px;
}
.thumb-showcase_fqx .th-title_fqx {
    text-align: left;
}
.thumb-showcase_fqx {
    color: #fff;
    text-decoration: none;
}
.thumb-showcase_fqx .th-title_fqx {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.th-tags_fqx {
    width: 100%;
    height: 20px;
    margin: 5px 0;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.th-tags_fqx a {
    margin: 0 0 4px 0;
    display: inline-block;
    font-size: 13px;
    text-decoration: underline;
    color: #4e9cf8;
}
.th-tags_fqx a:hover {
    color: #fff;
    text-decoration: none;
}
.th-duration_fqx {
    position: absolute;
    bottom: 3px;
    padding: 0 5px;
    display: inline-block;
    background-color: rgb(0 0 0 / 0.7);
    border-radius: 2px;
    font-size: 12px;
    color: #f6f6f6;
    line-height: 18px;
    left: 3px;
    z-index: 12;
}
.paginator_fqx {
    margin: 8px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: 36px;
}
.paginator_fqx li {
    margin: 2px;
}
.paginator_fqx li a {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    display: inline-block;
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
    border: 1px solid #2e2d31;
    text-decoration: none;
}
.paginator_fqx li a:hover,
.paginator_fqx li.select a {
    background-color: #d00000;
    border: 1px solid red;
    color: #fff;
}
.video-wrapper_fqx {
    width: 100%;
    margin-top: 10px;
    display: flex;
}
.video-container_fqx {
    position: relative;
    flex-grow: 1;
}
.video-player_fqx {
    position: relative;
    padding: 56.25% 0 0 0;
}
.video-aside_fqx {
    min-width: 300px;
    margin: 0 0 0 10px;
    text-align: center;
    max-width: 300px;
}
.video-details_fqx {
    width: 100%;
    margin: 10px 0;
}
.video-details_fqx p {}
.video-details_fqx a {color: #4e9cf8;}
.video-actions_fqx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-rating_fqx {
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
}
.video-rating_fqx button {
    border: 1px solid #2e2d31;
    background-color: #fff0;
    color: #f6f6f6;
    line-height: 34px;
    min-width: 45px;
    height: 35px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.video-rating_fqx button svg {
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
}
.video-rating_fqx button:focus {
    outline: none;
}
.video-rating_fqx button.like_fqx {
    color: #37d400;
    border: 1px solid #37d400;
}
.video-rating_fqx button.like_fqx.check {
    color: #fff;
    border: 1px solid #37d400;
    background: #37d400;
}
.video-rating_fqx button.dislike_fqx {
    color: red;
    border: 1px solid red;
}
.video-rating_fqx button.dislike_fqx.check {
    color: #fff;
    border: 1px solid red;
    background: red;
}
.rate-info_fqx {
    display: flex;
    flex-flow: column;
    margin: 0 10px;
}
.rt-num_fqx {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}
.rt-num_fqx strong {
    color: #fff;
    font-weight: 500;
}
.vr-line_fqx {
    width: 100%;
    height: 3px;
    background: red;
}
.vr-line_fqx span {
    height: 3px;
    display: block;
    background: #37d400;
}
.video-stats_fqx {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.video-stats_fqx li {
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
}
.video-stats_fqx li:first-child {
    margin-left: 0;
}
.video-stats_fqx li:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 5px;
    background: url(../images/clock.svg) center/20px no-repeat;
    content: "";
}
.video-stats_fqx li.date_fqx:before {
    background: url(../images/calendar.svg) center/20px no-repeat;
}
.video-stats_fqx li.views_fqx:before {
    background: url(../images/eye.svg) center/20px no-repeat;
}
.video-description_fqx {
    margin: 10px 0;
}
.video-links_fqx {
    font-size: 14px;
    line-height: 1.4;
}
.video-links_fqx p {
    margin: 5px 0;
}
.video-links_fqx p a {
    color: #fff;
}
.video-links_fqx p a:hover {
    color: #4e9cf8;
    text-decoration: none;
}
.bottom-text-fqx {
    --bg: #151515;
    --fg: #e7e7e7;
    --muted: #b5b5b5;
    --accent: #3ea6ff;
    max-width: 100%;
    margin: 32px auto 40px;
    padding: 18px 20px;
    color: var(--fg);
    line-height: 1.7;
    font-size: 15.5px;
    background: rgb(255 255 255 / 0.035);
    border: 1px solid rgb(255 255 255 / 0.08);
    border-radius: 12px;
}
@media screen and (max-width: 1340px) {
    .article_fqx,
    .headarticle_fqx {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1150px) {
    .thumb-item_fqx {
        width: calc(25% - 10px);
    }
}
@media screen and (max-width: 980px) {
    .thumb-item_fqx {
        width: calc(33.3% - 10px);
    }
}
@media screen and (max-width: 960px) {
    .video-wrapper_fqx {
        display: flex;
        flex-flow: column;
    }
    .video-aside_fqx {
        min-width: auto;
        max-width: 100%;
        margin: 20px 0;
    }
    .video-aside_fqx {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        overflow: hidden;
        height: 250px;
    }
}
@media screen and (max-width: 860px) {
    .categories_fqx {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media screen and (max-width: 720px) {
    .headarticle_fqx {
        flex-wrap: wrap;
    }
    .navigation_fqx {
        transition: all 300ms ease-in-out 0s;
        display: flex;
        flex-flow: column;
        order: 3;
        flex: 1;
        width: 100%;
        min-width: 100%;
        align-items: flex-start;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
    }
    body.visible .navigation_fqx {
        max-height: 300px;
        visibility: inherit;
        opacity: 1;
    }
    .nav-list_fqx {
        flex-flow: column;
        margin-bottom: 10px;
    }
    .nav-list_fqx li {
        margin: 12px 0;
    }
    .search_fqx {
        visibility: inherit;
        width: 100%;
        transform: none;
        position: static;
    }
    .search_fqx input {
        box-sizing: border-box;
    }
    #navBtn {
        background: url(../images/menu.svg) center/25px no-repeat;
    }
    .video-actions_fqx {
        flex-flow: column;
    }
    .video-rating_fqx {
        width: 100%;
        justify-content: space-around;
    }
    .rate-info_fqx {
        width: 100%;
    }
    .video-stats_fqx {
        width: 100%;
        margin: 15px 0 0 0;
        justify-content: center;
    }
    body.visible .search_fqx {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {
    .thumb-item_fqx {
        width: calc(50% - 10px);
    }
    .categories_fqx {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .article-header_fqx.twocolumn {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
@media screen and (max-width: 640px) {
    .bottom-text-fqx {
        margin: 24px 12px 32px;
        padding: 14px 14px;
        font-size: 14.5px;
    }
}
@media screen and (max-width: 580px) {
    .article__footer_fqx {
        flex-flow: column;
    }
    .footer__copyright_fqx {
        margin-top: 15px;
    }
}
@media screen and (max-width: 480px) {
    .categories_fqx {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .toplinks-hg a {
        padding: 2px 4px;
        gap: 5px;
        font-size: 11px;
        font-weight: 400;
    }
    .responsive-overlay {
        height: 30px;
    }
}
@media screen and (max-width: 460px) {
    .thumbs-list_fqx {
        margin: 0;
    }
    .headtopline_fqx {
        display: none;
    }
}
@media screen and (max-width: 420px) {
    .logotype_fqx {
        font-size: 25px;
    }
}
@media screen and (max-width: 320px) {
    .thumb-item_fqx {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.th-pic_fqx img[loading="lazy"] {
    -webkit-animation: thumbFadeIn 0.9s ease-out both;
    animation: thumbFadeIn 0.9s ease-out both;
    will-change: opacity;
}
@-webkit-keyframes thumbFadeIn {
    from {
        opacity: 0;
        transform: scale(1.03);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes thumbFadeIn {
    from {
        opacity: 0;
        transform: scale(1.03);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
