@import '/icons/style.css';

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

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

a {
    background-color: transparent;
}

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

b, strong {
    font-weight: bolder;
}

.hidden {
    display: none !important;
}

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

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

[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;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    outline: none;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background: #171717;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

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

a:hover {
    color: #CC6699;
}

h1,
h2,
h3, .h1, .h2, .h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}

h1 span,
h2 span,
h3 span, .h1 span, .h2 span, .h3 span {
    color: #CC6699;
}

h4, .h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.heading {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.heading h1, .heading .h1, .heading h2, .heading .h2 {
    margin-bottom: 0;
    margin-right: 12px;
}

.heading-append {
    padding-left: 12px;
    border-left: 1px solid #fff;
    line-height: initial;
}

.mr-sm {
    margin-right: 8px;
}

.icon-inline {
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.main {
    flex-grow: 1;
}

.container {
    width: 100%;
    max-width: 1670px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.text-alt {
    color: #CC6699;
}

.text-muted {
    color: #6d6d6d;
}

.text-xs {
    font-size: 12px;
}

.inline-img {
    display: inline-block;
    vertical-align: middle;
}

.fw-bold {
    font-weight: 700 !important;
}

label {
    margin: 0 0 3px 0;
    display: block;
    font-size: 14px;
}

.input {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #494949;
    border-radius: 5px;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.input:focus {
    border-color: #999;
}

textarea.input {
    padding: 8px 10px;
    height: initial;
    resize: vertical;
}

.btn {
    min-width: 36px;
    min-height: 36px;
    padding: 9px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CC6699;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: transparent;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #CC6699;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    line-height: 16px;
}

.btn:hover, .btn.active {
    border-color: #CC6699;
    background-color: #CC6699;
    color: #171717;
}

.btn.disabled, .btn:disabled {
    pointer-events: none !important;
    background-color: #bababa !important;
    border-color: #bababa !important;
    color: #878787 !important;
}

.btn-bold {
    border-color: #CC6699;
    background-color: #CC6699;
    color: #171717;
}

.btn-bold:hover {
    color: #CC6699 !important;
    background-color: #171717;
    border-color: #171717;
}

.btn-bold.disabled {
    background-color: #bababa;
    border-color: #bababa;
    color: #878787;
}

.btn-light {
    border-color: #a7a7a7;
}

.btn-alt {
    border-color: #CC6699;
}

.btn-alt:hover {
    border-color: #fff;
    color: #fff;
}

.btn-reg {
    color: #fff;
}

/*
.btn-reg:hover {
  color: #CC6699;
}
 */
.btn-menu {
    padding-right: 28px;
    padding-left: 28px;
}

.checkbox.toggled input[type=checkbox] + .checkbox-label .checkbox-icon {
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%23CC6699'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.20962 8.41463L4.20943 8.41482L5.19665 9.32655L5.19683 9.32636L5.19723 9.32672L6.10896 8.3395L6.10856 8.33914L9.7553 4.39046L8.76808 3.47873L5.12134 7.42741L3.1473 5.60432L2.23557 6.59154L4.20962 8.41463Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
}

.checkbox input[disabled] + .checkbox-label {
    pointer-events: none !important;
    opacity: 0.75;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox input[type=checkbox] + .checkbox-label {
    margin: 0 !important;
    display: flex;
    cursor: pointer;
}

.checkbox input[type=checkbox] + .checkbox-label .checkbox-icon {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1H2C1.44772 1 1 1.44772 1 2V10C1 10.5523 1.44772 11 2 11H10C10.5523 11 11 10.5523 11 10V2C11 1.44772 10.5523 1 10 1ZM2 0C0.895431 0 0 0.895431 0 2V10C0 11.1046 0.895431 12 2 12H10C11.1046 12 12 11.1046 12 10V2C12 0.895431 11.1046 0 10 0H2Z' fill='%236D6D6D'/%3E%3C/svg%3E%0A") no-repeat center;
}

.checkbox input[type=checkbox]:checked + .checkbox-label .checkbox-icon {
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%23CC6699'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.20962 8.41463L4.20943 8.41482L5.19665 9.32655L5.19683 9.32636L5.19723 9.32672L6.10896 8.3395L6.10856 8.33914L9.7553 4.39046L8.76808 3.47873L5.12134 7.42741L3.1473 5.60432L2.23557 6.59154L4.20962 8.41463Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
}

.checkbox input[type=checkbox]:active + .checkbox-label .checkbox-icon {
    opacity: 0.7;
}

.checkbox .checkbox-label {
    text-align: left;
}

.radio {
    margin-bottom: 6px;
}

.radio.toggled input[type=radio] + .radio-label .radio-icon {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='white' stroke='%23CC6699'/%3E%3Crect x='4' y='4' width='8' height='8' rx='4' fill='%23CC6699'/%3E%3C/svg%3E%0A") no-repeat center;
}

.radio input[disabled] + .radio-label {
    pointer-events: none !important;
    opacity: 0.75;
}

.radio input[type=radio] {
    display: none;
}

.radio input[type=radio] + .radio-label {
    margin: 0 !important;
    display: flex;
    cursor: pointer;
}

.radio input[type=radio] + .radio-label .radio-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23B9B9B9'/%3E%3C/svg%3E%0A") no-repeat center;
}

.radio input[type=radio]:checked + .radio-label .radio-icon {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='white' stroke='%23CC6699'/%3E%3Crect x='4' y='4' width='8' height='8' rx='4' fill='%23CC6699'/%3E%3C/svg%3E%0A") no-repeat center;
}

.radio input[type=radio]:active + .radio-label .radio-icon {
    opacity: 0.7;
}

.radio .radio-label {
    text-align: left;
}

.dropdown {
    position: relative;
}

.dropdown.toggled > .btn {
    border-color: #CC6699;
    background-color: #CC6699;
    color: #171717;
}

.dropdown.toggled .dropdown-container {
    display: block;
    z-index: 90;
}

.dropdown-menu .dropdown-container {
    min-width: 190px;
}

.dropdown-container {
    position: absolute;
    left: 0;
    min-width: 100%;
    margin-top: 5px;
    padding: 14px 0;
    display: none;
    background-color: #171717;
    border: 1px solid #494949;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.dropdown-container > li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    white-space: nowrap;
}

.dropdown-container > li a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    color: #CC6699;
}

.dropdown-container > li a:hover {
    background-color: #353535;
}

.header {
    margin-bottom: 20px;
    padding: 24px 0 0 0;
}

.header-container {
    display: flex;
    align-items: center;
}

.header-content {
    flex-grow: 1;
    text-align: center;
}

.header-content h1, .header-content .h1 {
    width: 100%;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-sort {
    position: relative;
    margin: 0 0 0 18px;
    padding: 0;
    display: flex;
}

.header-sort .dropdown {
    position: static;
}

.header-sort .dropdown-container {
    min-width: initial;
    right: 0;
}

.header-sort > li {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}

.header-sort > li:last-child {
    margin-right: 0;
}

.header-nav {
    margin-top: 24px;
    padding: 20px 0;
    background-color: #1d1f20;
    border-top: 1px solid #494949;
}

.header-nav-container {
    display: flex;
}

.header-nav-heading h1, .header-nav-heading .h1 {
    width: 100%;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
}

.header-nav-label {
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 24px;
}

.header-nav-content {
    max-height: 24px;
    padding: 0 12px;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s;
}

.header-nav-content.toggled {
    max-height: 300px;
}

.header-nav-tag {
    height: 24px;
    margin: 0 6px 6px 0;
    padding: 0 10px;
    background-color: #353535;
    border: 1px solid #494949;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}

.header-nav-tag-alt {
    background-color: #171717;
    border-color: #CC6699;
    color: #CC6699;
}

.header-nav-tag-alt:hover {
    background-color: #CC6699;
    color: #171717;
}

.header-nav-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #CC6699;
    font-size: 12px;
    color: #171717;
    cursor: pointer;
}

.header-nav-toggle i {
    display: inline-block;
    transition: all 0.3s;
}

.header-nav-toggle.toggled i {
    transform: rotate(45deg);
}

.logo {
    flex-shrink: 0;
}

.logo img {
    display: block;
}

.search {
    position: relative;
    width: 427px;
    margin: 0 40px;
}

.search .input {
    font-style: italic;
}

.search .input:focus {
    color: #CC6699;
}

.search .input:focus ~ .search-btn {
    background-color: #CC6699;
    color: #fff;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    background-color: #494949;
    font-size: 20px;
    color: #a7a7a7;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-toggle {
    margin-left: auto;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #a7a7a7;
    cursor: pointer;
}

.thumbs {
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.thumbs-item {
    min-width: 1px;
    display: block;
}

.thumbs-item:hover .thumbs-item-card, .thumbs-item:hover .thumbs-item-title {
    color: #CC6699;
}

.thumbs-item-hot {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CC6699;
    color: #fff;
    z-index: 3;
}

.thumbs-item-duration {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 1px 4px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    background-color: rgba(23, 23, 23, 0.44);
    line-height: 15px;
    z-index: 3;
}

.thumbs-item-flag {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: rgba(23, 23, 23, 0.44);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 3;
}

.thumbs-item-flag:hover {
    background-color: #CC6699;
    color: #fff;
}

.thumbs-item-image {
    position: relative;
    padding: 56.25% 0 0 0;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #565656;
    overflow: hidden;
    z-index: 1;
}

.thumbs-item-image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\e901";
    font-family: "icon";
    font-size: 72px;
    color: #9a9a9a;
    z-index: -1;
    display: block;
}

.thumbs-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.thumbs-item-info {
    width: 100%;
    min-height: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #474747;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
}

.thumbs-item-title {
    width: 100%;
    margin: 6px 0 4px 0;
    padding: 0 6px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 16px;
}

.thumbs-item-tags {
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0 6px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 16px;
    color: #adadad;
}

.thumbs-item-tags a {
    color: #adadad;
}

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

.thumbs-item-card {
    width: 100%;
    height: 100%;
    background-color: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
}

.thumbs-item-cams {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
}

.video-wrapper {
    display: flex;
}

.video-container {
    flex-grow: 1;
}

.video-viewer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.video-viewer > iframe, .video-viewer > div, .video-viewer .video-code {
    width: 924px !important;
    height: 520px !important;
}

.video-full {
    margin-top: 20px;
    padding: 0 10px;
    display: block;
    border-radius: 5px;
    background-color: #A15079;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
}

.video-full:hover {
    background-color: #CC6699;
    color: #fff;
}

.video-content {
    margin: 40px 0;
}

.video-aside {
    flex-shrink: 0;
    width: 300px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.video-aside-item {
    width: 300px;
    height: 250px;
    margin-bottom: 20px;
    background-color: #565656;
}

.video-aside h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
}

.video-info {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-info-item {
    margin-right: 20px;
    display: inline-block;
}

.video-info-item:last-child {
    margin-right: 0;
}

.video-info-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #aaa;
}

.video-info-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    text-transform: uppercase;
}

.video-row {
    display: flex;
}

.video-row-label {
    min-width: 90px;
    padding-right: 10px;
    margin: 5px 0;
    flex-shrink: 0;
    line-height: 36px;
}

.video-row-content {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.video-row-tag {
    height: 36px;
    margin: 5px;
    padding: 0 10px;
    background-color: #353535;
    border: 1px solid #494949;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
}

.model {
    max-width: 1320px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.model-image {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 50px;
    background-color: #565656;
    overflow: hidden;
}

.model-image img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    width: auto;
    height: 100%;
    display: block;
    border-radius: 100px;
}

.model-content {
    flex-grow: 1;
}

.model-content h1 {
    margin-bottom: 10px;
}

.model-content p {
    margin: 0;
}

.tabs-panel {
    display: none;
}

.tabs-panel.active {
    display: block;
}

.tabs-links {
    margin: 20px 0;
    padding: 0;
    display: flex;
}

.tabs-links li {
    position: relative;
    margin: 0 15px;
    padding: 0;
    list-style: none;
}

.tabs-links li a.active {
    display: block;
    position: relative;
    color: #CC6699;
    pointer-events: none;
}

.tabs-links li a.active::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    content: "";
    display: block;
    background-color: #CC6699;
}

.tabs-links li::after {
    position: absolute;
    top: 3px;
    right: -16px;
    bottom: 3px;
    width: 2px;
    content: "";
    display: block;
    background-color: #fff;
}

.tabs-links li:first-child {
    margin-left: 0;
}

.tabs-links li:last-child {
    margin-right: 0;
}

.tabs-links li:last-child::after {
    display: none;
}

.comment {
    margin-bottom: 20px;
}

.comment-body {
    padding: 10px 20px;
    background-color: #353535;
    border-radius: 5px;
}

.comment-info {
    font-size: 14px;
    color: #aaa;
}

.comment-author {
    color: #fff;
    font-weight: 700;
}

.comment-date {
    color: #fff;
}

.comment-name, .comment-text {
    margin-bottom: 15px;
}

.taglist {
    margin-top: 24px;
    padding: 20px 0;
    background-color: #1d1f20;
    border-top: 1px solid #494949;
}

.taglist-label {
    margin: 3px 3px 3px 0;
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 24px;
}

.taglist-container {
    display: flex;
    flex-wrap: wrap;
}

.taglist-tag {
    height: 24px;
    margin: 3px;
    padding: 0 10px;
    background-color: #353535;
    border: 1px solid #494949;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}

.content {
    margin: 0 0 20px 0;
}

.content p:first-child {
    margin-top: 0;
}

.content p:last-child {
    margin-bottom: 0;
}

.paginator {
    margin: 35px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.paginator li {
    margin: 5px;
    padding: 0;
    list-style: none;
}

.paginator li .btn-light {
    color: #fff;
}

.paginator li .btn-alt {
    pointer-events: none;
}

.categories-list {
    margin: 20px 0;
    padding: 0;
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 48px;
    column-gap: 48px;
}

.categories-list li {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    display: inline-block;
    list-style: none;
    border-bottom: 1px dotted #494949;
}

.categories-list li a {
    display: flex;
    justify-content: space-between;
}

.categories-list li a .amount {
    color: #adadad;
}

.categories-list li a:hover .amount {
    color: #CC6699;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 10px;
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.modal-checkbox {
    display: flex;
    justify-content: center;
}

.modal-continue {
    font-weight: 700;
}

.modal-container {
    width: 100%;
    max-width: 540px;
}

.modal-header {
    position: relative;
    padding: 10px;
    background-color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header img {
    display: block;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: -10px -10px 0 0;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.modal-close i {
    position: relative;
    display: block;
    transform: rotate(45deg);
}

.modal-body {
    padding: 20px 50px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #171717;
    text-align: center;
    font-size: 14px;
}

.modal-body h1, .modal-body h2, .modal-body h3, .modal-body .h1, .modal-body .h2, .modal-body .h3 {
    margin-bottom: 0;
    color: #171717;
}

.modal-body a {
    color: #000;
}

.modal-body a:hover {
    color: #CC6699;
}

.report .modal-body {
    text-align: left;
}

.report .modal-body .h1 {
    font-weight: 700;
    text-align: center;
}

.report-content {
    margin: 20px 0;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 20px;
    align-items: flex-start;
}

.report-image {
    position: relative;
    /*  padding-top: 56.25%; */
    background-color: #ababab;
}

.report-image img {
    /*  position: absolute;
    top: 0;
    left: 0;  */
    width: 100%;
    min-height: 100%;
    display: block;
}

.report-comment label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.report-info {
    margin: 20px 0;
    font-size: 14px;
}

.report-info-row {
    margin-bottom: 5px;
    display: flex;
}

.report-info-label {
    width: 25%;
    flex-shrink: 0;
    font-weight: 700;
}

.report-info-data {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6d6d6d;
}

.feedback {
    max-width: 534px;
    margin: 48px 0;
}

.feedback-row {
    margin-bottom: 10px;
    display: flex;
}

.feedback-label {
    width: 20%;
    line-height: 36px;
    flex-shrink: 0;
}

.feedback-col {
    flex-grow: 1;
}

.panel {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 40px 10px 40px;
    box-sizing: border-box;
    background-color: #000;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.panel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
}

.panel-item.active {
    color: #CC6699;
}

.panel-item span {
    margin-top: 2px;
    display: block;
    font-size: 12px;
}

.overflow {
    max-height: 160px;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #e7e7e7;
    font-size: 14px;
    color: #7c7c7c;
    text-align: left;
}

.footer {
    margin-top: 40px;
    padding: 40px 0 0 0;
    border-top: 1px solid #494949;
    background-color: #1d1f20;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}

.footer-container {
    max-width: 1200px;
}

.footer p {
    margin: 0;
}

.footer-nav {
    margin-top: 30px;
    border-top: 1px solid #494949;
    padding: 20px 0;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav ul li {
    position: relative;
    margin: 0;
    padding: 0 30px;
    list-style: none;
}

.footer-nav ul li::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "|";
    color: #fff;
}

.footer-nav ul li:last-child::after {
    display: none;
}

.footer-nav ul li a {
    color: #fff;
}

.footer-nav ul li a:hover {
    color: #CC6699;
    text-decoration: underline;
}

.modal-visible .thumbs-item-image img {
    filter: blur(10px);
}

.message {
    margin: 0 0 20px 0;
    padding: 14px;
    border: 1px solid #494949;
    background-color: #1d1f20;
    font-size: 14px;
}

.message a {
    color: #CC6699;
}

.message a:hover {
    text-decoration: underline;
}

.message-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.snapshot:hover {
    cursor: pointer;
}

@media screen and (max-width: 1279px) {
    .header-content h1, .header-content .h1 {
        font-size: 18px;
    }

    .thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .categories-list {
        -moz-column-count: 4;
        column-count: 4;
    }

    .video-viewer {
        padding: 56.25% 0 0 0;
    }

    .video-viewer > iframe, .video-viewer > div, .video-viewer .video-code {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .video-aside {
        margin-left: 10px;
    }

    .video-aside-item {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .header-nav-heading {
        padding-right: 20px;
        border-right: 1px solid #494949;
        margin-right: 20px;
    }

    .header-content {
        display: none;
    }

    .header-sort {
        margin-left: 0;
    }

    .header-sort .btn {
        font-size: 13px;
    }

    .thumbs {
        grid-template-columns: repeat(3, 1fr);
    }

    .categories-list {
        -moz-column-count: 3;
        column-count: 3;
    }

    .video-wrapper {
        flex-direction: column;
    }

    .video-aside {
        width: 100%;
        margin: 10px 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .video-aside-item {
        margin: 5px;
    }

    .video-aside h3 {
        text-align: center;
    }

    .footer {
        margin-bottom: 68px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h1,
    h2,
    h3, .h1, .h2, .h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    p {
        margin: 8px 0;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .header {
        padding-top: 10px;
    }

    .header-container {
        flex-wrap: wrap;
    }

    .header-sort {
        display: none;
    }

    .header-content {
        display: none;
    }

    .header-nav {
        margin-top: 10px;
        padding: 8px 0;
    }

    .header-nav-heading {
        margin-right: 0;
        border: 0;
        padding-right: 15px;
        flex-grow: 1;
    }

    .header-nav-container {
        flex-wrap: wrap;
    }

    .header-nav-content {
        order: 99;
        width: 100%;
        margin: 0;
        padding: 0;
        max-height: 0;
    }

    .header-nav-content.toggled {
        padding-top: 8px;
    }

    .header-nav-toggle {
        margin-left: 10px;
    }

    .search {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        background-color: #171717;
        order: 99;
        width: initial;
        margin: 0;
        display: none;
    }

    .search.toggled {
        display: block;
    }

    .search-toggle {
        display: flex;
    }

    .search-toggle.toggled {
        color: #CC6699;
        border-color: #CC6699;
    }

    .header {
        margin-bottom: 10px;
    }

    .thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

    .thumbs-item-image::after {
        font-size: 48px;
    }

    .thumbs-item-title, .thumbs-item-tags, .thumbs-item-card {
        font-size: 12px;
    }

    .video-content {
        margin: 20px 0;
    }

    .video-info {
        margin: 10px 0;
        flex-direction: column;
        justify-content: flex-start;
    }

    .video-info-left {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .model {
        margin: 10px 0;
        align-items: flex-start;
    }

    .model-image {
        width: 80px;
        height: 80px;
        padding: 8px;
        margin-right: 10px;
    }

    .model-content {
        font-size: 12px;
    }

    .model-content h1 {
        font-size: 18px;
    }

    .categories.no-mobile {
        display: none;
    }

    .categories-list {
        margin: 10px 0;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    /*
    .content {
      display: none;
    }
     */
    .modal {
        padding: 60px 10px;
        align-items: flex-start;
    }

    .modal-body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .feedback {
        margin: 32px 0;
    }

    .feedback-row {
        flex-direction: column;
    }

    .feedback-label {
        width: 100%;
        margin-bottom: 3px;
        line-height: initial;
    }

    .footer-nav ul li {
        padding: 0 10px;
    }

    .panel {
        display: flex;
    }
}

@media screen and (max-width: 480px) {
    .categories-list {
        font-size: 12px;
    }

    .report-info-row {
        flex-direction: column;
    }

    .report-info-label {
        width: 100%;
    }

    .report-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}