/* Model description */

.model-description {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 5px;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
}


/* Age modal */
#ageModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Toujours au-dessus */
}

.modal-content {
    background: #000;
    padding: 25px;
    border-radius: 12px;
    text-align: left;
    max-width: 400px;
    width: 100%;
    border: 2px solid #ff46fb;
    color: white;
    font-family: Ubuntu, sans-serif
}

.modal-title {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    text-transform: none;
}

.modal-text {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 900;
    color: #ff46fb;
}

.modal-description {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 50px;
}

/* Centrage du SVG */
.svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

/* Boutons */
.button-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    gap: 10px;
}

#enterBtn,
#leaveBtn {
    flex: 1;
    background: #ff46fb;
    color: white;
    font-size: 16px;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

#enterBtn:hover {
    background: #d93fd1;
}

#leaveBtn {
    background: #333333;
}

#leaveBtn:hover {
    background: #222;
}

/* Désactiver l'interaction avec le contenu sous la pop-up */
body.modal-open *:not(#ageModal) {
    filter: blur(0px);
}

body.modal-open #content {
    filter: blur(5px);
    pointer-events: none;
}

#content {
    filter: none;
    pointer-events: auto;
}

/* Mais on garde les interactions avec la pop-up */
#ageModal {
    pointer-events: auto;
}


/* Pagination */

.pagination-container {
    display: flex;
    justify-content: center;
    /* Centre horizontalement */
    align-items: center;
    /* Centre verticalement si nécessaire */
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
}

.pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    border-radius: 0px;
    padding: 0px 0px;
}

.pagination-item {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 90px;
    text-align: center;
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 0px;
    background: #fefefe;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

.pagination-item a {
    text-decoration: none;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
}

.pagination-item a:hover {
    text-decoration: none;
    color: #fff;
}

.pagination-item:hover a {
    color: #fff;
}

.pagination-item:hover {
    background: #ff46fb;
}

.page-number {
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0px;
    background: none;
    border: none;
    color: #fefefe;
}

.disabled {
    pointer-events: none;
    /* Empêche le clic */
    opacity: 0.2;
    /* Réduit la visibilité */
    cursor: default;
}


.form,
.hidden.opened,
.main-wrapper.open-desc .minus,
span,
.page-content a,
.touch-preview i,
details,
img,
main {
    display: block
}

button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    padding: 0;
    box-sizing: border-box
}

.head-menu li,
.page-content-img,
.search form,
sub,
sup {
    position: relative
}

.kt-player .ablock,
legend {
    max-width: 100%
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: #fff;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

.content a:hover,
.footer a,
.open-desc-and-tags div,
.sort li a:hover,
.sort li.active a,
.top-bl-models .sort li .btn:hover,
.underlined,
.video-link a,
.vodeo-gallery {
    text-decoration: underline
}

b,
strong {
    font-weight: bolder
}

.video-link a,
b.video-link,
h1,
h2 {
    font-weight: 400
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    background-color: #aeaeae
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

body,
button,
input {
    font-family: Ubuntu, sans-serif
}

button,
select {
    text-transform: none
}

.go-to-all li a,
.head-menu li,
.on-player-close,
.page-content-wrapper p,
h1,
h2 {
    text-transform: uppercase
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    white-space: normal
}

textarea {
    overflow: auto
}

.head,
.head-open-menu.active .head-menu,
.head-wrapper,
.logo-zone,
.on-pl-spts,
.sort,
.top-bl,
.top-list,
.video-info ul,
body {
    overflow: hidden
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.back-album.hidden,
.block-flagging .radio,
.bn-2,
.bn-3,
.bn-4,
.bn-5,
.bn-mobile,
.head-wrapper.static-page .search,
.head.one,
.hidden,
.is-playing + .spot-box,
.main-wrapper.open-desc .plus,
.on-player-spot-2,
.minus,
.player .mask.hidden,
.player-bn-2,
.player-bn-3,
.video-link-gallery.hidden,
[hidden],
template {
    display: flex
}

a,
body,
button,
div,
form,
h1,
h2,
h3,
html,
img,
input,
li,
p,
span,
textarea,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

body {
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #d6d6d6;
    color: #4a4a4a
}

.head,
h2 {
    background-color: #000
}

h1,
h2 {
    color: #fff
}

body.Girlx {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #313131
}

.head-menu li,
.head-open-menu,
.logo {
    display: inline-block;
    vertical-align: top
}

h1,
h2 {
    display: block
}

h1 {
    font-size: 20px;
    line-height: 22px
}

h2 {
    padding: 10px;
    font-size: 22px;
    margin: 20px 1px 0
}

.head-wrapper {
    font-size: 0;
    text-align: center
}

.head {
    margin: 2px 2px 0 0;
    text-align: center
}

.head.no-tags-header,
.top-list li,
h2.title-rel {
    margin: 2px 1px 0
}

.logo-zone {
    padding: 0 5px
}

.logo {
    margin: 0 5px;
    padding: 5px;
    width: 250px
}

.logo a img {
    background: 0 0;
    aspect-ratio: 250/40;
}

.head-open-menu {
    background-color: #545454;
    color: #fefefe;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 18px;
    margin: 8px 5px 0;
    cursor: pointer
}

@media screen and (max-width:440px) {
    .logo.head-open-menu {
        margin-top: 8px
    }
}

.head-open-menu.active,
.on-player-close:hover,
.pages-bl li a:hover,
.pages-bl li.active a {
    background-color: #ff46fb;
    color: #fff
}

.head-bottom {
    display: none;
    padding: 0 0 10px;
    border-top: 2px solid #313131
}

.head-menu li {
    margin: 10px 5px 0
}

.head-menu ul li a {
    display: block;
    font-size: 13px;
    line-height: 20px
}

.alphabet a:hover,
.content a,
.footer a.active,
.footer a:hover,
.footer span,
.head-menu li a:hover,
.head-menu li.active a,
.js-letter-models a.activ,
.main-wrapper.open-desc .desc-and-tags ul li .fa,
.main-wrapper.open-desc .desc-and-tags ul li a:hover,
.pages-bl li.active span,
.search button:hover,
.sort li a:hover,
.sort li i,
.sort li.active a,
.top-bl-models .sort li .btn:hover,
.top-list .tags-holder a i,
.top-list .tags-holder a.cell:hover,
.top-list li a i,
.top-list-tags .tags-holder a:hover,
ul.video-tags li i {
    color: #ff46fb
}

.search {
    margin: 10px auto 0;
    width: 96%;
    max-width: 400px
}

.desc-and-tags .video-meta,
.form .row,
.form-label {
    margin: 0 0 10px
}

.search button,
.search input {
    display: block;
    font-size: 14px;
    outline: 0
}

.form-short {
    width: 30%
}

.form-field,
.search input {
    background-color: transparent;
    border: 1px solid #313131;
    color: #363636;
    border-radius: 15px;
    width: 96%;
    padding: 0 2%;
    height: 28px;
    line-height: 28px;
    outline: 0
}

.desc-and-tags ul li .fa,
.desc-and-tags ul li a,
.form-field,
.main-wrapper.open-desc .desc-and-tags ul li a,
.text-bl p span,
.video-tags .li,
ul.video-meta li span {
    color: #fff
}

textarea.form-field {
    height: auto
}

input.form-field {
    width: 50%
}

@media screen and (max-width:980px) {

    .form-short {
        width: 100%
    }

    input.form-field {
        width: auto
    }
}

.form-label {
    display: block
}

.form-submit {
    background: #ff46fb;
    border: none;
    color: #000;
    padding: 10px 25px;
    border-radius: 20px;
    transition: .3s;
    cursor: pointer;
    outline: 0
}

.form-submit:hover {
    background: #313131;
    color: #fff
}

.field-error {
    color: red;
    font-size: 12px
}

.sort li span,
.touch-preview {
    color: #fff;
    display: none
}

.block-flagging .textarea:focus,
.search input:focus {
    background-color: #fff;
    border-color: #ff46fb
}

.search button {
    background-color: transparent;
    color: #686868;
    position: absolute;
    top: 0;
    right: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 16px;
    border: 0
}

.page-content-inner p,
.sort li,
.thumb p {
    font-size: 14px
}

.main-wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: left
}

.top-bl {
    background-color: #000;
    margin: 2px 0 0 1px;
    padding: 5px 10px;
    font-size: 0
}

.sort li {
    display: inline-block;
    vertical-align: top;
    margin: -3px 2px 0;
    line-height: 20px
}

.js-letter-models,
.sort li a {
    cursor: pointer
}

.sort li.active a {
    pointer-events: none
}

.clear-line {
    clear: both
}

.page-content {
    float: left;
    width: 100%
}

.page-content-img {
    padding-bottom: 56%;
    overflow: hidden
}

.touch-preview {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    border: none;
    font-size: 20px;
    padding: 4px 12px;
    outline: 0
}

.page-content-img video {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #000
}

.preview-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #ff46fb;
    z-index: 10;
    width: 0;
    transition: width 1.2s linear
}

.preview-progress.full-width {
    width: 100%
}

.page-content-inner,
.thumb {
    background-color: #000;
    position: relative;
    margin: 2px 1px 0
}

.page-content-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block
}

.page-content-inner p,
.page-content-wrapper p,
.thumb p {
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.all-videos {
    left: 2px;
    bottom: 32px
}

.all-videos,
.thumb-added,
.thumb-dur {
    position: absolute;
    background-color: rgba(254, 254, 254, .8);
    color: #363636;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px
}

.page-content-wrapper,
.thumbs-inner {
    position: relative;
    background-color: #000
}

.thumbs-inner {
    margin: 2px 1px 0
}

.thumbs .page-content-img > div,
.thumbs .thumbs-inner .img,
.thumbs-inner a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0
}

#thumbs.thumbs .thumbs-inner .page-content-img div,
.thumbs .page-content-img img {
    width: 100% !important
}

#thumbs.thumbs .thumbs-inner .page-content-img div {
    max-width: 100% !important
}

#list_videos_most_recent_videos + .thumbs {
    margin: 20px 0;
    overflow: hidden
}

@media (max-width:1629px) {
    #list_videos_most_recent_videos + .thumbs .page-content:nth-child(5) {
        display: none
    }
}

@media (max-width:1307px) {
    #list_videos_most_recent_videos + .thumbs .page-content:nth-child(4) {
        display: none
    }
}

.thumb-added {
    right: 2px;
    top: 2px
}

.thumb-dur {
    right: 2px;
    bottom: 32px
}

.page-content-wrapper {
    margin: 2px 0 0 1px
}

.page-content-wrapper p {
    font-size: 18px;
    background-color: #000
}

.pages-bl li a,
.pages-bl li span {
    background-color: #fefefe;
    color: #000;
    min-width: 30px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 14px
}

.go-to-all li a {
    padding: 0 20px;
    font-size: 16px
}

.bns-bl {
    margin-top: 18px;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

.bn,
.video-block {
    margin: 2px 1px 0
}

.bn {
    background-color: #aeaeae;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    padding: 10px
}

.top-list ul {
    width: 50%;
    float: left
}

.top-list .tags-holder {
    float: left;
    width: 24%
}

.top-list .tags-holder a,
.top-list li a {
    background-color: #eaeaea;
    color: #545454;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    overflow: hidden
}

.player,
.video-block {
    background-color: #000
}

.top-list .tags-holder .letter,
.top-list li.title {
    background-color: #000;
    color: #fff
}

.video-block {
    font-size: 0;
    line-height: 0;
    overflow: initial
}

.player {
    position: relative;
    width: 100%
}

.on-player-wrap {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000
}

.on-player-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 250px;
    z-index: 5500;
    margin: -125px 0 0 -150px
}

.on-player-spot {
    background-color: #282828;
    width: 300px;
    height: 250px
}

.on-player-close {
    position: absolute;
    z-index: 5600;
    background-color: #fefefe;
    color: #fff;
    border-radius: 3px;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 32px;
    font-size: 18px;
    cursor: pointer
}

.right-player-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000;
    margin: 0 1px;
    font-size: 0;
    text-align: center;
    padding: 8px 9px 10px;
    overflow: hidden
}

.player-bn {
    background-color: #aeaeae;
    display: inline-block;
    vertical-align: top;
    margin: 2px 1px 0;
    width: 300px;
    height: 250px;
    line-height: 18px
}

.video-link {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px
}

.video-link a {
    color: #ff46fb;
    margin-right: 5px
}

@media (max-width:1000px) {
    .page-content-inner {
        background-color: #fefefe;
        position: relative;
        margin: 3px 1px 0
    }

    .video-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        z-index: 10
    }

    .video-link a:first-child {
        margin-left: 5px
    }

    .video-meta {
        margin-top: 5px
    }
}

.video-info {
    background-color: #000;
    padding: 12px 15px 35px;
    overflow: initial
}

.btn-download.active,
.btn-report.active,
.video-info.open .btn-report {
    background-color: #ff46fb
}

.video-info h1 {
    margin: 0 5px 0 0;
    position: relative;
    z-index: 10
}

.video-info li {
    float: left;
    font-size: 14px;
    line-height: 18px
}

ul.video-meta li {
    margin: 10px 10px 0 0;
    color: #fff
}

.open-desc ul.video-tags {
    margin-top: 5px
}

ul.video-tags li {
    margin: 5px 10px 0 0;
    color: #fff
}

ul.video-tags li a:hover {
    text-decoration: none
}

.text-wr {
    display: table-cell;
    vertical-align: top
}

.text-wr h1 {
    margin: 10px 10px 0
}

.text-bl {
    padding: 10px 10px 0;
    text-align: justify
}

.adblock-message,
.back-album,
.download-list a,
.footer,
.over-player,
.pages-bl,
.spot,
.vr-wrap {
    text-align: center
}

.text-bl p {
    padding-top: 10px
}

.footer-wrapper {
    background-color: #000;
    margin-top: 20px
}

.footer {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 20px;
    width: 98%;
    font-size: 16px
}

.footer p {
    margin-top: 10px;
    color: #fff
}

.footer a {
    color: #fff
}

@media all and (min-width:300px) {
    .sort li span {
        display: inline
    }
}

@media all and (min-width:320px) {
    .categories-list li {
        float: left;
        width: 50%
    }
}

@media all and (min-width:400px) {
    .page-content {
        width: 50%
    }

    .top-list li a {
        font-size: 16px
    }

    .on-player-close {
        top: -13px;
        right: -13px
    }
}

@media all and (min-width:500px) {
    .logo a {
        font-size: 26px
    }

    .top-list li a {
        font-size: 18px
    }
}

@media all and (max-width:500px) {
    .page-content-wrapper {
        width: 100%
    }
}

@media all and (min-width:630px) {
    .logo a {
        font-size: 28px
    }

    .categories-list li {
        width: 33.3333%
    }

    .top-list ul {
        width: 33.3%
    }

    .top-list li a {
        font-size: 14px
    }

    .on-player-block {
        margin-top: -125px
    }
}

@media all and (min-width:700px) {

    .bn-2,
    .player-bn-2 {
        display: inline-block
    }

    .top-list li a {
        font-size: 15px
    }

    .on-player-block {
        width: 604px;
        margin-left: -302px
    }

    .on-player-spot {
        float: left;
        margin: 0 1px
    }

    .on-player-spot-2 {
        display: block
    }
}

@media all and (min-width:800px) {
    .top-list li a {
        font-size: 16px
    }

    .footer,
    .main-wrapper {
        width: 966px
    }

    .page-content {
        width: 322px
    }

    .head {
        height: 140px
    }

    .right-player-col .head {
        margin: 0
    }
}

@media all and (min-width:900px) {
    .categories-list li {
        width: 25%
    }

    .top-list li a {
        font-size: 17px
    }
}

@media all and (min-width:992px) {
    .bn-3 {
        display: inline-block
    }
}

@media all and (min-width:800px) {

    .page-content-wrapper .thumb-name,
    .top-list li a {
        font-size: 18px
    }

    h2 {
        padding: 10px 10px 10px 10px;
        font-size: 28px
    }

    .head-wrapper {
        float: left;
        width: 322px
    }

    .head-open-menu,
    .player-bn-2,
    .player-bn-3 {
        display: none
    }

    .head-bottom {
        display: block
    }

    .head-menu {
        height: 30px
    }

    .search {
        width: auto;
        margin: 10px 10px 0
    }

    .search input {
        width: 300px;
        padding: 0 30px 0 10px;
        box-sizing: border-box
    }

    .top-bl {
        display: table;
        width: 300px;
        height: 28px
    }

    .top-bl-ins {
        display: table-cell;
        vertical-align: middle
    }

    .top-list li a {
        height: 40px;
        line-height: 40px
    }

    .video-block {
        float: right;
        width: 642px
    }

    .right-player-col {
        float: left;
        width: 320px;
        padding: 0 0 55px
    }

    .player-bn {
        display: block;
        margin: 12px 10px 0
    }
}

@media all and (max-width:800px) {
    .search input {
        width: 99%;
        padding: 0 8% 0 2%;
        box-sizing: border-box
    }
}

@media all and (max-width:450px) {
    .search input {
        width: 99%;
        padding: 0 10% 0 2%;
        box-sizing: border-box
    }
}

@media all and (min-width:1308px) {

    .footer,
    .main-wrapper {
        width: 1288px
    }

    .bn-4 {
        display: inline-block
    }

    .top-list ul {
        width: 16.666%
    }

    .top-list li a {
        font-size: 14px
    }

    .video-block {
        width: 964px
    }

    .video-info h1 {
        font-size: 28px;
        line-height: 30px
    }

    .right-player-col {
        padding: 0 0 26px
    }

    .player-bn-2 {
        display: block
    }

    .on-player-block {
        width: 620px;
        margin-left: -310px
    }

    .on-player-spot {
        margin: 0 5px
    }

    .on-player-close {
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        width: 50px;
        top: -26px;
        right: -26px
    }
}

.fp-poster img,
img.player-image {
    position: absolute;
    width: 100% !important;
    height: 100% !important
}

@media all and (max-width:1308px) {
    ul.video-meta li {
        margin: 5px 10px 0 0
    }
}

@media all and (min-width:1630px) {

    .footer,
    .main-wrapper {
        width: 1610px
    }

    .bn-5 {
        display: inline-block
    }

    .top-list li a {
        font-size: 16px
    }

    .video-block {
        width: 1286px
    }

    .player-bn-3 {
        display: block
    }

    .video-info h1 {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 8px
    }

    .video-info li {
        font-size: 18px;
        line-height: 22px
    }

    .right-player-col {
        padding: 0 0 10px
    }

    ul.video-meta {
        margin-top: 5px
    }

    ul.video-tags li {
        margin: 11px 10px 0 0
    }
}

.page-content-wrapper .no-thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    color: #313131
}

.filter {
    font-size: 14px
}

.player-wrap {
    position: relative;
    padding-bottom: 56.22%
}

img.player-image {
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fp-poster img {
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important
}

.kt-player {
    position: absolute !important
}

.empty-content {
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin: 0 1px;
    text-indent: 10px
}

.content {
    background-color: #000;
    color: #fff;
    padding: 15px
}

.content h2,
.content li:first-child,
.open-desc .video-info .block-des {
    margin: 0
}

.content ol,
.content ul {
    padding: 0 0 0 1em;
    margin: 1em 0
}

.content ul {
    list-style: disc
}

.content ol {
    list-style: decimal
}

.content li {
    margin: 5px 0 0
}

.content p {
    margin: 1em 0
}

.head-wrapper.static-page .head.no-tags-header {
    margin: 0;
    height: auto
}

.head-wrapper.static-page .top-bl {
    margin: 0;
    border-top: 1px solid #313131;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box
}

.head-wrapper.static-page {
    width: 100%;
    float: none
}

.head-wrapper.static-page .top-bl-ins,
.top-list-tags.list-search .tags-holder a:first-of-type {
    padding: 0
}

.go-to-all {
    margin-bottom: 18px
}

.go-to-all.go-to-bottom,
.over-player .spot-label {
    margin-bottom: 0
}

@media (max-width:500px) {
    .bns-bl-desktop .bn:not(.bn: first-child) {
        display: none
    }

    .bn-mobile {
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto
    }

    .bn-mobile > a > img {
        margin: 0 auto
    }
}

.alphabet,
.top-bl-tags {
    display: -ms-flexbox;
    box-sizing: border-box
}

.alphabet {
    padding: 38px 10px 6px;
    font-size: 20px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

.alphabet a {
    margin: 5px
}

@media (max-width:600px) {
    .alphabet {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.top-list-tags {
    display: block;
    overflow: hidden;
    width: 100%;
    border-top: 2px solid #313131
}

.top-list-tags .tags-holder {
    width: 100%;
    float: none;
    overflow: hidden;
    background-color: #000;
    font-size: 0;
    box-sizing: border-box
}

.tags-holder .letter {
    padding: 0 10px;
    font-size: 16px
}

.top-list-tags .tags-holder a {
    overflow: hidden;
    display: inline-block;
    padding: 0 0 0 10px;
    color: #fff;
    background-color: #000
}

.top-bl-tags {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 1px 0 3px
}

.top-bl-tags h1 {
    margin: 0 14px 5px
}

.wrapper-player {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:799px) {
    .head.one {
        display: block
    }

    .wrapper-player {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .right-player-col {
        display: block;
        margin: 0 1px;
        padding: 0
    }

    .title-rel {
        margin: 2px 1px 0
    }
}

.back-album,
.back-album a,
.js-letter-models a,
.pages-bl li,
i.fa-sort::before {
    display: inline-block
}

.adblock-message {
    background: #ff46fb;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11111111;
    width: 500px;
    line-height: 300px;
    font-size: 26px;
    color: #fff
}

.player .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    cursor: pointer
}

@media screen and (max-width:900px) {

    .video-info .show-title span,
    .video-info.show .show-title:after {
        display: inline-block;
        background: #fff;
        left: 0;
        right: 0;
        position: absolute
    }

    .video-info.hidden .title-holder {
        margin: 0 0 12px;
        overflow: hidden;
        position: relative
    }

    .video-info.hidden.show .title-holder {
        max-height: 999px;
        margin: 0
    }

    .video-info .show-title {
        top: -8px;
        display: none;
        border-top: 1px solid #ff46fb;
        position: relative;
        text-align: center;
        margin: 0 10px 16px 0
    }

    .video-info.hidden.show .show-title {
        top: 0
    }

    .video-info .show-title span {
        border-bottom: 1px solid #ff46fb;
        border-right: 1px solid #ff46fb;
        height: 25px;
        width: 25px;
        transform: rotate(45deg);
        margin: 0 auto;
        top: -13px
    }

    .video-info .show-title span:last-of-type {
        height: 10px;
        width: 10px;
        top: -5px
    }

    .video-info.hidden .show-title {
        display: block
    }

    .video-info.show .show-title span {
        border-left: 1px solid #ff46fb;
        border-top: 1px solid #ff46fb;
        border-bottom: 1px solid transparent;
        border-right: 1px solid transparent;
        top: -11px
    }

    .video-info.show .show-title span:last-of-type {
        top: -4px
    }

    .video-info.show .show-title:after {
        content: "";
        width: 100%;
        height: 10px;
        top: 0
    }
}

.video-gallery,
.video-info .block-des {
    display: -webkit-box;
    display: -ms-flexbox
}

.name-video {
    font-size: 12px
}

.back-album {
    position: absolute;
    z-index: 150;
    right: 41%;
    top: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateY(-50%)
}

@media screen and (max-width:1630px) {
    .back-album {
        right: 38%
    }

    .video-link-gallery {
        margin: 8px 0 0
    }
}

@media screen and (max-width:1308px) {
    .back-album {
        right: 32%
    }
}

@media screen and (max-width:800px) {
    .back-album {
        right: 38%
    }
}

@media screen and (max-width:915px) {
    .back-album {
        right: 36%
    }
}

@media screen and (max-width:810px) {
    .back-album {
        right: 34%
    }
}

@media screen and (max-width:700px) {
    .back-album {
        right: 32%
    }
}

@media screen and (max-width:600px) {
    .back-album {
        right: 29%
    }
}

@media screen and (max-width:515px) {
    .back-album {
        right: 25%
    }
}

@media screen and (max-width:450px) {
    .back-album {
        right: 20%
    }
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px
}

.desc-and-tags {
    max-height: 0;
    color: #fff
}

.open-desc-and-tags div {
    font-size: 18px;
    line-height: 21px;
    color: #ff46fb;
    cursor: pointer
}

.open-desc-and-tags span {
    font-size: 18px;
    line-height: 17px;
    color: #ff46fb;
    cursor: pointer;
    padding: 1px 3.75px 0 3.8px;
    border: 1px solid #ff46fb;
    margin: 0 3px 0 0
}

.pages-bl {
    overflow: hidden;
    margin-top: 18px;
    font-size: 0
}

.download-list,
.head-wrapper.head-wrapper-models,
.head-wrapper.head-wrapper-models .top-bl-models,
.head-wrapper.head-wrapper-models .top-bl-models .sort {
    overflow: initial
}

.pages-bl li {
    vertical-align: top;
    margin: 2px 1px 0
}

i.fa-sort::before {
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ff46fb
}

.main-wrapper.open-desc .desc-and-tags {
    max-height: 9999px;
    color: #000
}

.open-desc-and-tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.open-desc-and-tags span.minus {
    padding: 1px 6.33px 0 6.5px
}

.video-info .block-des .video-tags li {
    font-size: 18px
}

.wrapper.open-desc .open-desc-and-tags {
    padding: 5px 0 0
}

.desc-and-tags .desc {
    font-size: 18px;
    line-height: 19px;
    margin: 7px 0 0
}

.video-info .block-des {
    margin: 10px 0 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: initial;
    position: relative;
    z-index: 10;
}

.block-des .block {
    margin-left: 15px;
    box-sizing: border-box;
    position: relative
}

.open-desc .video-block .desc-and-tags .desc {
    padding: 6px 0 0
}

.vodeo-gallery {
    color: #fff;
    font-size: 18px
}

.video-link-gallery {
    font-size: 18px;
    min-height: 18px;
    line-height: 18px;
    margin: 12px 0 0
}

.vr-wrap,
.vr-wrap a {
    font-size: 21px;
    position: relative
}

.top-bl-models {
    -ms-flex-pack: center;
    justify-content: center
}

.top-bl-models .sort li {
    position: relative;
    cursor: pointer
}

.top-bl-models .sort li .js-letter-models {
    position: absolute;
    top: calc(100% + 5px);
    z-index: 12;
    padding: 10px !important;
    width: 381px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 2px solid #d6d6d6;
    border-top: none;
    display: none;
    text-align: left
}

.top-bl-models .sort li.open .js-letter-models {
    display: block;
    height: auto
}

.top-bl-models .sort li.open .btn {
    border: 2px solid #ff46fb;
    color: #ff46fb;
    text-decoration: none
}

.top-bl-models .sort li .btn,
.top-bl-models .sort li a {
    border: 2px solid transparent;
    padding: 0 4px
}

.top-bl-models .sort li .btn {
    background-color: transparent;
    outline: 0;
    color: #fff;
    cursor: pointer
}

.top-bl-models .sort li .js-letter-models:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #d6d6d6;
    right: 0;
    top: 0;
    width: 100%
}

.top-bl-models .sort li:nth-child(3) .js-letter-models:before {
    width: 176px
}

.top-bl-models .sort li:last-of-type .js-letter-models:before {
    width: 171px
}

.js-letter-models a {
    border: none !important;
    margin: 4px 7px;
    color: #000;
    text-decoration: none !important;
    padding: 0 !important
}

.js-letter-models a.active,
.js-letter-models a:hover {
    color: #ff46fb !important;
    text-decoration: underline !important
}

@media (max-width:800px) {

    .alphabet,
    .alphabet.alph-selection {
        background-color: #000
    }

    .top-bl-tags {
        -ms-flex-pack: center;
        justify-content: center
    }

    .alphabet {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px
    }

    .js-letter-models a {
        color: #fff
    }

    .top-bl-models .sort li .js-letter-models:after {
        position: absolute;
        content: "";
        width: 172px;
        height: 2px;
        background: #d6d6d6;
        left: 0;
        top: 0
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models:after {
        width: 150px
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 141px
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 179px
    }

    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 350px;
        left: -141px;
        margin: 0 auto
    }

    .top-bl-models .sort li .js-letter-models:before {
        width: 100%
    }

    .top-bl-models .sort li .js-letter-models {
        width: 350px;
        left: 0;
        margin: 0 auto
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models {
        width: 350px;
        left: -150px;
        margin: 0 auto
    }
}

@media (max-width:799px) {

    #list_videos_most_recent_videos + .thumbs .page-content:nth-child(3),
    .top-bl {
        display: none
    }

    .head {
        margin: 2px 0 0
    }

    .top-bl-tags .top-bl-ins {
        padding: 17px 0 0;
        text-align: center
    }

    .top-bl-models.top-bl-tags .top-bl-ins {
        text-align: center;
        padding: 7px 0 0
    }

    .top-bl-models .sort li {
        position: static
    }

    .top-bl-ins {
        position: relative
    }

    .top-bl-models .sort li .js-letter-models {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width:600px) {
    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 350px;
        left: -235px;
        margin: 0 auto
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 85px
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 235px
    }
}

@media (max-width:470px) {
    .top-bl-models .sort li .js-letter-models {
        width: 314px;
        box-sizing: border-box
    }

    .top-bl-models .sort li .js-letter-models:after {
        position: absolute;
        content: "";
        width: 110px;
        height: 2px;
        left: 0;
        top: 0
    }

    .top-bl-models .sort li .js-letter-models:before {
        width: 100%
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models {
        width: 314px;
        left: -156px;
        margin: 0 auto;
        box-sizing: border-box
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models:before {
        width: 110px
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models:after {
        width: 156px
    }

    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 314px;
        left: -214px;
        margin: 0 auto;
        box-sizing: border-box
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 46px
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 214px
    }
}

.open-desc .desc-and-tags .video-link {
    display: block;
    color: #fff;
    margin-top: 13px
}

.video-link b a {
    font-weight: 600
}

.list-tags-search.top-list-tags .tags-holder a {
    font-size: 20px;
    text-decoration: underline
}

@media (max-width:550px) {
    .list-tags-search.top-list-tags .tags-holder a {
        font-size: 15px;
        text-decoration: underline
    }
}

.vr-wrap {
    background: #333;
    color: #fff;
    padding: 10px 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.vr-wrap a {
    color: #fff
}

.vr-wrap a:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0
}

.vr-wrap .vr-close {
    position: absolute;
    top: 6px;
    right: 11px;
    font-size: 33px;
    line-height: 21px;
    cursor: pointer
}

.vr-wrap .vr-img {
    font-size: 0;
    line-height: 0;
    padding: 0 10px 0 0
}

.vr-wrap .vr-img svg {
    width: 92px;
    height: 54px;
    fill: #fff
}

@media (max-width:540px) {
    .vr-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .vr-wrap .vr-img svg {
        width: 63px;
        height: 35px
    }
}

.video-gallery {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px
}

.video-gallery a,
.video-gallery span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.video-gallery img {
    display: block;
    width: 100%
}

.spot {
    margin: 10px 0
}

.btn-download,
.btn-report {
    font-size: 16px;
    background-color: #545454;
    outline: 0;
    border: none;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.download-list,
.spot-box {
    position: absolute;
    display: none;
    left: 0
}

.btn-download svg,
.btn-report svg {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.btn-download .text,
.btn-report .text {
    font-size: 16px;
    line-height: 1.2;
    color: #000
}

.download-list {
    top: calc(100% + 5px);
    right: 0;
    z-index: 2;
    background-color: #545454
}

.download-list li {
    float: none
}

.download-list a {
    display: block;
    font-size: 13px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    padding: 2px
}

.dmca-text .head {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: left;
    height: auto;
    font-weight: 500
}

.dmca-text ol {
    padding: 5px 0 0 17px
}

.dmca-text li {
    padding: 8px 0 0
}

.dmca-text b,
.dmca-text strong {
    font-weight: 500
}

.dmca-text .atten {
    color: #ff46fb;
    font-weight: 500;
    display: block
}

.dmca-title {
    font-size: 22px;
    margin-bottom: 20px
}

@media (min-width:800px) {
    .top-bl.top-top {
        height: 58px
    }

    .channels-head .top-bl.top-top {
        height: 100%;
        max-height: 60px
    }

    .channels-head.head-wrapper {
        height: 211.99px
    }

    .head-wrapper.always-head,
    .head-wrapper.popul-head {
        height: 180px
    }

    .head-wrapper.always-head .top-bl,
    .head-wrapper.popul-head .top-bl {
        height: 100%;
        max-height: 30px
    }

    .top-bl.top-top.top-bl-tags {
        height: 60px
    }

    .alphabet.alph-selection {
        padding: 36px 10px 8px;
        height: 80px;
        background-color: #000;
        border-top: 2px solid #313131
    }

    .top-bl.top-top.top-bl-tags.top-bl-models {
        height: 67px;
        max-width: 320px
    }

    .dmca-title {
        font-size: 28px
    }
}

.over-player {
    padding: 10px 0;
    line-height: 1
}

.over-player .wrap-label {
    width: 300px;
    margin: 5px auto 0;
    text-align: left
}

.is-poster + .spot-box,
.is-splash + .spot-box {
    display: flex
}

.spot-box {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 40px);
    font-size: 13px;
    line-height: 1
}

.spot-label {
    padding: 4px 20px;
    color: #fff;
    background-color: #313131;
    margin-bottom: 5px;
    font-size: 13px;
    display: inline-block
}

.spot-box .wrap {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    max-width: 600px;
    width: 100%;
    height: 276px
}

@media (max-width:1024px) {
    .touch-preview {
        display: block
    }

    .spot-box .wrap {
        max-width: 300px
    }

    .spot-box .wrap .col + .col {
        display: none
    }
}

@media (max-width:980px) {
    .spot-box {
        transform: scale(.65)
    }
}

@media (max-width:768px) {
    .spot-box {
        transform: scale(.85)
    }
}

@media (max-width:639px) {
    .spot-box {
        opacity: 0;
        font-size: 25px;
        transform: scale(.7)
    }
}

@media (max-width:479px) {
    .open-desc-and-tags {
        width: 100%;
        margin-bottom: 15px
    }

    .block-des .block {
        margin-left: 0;
        width: 50%
    }

    .open-desc-and-tags + .block {
        padding-right: 5px
    }

    .block-des .block + .block {
        padding-left: 5px
    }

    .download-list {
        top: 100%;
        right: inherit;
        width: calc(100% - 5px)
    }

    .spot-box {
        transform: scale(.58)
    }
}

@media (max-width:410px) {
    .spot-box {
        transform: scale(.52)
    }
}

@media (max-width:375px) {
    .spot-box {
        transform: scale(.45)
    }
}

.spot-box .wrap-btn {
    margin-top: 5px;
    text-align: center;
    width: 100%
}

.spot-box .wrap-btn .close {
    background-color: #313131;
    color: #fff;
    padding: 4px 18px;
    outline: 0;
    border: none;
    cursor: pointer
}

.close-spot {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ff46fb;
    z-index: 5;
    cursor: pointer
}

.close-spot:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-spot:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-spot:after,
.close-spot:before {
    position: absolute;
    left: 12px;
    top: 3px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff
}

@media (max-width:768px) {
    .close-spot {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ff46fb;
        z-index: 5;
        cursor: pointer
    }

    .close-spot:after,
    .close-spot:before {
        left: 17px;
        top: 3px;
        content: ' ';
        height: 33px;
        width: 5px
    }
}

.spot-box .wrap video {
    object-fit: cover
}

.block-flagging {
    font-size: 16px;
    line-height: 1.2;
    color: #686868;
    margin-top: 15px;
    display: none
}

.block-flagging form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-flagging .block-radios {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    padding-right: 1rem
}

.block-flagging .block-textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media (max-width:639px) {
    .block-flagging .block-radios {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px
    }

    .block-flagging .block-textarea {
        flex: inherit;
        width: 100%
    }
}

.block-flagging label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px
}

.block-flagging .textarea {
    resize: none;
    border: 1px solid #313131;
    outline: 0;
    display: block;
    min-height: 120px;
    padding: 10px;
    color: #363636;
    background: 0 0;
    width: 100%;
    box-sizing: border-box
}

.block-flagging .row {
    margin-bottom: 15px
}

.block-flagging .row label {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 20px
}

.block-flagging .radio + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    background-color: #545454;
    box-sizing: border-box;
    border-radius: 50%
}

.block-flagging .radio:checked + label::before {
    background-color: #ff46fb;
    border: 6px solid #545454
}

.block-radios .btn {
    background-color: #545454;
    outline: 0;
    padding: 8px 25px;
    cursor: pointer;
    border: none;
    transition: background-color .3s
}

@media screen and (min-width:1025px) {

    .block-radios .btn:hover,
    .btn-download:hover,
    .btn-report:hover {
        background-color: #ff46fb
    }

    .download-list a:hover {
        color: #ff46fb
    }
}

.rating-container {
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    gap: 15px;
    position: relative;
    margin-left: 15px;
}

.voters {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #fff;
}

.video-button {
    display: flex;
    align-items: center;
    color: #000;
    height: 34px;
    padding: 0 15px;
    background-color: #545454;
    gap: 5px;
    transition: background-color .3s;
}

.video-button svg {
    fill: #000;
}

@media screen and (hover:hover) {
    .video-button:hover {
        background-color: #ff46fb;
    }
}

@media screen and (max-width: 626px) {
    .rating-container {
        width: 100%;
        margin: 10px 0 0;
        gap: 10px;
    }

    .video-button {
        width: 50%;
        justify-content: center;
    }
}
