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
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

button {
    border: none;
    background: 0 0;
    padding: 0
}

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

* {
    outline: 0
}

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

a {
    text-decoration: none
}

html {
    -webkit-text-size-adjust: 100%
}

input::placeholder,
textarea::placeholder {
    color: #dedede
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dedede
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dedede
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dedede
}

body {
    font: 14px/1.2 Helvetica, sans-serif;
    background: #000;
    color: #fff;
    min-width: 320px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2)
}

.container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
}

.main {
    width: 100%;
    padding: 20px 0
}

.wrapper {
    padding-top: 57px

}

.header {
    background: #030303;
    border-bottom: 1px solid #151515;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    transition: transform .3s;
    transform: translateY(-1px);
    width: 100%
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.logo {
    width: 165px;
    flex-shrink: 0
}

.textLogo {
    margin: 0;
    font-size: 1.7em;
    padding: 0;
    color: #fff !important;
    text-shadow: 0 .1em 20px black, .05em -.03em 0 black, .05em .005em 0 black, 0 .08em 0 black, .05em .08em 0 black, 0 -.03em 0 black, -.03em -.03em 0 black, -.03em .08em 0 black, -.03em 0 0 #000
}

.logo img {
    display: block;
    width: 100%
}

.nav {
    width: 100%;
    margin: 8px 0 0
}

.nav-link {
    color: #dedede;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    border: 1px solid #5a5a5a;
    border-radius: 20px;
    padding: 6px 12px;
    white-space: nowrap;
    position: relative;
    transition: border-color .3s;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    touch-action: manipulation
}

.nav-link+.nav-link {
    margin: 0 0 0 10px
}

.nav-link.sm {
    padding: 3px 9px;
    font-size: 12px
}

.nav-link.sm+.nav-link.sm {
    margin: 0 0 0 6px
}

.nav-link.bold .text {
    font-weight: 700
}

.nav-link.round {
    padding: 0;
    min-width: 34px;
    min-height: 34px;
    justify-content: center;
    align-self: flex-start
}

.nav-link>*+* {
    margin-left: 8px
}

.nav-link[disabled] {
    cursor: default
}

.nav-link.hidden {
    display: none
}

.headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 14px
}

.heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center
}

.heading>*+* {
    margin-left: 8px
}

.thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -10px
}

.thumbs.full {
    margin: -20px 0 0
}

.thumbs.edge-to-edge {
    margin: -20px -10px 0
}

.th {
    width: calc(50% - 10px);
    margin: 15px 0 0 10px;
    flex-shrink: 0
}

.thumbs.full .th {
    width: 100%;
    margin: 18px 0 0
}

.th-image-holder {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
    transition: filter .3s;
    width: 100%;
    padding-top: 56.25%
}

.thumbs.rounded .th-link-image {
    border-radius: 10px
}

.th-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-clip: padding-box;
    z-index: 1;
    object-fit: cover;
    border-radius: 10px;
}

.th-duration {
    padding: 1px 7px;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 5px;
    background: #000;
    color: #fff;
    border-radius: 18px;
    pointer-events: none
}

.thumbs.full .th-duration {
    padding: 2px 8px;
    bottom: 10px;
    left: 10px
}

.th-info {
    display: flex;
    padding: 8px 0 0
}

.thumbs.full .th-info {
    padding: 8px 8px 0
}

.thumbs.hide-titles .th-info {
    display: none
}

.th-head {
    flex-grow: 1
}

.th-row-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

.th-row-title .th-title {
    padding-right: 36px
}

.th-title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    color: #fff;
    overflow: hidden;
    transition: color .3s;
    display: block
}

@media(hover:hover) and (pointer:fine) {
    .th-title:hover {
        color: #ff31d2
    }
}

.th-title.bold {
    font-weight: 700
}

.thumbs.full .th-title {
    font-size: 15px;
    line-height: 20px;
    max-height: 40px
}

@media(min-width:600px) {
    .thumbs.full {
        margin: -15px 0 0 -10px
    }

    .thumbs.full .th {
        width: calc(50% - 10px);
        margin: 15px 0 0 10px
    }

    .thumbs.full .th-info {
        padding: 10px 0 0
    }

    .thumbs.full .th .list-details {
        margin-top: 0
    }
}

@media(min-width:700px) {
    .th {
        width: calc(33.333% - 10px)
    }
}

@media(min-width:900px) {
    .th {
        width: calc(25% - 10px)
    }

    .thumbs.full .th {
        width: calc(33.333% - 10px)
    }
}

.pagination {
    text-align: center;
    font-size: 0;
    margin: 15px -6px 0
}

.pagination .page {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin: 0 3px;
    font-size: 14px;
    line-height: 34px
}

.pagination .page-link {
    display: block;
    padding: 0 12px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #5a5a5a;
    box-sizing: border-box;
    border-radius: 20px;
    min-width: 36px;
    transition: border-color .3s
}

.pagination .page-current .page-link {
    cursor: default;
    color: #ff31d2;
    background: #1a0616;
    border-color: #820667
}

.pagination .arrows-holder {
    margin: 0 0 12px
}

.pagination .arrows-holder .page {
    width: calc(50% - 8px);
    max-width: 180px;
    margin: 0
}

.pagination .arrows-holder .page:first-child {
    margin: 0 5px 0 3px
}

.pagination .arrows-holder .page:last-child {
    margin: 0 3px 0 5px
}

.pagination .arrows-holder .page-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .arrows-holder .page-link>*+* {
    margin-left: 10px
}

.pagination .arrows-holder .svg-icon {
    font-size: 10px
}

.pagination .pages-holder {
    overflow: hidden;
    display: flex;
    justify-content: center
}

.pagination .left-sticky,
.pagination .right-sticky {
    position: relative;
    z-index: 1
}

.pagination .left-sticky {
    box-shadow: 8px 0 8px 4px #000
}

.pagination .right-sticky {
    box-shadow: -8px 0 10px 6px #000
}

.pagination .scrollable {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding-bottom: 1px
}

.pagination .scrollable::-webkit-scrollbar {
    display: none
}

.pagination .scrollable .page:first-child,
.pagination .scrollable .page:last-child {
    position: relative;
    z-index: 10;
    background: #000
}

@media(hover:hover) and (pointer:fine) {
    .pagination .page:not(.page-current) .page-link:hover {
        border-color: #ababab
    }
}

.list-links {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0 -8px
}

.list-links .nav-link,
.list-links .nav-link.sm {
    margin: 8px 0 0 8px
}

.list-links .nav-link+.nav-link,
.list-links .nav-link.sm+.nav-link.sm {
    margin: 8px 0 0 8px
}

.list-links.max-2-rows {
    max-height: 72px;
    overflow: hidden
}

.list-links.sm-max-3-rows {
    max-height: 108px;
    overflow: hidden
}

.list-links.max-3-rows {
    max-height: 130px;
    overflow: hidden
}

.footer {
    padding: 20px 0;
    border-top: 1px solid #151515;
    nargin-top: 10px
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.footer-link {
    font-size: 14px;
    line-height: 30px;
    font-size: 13px;
    line-height: 28px;
    position: relative;
    color: #fff;
    transition: color .3s
}

@media(hover:hover) and (pointer:fine) {
    .footer-link:hover {
        color: #ff31d2
    }
}

.footer-link+.footer-link {
    margin-left: 23px
}

.footer-link+.footer-link:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #2798ff;
    position: absolute;
    right: 100%;
    top: 50%;
    margin: 0 10px 0 0;
    transform: translateY(-50%)
}

.logo-footer {
    width: 200px;
    display: block;
    margin: 0 auto 10px
}

.logo-footer img {
    display: block;
    width: 100%
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #030303;
    border-bottom: 1px solid #151515;
    padding: 5px;
    position: relative
}

.search-close {
    flex-shrink: 0;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    transition: color .3s;
    height: 100%;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-magnifier {
    display: none;
    flex-shrink: 0;
    font-size: 20px;
    color: #fff;
    margin: 0 20px 0 0;
    position: absolute;
    left: 12px;
    transition: color .3s;
    pointer-events: none
}

.search-input {
    flex-grow: 1;
    height: 40px;
    line-height: 40px;
    background: 0 0;
    font-size: 16px;
    color: #fff;
    transition: border-color .3s;
    border: 1px solid #5a5a5a;
    border-radius: 10px;
    padding: 0 50px
}

.search-input[disabled] {
    -webkit-text-fill-color: #fff;
    opacity: 1
}

.search-clear {
    display: none;
    flex-shrink: 0;
    font-size: 10px;
    color: #fff;
    margin: 0 0 0 20px;
    border: 1px solid #5a5a5a;
    background: #0e0e0e;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 10px;
    transition: border-color .3s, color .3s
}

body.has-search-query .search-clear {
    display: block
}

.search-clear .svg-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media(hover:hover) and (pointer:fine) {
    .search-close:hover {
        color: #bd40e1
    }

    body:not(.search-desktop-opened) .search-input:hover {
        border-color: #888
    }

    .search-clear:hover {
        border-color: #bd40e1;
        color: #bd40e1
    }
}

.search-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001
}

@media(min-width:1000px) {
    .search-holder {
        height: auto;
        position: relative;
        display: block;
        padding: 0;
        margin: -7px 0;
        max-width: 570px
    }

    .header-button-search {
        display: none
    }

    .search-form {
        margin: 0;
        padding: 0;
        border: none
    }

    .search-input {
        border: 1px solid #5a5a5a;
        border-radius: 10px;
        padding: 0 50px
    }

    body.search-desktop-opened .search-input {
        border-radius: 10px 10px 0 0
    }

    .search-magnifier {
        display: block
    }

    body.search-desktop-opened .search-magnifier {
        display: none
    }

    .search-close {
        display: none
    }

    body.search-desktop-opened .search-close {
        display: flex
    }

    .search-holder .thumbs-small-round .th-small-round {
        width: calc(33.333% - 10px)
    }
}

.player {
    position: relative
}

.player .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px
}

@media(min-width:1171px) {
    .player {
        position: relative
    }
}

.video-info>* {
    margin-bottom: 16px
}

.video-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 5px
}

.video-description {
    font-size: 14px;
    line-height: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #dedede
}

.description {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #dedede;
    text-align: left;
    position: relative
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.imagerelative {
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

.rainbow-logo {
    font-size: 27px;
    font-weight: bold;
    background: linear-gradient(to right, #ff00ff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.search-container {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 10px;
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    background-color: #1a1a1a;
    color: #fff;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #fff;
    pointer-events: none;
}

@media (max-width: 768px) {
    .header-row {
        justify-content: center;
    }
}