@charset "UTF-8";

html,
html.light {
  --black-bg: #000;
  --white-bg: #fff;
  --black-color: #000;
  --white-color: #fff;
  --input-color2: #8b8f96;
  --lang-hover-color: #000;
  --theme-hover-color: var(--btn-gold)
}

.modal-inner select,
.search-filter select {
  -moz-appearance: none;
  -webkit-appearance: none
}

.modal-inner select,
.search-filter select,
input {
  -webkit-appearance: none
}

*,
input,
textarea {
  outline: 0
}

.asside-link .title,
.block-inner .title,
.thumb-box .title {
  letter-spacing: .3em;
  text-transform: uppercase
}

.asside-thumb .thumbs,
.block-inner,
.community_thumbs .thumb a,
.footer .footer-inner,
.playlist-thumbs .thumb .count-holder,
.playlist-thumbs .thumb .count-holder .item-inner,
.search-filter .col-item,
.thumb-box,
.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.tags-list,
ol,
ul {
  list-style: none
}

.asside-link .title,
.block-inner .title,
.button-subscribe,
.footer .footer-nav a,
.thumb-box .title {
  text-transform: uppercase
}

.btn,
.fav-drop a,
.js_show-button,
.list-thumb .date,
.mebers-name,
.player-related-videos-item .title,
.sort-holder a,
.sort-holder span,
.tags-list li a,
.tags-row a,
.thumb .title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

html {
  --color-inverse: #fff;
  --main-background: #161616;
  --header-background: #070707;
  --header-background2: #000;
  --thumb-box-bg: #070707;
  --thumb-placeholder-bg: #070707;
  --footer-bg: var(--black-bg);
  --footer-box-bg: #070707;
  --pagination-bg: #070707;
  --sort-bg: #070707;
  --tags-link-bg: #070707;
  --tags-link-bg-hover: #383838;
  --input-bg: #1d1d1d;
  --btn-bg: #070707;
  --btn-report: #2e2f35;
  --input-bg2: #2e2f35;
  --input-upload-bg: #000;
  --member-menu-bg: #161616;
  --img-placeholder-bg: #000;
  --img-placeholder-bg2: #070707;
  --img-placeholder-bg3: #161616;
  --profile-bg: #070707;
  --profile-sort-bg: #161616;
  --community-sort-bg: #161616;
  --thumbs-bottom-btn-bg: #070707;
  --checkbox-bg: var(--black-bg);
  --radio-bg: #191a1d;
  --comment-item-bg: var(--black-bg);
  --modal-bg: #161616;
  --subscribe-bg: #262528;

  --video-sub-btn-count: #070707;
  --sort-box-bg: #161616;
  --embed-button-bg: #34363c;
  --profile-heading-btn-bg: #1d1d1d;
  --subscription-bg: #070707;
  --subscription-btn-bg: #1d1d1d;
  --menu-icon-bg: #fff;
  --suggestion-bg: #1d1d1d;
  --suggestion-group-bg: #000;
  --comment-like-bg: #34363c;
  --general-color: var(--white-color);
  --main-grey-color: #b8b8b8;
  --member-menu-color: var(--main-grey-color);
  --thumb-text-color: var(--white-color);
  --nav-link-color: var(--white-color);
  --pagination-color: var(--main-grey-color);
  --sort-color: var(--main-grey-color);
  --tags-link-color: var(--white-color);
  --tags-arrow-color: var(--white-color);
  --input-color: var(--white-color);
  --btn-color: var(--white-color);
  --btn-tabs-color: var(--main-grey-color);
  --thumb-info-color: var(--main-grey-color);
  --input-color3: var(--main-grey-color);
  --input-upload-color: #fff;
  --profile-color: var(--white-color);
  --profile-color2: var(--main-grey-color);
  --profile-tab-color: var(--white-color);
  --thumbs-bottom-btn-color: var(--main-grey-color);
  --heading-title-color: var(--white-color);
  --comment-item-color: var(--white-color);
  --subscribe-color: #626262;
  --subscribe-color2: var(--main-grey-color);
  --desc-color: #fff;
  --video-sub-btn-color: #000000;
  --theme-color: var(--main-grey-color);
  --related-color: var(--main-grey-color);
  --tabs-title-color: var(--main-grey-color);

  --comment-name-color: var(--white-color);
  --comment-date-color: var(--main-grey-color);
  --profile-heading-btn-color: #000;
  --upload-title-color: #959595;
  --seo-title-color: #fff;
  --seo-text-color: var(--main-grey-color);
  --footer-color: var(--main-grey-color);
  --comment-like-color: #8b8f96;
  --tags-link-border: none;
  --footer-border: none;
  --input-border: none;
  --header-border: 1px solid #161616;
  --header-border2: none;
  --profile-sort-border: 1px solid #000000;
  --video-controls-border: 1px solid #000000;
  --community-item-border: 6px solid #161616;
  --community-filter-border: 1px solid #000;
  --community-filter-input-border: 1px solid #3d3d3d;
  --sort-box-pseudo: #000;
  --swiper-btn-prev: linear-gradient(90deg, #161616 52.6%, rgba(22, 22, 22, 0) 100%);
  --swiper-btn-next: linear-gradient(270deg, #161616 52.6%, rgba(22, 22, 22, 0) 100%);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

html.light {
  --grey-color: #707070;
  --color-inverse: #000;
  --main-background: var(--white-bg);
  --header-background: transparent;
  --header-background2: #fff;
  --thumb-box-bg: #e0e0e0;
  --thumb-placeholder-bg: #e0e0e0;
  --footer-bg: var(--white-bg);
  --footer-box-bg: var(--white-bg);
  --pagination-bg: #e0e0e0;
  --sort-bg: #e0e0e0;
  --tags-link-bg: none;
  --tags-link-bg-hover: rgba(255, 133, 0, 0.16);
  --input-bg: var(--white-bg);
  --btn-bg: #e0e0e0;
  --btn-report: #e0e0e0;
  --input-bg2: transparent;
  --input-upload-bg: transparent;
  --member-menu-bg: #e0e0e0;
  --img-placeholder-bg: #dadada;
  --img-placeholder-bg2: #dadada;
  --img-placeholder-bg3: #fff;
  --profile-bg: #e0e0e0;
  --profile-sort-bg: #fff;
  --community-sort-bg: #fff;
  --thumbs-bottom-btn-bg: #e0e0e0;
  --checkbox-bg: var(--white-bg);
  --radio-bg: #e0e0e0;
  --modal-bg: #606060;
  --subscribe-bg: #e0e0e0;
  --video-sub-btn: #626262;
  --video-sub-btn-count: var(--subscribe-bg);
  --sort-box-bg: var(--white-bg);
  --embed-button-bg: #e0e0e0;
  --profile-heading-btn-bg: #fff;
  --subscription-btn-bg: #fff;
  --menu-icon-bg: #b8b8b8;
  --suggestion-bg: #e0e0e0;
  --suggestion-group-bg: rgba(0, 0, 0, 0.1);
  --comment-like-bg: #e0e0e0;
  --general-color: #363636;
  --member-menu-color: var(--grey-color);
  --thumb-text-color: #363636;
  --nav-link-color: var(--grey-color);
  --pagination-color: var(--grey-color);
  --sort-color: var(--grey-color);

  --tags-arrow-color: #b8b8b8;
  --input-color: var(--grey-color);
  --btn-color: var(--grey-color);
  --btn-tabs-color: var(--grey-color);
  --thumb-info-color: var(--grey-color);
  --input-color3: var(--grey-color);
  --input-upload-color: #8b8f96;
  --profile-color: var(--grey-color);
  --profile-color2: #363636;
  --profile-tab-color: var(--grey-color);
  --thumbs-bottom-btn-color: var(--grey-color);
  --heading-title-color: #363636;
  --comment-item-bg: #e0e0e0;
  --comment-item-color: #363636;
  --subscribe-color: var(--grey-color);
  --subscribe-color2: var(--grey-color);
  --desc-color: #363636;
  --video-sub-btn-color: #fff;
  --theme-color: #707070;
  --related-color: #363636;
  --tabs-title-color: #363636;
  --btn-gold: #363636;
  --comment-name-color: #363636;
  --comment-date-color: #707070;
  --profile-heading-btn-color: #fff;
  --upload-title-color: #363636;
  --seo-title-color: #363636;
  --seo-text-color: #707070;
  --footer-color: #707070;
  --comment-like-color: #707070;

  --footer-border: 1px solid #d9d9d9;
  --input-border: 1px solid var(--grey-color);
  --header-border: 1px solid #d9d9d9;
  --header-border2: 1px solid #d9d9d9;
  --profile-sort-border: 1px solid #d9d9d9;
  --video-controls-border: 1px solid #d9d9d9;
  --community-item-border: 6px solid #d9d9d9;
  --community-filter-border: 1px solid #d9d9d9;
  --community-filter-input-border: 1px solid #d9d9d9;
  --sort-box-pseudo: #d9d9d9;
  --btn-box-shadow: none;
  --swiper-btn-prev: linear-gradient(90deg, #ffffff 52.6%, rgba(22, 22, 22, 0) 100%);
  --swiper-btn-next: linear-gradient(270deg, #ffffff 52.6%, rgba(22, 22, 22, 0) 100%)
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0
}

fieldset,
img {
  border: 0
}

embed,
img,
object {
  vertical-align: bottom
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

q:after,
q:before {
  content: ""
}

a,
a * {
  cursor: pointer
}

a {
  text-decoration: none
}

input {
  border-radius: 0
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

body,
html {
  height: 100%
}

body {
  font: 400 14px/1.2 Roboto, sans-serif;
  color: var(--general-color);
  background: var(--main-background)
}

footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor
}

.icon-flag {
  width: .7998046875em
}

.icon-top-arrow {
  font-size: 9px
}

.icon-arrow-down {
  font-size: 10px
}

.icon-user {
  color: #b8b8b8;
  font-size: 18px
}

.sub-btn .icon-user {
  color: var(--video-sub-btn-color)
}

.icon-edit,
.icon-heart,
.icon-oclock {
  font-size: 12px
}

.icon-calendar,
.icon-like,
.icon-picture,
.icon-play,
.section-tabs.sort-holder a {
  font-size: 14px
}

.icon-eye {
  font-size: 17px
}

.icon-chat,
.icon-plus,
.tags-row .swiper-button-next,
.tags-row .swiper-button-prev {
  font-size: 18px
}

.icon-no-thumb {
  font-size: 82px
}

.btn-favourites .icon-heart,
.btn-favourites .icon-oclock,
.btn-subscribe .btn .icon-heart,
.icon-categories,
.icon-dislike,
.icon-monitor,
.icon-playlist,
.icon-search,
.icon-star,
.icon-upload,
.rating-container .icon-dislike,
.rating-container .icon-like,
.sort-control .icon-chat,
.sort-control .icon-flag,
.sort-control .icon-info,
.sort-control .icon-picture,
.sort-control .icon-share {
  font-size: 20px
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.asside-link .asside-thumb:last-child,
.comments-thumb .comment-content .row:last-child,
.description-holder .text:last-child,
.fav-drop a:last-child,
.fav-drop li:last-child,
.footer .footer-desc .desc-text:last-child,
.list-comments .item:last-child,
.modal-inner .custom-choose label,
.modal-inner .links .link-row a:last-child,
.profile .section-row,
.upload-inner .descr p:last-child,
.upload-wrapper .row:last-child,
.wrapper.profile-page .header {
  margin-bottom: 0
}

.container {
  max-width: 1460px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto
}

.section-row {
  margin-bottom: 44px
}

.section-row.tags-row {
  margin-bottom: 10px;
  position: relative;
  padding: 0
}

.footer .footer-desc .desc-text,
.header,
.upload-wrapper .heading {
  margin-bottom: 30px
}

.logo {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1
}

.light .logo img:first-child,
.logo img:last-child {
  display: none
}

.footer .logo a,
.light .logo img:last-child,
.link-offer a,
.thumb a,
.header.upload-open .upload-list {
  display: block
}

.header-links a,
.header-links i {
  display: -webkit-box;
  display: -ms-flexbox
}

.buttons-col,
.channels-thumbs .title-holder,
.col-photo .preview .toggle-button,
.flex,
.header-inner,
.holder-box .asside .grade-box,
.leng-holder .lang-item,
.list-comments .date-holder,
.modal-holder .dell-avatar,
.modal-inner .row .date,
.search-filter .select-item,
.sort-control,
.thumb .thumb-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-links {
  background: #000
}

.header-links .header-inner {
  padding: 5px 0;
  overflow-x: scroll
}

.header-links .header-inner::-webkit-scrollbar {
  display: none
}

.header-links a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #b8b8b8;
  margin-right: 31px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header-links i,
.leng-holder .drop a img {
  margin-right: 4px
}

.header-links i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.search,
.search .btn-search {
  display: -webkit-box;
  display: -ms-flexbox
}

.header-links i svg,
.leng-holder.lang-open .lang-item svg,
.sort-control a.active svg,
.sort-search.sort-filter .open-box svg,
.sort-tabs.sort-cat .open_cat svg,
.sort-tabs.sort-models .open_models svg,
.sort-tabs.sort-sites .open_sites svg {
  fill: var(--btn-gold)
}

.header-holder {
  background-color: var(--header-background);
  border-bottom: var(--header-border);
  padding: 12px 0 11px;
  position: relative
}

.search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px
}

.search form {
  max-width: 630px;
  width: 100%
}

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

.search input {
  background: var(--input-bg);
  border: var(--input-border);
  border-radius: 10px;
  height: 40px;
  width: 100%;
  padding: 10px 45px 10px 20px;
  color: var(--input-color)
}

.btn-mobile,
.search .btn-search {
  background: 0 0;
  border: none;
  -webkit-box-align: center;
  cursor: pointer
}

.search .btn-search {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.buttons-col .upload-list,
.leng-holder .drop {
  z-index: 11;
  top: calc(100% + 8px);
  overflow: hidden
}

.search .btn-search svg {
  fill: #b8b8b8;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s
}

.header.search-open .logo,
body.nav-open .menu-icon span:nth-child(2) {
  opacity: 0
}

.header.search-open .search {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.header.search-open .btn-mobile .svg-search {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.header.search-open .btn-mobile .svg-icon {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.btn-mobile {
  display: none;
  width: 30px;
  height: 30px;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.btn-holder .btn i,
.btn-mobile i,
.list-comments .comment-options .comment-dislike .arrow,
.list-comments .comment-options .comment-like .arrow,
.thumb i {
  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
}

.btn-mobile svg {
  fill: #b8b8b8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.btn-mobile .svg-icon {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.btn-holder,
.buttons-col .upload-holder,
.community_thumbs .thumb,
.file-control,
.form-upload,
.leng-holder,
.mebers-block,
.menu-icon,
.player-holder .embed-wrap,
.player-wrap,
.relative-wrap,
.sort,
.thumb_rel {
  position: relative
}

.block-flagging .block-radios .row input,
.buttons-col.mobile,
.content-cat,
.content-models,
.content-sites,
.hidden,
.icon-moon,
.light .icon-sun,
.modal-holder input[type=checkbox],
.search-filter,
.tab-content.hidden,
.touch-preview,
.upload-inner .file-control.file-box .file,
.video-controls .btn-holder.hidden,
input[type=checkbox] {
  display: none
}

.buttons-col .upload-list a,
.mebers-block a {
  display: block;
  font-weight: 500;
  padding: 10px 32px;
  font-size: 14px;
  line-height: 20px
}

.buttons-col .upload-list {
  position: absolute;
  right: 0;
  background: #161616;
  border-radius: 10px;
  display: none
}

.buttons-col .upload-list a {
  color: #b8b8b8;
  -webkit-transition: background-color .3s, color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, color .3s, box-shadow .3s, -webkit-box-shadow .3s;
  -o-transition: background-color .3s, color .3s, box-shadow .3s
}

.buttons-col .upload-btn,
.buttons-col .upload-btn i,
.leng-holder .lang-item i {
  display: -webkit-box;
  display: -ms-flexbox
}

.buttons-col .upload-btn {
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--member-menu-color);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  margin-right: 31px;
  cursor: pointer
}

.buttons-col .upload-btn i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px
}

.buttons-col .upload-btn svg {
  fill: var(--member-menu-color);
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s
}

.leng-holder {
  margin-right: 8px
}

.leng-holder .lang-item i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.leng-holder .drop a,
.mebers-block {
  display: -webkit-box;
  display: -ms-flexbox
}

.leng-holder .lang-item i svg {
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
  fill: var(--member-menu-color)
}

.leng-holder .drop a,
.thumb .item-heart,
.thumb .item-time {
  -webkit-transition: background .3s;
  -o-transition: background .3s
}

.leng-holder .drop {
  position: absolute;
  left: -12px;
  background: var(--sort-bg);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden
}

.leng-holder .drop a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  color: var(--sort-color);
  transition: background .3s
}

.btn-holder.fav-open .drop-btn .arrow,
.leng-holder.lang-open .lang-item i,
.list-comments .comment-options .comment-like svg,
.sort-tabs.sort-cat .open_cat .arrow,
.sort-tabs.sort-models .open_models .arrow,
.sort-tabs.sort-sites .open_sites .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.btn-holder.fav-open .fav-drop,
.leng-holder.lang-open .drop,
body.nav-open .header-nav {
  opacity: 1;
  visibility: visible
}

.fancybox-wrap:not(.fancybox-type-image) .fancybox-close,
.form-upload.uploading *,
.sort .sort-drop,
.tags-row .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden
}

.mebers-block {
  display: flex
}

.mebers-block a {
  text-align: center;
  color: var(--member-menu-color);
  -webkit-transition: background .3s, color .3s, -webkit-box-shadow .3s;
  transition: background .3s, color .3s, box-shadow .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, color .3s, box-shadow .3s;
  border-radius: 10px;
  margin-right: 2px
}

.heading,
.tags-row .swiper-slide,
.tags-row a {
  display: -webkit-box;
  display: -ms-flexbox
}

.categories-thumbs .cat-title .thumb-item:last-child,
.list-comments .comment-options .comment-edit,
.mebers-block a:last-child,
.modal-inner .cols .col:last-child,
.modal-inner fieldset:last-child,
.screen-box .screen-img:last-child,
.search-filter .col-item:last-child,
.search-filter .select-item select:last-child,
.sort-control a:last-child,
.sort-holder a:last-child,
.sort-holder span:last-child,
.sort-search .open-box:last-child,
.upload-inner .col:last-child,
.video-controls .btn-holder:last-child,
.video-controls .col.second a[href="#tab5"] i,
.video-inner .title-holder .count-item:last-child {
  margin-right: 0
}

.mebers-block a:first-child {
  padding: 10px 20px
}

.sort-control a,
.sort-search,
.sort-tabs {
  margin-right: 30px
}

.menu-icon {
  width: 20px;
  height: 14px;
  cursor: pointer;
  display: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.menu-icon span {
  background-color: var(--menu-icon-bg);
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.menu-icon span:first-child {
  top: 0
}

.menu-icon span:nth-child(2) {
  top: 6px
}

.menu-icon span:last-child {
  top: 12px
}

.header-nav {
  background: var(--header-background2);
  border-bottom: var(--header-border2)
}

.open-modal,
.sort .sort-drop,
.tags-row a,
body.nav-open {
  overflow: hidden
}

.header-nav .header-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-nav .nav-link {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: var(--nav-link-color);
  position: relative;
  padding: 15px 20px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  white-space: nowrap
}

.header-nav .nav-link img {
  margin-bottom: 1px;
}

.header-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--btn-gold);
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s
}

.header-nav .nav-link.active,
.section-tabs.sort-holder a.active,
.sort-holder span {
  color: var(--btn-gold);
  cursor: default
}

.sort-holder span {
  color: var(--btn-gold) !important;
  cursor: default !important;
  pointer-events: none;
}

.sort-holder span::before {
  width: 100% !important;
}

.tags-row .swiper-button-next:after,
.tags-row .swiper-button-prev:after {
  color: var(--tags-arrow-color);
  font-size: 18px
}

.album-inner .album-img img,
.asside-thumb .thumb,
.block-share,
.col .preview img,
.col-photo .title,
.content-section,
.grid-temp .thumb,
.header-nav .nav-link.active::before,
.info-holder .info,
.link-offer a img,
.list-comments .image img,
.list-messages,
.modal-inner form,
.section-tabs.sort-holder a.active::before,
.sort-holder span::before,
.video img {
  width: 100%
}

body.nav-open .menu-icon span:first-child,
body.nav-open .menu-icon span:last-child {
  top: 6px;
  background-color: #ff8502
}

body.nav-open .menu-icon span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

body.nav-open .menu-icon span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.list-subscriptions .item-control,
.tags-row {
  padding: 10px 0
}

.tags-row :root {
  --swiper-theme-color: #ffffff
}

.tags-row .swiper-button-next:after {
  position: absolute;
  right: 15px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.tags-row .swiper-button-prev {
  background: var(--swiper-btn-prev);
  left: 0;
  width: 75px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.tags-row .swiper-button-next {
  background: var(--swiper-btn-next);
  right: 0;
  width: 75px
}

.tags-row .swiper-slide {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important
}

.tags-row a {
  display: flex;
  background: var(--tags-link-bg);
  border-radius: 10px;
  border: var(--tags-link-border);
  padding: 10px 15px;
  white-space: nowrap;
  color: var(--tags-link-color);
  -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
  -o-transition: color .3s, background .3s, box-shadow .3s
}

.heading {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  gap: 5px
}

.heading.comments-heading {
  margin-bottom: 37px
}

.heading .title {
  font-size: 24px;
  line-height: 1;
  color: var(--heading-title-color);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.heading .title a {
  color: var(--heading-title-color);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.heading .title em {
  color: #b8b8b8;
  font-weight: 700
}

.more-title,
.sort .sort-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--sort-color);
  background: var(--sort-bg);
  border-radius: 10px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.sort.sort-profile .sort-drop,
.sort.sort-profile .sort-title {
  background-color: var(--profile-sort-bg)
}

.sort .sort-title {
  min-width: 170px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.alphabet a,
.pagination a {
  min-height: 40px;
  min-width: 40px
}

@media (max-width:375px) {
  .sort .sort-title {
    font-size: 12px;
    padding: 5px 10px
  }
}

.more-title i,
.sort .sort-title.more-title,
.sort-box .btn-holder .sort-title.more-title i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.more-title i,
.sort .sort-title i,
.sort-box .btn-holder .sort-title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px
}

.more-title svg,
.sort .sort-title svg,
.sort-box .btn-holder .sort-title svg {
  fill: var(--sort-color);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.sort .sort-drop {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: var(--sort-bg);
  border-radius: 0 0 10px 10px;
  -webkit-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.sort .sort-drop a,
.sort-control a {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.sort .sort-drop a {
  display: block;
  text-align: center;
  color: var(--sort-color);
  padding: 8px 10px;
  transition: .3s;
  width: 100%
}

.sort.sort-open .sort-title {
  border-radius: 10px 10px 0 0;
  color: #000;
  background: var(--btn-gold);
}

.sort.sort-open .sort-title.more-title {
  color: #b8b8b8;
  background: #070707;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.sort.sort-open .sort-title.more-title:hover {
  color: #000;
  background: var(--btn-gold);
}

.btn-holder .btn.active svg,
.btn-holder .btn.orange svg,
.btn-holder.fav-open .drop-btn svg,
.btn.active svg,
.sort.sort-open .sort-title.more-title:hover svg,
.thumb .item-heart.fixed svg,
.thumb .item-time.fixed svg {
  fill: #000000
}

.sort.sort-open .sort-title.more-title svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  fill: #b8b8b8
}

.sort.sort-open .sort-title svg {
  fill: #000000;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.sort.sort-open .sort-drop {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible
}

.sort-control a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--btn-tabs-color);
  transition: .3s
}

.sort-control .drop-btn.second {
  font: 500 14px/20px Roboto;
  color: var(--btn-tabs-color)
}

.sort-box .btn-holder .sort-title,
.sort-search .open-box {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox
}

.fav-open .drop-btn.second {
  color: #000
}

.sort-control .drop-btn.second>.download_icon {
  display: block;
  font-size: 20px;
  line-height: 0
}

.block-flagging .button-group,
.btn-subscribe .btn.gold i,
.sort-control .drop-btn.second .arrow,
.sort-control .drop-btn.second .download_icon,
.thumbs input[type=checkbox]+label:before {
  margin: 0
}

@media screen and (max-width:890px) {
  .sort-control .drop-btn.second {
    height: 40px;
    width: 50px;
    justify-content: center
  }

  .sort-control .drop-btn.second>* {
    display: none
  }
}

@media screen and (max-width:425px) {
  .sort-control .drop-btn.second {
    height: 36px;
    width: 40px
  }
}

@media (max-width:500px) {
  .sort-control a {
    font-size: 0
  }

  .sort-control .download-link {
    font-size: 12px
  }
}

.sort-control a i,
.sort-search .open-box i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 5px
}

.sort-control a i.arrow {
  margin-left: 10px;
  right: 0
}

.sort-control a svg,
.sort-search .open-box svg {
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
  fill: #b8b8b8
}

.album-inner .message a,
.info-profile a,
.no-player span a,
.section-tabs a.link-tab.active em,
.sort-control a.active,
.sort-search.sort-filter .open-box,
.sort-tabs.sort-cat .open_cat,
.sort-tabs.sort-models .open_models,
.sort-tabs.sort-sites .open_sites {
  color: var(--btn-gold)
}

.sort-control a.active i.arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.sort-box {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10
}

.sort-box .tab-content {
  background: var(--sort-box-bg);
  border-top: var(--profile-sort-border);
  padding: 17px 0
}

.sort-box .sort-inner {
  -moz-column-count: 7;
  -webkit-column-count: 7;
  column-count: 7;
  margin-bottom: 17px
}

@media (max-width:767px) {
  .heading .title {
    font-size: 17px
  }

  .sort-box .sort-inner {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4
  }

  .block-inner {
    margin-bottom: 10px
  }
}

.sort-box .sort-inner a {
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  color: var(--profile-color2);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.sort-box .btn-holder {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sort-box .btn-holder::before {
  content: "";
  position: absolute;
  background: var(--sort-box-pseudo);
  height: 1px;
  width: calc(100% - 130px);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.sort-box .btn-holder .sort-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: var(--sort-color);
  background-color: var(--sort-bg);
  border-radius: 10px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.mt20,
.tab-content {
  margin-top: 20px
}

.autocomplete-group:first-child,
.profile-tabs .tab-content,
.sort-box .tab-content {
  margin-top: 0
}

.sort-search .open-box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #b8b8b8;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.sort-search .open-box i.arrow {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0
}

.search-filter {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 10px);
  z-index: 10;
  background: var(--community-sort-bg);
  border-top: var(--community-filter-border);
  border-bottom: var(--community-filter-border);
  padding: 17px 0
}

.search-filter .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.search-filter .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 260px;
  width: 100%;
  margin-right: 20px
}

@media (max-width:1110px) {
  .search-filter .col-item {
    margin-right: 10px
  }
}

.search-filter .col-item.second {
  max-width: 145px
}

.search-filter label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--heading-title-color);
  display: block;
  margin-bottom: 5px
}

.search-filter .input,
.search-filter select {
  background-color: var(--input-bg);
  color: var(--input-color3)
}

.search-filter select {
  border: var(--community-filter-input-border);
  border-radius: 10px;
  max-width: 260px;
  width: 100%;
  cursor: pointer;
  padding: 10px 20px;
  appearance: none;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 10px top 50%;
  background-size: auto
}

.search-filter .input {
  border: var(--community-filter-input-border);
  border-radius: 10px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px
}

.list-subscriptions .submit,
.search-filter .button-submit,
.thumbs .bottom .submit {
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  line-height: 20px
}

.block a,
.search-filter .select-item select {
  margin-right: 10px
}

.search-filter .select-item.modal-holder label {
  white-space: nowrap
}

.search-filter .check-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 7px 0
}

.search-filter .check-label input {
  margin-right: 5px;
  display: none;
  position: absolute
}

.search-filter .check-label label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0
}

.search-filter .check-label label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
  background: #222428
}

.block a,
.comments-thumb .comment-content .date svg,
.info-message .btn,
.list-comments .date-holder i,
.list-thumb .date i,
.pagination a,
.rate-holder .btn.like,
.thumb .item-heart,
.thumb .qualtiy,
.video-controls .btn-holder,
.video-controls .col.second i {
  margin-right: 5px
}

.search-filter .check-label span {
  color: #fff;
  white-space: nowrap
}

.search-filter .check-label label:checked::before {
  background: center center no-repeat #0968f7
}

.search-filter .button-submit {
  background: var(--btn-gold);
  text-align: center;
  color: #000;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 10px 30px
}

.thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 39px
}

.list-subscriptions .bottom,
.thumbs .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  margin-top: 20px
}

.list-subscriptions .submit,
.thumbs .bottom .submit {
  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;
  background: var(--thumbs-bottom-btn-bg);
  color: var(--thumbs-bottom-btn-color);
  min-height: 40px;
  min-width: 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: none;
  padding: 0 20px
}

.holder-box .asside .img-holder.horizontal,
.thumb .img-holder {
  padding-bottom: 56%
}

.list-subscriptions .submit:disabled,
.thumbs .bottom .submit:disabled {
  opacity: .5;
  pointer-events: none
}

.thumb {
  width: 20%;
  padding: 5px
}

@media (max-width:1023px) {
  .thumb {
    width: 33.33%
  }
}

@media (max-width:800px) {
  .thumb {
    width: 50%
  }
}

.thumb .img-holder {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 8px;
  background-color: var(--thumb-placeholder-bg)
}

.holder-box .asside .img-holder img,
.thumb .img-holder img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.categories-thumbs .img-holder img,
.channels-thumbs .img-holder img {
  -o-object-fit: cover;
  object-fit: cover
}

.thumbs .img-holder .no-thumb {
  position: absolute;
  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;
  font-size: 18px;
  color: var(--btn-gold);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.thumb .img-holder img.video1 {
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  z-index: 4;
  width: 120px;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .7;
  border: 1px solid var(--btn-gold);
  border-radius: 10px;
  overflow: hidden
}

.thumb .img-holder img.video2,
.thumb .img-holder img.video3 {
  left: auto;
  width: 120px;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  opacity: .7;
  overflow: hidden;
  bottom: auto
}

.thumb .img-holder img.video2 {
  top: 20px;
  right: 20px;
  z-index: 5;
  transition: .3s;
  border: 1px solid var(--btn-gold);
  border-radius: 10px
}

.thumb .img-holder img.video3 {
  top: 30px;
  right: 30px;
  z-index: 6;
  transition: .3s;
  border: 1px solid var(--btn-gold);
  border-radius: 10px
}

.thumb .item-bottom,
.thumb .item-top {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.thumb .line-disabled,
.thumb .line-error,
.thumb .line-premium,
.thumb .line-private,
.thumb .line-processing,
.thumb .qualtiy,
.thumb .time {
  background: rgba(0, 0, 0, .8);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 0 6px
}

.thumb .touch-preview {
  background-color: rgba(0, 0, 0, .4);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  font-size: 23px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff
}

.thumb .line-disabled,
.thumb .line-error,
.thumb .line-premium,
.thumb .line-private,
.thumb .line-processing {
  position: absolute;
  bottom: 5px;
  left: 5px
}

.thumb .qualtiy {
  font-weight: 700
}

.pagination a,
.thumb .title {
  font-weight: 500;
  font-size: 14px
}

.thumb .item-bottom {
  right: 5px;
  bottom: 5px
}

.thumb .item-top {
  z-index: 1;
  top: 10px;
  left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(-40px, -40px, 0);
  transform: translate3d(-40px, -40px, 0)
}

.thumb .item-heart,
.thumb .item-time {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  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;
  background: rgba(0, 0, 0, .8);
  transition: background .3s
}

.pagination,
.pagination a,
.thumb .title {
  display: -webkit-box
}

.thumb .item-heart svg,
.thumb .item-time svg {
  fill: #ffffff;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s
}

.btn.orange,
.modal-inner .custom-choose.active,
.thumb .item-heart.fixed,
.thumb .item-time.fixed,
.video-controls .btn.delete {
  background-color: var(--btn-gold)
}

.thumb .thumb-bottom .thumb-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -.02em;
  color: var(--thumb-info-color);
  margin-right: 10px;
  display: block;
  position: relative;
  padding-left: 20px
}

.thumb .thumb-bottom .thumb-item-date,
.thumb .thumb-bottom:not(.thumb-bottom-videos) .thumb-item {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.thumb .thumb-bottom .thumb-item:first-child {
  padding-left: 22px
}

.thumb .thumb-bottom .thumb-item i {
  left: 0;
  position: absolute;
  margin-right: 5px
}

.thumb .title {
  line-height: 18px;
  color: var(--thumb-text-color);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 8px
}

.pagination a,
.pagination a.prev svg {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination a {
  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;
  background: var(--pagination-bg);
  border-radius: 10px;
  color: var(--pagination-color);
  line-height: 20px;
  transition: .3s
}

.alphabet a.active,
.pagination a.active {
  background: var(--btn-gold);
  color: #000;
  cursor: default
}

.pagination a.prev {
  min-width: 129px;
  margin-right: 20px
}

.pagination a.prev svg {
  transition: .3s;
  fill: var(--pagination-color);
  margin-right: 13px
}

.pagination a.next svg,
.sub-btn {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.pagination a.next {
  min-width: 129px;
  margin-left: 20px;
  margin-right: 0
}

.pagination a.next svg {
  transition: .3s;
  fill: var(--pagination-color);
  margin-left: 13px
}

.pagination a.jumper {
  background: 0 0
}

.categories-thumbs .cat-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  padding: 10px
}

.categories-thumbs .cat-title .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.categories-thumbs .cat-title .thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: -.02em;
  color: #b8b8b8
}

.block-inner,
.block-inner .block-holder,
.footer .footer-inner,
.models-thumbs .thumb .title,
.models-thumbs .thumb .title .flag-holder {
  display: -webkit-box;
  display: -ms-flexbox
}

.btn.gold i,
.categories-thumbs .cat-title .thumb-item i,
.video-inner .title-holder .count-item i {
  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;
  margin-right: 5px
}

.albums-thumbs .thumb .img-holder,
.models-thumbs .thumb .img-holder {
  padding-bottom: 130%
}

.models-thumbs .thumb .title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--thumb-text-color)
}

.models-thumbs .thumb .title .flag-holder {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px
}

.channels-thumbs .thumb {
  width: 25%;
  margin-bottom: 10px
}

@media (max-width:800px) {
  .channels-thumbs .thumb {
    width: 50%
  }
}

.channels-thumbs .title {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

@media (max-width:1250px) {
  .albums-thumbs .thumb {
    width: 25%
  }
}

@media (max-width:1023px) {
  .pagination a {
    display: none
  }

  .pagination a.item-pagination,
  .pagination a.item-pagination--first,
  .pagination a.item-pagination--last,
  .pagination:has(a.item-pagination) a.item-pagination+a,
  .pagination:has(a.item-pagination) a:has(+ a.item-pagination),
  .pagination:has(a.item-pagination--first) a:nth-child(3),
  .pagination:has(a.item-pagination--first) a:nth-child(4),
  .pagination:has(a.item-pagination--last) a:nth-last-child(-n+3),
  .pagination:has(a.item-pagination--last) a:nth-last-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .pagination a.item-pagination--last,
  .pagination:has(a.item-pagination) a.item-pagination+a,
  .pagination:has(a.item-pagination--first) a:nth-child(4) {
    margin-right: 0
  }

  .pagination a.next,
  .pagination a.prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    min-width: 60px
  }

  .pagination a.next svg,
  .pagination a.prev svg {
    margin: 0
  }

  .pagination a.next svg,
  .pagination a.prev svg {
    font-size: 14px
  }

  .albums-thumbs .thumb {
    width: 33.33%
  }
}

@media (max-width:800px) {
  .albums-thumbs .thumb {
    width: 50%
  }
}

@media (max-width:560px) {
  .albums-thumbs .thumb {
    width: 100%
  }
}

.description-holder .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: var(--seo-title-color);
  margin-bottom: 24px
}

.description-holder .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--seo-text-color);
  margin-bottom: 30px
}

.block-inner .title,
.footer .footer-desc,
.thumb-box .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px
}

.footer-box {
  background: var(--footer-box-bg);
  padding-bottom: 35px
}

.block-inner {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 0
}

.block-inner .title {
  text-align: center;
  color: #747474;
  margin-bottom: 15px
}

.block-inner .block-holder {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.block-inner .block-holder .block-img {
  padding: 5px
}

@media (max-width:1270px) {
  .block-inner .block-holder .block-img:nth-child(4) {
    display: none
  }
}

@media (max-width:945px) {
  .block-inner .block-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .block-inner .block-holder .block-img:nth-child(3) {
    display: none
  }
}

@media (max-width:635px) {
  .block-inner .block-holder .block-img:nth-child(2) {
    display: none
  }
}

.footer {
  background: var(--footer-bg);
  border-top: var(--footer-border)
}

.footer .footer-inner {
  padding: 44px 0;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer .footer-nav,
.thumb-box {
  display: -webkit-box;
  display: -ms-flexbox
}

.footer .logo {
  margin-bottom: 23px
}

.footer .footer-nav {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin-bottom: 30px
}

.footer .footer-nav a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--nav-link-color);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  padding: 5px
}

.footer .footer-nav a.active {
  cursor: default;
  color: var(--btn-gold)
}

.footer .footer-desc {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  color: var(--footer-color)
}

.grid-temp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 0px minmax(0, 1fr) 0px minmax(0, 1fr) 0px minmax(0, 1fr) 0px minmax(0, 1fr) 0px minmax(0, 1fr);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-row-gap: 5px;
  grid-column-gap: 0px;
  padding: 0;
  margin: 0;
  width: 100%
}

@media screen and (max-width:1440px) {
  .grid-temp {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
}

@media screen and (max-width:1160px) {
  .grid-temp {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media screen and (max-width:940px) {
  .grid-temp {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media screen and (max-width:800px) {
  .grid-temp {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

.grid-temp .spot {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/span 2;
  -ms-grid-row-align: center;
  align-self: center;
  height: 100%;
  padding-left: 5px
}

@media screen and (max-width:1440px) {
  .grid-temp .spot {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2
  }
}

@media screen and (max-width:1160px) {
  .grid-temp .spot {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2
  }
}

@media screen and (max-width:940px) {
  .grid-temp .spot {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    display: none
  }
}

@media (max-width:410px) {

  .channels-thumbs .thumb,
  .thumb {
    width: 100%
  }

  .grid-temp li {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2
  }
}

.thumb-box {
  background-color: var(--thumb-box-bg);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 60px 0
}

.link-offer,
.video-inner .title-holder,
.video-inner .title-holder .count-item {
  display: -webkit-box;
  display: -ms-flexbox
}

@media (max-width:400px) {
  .thumb-box {
    padding: 30px 0
  }
}

.thumb-box .title {
  color: #747474;
  margin-bottom: 34px
}

.link-offer {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px
}

.video-inner .title-holder {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 14px
}

.video-inner .title-holder .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--heading-title-color);
  margin-right: 10px
}

.video-inner .title-holder .count-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -.02em;
  color: #b8b8b8;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.info-message .btn {
  border: none;
  cursor: pointer;
  height: 36px
}

.btn,
.js_show-button,
.sub-btn,
.video {
  border-radius: 10px;
  overflow: hidden
}

.top-options {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.top-options .block {
  gap: 10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sub-btn,
.sub-btn .text {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.buttons-row {
  height: 40px;
  width: 100%;
}

.buttons-row.hide {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .buttons-row {
    overflow: hidden;
  }
}

.buttons-row.open {
  height: auto;
  overflow: auto;
}

.top-options .tags-row {
  padding: 0
}

.sub-btn .count,
.sub-btn .text {
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
  height: 100%;
  line-height: 20px
}

.sub-btn {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  transition: .3s
}

.sub-btn .text {
  background-color: var(--video-sub-btn);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--video-sub-btn-color)
}

.sub-btn .count,
.sub-btn i {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox
}

.sub-btn i {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px
}

.sub-btn .count {
  background: var(--video-sub-btn-count);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--subscribe-color2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.btn,
.js_show-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #070707;
  background: var(--btn-bg);
  padding: 10px 15px;
  white-space: nowrap;
  color: var(--btn-color);
  -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
  -o-transition: color .3s, background .3s, box-shadow .3s
}

.no-player form,
.rate-holder .btn i {
  display: -webkit-box;
  display: -ms-flexbox
}

.js_show-button {
  margin: 0 !important
}

.buttons-row.open .js_show-button .arrow {
  rotate: 180deg
}

.btn-subscribe .btn.done,
.rate-holder .btn.disabled {
  pointer-events: none
}

.btn.gold {
  color: var(--btn-gold)
}

.btn.active,
.video-controls .btn.active {
  color: #000;
  background: var(--btn-gold)
}

.btn.gold svg {
  fill: var(--btn-gold);
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s
}

.asside-thumb .thumb a,
.fav-drop li>span,
.form-upload.uploading .progressbar,
.info-holder,
.video-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.col-video {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.col-asside {
  width: 360px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px
}

.video {
  margin-bottom: 10px
}

#kt_player {
  position: absolute !important
}

.player-holder .embed-wrap>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.no-player {
  position: relative;
  color: var(--white-color)
}

.no-player img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: brightness(46%);
  filter: brightness(46%)
}

.no-player span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  text-align: center;
  width: 100%;
  font-size: 18px
}

.no-player form {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0
}

.no-player input {
  cursor: pointer;
  outline: 0;
  border: none;
  background-color: rgba(7, 7, 7, .5);
  font-size: 16px
}

.video-controls {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: var(--video-controls-border);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.video-controls .col {
  padding: 5px 0
}

.video-controls .col.grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.btn-holder .btn.delete svg {
  fill: #000
}

@media (max-width:425px) {
  .video-controls .btn {
    padding: 8px 10px
  }
}

.rate-holder {
  margin-right: 10px;
  padding-right: 10px;
  position: relative
}

.rate-holder::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  background: #000;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.rate-holder .btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--btn-tabs-color)
}

.rate-holder .voters {
  position: absolute;
  bottom: calc(100% + 3px);
  width: 100%;
  text-align: center;
  color: var(--btn-gold);
  background-color: var(--thumb-box-bg);
  max-width: calc(100% - 10px);
  border-radius: 3px
}

.btn-holder .btn svg,
.rate-holder .btn svg {
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
  fill: var(--btn-tabs-color)
}

.rate-holder .btn i {
  margin-right: 5px !important;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.comments-thumb,
.community_thumbs .thumb .img-holder,
.community_thumbs .thumb a,
.sort-holder {
  display: -webkit-box;
  display: -ms-flexbox
}

.btn-holder .btn.drop-btn .arrow {
  margin-left: 10px
}

.block-tabs {
  margin-bottom: 50px
}

.block-tabs .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--desc-color)
}

.sort-holder {
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: var(--profile-sort-border);
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sort-holder a,
.sort-holder span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  color: var(--related-color);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  margin-right: 40px;
  position: relative;
  padding-bottom: 14px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap
}

.sort-holder a::before,
.sort-holder span::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 0;
  height: 1px;
  background: var(--btn-gold)
}

.modal-inner fieldset select,
.ralated-holder .thumb {
  width: 33.33%
}

@media (max-width:530px) {
  .ralated-holder .thumb {
    width: 50%
  }
}

.asside-link {
  background: var(--thumb-box-bg);
  border-radius: 10px;
  padding: 15px 30px 30px;
  margin-bottom: 30px
}

.asside-link .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747474;
  margin-bottom: 14px;
  text-align: center
}

.asside-link .asside-thumb {
  display: block;
  margin-bottom: 20px
}

@media (max-width:1240px) {
  .asside-link .asside-thumb img {
    width: 100%
  }
}

.asside-thumb .title-asside {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 10px
}

.asside-thumb .thumbs {
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -5px 30px
}

.asside-thumb .thumb .img-holder {
  width: 100%;
  max-width: 160px;
  padding-bottom: 25%;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.asside-thumb .thumb .img-holder img.video1 {
  top: 5px;
  right: 5px;
  width: 80px
}

.asside-thumb .thumb .img-holder img.video2 {
  top: 15px;
  right: 15px;
  width: 80px
}

.asside-thumb .thumb .img-holder img.video3 {
  top: 25px;
  right: 25px;
  width: 80px
}

.asside-thumb .thumb .title {
  -webkit-line-clamp: 2
}

.asside-thumb .thumb .thumb-bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.asside-thumb .thumb .thumb-bottom .thumb-item {
  margin-bottom: 8px
}

.asside-thumb .thumb .thumb-bottom .thumb-item:last-child {
  margin-bottom: 0;
  width: 100%
}

.asside-thumb .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.community_thumbs .thumb {
  width: 16.66%
}

@media (max-width:1023px) {
  .community_thumbs .thumb {
    width: 20%
  }
}

@media (max-width:840px) {
  .community_thumbs .thumb {
    width: 25%
  }
}

@media (max-width:665px) {
  .sort.serch-box {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-top: 10px
  }

  .sort.serch-box .sort-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .sort-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0
  }

  .community_thumbs .thumb {
    width: 33.33%
  }
}

.community_thumbs .thumb a {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.community_thumbs .thumb .title,
.posts-row .list-thumbs .title {
  font-size: 16px
}

.community_thumbs .thumb .img-holder {
  padding-bottom: 0;
  width: 166px;
  height: 166px;
  background: var(--img-placeholder-bg);
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  border: var(--community-item-border);
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s
}

.community_thumbs .thumb .img-holder .no-thumb {
  width: 74px;
  height: 82px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.comments-thumb {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.comments-thumb .avatar a,
.comments-thumb .comment-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.comments-thumb .thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-right: 30px
}

.comments-thumb .avatar {
  margin-right: 8px
}

.comments-thumb .avatar a {
  width: 40px;
  height: 40px;
  background: var(--thumb-box-bg);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden
}

.comments-thumb .avatar img,
.list-messages a img,
.mebers-photo img {
  width: 100%;
  height: auto;
  display: block
}

.comments-thumb .avatar a .no-thumb {
  width: 20px;
  height: 20px
}

.comments-thumb .comment-content .row {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px
}

.comments-thumb .comment-content .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--comment-name-color);
  margin-right: 10px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.comments-thumb .comment-content .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -.02em;
  color: var(--comment-date-color);
  display: flex;
  align-items: center
}

.comments-thumb .comment-content .text {
  background: var(--comment-item-bg);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--comment-item-color);
  padding: 16px 20px;
  border-radius: 0 10px 10px
}

.comments-thumb .comment-content a {
  color: var(--comment-item-color);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.section-tabs a.link-tab em,
.tags-list li a {
  -webkit-transition: color .3s;
  -o-transition: color .3s
}

.profile {
  background-color: var(--profile-bg);
  padding: 30px 0;
  margin-bottom: 16px
}

.info-holder .avatar {
  margin-right: 30px;
  height: 180px;
  width: 180px;
  position: relative;
  background-color: var(--img-placeholder-bg);
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.info-heading,
.info-heading .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.info-holder .avatar .no-thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  white-space: nowrap;
  pointer-events: none
}

@media (max-width:550px) {
  .info-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .info-holder .avatar {
    margin-right: 0;
    margin-bottom: 15px
  }
}

.info-heading {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px
}

.info-heading .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 600;
  font-size: 24px;
  line-height: 18px;
  color: var(--profile-color)
}

.info-heading .btn {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--profile-heading-btn-bg);
  border-radius: 10px
}

.info-heading .btn i,
.playlist-thumbs .thumb .count-holder {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox
}

@media (max-width:900px) {

  .sort-holder a,
  .sort-holder span {
    font-size: 15px
  }

  .info-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .info-heading .title {
    width: 100%;
    margin-bottom: 10px
  }

  .info-heading .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .info-heading .btn,
  .info-heading .sub-btn {
    margin: 5px
  }
}

.info-heading .btn i {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px
}

.info-heading .btn svg {
  fill: #b8b8b8
}

.info-heading .sub-btn .text {
  color: var(--profile-heading-btn-color)
}

.info-profile .item,
.profile .text-profile .title {
  line-height: 36px;
  color: var(--profile-color);
  font-weight: 400
}

@media (max-width:390px) {
  .info-heading .btn {
    width: 100%;
    margin: 0 0 5px
  }

  .info-heading .sub-btn {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5px
  }

  .info-heading .sub-btn .text {
    width: 100%;
    max-width: 100%
  }
}

.info-heading .sub-btn .count {
  background: var(--profile-heading-btn-bg)
}

.section-tabs a.link-tab {
  font-weight: 700;
  font-size: 14px;
  color: var(--profile-tab-color)
}

.section-tabs a.link-tab em {
  color: #b8b8b8;
  transition: color .3s
}

.info-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  width: 100%
}

.info-profile .column {
  padding: 0 4px
}

.info-profile .item {
  font-size: 14px
}

.alphabet a,
.profile .text {
  line-height: 20px;
  font-size: 14px
}

.info-profile .item em,
.profile .text {
  color: var(--profile-color2)
}

.profile .text-profile .title {
  font-size: 14px;
  margin-bottom: 15px
}

.profile .text {
  font-weight: 400
}

.playlist-thumbs .thumb {
  position: relative;
  width: 25%
}

.playlist-thumbs .thumb .count-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  height: 100%;
  width: 100px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:980px) {
  .playlist-thumbs .thumb {
    width: 33.33%
  }

  .playlist-thumbs .thumb .count-holder {
    max-width: 60px
  }
}

.playlist-thumbs .thumb .count-holder .item-inner {
  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;
  -ms-flex-direction: column;
  flex-direction: column
}

.playlist-thumbs .thumb .count-holder svg,
.static-page li {
  margin-bottom: 7px
}

.playlist-thumbs .thumb .count-holder .text {
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: -.02em;
  color: #fff
}

.relative-wrap:has(.sort-tabs.sort-cat) .content-cat {
  display: block
}

.relative-wrap:has(.sort-tabs.sort-sites) .content-sites {
  display: block
}

.relative-wrap:has(.sort-tabs.sort-models) .content-models {
  display: block
}

.sort-search.sort-filter .open-box .arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.asside-thumb .thumbs.albums-thumbs .thumb a,
.list-thumb a,
.modal-inner .bottom.captcha,
.sort-search.sort-filter .search-filter {
  display: block
}

.alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px 20px
}

.alphabet a,
.holder-box,
.holder-box .asside .info-box {
  display: -webkit-box;
  display: -ms-flexbox
}

.alphabet a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #070707;
  border-radius: 10px;
  color: #b8b8b8;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 2px
}

.tags-list {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0
}

.tags-list li.letter {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 20px 0 15px 10px;
  color: var(--heading-title-color)
}

.tags-list li {
  width: 19%;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:1024px) {
  .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .header-holder .header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .search {
    position: absolute;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    z-index: 10;
    left: 0;
    max-width: calc(100% - 40px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }

  .search form,
  .search-filter select {
    max-width: 100%
  }

  .btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .buttons-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none
  }

  .buttons-col.mobile {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .buttons-col .mebers-block {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .leng-holder .drop {
    top: auto;
    bottom: calc(100% + 8px);
    width: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -112px
  }

  .leng-holder .drop a {
    width: 50%
  }

  .mebers-block {
    margin-top: 15px
  }

  .mebers-block a {
    color: #000;
    background: var(--btn-gold);
    margin-right: 15px
  }

  .menu-icon {
    display: block
  }

  .header-nav {
    position: absolute;
    min-height: -webkit-fill-available;
    height: 100%;
    width: 100%;
    left: 0;
    top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 194;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    overflow-x: auto
  }

  .header-nav .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 120px
  }

  .tags-row {
    padding: 8px 0
  }

  .heading,
  .search-filter .form-inner,
  .video-inner .title-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .sort-tabs {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .search-filter .col-item {
    max-width: 100%;
    margin-right: 0;
    padding: 10px 0
  }

  .search-filter .col-item.second {
    margin-right: 10px
  }

  .description-holder .title {
    font-size: 18px
  }

  .footer .logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .footer .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .video-inner .title-holder .title {
    line-height: 24px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 20px
  }

  .video-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .col-asside {
    width: 100%;
    display: none
  }

  .alphabet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .tags-list li {
    width: 24%
  }

  .modal-inner.edit-modal {
    max-height: 450px;
    overflow-y: scroll
  }
}

@media (max-width:800px) {
  .tags-list li {
    width: 100%
  }
}

.tags-list li a {
  color: var(--member-menu-color);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px;
  width: 100%;
  transition: color .3s
}

.tags-list li a em {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  color: var(--thumb-text-color);
  float: right
}

.holder-box {
  margin-top: 15px;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.holder-box .asside {
  max-width: 275px;
  width: 100%;
  margin-right: 20px
}

.holder-box .asside .img-holder {
  position: relative;
  padding-bottom: 130%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #070707;
  margin-bottom: 10px
}

.holder-box .asside .img-holder .no-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  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
}

.holder-box .asside .title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px
}

.holder-box .asside .info-box {
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.album-inner,
.button-subscribe,
.holder-box .asside .button,
.holder-box .asside .grade-box span {
  display: -webkit-box;
  display: -ms-flexbox
}

.holder-box .asside .grade-box span {
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -.02em;
  color: #b8b8b8;
  margin-right: 10px
}

.holder-box .asside .grade-box em {
  font-size: 22px
}

.holder-box .asside .asside-desc span {
  color: #626262
}

.holder-box .asside .button {
  border-radius: 20px;
  background: var(--btn-gold);
  color: #fff;
  font-size: 14px;
  border: none;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  padding: 12px 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.button-subscribe,
.list-thumb .date {
  -webkit-box-align: center;
  overflow: hidden
}

.box-content {
  width: 100%;
  margin-bottom: 44px
}

.box-content .heading,
.captcha-control img,
.modal-inner .links .link-item,
.upload-inner .descr p {
  margin-bottom: 10px
}

.box-content .thumb {
  width: 25%;
  padding: 0 5px 5px;
  margin-bottom: 5px
}

@media (max-width:1220px) {
  .box-content .thumb {
    width: 33.33%
  }
}

@media (max-width:991px) {
  .box-content .thumb {
    width: 50%
  }
}

@media (max-width:875px) {
  .holder-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .holder-box .asside {
    margin-right: 0;
    margin-bottom: 20px
  }

  .box-content .thumb {
    width: 33.33%
  }
}

@media (max-width:700px) {
  .box-content .thumb {
    width: 50%
  }

  .upload-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:460px) {
  .sort-box .sort-inner {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3
  }

  .box-content .thumb {
    width: 100%
  }
}

.button-subscribe {
  display: flex;
  max-width: 172px;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: var(--subscribe-bg);
  color: var(--subscribe-color);
  font-size: 14px
}

.button-subscribe span {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
  text-align: center;
  color: #fff;
  background-color: #626262;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  padding: 14px 10px
}

.upload-wrapper input,
.upload-wrapper textarea {
  background-color: var(--input-upload-bg);
  color: var(--input-upload-color);
  display: block
}

.button-subscribe em {
  padding: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.album-inner {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px 10px;
  position: relative;
  color: var(--white-color)
}

.list-thumb .date,
.upload-inner {
  display: -webkit-box;
  display: -ms-flexbox
}

.album-inner .album-img {
  width: 20%;
  padding: 4px
}

.album-inner:has(.message)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .76);
  z-index: 1
}

.album-inner .message {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  font-size: 18px;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  z-index: 2
}

@media (min-width:1025px) {
  .heading .title a:hover {
    color: var(--btn-gold)
  }

  .album-inner .message a:hover {
    text-decoration: underline
  }
}

@media (max-width:890px) {
  .video-controls .btn {
    font-size: 0
  }

  .video-controls .btn i {
    margin-right: 0 !important
  }

  .rate-holder .btn i {
    margin-right: 3px !important
  }

  .album-inner .album-img {
    width: 25%
  }
}

@media (max-width:645px) {
  .album-inner .album-img {
    width: 33.33%
  }
}

@media (max-width:520px) {

  .album-inner .album-img,
  .community_thumbs .thumb {
    width: 50%
  }

  .community_thumbs .thumb .img-holder {
    width: 140px;
    height: 140px
  }
}

.ralated-holder .thumbs.albums-thumbs .thumb,
.thumbs.playlist-list .thumb {
  width: 25%
}

@media (max-width:880px) {
  .ralated-holder .thumbs.albums-thumbs .thumb {
    width: 33.33%
  }
}

@media (max-width:660px) {

  .playlist-thumbs .thumb,
  .ralated-holder .thumbs.albums-thumbs .thumb {
    width: 50%
  }
}

@media (max-width:380px) {
  .ralated-holder .thumbs.albums-thumbs .thumb {
    width: 100%
  }
}

.asside-thumb .thumbs.albums-thumbs {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset
}

.add_friend,
.list-messages .message-wrap,
.modal-inner .links .link-row,
.upload-holder .block-radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.asside-thumb .thumbs.albums-thumbs .thumb,
.modal-inner .captcha.premium .image,
.modal-inner .captcha.premium>label {
  width: 50%
}

.asside-thumb .thumbs.albums-thumbs .thumb .img-holder {
  max-width: 100%;
  padding-bottom: 130%;
  margin-bottom: 10px
}

@media (max-width:767px) {
  .footer .footer-inner {
    padding: 10px 0
  }

  .footer .footer-nav {
    margin-bottom: 15px
  }

  .video-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .video-controls .col.grow {
    margin-bottom: 10px
  }

  .thumbs.playlist-list .thumb {
    width: 33.33%
  }
}

@media (max-width:475px) {
  .thumbs.playlist-list .thumb {
    width: 50%
  }
}

.upload-wrapper {
  padding: 20px 0 0
}

.list-messages .load-more,
.static-page p,
.upload-wrapper .row {
  margin-bottom: 15px
}

.upload-wrapper .field-error {
  margin-top: 3px;
  color: red;
  font-size: 12px
}

.upload-wrapper .file-control .field-error {
  margin-top: 7px
}

.upload-wrapper input {
  width: 100%;
  padding: 10px 20px;
  border: var(--input-border);
  border-radius: 10px
}

.upload-wrapper textarea {
  width: 100%;
  padding: 10px 20px;
  border: var(--input-border);
  border-radius: 10px;
  resize: none;
  font-family: Roboto, sans-serif;
  height: 110px
}

.upload-wrapper .section-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px
}

.upload-wrapper .bottom {
  margin-top: 10px
}

.upload-wrapper .bottom input {
  max-width: 150px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #000;
  color: #fff;
  font-size: 16px;
  display: block;
  border-radius: 5px;
  border: none;
  padding: 10px 20px
}

.upload-inner {
  display: flex;
  margin-bottom: 25px
}

.modal-inner .cols .col,
.upload-inner .col {
  width: 50%;
  margin-right: 20px
}

@media (max-width:700px) {
  .upload-inner .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
  }
}

.list-thumb {
  width: 100%;
  margin-bottom: 20px
}

.list-thumb .post-description,
.list-thumb .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--thumb-text-color);
  margin-bottom: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.list-thumb .date {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: -.02em;
  color: var(--thumb-info-color);
  margin-right: 10px;
  white-space: nowrap
}

.modal,
.modal-inner fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 10;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px
}

.modal-inner {
  max-width: 400px;
  min-width: 400px;
  width: 100%;
  background: var(--modal-bg);
  padding: 20px;
  border-radius: 20px;
  position: relative
}

@media (max-width:420px) {
  .modal-inner {
    min-width: 300px
  }
}

.modal-inner.edit-modal {
  max-width: 800px;
  min-width: 800px
}

@media screen and (max-width:850px) {
  .modal-inner.edit-modal {
    min-width: 560px
  }
}

.modal-inner .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media (max-width:600px) {
  .modal-inner.edit-modal {
    min-width: unset
  }

  .modal-inner .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .modal-inner .cols .col {
    width: 100%;
    margin-right: 0
  }

  .modal-inner .captcha.premium .image,
  .modal-inner .captcha.premium>label {
    width: 100%
  }
}

.modal-inner .close-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px
}

.modal-inner .close-btn svg {
  width: 20px;
  height: 20px;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
  fill: #ffffff
}

.copi a,
.modal-inner .links a {
  -webkit-transition: color .3s;
  -o-transition: color .3s
}

.modal-inner .modal-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  padding-right: 30px
}

.modal-inner .section-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500
}

.message-form .row,
.modal-inner .row {
  margin-bottom: 15px;
  position: relative
}

.message-form .row .field-error.down,
.modal-inner .captcha .field-error.down,
.modal-inner .row .field-error.down,
.modal-inner .row .field-error.up {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  color: red
}

.modal-inner .custom-choose {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  background-color: var(--input-bg);
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer
}

.modal-inner .custom-choose .radio:checked+::before {
  background-color: var(--input-bg) !important
}

.modal-inner fieldset {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.modal-inner select {
  width: 100%;
  border-radius: 10px;
  padding: 10px 20px;
  background: var(--input-bg);
  border: 1px solid #3d3d3d;
  color: var(--input-color);
  cursor: pointer;
  appearance: none;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 10px top 50%;
  background-size: auto
}

.message-form label,
.modal-inner label {
  display: block;
  margin-bottom: 10px
}

.filter input,
.message-form .textarea,
.modal-inner .file,
.modal-inner .textarea,
.modal-inner .textfield {
  font-family: Roboto, sans-serif;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  background: var(--input-bg);
  color: var(--input-color);
  border: var(--input-border)
}

.modal-inner .bottom,
.modal-inner .links .link-row,
form .progressbar {
  display: -webkit-box;
  display: -ms-flexbox
}

.message-form .textarea,
.modal-inner .textarea {
  resize: none;
  height: auto
}

.modal-inner .links {
  margin-bottom: 20px;
  text-align: center
}

.modal-inner .links .link-row {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fav-drop li,
.modal-inner .links .link-row a,
.static-page h2 {
  margin-bottom: 5px
}

.modal-inner .links a {
  display: block;
  font-size: 14px;
  transition: color .3s;
  color: #fff
}

.modal-inner .bottom {
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.modal-inner .bottom [type=submit] {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  max-width: 190px;
  height: 40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
  color: #000;
  background: var(--btn-gold);
}

.modal-inner .bottom [type=submit]:hover {
  background: #000;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

form .progressbar {
  width: 80%;
  margin: 0 auto 30px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.form-upload.uploading * {
  display: none
}

form .progressbar .progress {
  width: 0;
  height: 6px;
  background-color: var(--btn-gold);
  border-radius: 4px
}

.form-upload.uploading .progressbar,
.form-upload.uploading .progressbar * {
  opacity: 1;
  visibility: visible;
  display: block
}

form .progressbar .text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: var(--btn-gold)
}

.upload-holder .title {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-title-color);
  margin-bottom: 10px
}

.upload-holder label {
  color: var(--upload-title-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  display: block;
  margin-bottom: 10px
}

.upload-holder .block-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 18px
}

.upload-holder .radio-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.radio-box input[type=radio],
.upload-holder .radio-box input[type=radio] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.radio-box input[type=radio]+label,
.upload-holder .radio-box input[type=radio]+label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px
}

.radio-box input[type=radio]+label::before,
.upload-holder .radio-box input[type=radio]+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid var(--btn-gold);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.radio-box input[type=radio]+label::after,
.upload-holder .radio-box input[type=radio]+label::after {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid var(--btn-gold);
  background: var(--btn-gold);
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.radio-box input[type=radio]:checked+label::after,
.upload-holder .radio-box input[type=radio]:checked+label::after {
  opacity: 1
}

.file-control+.file-control {
  margin-top: 15px
}

.col .preview {
  border-radius: 10px;
  overflow: hidden;
  max-width: 415px;
  width: 100%;
  position: relative
}

.col .preview em {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: rgba(0, 0, 0, .8);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 0 6px
}

.col .preview em.right {
  left: unset;
  right: 5px
}

.file-control .file {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer
}

.file-control .button {
  position: absolute;
  padding: 6px 11px;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  border-radius: 8px;
  top: 4px;
  left: 10px;
  cursor: pointer
}

.file-control .textfield {
  padding-left: 33px
}

.modal-holder .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

.modal-holder .img-holder {
  margin-right: 15px;
  width: 160px;
  height: 160px;
  background: var(--img-placeholder-bg2);
  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;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden
}

@media (max-width:1024px) {
  .modal-holder .img-holder {
    width: 130px;
    height: 130px
  }

  .modal-holder .img-holder svg {
    width: 50px
  }
}

.col-photo .preview input[type=checkbox]+label,
.modal-holder input[type=checkbox]+label,
input[type=checkbox]+label {
  margin: .2em;
  cursor: pointer;
  padding: .2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modal-holder input[type=checkbox]+label:before,
input[type=checkbox]+label:before {
  content: "✔";
  border: 1px solid #000;
  background: var(--checkbox-bg);
  border-radius: 6px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 7px;
  padding-bottom: 0;
  padding-top: 3px;
  margin-right: 13px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.col-photo .preview input[type=checkbox]+label:active:before,
.modal-holder input[type=checkbox]+label:active:before,
input[type=checkbox]+label:active:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.item-control input:checked,
.modal-holder input[type=checkbox]:checked+label:before,
input[type=checkbox]:checked+label:before {
  border-color: var(--btn-gold);
  background: var(--btn-gold);
  color: #fff
}

.col-photo .preview input[type=checkbox]+label:before,
.item-control input {
  width: 25px;
  height: 25px;
  padding-left: 7px;
  padding-bottom: 0;
  padding-top: 3px;
  vertical-align: bottom;
  color: transparent;
  display: inline-block
}

.col-photo .preview input[type=checkbox]:disabled+label:before,
.modal-holder input[type=checkbox]:disabled+label:before,
input[type=checkbox]:disabled+label:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #aaa
}

.col-photo .preview input[type=checkbox]:checked:disabled+label:before,
.modal-holder input[type=checkbox]:checked:disabled+label:before,
input[type=checkbox]:checked:disabled+label:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb
}

.thumb .item-control {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1
}

.thumb_rel .item-control {
  top: 15px;
  right: 15px
}

.playlist-thumbs .thumb .item-control {
  left: 10px;
  right: unset
}

.fav-drop,
.member-links {
  right: 0;
  position: absolute
}

.item-control input {
  position: relative;
  background: var(--checkbox-bg);
  border-radius: 6px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  border: 1px solid var(--btn-gold)
}

.item-control input:before {
  content: "✔";
  position: absolute
}

.block-flagging form,
.col-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.col-photo .preview {
  width: 33.33%;
  padding: 4px
}

.col-photo .preview a {
  padding-top: 133.2%;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px
}

.col-photo .preview img,
.list-subscriptions .item img,
.screen-box .screen-img img,
.upload-photos img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.list-messages .item>a i,
.mebers-photo i {
  height: 18px;
  width: 18px
}

@media (max-width:1100px) {
  .header-nav .nav-link {
    padding: 10px 14px
  }

  .col-photo .preview {
    width: 50%
  }
}

.col-photo .preview input[type=checkbox] {
  padding: 0;
  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;
  margin-right: 10px;
  margin-bottom: 5px;
  border-color: transparent
}

.col-photo .preview .toggle-button.disabled {
  pointer-events: none;
  opacity: .3
}

.col-photo .preview input[type=checkbox]+label:before {
  content: "✔";
  border: 1px solid #000;
  background: #000;
  border-radius: 6px;
  margin-right: 13px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.col-photo .preview input[type=checkbox]:checked+label:before {
  border-color: var(--btn-gold);
  background: var(--btn-gold);
  color: #fff
}

.copi a {
  color: var(--footer-color);
  transition: color .3s
}

.list-subscriptions .item a,
.mebers-switcher {
  -webkit-transition: color .3s;
  -o-transition: color .3s
}

.mebers-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: color .3s
}

.block-share .row,
.screen-box {
  display: -webkit-box;
  display: -ms-flexbox
}

.btn-holder .drop-btn .arrow,
.fav-drop {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.mebers-photo {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  background-color: var(--img-placeholder-bg)
}

.list-comments .image a,
.mebers-photo .no-thumb {
  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%;
  height: 100%
}

.mebers-name {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap
}

.member-links {
  z-index: 11;
  background: var(--member-menu-bg);
  top: calc(100% + 8px);
  border-radius: 10px;
  overflow: hidden
}

.members-open .member-links {
  display: block !important
}

.member-links a {
  padding: 0;
  white-space: nowrap;
  text-align: left;
  border-radius: 0
}

.btn-holder .drop-btn,
.message-form .btn {
  border: none;
  cursor: pointer
}

.btn-holder .drop-btn .arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: .3s
}

.btn-holder.fav-open .drop-btn {
  background: var(--btn-gold)
}

.fav-drop {
  top: calc(100% + 10px);
  z-index: 2;
  background: var(--sort-bg);
  border-radius: 10px;
  padding: 10px 15px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: .3s
}

.fav-drop a {
  display: block;
  color: var(--sort-color);
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.fav-drop li .delete {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 3px
}

.screen-box {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px
}

.screen-box .screen-img {
  display: block;
  width: calc(20% - 5px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-bottom: 117px
}

@media (max-width:900px) {
  .info-profile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .screen-box .screen-img {
    width: calc(33.33% - 5px)
  }
}

@media (max-width:650px) {
  .screen-box .screen-img {
    width: calc(50% - 5px)
  }
}

@media (max-width:374px) {

  .playlist-thumbs .thumb,
  .ralated-holder .thumb {
    width: 100%
  }

  .screen-box .screen-img {
    width: calc(100% - 5px)
  }
}

.screen-box .screen-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-color: transparent;
  border: 2px solid var(--btn-gold);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s
}

.block-share .row {
  max-width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 15px
}

.block-share label {
  display: block;
  margin: 0 0 7px;
  line-height: 1.2;
  color: var(--tabs-title-color);
  font-size: 15px;
  font-weight: 700
}

.block-share input,
.comment-holder input {
  padding: 12px 20px;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: var(--input-bg2);
  color: var(--input-color2);
  font-size: 15px;
  font-weight: 400;
  border: var(--input-border)
}

.block-share .block-size {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.block-share .block-size .embed-button {
  padding: 12px 21px;
  display: inline-block;
  margin: 2px 4px 2px 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #8b8f96;
  -webkit-box-shadow: 0 8px 10px rgba(29, 4, 11, .25);
  box-shadow: 0 8px 10px rgba(29, 4, 11, .25);
  border-radius: 10px;
  background-color: var(--embed-button-bg);
  -webkit-transition: color .3s, border-color .3s, background .3s, -webkit-box-shadow .3s;
  transition: color .3s, box-shadow .3s, border-color .3s, background .3s, -webkit-box-shadow .3s;
  -o-transition: color .3s, box-shadow .3s, border-color .3s, background .3s
}

.block-flagging .button-group .submit,
.comment-holder .bottom input {
  max-width: 125px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  cursor: pointer
}

.block-share .block-size .custom-size {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3px 0
}

.block-share .block-size .custom-size label {
  margin: 0 10px 0 0;
  width: auto;
  white-space: nowrap
}

.block-share .block-size .custom-size input {
  width: 60px;
  margin: 0 10px 0 0;
  text-align: center;
  padding: 12px 5px
}

.comment-holder .row {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  line-height: 0
}

.comment-holder .field-error {
  color: red;
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 100%
}

.comment-holder label {
  display: block;
  margin: 0 0 7px;
  line-height: 1.2;
  color: var(--tabs-title-color);
  font-size: 15px;
  font-weight: 500
}

.block-flagging .block-textarea textarea,
.comment-holder textarea {
  padding: 12px 20px;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: var(--input-bg2);
  color: var(--input-color2);
  font-size: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  border: var(--input-border);
  resize: none;
  min-height: 125px
}

.comment-holder .bottom input {
  transition: .3s
}

.block-flagging {
  position: relative;
  width: 100%
}

.generic-error {
  width: 100%;
  text-align: center;
  color: red;
  padding: 6px;
  border: 2px solid red;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700
}

.success {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #47b119;
  border: 2px solid #47b119;
  padding: 6px 2px;
  margin-bottom: 10px
}

.modal-inner .success {
  margin: 30px 0 0
}

.block-flagging .button-group .checkbox+label,
.block-flagging .button-group .checkbox+span,
.block-flagging .button-group .radio+label,
.block-flagging .button-group .radio+span {
  position: relative;
  padding-left: 29px !important;
  cursor: pointer
}

.block-flagging .button-group .checkbox+label {
  font-size: 12px;
  line-height: 20px
}

.block-flagging .button-group .radio+span {
  line-height: 1.2
}

.block-flagging .button-group .radio+label::before,
.block-flagging .button-group .radio+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #8b8f96;
  background-color: var(--radio-bg);
  -webkit-transition: background-color .3s, border .3s, color .3s;
  -o-transition: background-color .3s, border .3s, color .3s;
  transition: background-color .3s, border .3s, color .3s
}

.block-flagging .button-group .radio+label::after,
.block-flagging .button-group .radio+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: background-color .3s, border .3s, color .3s;
  -o-transition: background-color .3s, border .3s, color .3s;
  transition: background-color .3s, border .3s, color .3s
}

.block-flagging .button-group .radio:checked+label::before,
.block-flagging .button-group .radio:checked+span::before {
  background-color: var(--btn-gold);
  border: 5px solid #0f1014
}

.block-flagging .button-group .radio:checked+label::after,
.block-flagging .button-group .radio:checked+span::after {
  border-color: var(--btn-gold)
}

.block-flagging .button-group .submit {
  padding: 12px 20px;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: var(--btn-report);
  color: #8b8f96;
  font-size: 15px;
  font-weight: 400;
  border: none;
  transition: .3s
}

.block-flagging form .field-label {
  color: var(--tabs-title-color);
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 17px;
  display: block
}

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

.block-flagging .block-radios .row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b8b8b8;
  font-weight: 500
}

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

@media screen and (max-width:550px) {
  .block-flagging form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .block-flagging .block-radios {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .block-flagging .block-textarea {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 0 15px
  }
}

.block-flagging .button-group .row {
  margin: 0 0 10px;
  padding: 6px 0 0
}

.block-flagging .submit {
  margin: 20px 0 0;
  font-size: 14px;
  padding: 12px 28px
}

.list-comments .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px
}

.list-comments .image {
  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;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #070707;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px
}

.list-comments .image .icon-user {
  font-size: 30px
}

.list-comments .image .no-thumb {
  color: #fff
}

.list-comments .comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  color: #8b8f96;
  font-size: 13px;
  font-weight: 400
}

@media screen and (max-width:640px) {
  .list-comments .comment-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 5px
  }
}

@media screen and (max-width:440px) {
  .list-comments .comment-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }
}

.list-comments .comment-info .username {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #b8b8b8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 15px
}

.list-comments .comment-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 14px;
  padding: 10px 0 0;
  color: var(--color-inverse)
}

.list-comments .comment-options {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.list-comments .text,
.page-error {
  display: -webkit-box;
  display: -ms-flexbox
}

.list-comments .comment-options span {
  border-radius: 10px;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.4px;
  padding: 8px 15px;
  margin: 0 3px 0 0;
  background-color: var(--comment-like-bg);
  color: var(--comment-like-color);
  letter-spacing: .33px
}

.list-comments .comment-options span.positive {
  background-color: #47b119;
  color: #fff
}

.list-comments .comment-options span.negative {
  background-color: #ea1818;
  color: #fff
}

.list-comments .comment-options .comment-dislike,
.list-comments .comment-options .comment-edit,
.list-comments .comment-options .comment-like {
  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;
  min-width: 42px;
  height: 30px;
  border-radius: 10px;
  margin: 0 3px 0 0;
  -webkit-transition: background-color .3s, color .3s, border-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, color .3s, border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
  -o-transition: background-color .3s, color .3s, border-color .3s, box-shadow .3s;
  background-color: var(--comment-like-bg);
  color: var(--comment-like-color)
}

.list-comments .comment-options .comment-dislike svg,
.list-comments .comment-options .comment-like svg {
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
  fill: var(--comment-like-color)
}

@media (min-width:1024px) {

  .buttons-col .upload-btn:hover,
  .comments-thumb .comment-content .title:hover,
  .fav-drop a:hover,
  .footer .footer-nav a:hover,
  .header-links a:hover,
  .header-nav .nav-link:hover,
  .list-comments .comment-info .username:hover,
  .list-thumb a:hover .title,
  .modal-inner .links a:hover,
  .section-tabs a.link-tab:hover,
  .section-tabs a.link-tab:hover em,
  .sort-box .sort-inner a:hover,
  .sort-control a:hover,
  .sort-holder a:hover,
  .sort-holder span:hover,
  .sort-search .open-box:hover,
  .tags-row .swiper-button-next:hover::after,
  .thumb a:hover .title {
    color: var(--btn-gold)
  }

  .buttons-col .upload-btn:hover svg,
  .leng-holder .lang-item:hover svg,
  .modal-inner .close-btn:hover svg,
  .search .btn-search:hover svg,
  .sort-control a:hover svg,
  .sort-search .open-box:hover svg {
    fill: var(--btn-gold)
  }

  .buttons-col .upload-list a:hover {
    color: #000;
    background-color: var(--btn-gold)
  }

  .leng-holder .drop a:hover {
    background: var(--btn-gold);
    color: var(--lang-hover-color)
  }

  .mebers-block a:hover,
  .more-title:hover,
  .sort .sort-title:hover,
  .sort-box .btn-holder .sort-title:hover,
  .upload-wrapper .bottom input:hover {
    color: #000;
    background: var(--btn-gold);
  }

  .header-nav .nav-link:hover::before,
  .sort-holder a:hover::before,
  .sort-holder span:hover::before {
    width: 100%
  }

  .tags-row a:hover {
    background-color: var(--tags-link-bg-hover)
  }

  .more-title:hover svg,
  .sort .sort-title:hover svg,
  .sort-box .btn-holder .sort-title:hover svg,
  .thumb .item-heart:hover svg,
  .thumb .item-time:hover svg {
    fill: #000000
  }

  .alphabet a:hover,
  .info-heading .btn:hover,
  .pagination a:hover,
  .sort .sort-drop a:hover,
  .sub-btn:hover .count {
    background: var(--btn-gold);
    color: #000
  }

  .search-filter .button-submit:hover {
    background: #000;
    color: #fff
  }

  .thumb a:hover .item-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .thumb .img-holder img.video1:hover,
  .thumb .img-holder img.video2:hover,
  .thumb .img-holder img.video3:hover {
    opacity: 1;
    z-index: 12
  }

  .button-subscribe:hover span,
  .info-heading .sub-btn:hover .count,
  .thumb .item-heart:hover,
  .thumb .item-time:hover {
    background: var(--btn-gold)
  }

  .pagination a:hover.next svg,
  .pagination a:hover.prev svg {
    fill: #000000
  }

  .pagination a.jumper:hover {
    color: #fff
  }

  .btn:hover {
    color: #000;
    background: var(--btn-gold);
  }

  .btn:hover.gold svg {
    fill: #000000
  }

  .btn.orange:hover {
    background-color: #070707
  }

  .btn-holder .btn.delete:hover svg,
  .btn-holder .btn.orange:hover svg {
    fill: #b8b8b8
  }

  .btn.gold:hover,
  .rate-holder .btn:hover {
    color: #000
  }

  .video-controls .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000
  }

  .video-controls .btn.delete:hover {
    background-color: #070707;
    color: #000
  }

  .btn-holder .btn:hover svg,
  .info-heading .btn:hover svg,
  .list-comments .comment-options .comment-dislike:hover svg,
  .list-comments .comment-options .comment-like:hover svg,
  .rate-holder .btn:hover svg {
    fill: #000000
  }

  .community_thumbs .thumb a:hover .img-holder {
    border-color: var(--btn-gold)
  }

  .tags-list li a:hover {
    color: #ff8502
  }

  .holder-box .asside .button:hover {
    background: #070707
  }

  .screen-box .screen-img:hover::before {
    opacity: 1;
    visibility: visible
  }

  .block-flagging .button-group .submit:hover,
  .block-share .block-size .embed-button:hover,
  .comment-holder .bottom input:hover,
  .list-comments .comment-options .comment-dislike:hover,
  .list-comments .comment-options .comment-edit:hover,
  .list-comments .comment-options .comment-like:hover {
    color: #000;
    background: var(--btn-gold)
  }
}

.list-comments .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.captcha-control .image {
  margin-bottom: 20px;
  position: relative
}

.comment-holder .bottom .textfield {
  max-width: 320px;
  cursor: text
}

.comment-holder .bottom .textfield:hover {
  color: #8b8f96;
  max-width: 320px;
  background: #2e2f35
}

.list-selector-popup .button-group {
  min-height: 31px;
  max-height: 140px;
  overflow: auto
}

.page-error {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 10px 130px;
  font-size: 32px
}

.img-plug {
  background-color: #070707
}

.toggle-button.edit-link {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  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;
  background: var(--checkbox-bg);
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  border: 1px solid var(--btn-gold);
  margin-top: 3px;
  color: var(--btn-gold);
}

.toggle-button.edit-link.disabled {
  pointer-events: none;
  opacity: .5
}

.static-page {
  font-size: 16px;
  line-height: 1.4
}

.static-page ol,
.static-page ul {
  padding-left: 40px;
  margin-bottom: 15px;
  list-style: disc
}

.static-page ol {
  list-style: decimal
}

@media (max-width:767px) {
  .upload-holder .title {
    font-size: 18px
  }

  .modal-holder .img-holder {
    width: 110px;
    height: 110px
  }

  .static-page,
  .static-page h2 {
    font-size: 14px
  }

  .static-page {
    line-height: 1.3
  }

  .static-page ol,
  .static-page p,
  .static-page ul {
    margin-bottom: 10px
  }

  .static-page ol,
  .static-page ul {
    padding-left: 25px
  }
}

.unread-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 5px;
  border: 1px solid var(--btn-gold);
  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;
  background-color: rgba(22, 22, 22, .8);
  color: #fff;
  text-transform: capitalize;
  text-align: center
}

.list-messages .load-more .btn,
.load-more .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  margin: 0 auto
}

.list-messages .item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 50%
}

@media screen and (max-width:767px) {
  .grid-temp .spot {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2
  }

  .modal-holder input[type=checkbox]+label:before,
  input[type=checkbox]+label:before {
    padding-left: 3px
  }

  .page-error {
    font-size: 24px;
    padding: 30px 10px 70px
  }

  .list-messages .item {
    max-width: 75%
  }
}

.list-messages .item.me {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto
}

.list-messages .item>a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  background-color: var(--thumb-box-bg);
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.list-messages .item.me>a {
  margin: 0 0 0 10px
}

.list-messages .item.me .added,
.list-messages .item.me .message-text {
  text-align: right
}

.list-messages .message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.add_friend,
.add_friend .bottom {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox
}

.list-messages .added {
  color: #b8b8b8;
  font-size: 11px;
  margin-bottom: 3px
}

.list-messages .message-text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 3px
}

.list-messages .message-text .btn {
  cursor: pointer;
  padding: 3px 7px;
  border: 1px solid #ff8502;
  border-radius: 6px
}

.add_friend {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px
}

.add_friend .bottom {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px
}

.add_friend .btn,
.list-subscriptions .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--subscription-btn-bg);
  border-radius: 10px;
  margin: 0;
  cursor: pointer
}

.list-subscriptions .item .img-holder,
.list-subscriptions form,
.upload-photos {
  display: -webkit-box;
  display: -ms-flexbox
}

.list-subscriptions .btn {
  padding: 5px 10px;
  border-radius: 6px
}

.list-subscriptions form {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.list-subscriptions .item {
  width: calc(20% - 8px);
  background-color: var(--thumb-placeholder-bg);
  overflow: hidden;
  border-radius: 10px;
  padding: 0 10px
}

@media screen and (max-width:1024px) {
  .mebers-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .mebers-block a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--member-menu-color);
    position: relative;
    padding: 15px 20px;
    white-space: nowrap;
    background-color: unset;
    margin: 0
  }

  .list-subscriptions .item {
    width: calc(33.33% - 7px)
  }
}

@media screen and (max-width:600px) {
  .list-subscriptions .item {
    width: calc(50% - 5px)
  }
}

@media screen and (max-width:410px) {
  .list-subscriptions .item {
    width: 100%
  }
}

.list-subscriptions .item a {
  padding: 15px 0;
  border-bottom: var(--header-border);
  display: block;
  font-size: 16px;
  color: var(--color-inverse);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: color .3s
}

.list-subscriptions .item .img-holder {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  background-color: var(--img-placeholder-bg3);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.list-subscriptions .item .svg-icon {
  color: #ff8502;
  font-size: 17px
}

.list-subscriptions .item i {
  height: 16px
}

.list-subscriptions .item-control-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important
}

.smileys-bar {
  margin: -10px 0 10px
}

.autocomplete-suggestions {
  background-color: var(--suggestion-bg);
  border-radius: 0 0 10px 10px;
  overflow-y: auto
}

.autocomplete-group {
  padding: 7px 20px;
  color: var(--btn-gold);
  background-color: var(--suggestion-group-bg);
  margin: 3px 0;
  font-size: 15px;
  font-weight: 700
}

.autocomplete-suggestion {
  padding: 5px 20px;
  cursor: pointer
}

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

  .add_friend .btn:hover,
  .list-subscriptions .btn:hover,
  .list-subscriptions .submit:hover,
  .thumbs .bottom .submit:hover {
    background: var(--btn-gold);
    color: #000
  }

  .no-player span a:hover {
    text-decoration: underline
  }

  .autocomplete-suggestion:hover,
  .comments-thumb .comment-content a:hover,
  .copi a:hover,
  .mebers-switcher:hover {
    color: var(--btn-gold)
  }

  .member-links a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .toggle-button.edit-link:hover {
    background-color: var(--btn-gold);
    color: #000
  }

  .list-subscriptions .item a:hover {
    color: #ff8502
  }
}

.pt20 {
  padding-top: 20px
}

.edit-modal .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.empty-content {
  padding: 0 6px
}

.toggleTheme {
  margin-right: 20px;
  height: 20px;
  font-size: 20px
}

.toggleTheme.mobile {
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  display: none
}

@media screen and (max-width:1024px) {
  .toggleTheme.mobile {
    display: block
  }
}

.icon-theme {
  height: 20px;
  cursor: pointer;
  color: var(--theme-color);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.light .icon-moon {
  display: inline-block
}

@media (hover:hover) {
  .icon-theme:hover {
    color: var(--theme-hover-color)
  }
}

.upload-photos {
  display: flex;
  gap: 10px 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.upload-photos .item {
  position: relative;
  width: calc(33.33% - 4px)
}

.upload-photos .img-holder {
  position: relative;
  padding-bottom: 56%;
  display: block;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 3px
}

.upload-photos .toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.upload-photos .item-control input {
  padding-left: 0
}

.upload-photos .item-control input:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.bottom-adv {
  border-bottom: var(--footer-border)
}

.player-related-videos {
  translate: 0 50%
}

.player-related-videos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  gap: 0 10px;
  padding: 0 10px 10px;
  --sb-track-color: #000000;
  --sb-thumb-color: var(--btn-gold);
  --sb-size: 3px;
  scrollbar-color: var(--btn-gold) #000000
}

.player-related-videos-container::-webkit-scrollbar {
  width: 3px;
  height: 3px
}

.player-related-videos-container::-webkit-scrollbar-track {
  background: #000;
  border-radius: 2px;
  margin: 0 30px
}

.player-related-videos-container::-webkit-scrollbar-thumb {
  background: var(--btn-gold);
  border-radius: 2px
}

.player-related-videos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(7, 7, 7, .5);
  gap: 10px;
  padding: 5px;
  border-radius: 15px;
  color: var(--btn-gold);
  opacity: background-color .5s;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.33%
}

.player-related-videos-item .thumb {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  padding: 0 !important;
  border-radius: 10px;
  aspect-ratio: 379/213;
  width: 100% !important;
  height: auto !important
}

.player-related-videos-item .title {
  display: inline-block;
  max-width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden
}

@media screen and (max-width:600px) {
  .player-related-videos {
    translate: 0 15%
  }

  .player-related-videos-item {
    width: 50%
  }
}

@media screen and (max-width:480px) {
  .player-related-videos {
    translate: 0 3%
  }

  .player-related-videos-item {
    width: 70%
  }
}

@media screen and (any-hover:hover) {
  .player-related-videos-item:hover {
    background-color: rgba(7, 7, 7, .9)
  }
}

.title.index {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title.index img {
  width: 25px;
}

.show-all-tags-btn {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show-all-tags-btn a {
  padding: 15px 40px;
  border-radius: 50px;
  color: var(--sort-color);
  background: var(--sort-bg);
  transition: color .3s ease, background .3s ease;
}

@media screen and (hover:hover) {
  .show-all-tags-btn a:hover {
    color: #000;
    background: var(--btn-gold);
  }
}

.model-country {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  background: #000;
  color: #fff;
} 

.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.tags-cloud a {
  display: flex;
  align-items: center;
  background: #070707;
  background: var(--btn-bg);
  padding: 10px 15px;
  white-space: nowrap;
  color: var(--btn-color);
  transition: color .3s, background .3s, box-shadow .3s;
  border-radius: 10px;
}

@media (min-width: 1024px) {
  .tags-cloud a:hover {
      color: #000;
      background: var(--btn-gold);
  }
}

.model-infos div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 10px;
}

.model-infos div a {
  color: var(--nav-link-color);
  transition: color .3s;
  margin-left: 10px;
}

@media screen and (hover:hover) {
  .model-infos div a:hover {
    color: var(--btn-gold);
  }
}

.related-thumb {
  position: relative;
}

.categories-match-wrap {
  position: absolute;
  z-index: 11;
  text-align: center;
  background: var(--btn-bg);
  color: var(--btn-color);
  bottom: 100%;
  right: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

.categories-match-wrap::after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 35px;
  border-width: 10px;
  border-style: solid;
  border-color: var(--btn-bg) transparent transparent transparent;
}

.thumb.show_categories .categories-match-wrap {
  opacity: 1;
  visibility: visible;
}

.categories-match-title {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  border-radius: 5px;
  background: var(--btn-gold);
  color: #000;
  font-weight: 700;
  z-index: 1;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.categories-match-wrap .contain {
  margin-bottom: 10px;
}
.categories-match-wrap .contain .title, 
.categories-match-wrap .no-contain .title {
  color: var(--btn-gold);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.ralated-holder .sort {
  margin: -8px 0 0 auto;
}

.ralated-holder .sort a {
  font-size: 14px;
  line-height: 1.2;
}

.ralated-holder .sort a::before {
  display: none;
}

.swiper-cs a {
  padding: 0;
  width: 130px;
  height: 75px;
}

.swiper-cs a img {
  width: 100%;
  object-fit: cover;
}

.swiper-cs {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

@media screen and (max-width: 1024px) {
  .swiper-cs {
    margin-top: 10px;
  }
}

/* .swiper-button-next2:after, .swiper-button-prev2:after {
  font-size: 13px !important;
}

.swiper-button-next2, .swiper-button-prev2 {
  width: 35px !important;
  height: 35px !important;
  background: #000 !important;
  border-radius: 50%;
} */

.logo img {
  max-width: 100%;
  width: 400px;
  height: auto;
}