@charset "UTF-8";
html, body {
    height: 100%;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #d5a838;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #d5a838;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #d5a838;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #d5a838;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

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: #d5a838
  --color-inverse: #000;
  --main-background: #FFFFFF;
  --header-background: #FFFFFF;
  --header-background2: #FFFFFF;
  --thumb-box-bg: #EFEFEF;
  --thumb-placeholder-bg: #EFEFEF;
  --footer-bg: #FFFFFF;
  --footer-box-bg: #FFFFFF;
  --pagination-bg: #EFEFEF;
  --sort-bg: #EFEFEF;
  --tags-link-bg: none;
  --tags-link-bg-hover: rgba(223, 208, 184, 0.16);
  --input-bg: #FFFFFF;
  --btn-bg: #EFEFEF;
  --btn-report: #EFEFEF;
  --input-bg2: transparent;
  --input-upload-bg: transparent;
  --member-menu-bg: #EFEFEF;
  --img-placeholder-bg: #DADADA;
  --img-placeholder-bg2: #DADADA;
  --img-placeholder-bg3: #FFFFFF;
  --profile-bg: #EFEFEF;
  --profile-sort-bg: #FFFFFF;
  --community-sort-bg: #FFFFFF;
  --thumbs-bottom-btn-bg: #EFEFEF;
  --checkbox-bg: #FFFFFF;
  --radio-bg: #EFEFEF;
  --modal-bg: #606060;
  --subscribe-bg: #EFEFEF;
  --video-sub-btn: #948979;
  --video-sub-btn-count: #EFEFEF;
  --sort-box-bg: #FFFFFF;
  --embed-button-bg: #EFEFEF;
  --profile-heading-btn-bg: #FFFFFF;
  --subscription-btn-bg: #FFFFFF;
  --menu-icon-bg: #121418;
  --suggestion-bg: #EFEFEF;
  --suggestion-group-bg: rgba(0,0,0,0.1);
  --comment-like-bg: #EFEFEF;
  --general-color: #363636;
  --member-menu-color: #707070;
  --thumb-text-color: #363636;
  --nav-link-color: #707070;
  --pagination-color: #707070;
  --sort-color: #707070;
  --tags-link-color: #948979;
  --tags-arrow-color: #B8B8B8;
  --input-color: #707070;
  --btn-color: #707070;
  --btn-tabs-color: #707070;
  --thumb-info-color: #707070;
  --input-color3: #707070;
  --input-upload-color: #8b8f96;
  --profile-color: #707070;
  --profile-color2: #363636;
  --profile-tab-color: #707070;
  --thumbs-bottom-btn-color: #707070;
  --heading-title-color: #363636;
  --comment-item-bg: #EFEFEF;
  --comment-item-color: #363636;
  --subscribe-color: #707070;
  --subscribe-color2: #707070;
  --desc-color: #363636;
  --video-sub-btn-color: #FFFFFF;
  --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: #FFFFFF;
  --upload-title-color: #363636;
  --seo-title-color: #363636;
  --seo-text-color: #707070;
  --footer-color: #707070;
  --comment-like-color: #707070;
  --tags-link-border: 1px solid #948979;
  --footer-border: 1px solid #d9d9d9;
  --input-border: 1px solid #707070;
  --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%);
}

.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 {

/* --- Search & Autocomplete --- */
  --search-input-bg: var(--thumb-box-bg);
  --search-input-focus-bg: #121418;
  --search-placeholder-color: #707070;
  --search-icon-color: #8b8f96;
  
  --autocomplete-bg: var(--header-background);
  --autocomplete-border-color: rgba(255, 255, 255, 0.08);
  --autocomplete-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  --autocomplete-item-text: #e2e8f0;
  --autocomplete-hover-bg: rgba(213, 168, 56, 0.08);
/* --- Mobile Off-Canvas Menu --- */
  --mobile-menu-backdrop: rgba(0, 0, 0, 0.7);
  --mobile-menu-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
  --mobile-menu-border: 1px solid rgba(255, 255, 255, 0.05);
  --mobile-menu-item-border: 1px solid rgba(255, 255, 255, 0.03);
  --mobile-menu-item-hover-bg: rgba(213, 168, 56, 0.05);
  --mobile-menu-item-active-border: 3px solid var(--theme-color);

/* --- Dropdown Menus & Lang Switcher --- */
  --lang-btn-color: #ffffff;
  --lang-btn-hover-color: #d5a838;
  --dropdown-bg: #1c2026;
  --dropdown-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  --dropdown-item-color: #cccccc;
  --dropdown-item-border: #333333;
  --dropdown-item-hover-bg: #272d35;
  
  /* --- Premium Button Specifics --- */
  --premium-btn-bg1: #1a1a1a;
  --premium-btn-bg2: #000000;
  --premium-btn-shadow: 0 4px 15px rgba(197, 160, 89, 0.15);
  --premium-btn-hover-shadow: 0 6px 20px rgba(197, 160, 89, 0.4);

  /* --- Main text colors --- */
  --color-inverse: #F1F5F9;
  --general-color: #F1F5F9;
  --main-grey-color: #94A3B8;
  --desc-color: #CBD5E1;
  --heading-title-color: #F1F5F9;

  /* --- Backgrounds (MIDNIGHT SLATE) --- */
  --main-background: #121418;
  --header-background: #16181b;
  --header-background2: #16181b;
  --footer-bg: #16181b;
  --footer-box-bg: #16181b;

  /* --- Blocks and cards --- */
  --thumb-box-bg: #1C2026;
  --thumb-placeholder-bg: #222831;
  --img-placeholder-bg: #161616;
  --img-placeholder-bg2: #1C2026;
  --img-placeholder-bg3: #161616;

  /* --- Navigation and elements --- */
  --pagination-bg: #1C2026;
  --sort-bg: #1C2026;
  --sort-box-bg: #1C2026;
  --sort-box-pseudo: #1C2026;
  --tags-link-bg: #1C2026;
  --tags-link-bg-hover: #b93422;
  --member-menu-bg: #161616;
  
  /* --- Forms and buttons --- */
  --input-bg: #ffffff;
  --input-bg2: #1C2026;
  --input-upload-bg: #0D0E11;
  --btn-bg: #1c2026;
  --btn-report: #1C2026;
  --video-sub-btn: #b93422;
  --video-sub-btn-count: #1C2026;
  --thumbs-bottom-btn-bg: #1C2026;
  --embed-button-bg: #1C2026;
  --profile-heading-btn-bg: #1C2026;
  --subscription-bg: #1C2026;
  --subscription-btn-bg: #0D0E11;
  --menu-icon-bg: #F1F5F9;
  
  /* --- Profile and community --- */
  --profile-bg: #1C2026;
  --profile-sort-bg: #0D0E11;
  --community-sort-bg: #0D0E11;
  --checkbox-bg: #0D0E11;
  --radio-bg: #1C2026;
  --modal-bg: #1C2026;
  --subscribe-bg: #1C2026;
  --suggestion-bg: #0D0E11;
  --suggestion-group-bg: #161616;
  
  /* --- Comments --- */
  --comment-item-bg: #1C2026;
  --comment-like-bg: #1C2026;

  /* --- Text colors (detailed) --- */
  --member-menu-color: #FFF;
  --thumb-text-color: #F1F5F9;
  --nav-link-color: #F1F5F9;
  --pagination-color: #FFFFFF;
  --sort-color: #FFFFFF;
  --tags-link-color: #FFFFFF;
  --tags-arrow-color: #CBD5E1;
  --input-color: #121418;
  --input-color3: #94A3B8;
  --input-upload-color: #F1F5F9;
  --btn-color: #FFFFFF;
  --btn-tabs-color: #ffc32f;
  --thumb-info-color: #b8b8b8;
  
  /* --- Profile text colors --- */
  --profile-color: #F1F5F9;
  --profile-color2: #94A3B8;
  --profile-tab-color: #F1F5F9;
  --thumbs-bottom-btn-color: #94A3B8;
  --profile-heading-btn-color: #F1F5F9;
  
  /* --- Comment and subscription colors --- */
  --comment-item-color: #F1F5F9;
  --comment-name-color: #d5a838;
  --comment-date-color: #64748B;
  --comment-like-color: #94A3B8;
  --subscribe-color: #94A3B8;
  --subscribe-color2: #64748B;
  --video-sub-btn-color: #FFFFFF;

  /* --- Theme and accents --- */
  --theme-color: #d5a838;
  --related-color: #d5a838;
  --tabs-title-color: #94A3B8;
  --btn-gold: #d5a838;
  
  /* --- SEO and footer --- */
  --upload-title-color: #94A3B8;
  --seo-title-color: #d5a838;
  --seo-text-color: #b8b8b8;
  --footer-color: #b8b8b8;

  /* --- Borders --- */
  --tags-link-border: none;
  --footer-border: none;
  --input-border: 1px solid #2D3340;
  --header-border: 1px solid #2D3340;
  --header-border2: none;
  --profile-sort-border: 1px solid #2D3340;
  --video-controls-border: 1px solid #2D3340;
  --community-item-border: 6px solid #1C2026;
  --community-filter-border: 1px solid #2D3340;
  --community-filter-input-border: 1px solid #2D3340;

  /* --- Shadows and effects --- */
  --btn-box-shadow: 0px 4px 14px rgba(185, 52, 34, 0.4);
  --swiper-btn-prev: linear-gradient(90deg, #121418 52.6%, rgba(18,20,24,0) 100%);
  --swiper-btn-next: linear-gradient(270deg, #121418 52.6%, rgba(18,20,24,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: #fff;
  --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-link-color: #d5a838;
  --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;
  --tags-link-border: 1px solid #d5a838;
  --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 {
  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
}

.related-categories-block .title {
  font-size: 24px;
  line-height: 1;
  color: var(--heading-title-color);
  margin-bottom: 20px
}

.index-block-footer {
  margin-top: 20px;
  width: 100%
}

/* Higher specificity so .btn / .js_show-button don't override Index View All button */
.index-block-footer .index-view-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  background: var(--btn-bg);
  color: var(--btn-color);
  border: 1px solid var(--btn-border);
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
  transition: color .3s, background .3s
}

.index-block-footer .index-view-all-btn:hover {
  background: var(--accent-color, #d5a838);
  color: #000
}


.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: #d5a838
}

.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
}

/* Hide mobile search button on desktop */
.btn-mobile-search {
  display: none;
}

/* Hide mobile bottom navigation on desktop */
.mobile-bottom-nav {
  display: none;
}

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

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

.search input {
    background-color: var(--search-input-bg);
    border: 1px solid var(--autocomplete-border-color);
    border-radius: 12px;
    height: 44px;
    width: 100%;
    padding: 10px 45px 10px 20px;
    color: var(--white-color, #fff);
    font-size: 15px;
    transition: all 0.3s ease;
}

.search input:focus {
    background-color: var(--search-input-focus-bg);
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(213, 168, 56, 0.15);
}

.search input::placeholder {
    color: var(--search-placeholder-color);
}

.search .btn-search svg {
    fill: var(--search-icon-color);
}

.search input:focus + .btn-search svg {
    fill: var(--theme-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: var(--search-icon-color);
  -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: 16px;
  line-height: 20px;
  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::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #d5a838;
  -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: #d5a838;
  cursor: default
}

.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: 16px;
  line-height: 25px;
  color: var(--sort-color);
  background: var(--sort-bg);
  border-radius: 10px;
  border: 1px solid transparent;
  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 span,
.pagination a {
  min-height: 50px;
  min-width: 50px
}

@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 .sort-drop span,
.sort-control a {
  -webkit-transition: .3s;
  -o-transition: .3s
}

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

.sort.sort-open .sort-title {
  border-radius: 10px 10px 0 0;
  color: #000;
  background: #d5a838;
  -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
  box-shadow: 0 4px 14px rgba(255, 133, 0, .5)
}

.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: #d5a838;
  -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
  box-shadow: 0 4px 14px rgba(255, 133, 0, .5)
}

.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: #000
}


.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: #d5a838
}

.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;
    padding: 4px 0;
  }

  .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,
.pagination span,
.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: #d5a838;
  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: 25%;
  padding: 5px
}

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

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

@media (max-width:575px) {
  .thumb {
    width: 100%
  }
}

.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%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  color: #d5a838;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-thumbs .img-holder {
  padding-bottom: 56.25%; /* 16:9 (392x220) ТЗ 2.2 Б */
}
.categories-thumbs .img-holder img,
.channels-thumbs .img-holder img {
  -o-object-fit: cover;
  object-fit: cover;
}
.categories-thumbs .img-holder img {
  aspect-ratio: 16 / 9;
}

.categories-thumbs .img-holder::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .85) 100%)
}

.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: #d5a838;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.thumb .img-holder img.video2 {
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  z-index: 4;
  max-width: 120px;
  width: 40%;
  height: auto;
  max-height: 68px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .7;
  border: 1px solid #d5a838;
  border-radius: 10px;
  overflow: hidden
}

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

.thumb .img-holder img.video3 {
  top: 20px;
  right: 20px;
  z-index: 5;
  transition: .3s;
  border: 1px solid #d5a838;
  border-radius: 10px
}

.thumb .img-holder img.video4 {
  top: 30px;
  right: 30px;
  z-index: 6;
  transition: .3s;
  border: 1px solid #d5a838;
  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;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  font-size: 23px;
  display: flex;
  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
}

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

.pagination a,
.pagination span {
  font-weight: 500;
  font-size: 16px
}

.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: #d5a838;
  color: #fff;
}

.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

}

.thumb .v_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: 2;
  -webkit-box-orient: vertical;
  min-height: 36px;
  font-weight: 500;
  margin-bottom: 8px

}

.pagination a,
.pagination span,
.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, .pagination span {
  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;
  border: 1px solid transparent;
}

.alphabet a.active,
.pagination span.active,
.pagination a.active {
  background: #d5a838;
  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;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  padding: 10px 12px
}

.categories-thumbs .cat-title .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 2px;
  flex: none;
  width: 100%;
  text-shadow: 0 1px 3px rgba(0,0,0,.5)
}

.categories-thumbs .cat-title .thumb-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.7)
}

.categories-thumbs .cat-title .thumb-item i {
  margin-right: 6px
}

/* ТЗ: тумбы категорий — только название и кол-во видео; рейтинг не выводить (скрыть на проде, если шаблон его выводит) */
.categories-thumbs .cat-title .rating,
.categories-thumbs .cat-title .rate-holder {
  display: none !important;
}

.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: 150%
}

.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
}

/* Categories Grid: 6/4/2 */
.categories-thumbs .thumb {
  width: 16.66%;
}

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

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

/* Models Grid: 6/4/2 */
.models-thumbs .thumb {
  width: 16.66%;
}

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

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

/* ТЗ 9.7: Model page — mobile only: round avatar 120×120, centered */
@media (max-width:876px) {
  .holder-box .asside .img-holder.model-avatar-holder {
    width: 120px;
    height: 120px;
    padding-bottom: 0 !important;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .holder-box .asside .img-holder.model-avatar-holder .model-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center top;
    transform: scale(1.6);
    transform-origin: center top
  }
}

/* Channels Grid: 8/4/2 */
.channels-thumbs .thumb {
  width: 16.6666%;
  margin-bottom: 10px
}

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

@media (max-width:767px) {
  .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 Grid Layout */
.footer .footer-grid {
  padding: 44px 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Column 1: Brand & SEO */
.footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer .logo {
  margin-bottom: 0;
}

.footer .logo img {
  max-width: 200px;
  height: auto;
}

.footer .footer-desc {
  max-width: 100%;
  text-align: left;
  color: var(--footer-color);
  line-height: 1.6;
}

.footer .footer-desc .desc-text {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.footer .footer-copyright {
  color: var(--footer-color);
  font-size: 13px;
}

.footer .footer-copyright p {
  margin: 0;
}

.footer .footer-copyright a {
  color: var(--nav-link-color);
  text-decoration: none;
  transition: color 0.3s;
}

.footer .footer-copyright a:hover {
  color: #d5a838;
}

/* Column 2 & 3: Navigation Columns */
.footer .footer-discover,
.footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer .footer-heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--nav-link-color);
  margin: 0;
  letter-spacing: 0.5px;
}

.footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer .footer-links a,
.footer .footer-links span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-color);
  text-decoration: none;
  transition: color 0.3s;
  cursor: pointer;
}

.footer .footer-links a:hover,
.footer .footer-links span:hover {
  color: #d5a838;
}

/* Legacy support */
.footer .footer-nav,
.thumb-box {
  display: -webkit-box;
  display: -ms-flexbox
}

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

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

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

@media screen and (max-width:575px) {
  .grid-temp {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
}

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

@media screen and (max-width:991px) {
  .grid-temp .spot {
    display: none
  }
}

.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
}

.link-offer-text a {
  display: block;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  color: var(--heading-title-color, #fff);
  text-decoration: none;
  background: rgba(0, 0, 0, .25);
  border-radius: 8px
}

.link-offer-text a:hover {
  background: rgba(0, 0, 0, .4);
  color: inherit
}

.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);
  border: 1px solid transparent;
}

.btn.active,
.video-controls .btn.active {
  color: #000;
  background: #d5a838
}

.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: #d5a838;
  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: #d5a838
}

.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
}

/* ТЗ 9.8.2: Recommended Videos — только десктоп; тумбы ~370px, название под картинкой, без метаданных */
@media (max-width:991px) {
  .recommended-videos-block {
    display: none !important
  }
}

.recommended-videos-block .thumb {
  width: 100%;
  max-width: 370px;
  margin-bottom: 20px
}

.recommended-videos-block .thumb a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.recommended-videos-block .thumb .img-holder {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
  padding-bottom: 56.25%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.recommended-videos-block .thumb .thumb-info {
  display: block;
  width: 100%
}

.recommended-videos-block .thumb .title {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  display: block;
  margin-top: 4px
}

.recommended-videos-block .thumb .thumb-bottom {
  display: none
}

/* ТЗ 9.8.3: Related Videos — chips */
.related-videos-chips .related-videos-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--heading-title-color, #fff)
}

.related-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px
}

.related-chips .related-chips-label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--nav-link-color, #888);
  padding: 8px 0;
}

.related-chips .chip {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--text-color, #b8b8b8);
  background: rgba(255, 255, 255, .08);
  border-radius: 20px;
  text-decoration: none
}

.related-chips .chip:hover,
.related-chips .chip.active {
  background: var(--btn-gold, #d5a838);
  color: #000
}

.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);
    bottom: auto;
    top: 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: #d5a838;
    -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
    box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
    margin-right: 15px
  }

  .menu-icon {
    display: block
  }

  /* .header-nav {
    position: absolute;
    min-height: -webkit-fill-available;
    width: 100%;
    left: 0;
    top: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 12;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - 110px);
  } */
  .header-nav.no-header-network {
    top: 80px;
    display: none !important;
  }

  /* .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;
  } */

  .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;
  min-width: 275px;
}

.holder-box .asside .img-holder {
  position: relative;
  padding-bottom: 150%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px
}

/* ТЗ 9.6: Single Channel/Provider page — desktop 270×270, mobile 160×160 centered */
.holder-box .asside .img-holder.horizontal {
  width: 270px;
  height: 270px;
  padding-bottom: 0
}

.holder-box .asside .img-holder.horizontal img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1 / 1
}

.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: #d5a838;
  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
  }

  .holder-box .asside .img-holder.horizontal {
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto
  }

  .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: #d5a838
  }

  .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:768px) {
  .categories-thumbs .cat-title .title {
    font-size: 13px; /* ТЗ 2.1 Typography */
  }
}

@media (max-width:767px) {
  /* Mobile Footer: Stacked vertical layout, centered */
  .footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0;
    text-align: center;
  }

  .footer .footer-brand {
    align-items: center;
    gap: 16px;
  }

  .footer .footer-desc {
    text-align: center;
  }

  .footer .footer-discover,
  .footer .footer-info {
    align-items: center;
  }

  .footer .footer-links {
    align-items: center;
  }

  .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;
  cursor: pointer;
}

.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;
  color: var(--input-color);
}

.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: #d5a838;
  -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
  box-shadow: 0 4px 14px rgba(255, 133, 0, .5)
}

.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: #d5a838;
  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: #d5a838
}

.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 #d5a838;
  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 #d5a838;
  background: #d5a838;
  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: #d5a838;
  background: #d5a838;
  -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
  box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
  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 #d5a838
}

.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
}

/* Report tab: на десктопе радио + Reason в одном ряду; капча и Send — ниже; стили капчи и кнопки */
.block-flagging .bottom.captcha {
  width: 100%;
  margin-bottom: 15px
}

.block-flagging .bottom.captcha label,
.block-flagging .captcha-control .field-label {
  color: var(--tabs-title-color, #b8b8b8);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block
}

.block-flagging .captcha-control .textfield {
  padding: 12px 20px;
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  background-color: var(--input-bg2, #2e2f35);
  color: var(--input-color2, #fff);
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, .1);
  -webkit-transition: border-color .3s, background .3s;
  -o-transition: border-color .3s, background .3s;
  transition: border-color .3s, background .3s
}

.block-flagging .captcha-control .textfield:hover,
.block-flagging .captcha-control .textfield:focus {
  background-color: var(--input-bg2-hover, #3a3b42);
  border-color: rgba(213, 168, 56, .5);
  outline: 0
}

.block-flagging form > .submit {
  width: auto;
  max-width: 200px;
  padding: 12px 24px;
  height: 44px;
  border-radius: 10px;
  background-color: var(--btn-gold, #d5a838);
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s
}

.block-flagging form > .submit:hover {
  background: #e6b83d;
  color: #000
}

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

  .block-flagging .block-radios {
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px
  }

  .block-flagging .block-textarea {
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-bottom: 15px
  }
}

.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: #d5a838;
  background: #d5a838;
  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: #d5a838
}

.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 #d5a838;
  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: #d5a838;
  border: 5px solid #0f1014
}

.block-flagging .button-group .radio:checked+label::after,
.block-flagging .button-group .radio:checked+span::after {
  border-color: #d5a838
}

.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: 1;
    -ms-flex-order: 0;
    order: 0
  }

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

  .block-flagging .bottom.captcha {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .block-flagging form > .submit {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.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 .v_title,
  .thumb a:hover .title {
    color: #d5a838
  }

  .footer .footer-nav span:hover {
    color: #d5a838;
  }

  .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: #d5a838
  }

  .buttons-col .upload-list a:hover {
    color: #000;
    background-color: #d5a838
  }

  .leng-holder .drop a:hover {
    background: #d5a838;
    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 {
    background: #1c2026;
    color: #fff;
    border-color: #d5a838;
    -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
    box-shadow: 0 4px 14px rgba(255, 133, 0, .5)
  }

  .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-box .btn-holder .sort-title:hover svg,
  .thumb .item-heart:hover svg,
  .thumb .item-time:hover svg {
    fill: #000000
  }
  .sort .sort-title:hover svg  {
    fill: #fff
  }

  .alphabet a:hover,
  .info-heading .btn:hover,
  .pagination a:hover,
  .sort .sort-drop a:hover,
  .sort .sort-drop span:hover,
  .sub-btn:hover .count {
    background: #1c2026;
    color: #fff;
    border-color: #d5a838;
  }

  .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.video2:hover,
  .thumb .img-holder img.video3:hover,
  .thumb .img-holder img.video4: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: #d5a838
  }

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

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

  .sub-btn:hover {
    -webkit-box-shadow: var(--btn-box-shadow);
    box-shadow: var(--btn-box-shadow)
  }

  .btn:hover {
    color: #000;
    background: #d5a838;
    -webkit-box-shadow: var(--btn-box-shadow);
    box-shadow: var(--btn-box-shadow)
  }

  .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: #d5a838
  }

  .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: #d5a838
  }
}

.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 #d5a838;
  margin-top: 3px;
  color: #d5a838
}

.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 #d5a838;
  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) {
  .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(--autocomplete-bg);
    border: 1px solid var(--autocomplete-border-color);
    border-radius: 12px;
    box-shadow: var(--autocomplete-shadow);
    margin-top: 5px;
    overflow-y: auto;
}

.autocomplete-group {
    padding: 12px 20px 6px;
    color: var(--theme-color);
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--mobile-menu-item-border);
}

.autocomplete-suggestion {
    padding: 10px 20px;
    color: var(--autocomplete-item-text);
    font-size: 15px;
    transition: all 0.2s ease;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion.autocomplete-selected {
    background-color: var(--autocomplete-hover-bg);
    padding-left: 24px;
}

.autocomplete-suggestion strong,
.autocomplete-suggestion b {
    color: var(--theme-color);
}

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

  .add_friend .btn:hover,
  .list-subscriptions .btn:hover,
  .list-subscriptions .submit:hover,
  .thumbs .bottom .submit:hover {
    background: #d5a838;
    color: #000
  }

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

    .comments-thumb .comment-content a:hover,
  .copi a:hover,
  .mebers-switcher:hover {
    color: #d5a838
  }

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

  .toggle-button.edit-link:hover {
    background-color: #d5a838;
    -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
    box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
    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: #d5a838;
  --sb-size: 3px;
  scrollbar-color: #d5a838 #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: #d5a838;
  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: #d5a838;
  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)
  }
}

.mebers-block span {
  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;
  display: block;
  font-weight: 500;
  padding: 10px 32px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: 500;
  padding: 10px 32px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

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

.mebers-block span:last-child {
  margin-right: 0;
}

@media screen and (hover:hover) {
  .mebers-block span:hover {
    color: #000;
    background: #d5a838;
    -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
    box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
  }
}

html.fancybox-lock {
  overflow: inherit !important;
}

.list-selector-popup .button-group .item input {
	display: none;
}

.modal-inner.upload-page {
	max-width: none;
  min-width: auto;
  background: transparent;
  padding: 0;
}

.search_models .title {
  flex-grow: 0;
}

.search_models .search-models-block {
  margin: 0 auto;
}

.search_models .search-models-block .form {
  position: relative;
}

.search_models .search-models-block 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);
}

.search_models .search-models-block .btn-serch {
  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;
  cursor: default;
  pointer-events: none;
}

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

@media (max-width: 767px) {
  .heading.search_models {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }
  .heading.search_models .search-fotm,
  .heading.search_models .search-models-block {
    width: 100%;
    margin-top: 4px;
  }
}

.main {
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .main {
    margin-top: 150px;
  }
}
.header {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  z-index: 19;
  transition: all .3s ease;
}

.header.out {
  transform: translateY(-100%);
}

div.bottomNav {
    display: none;
}

@media (max-width: 1024px) {
div.bottomNav {
  background-color: var(--header-background);;
  border-bottom: 1px solid var(--sort-box-pseudo);
  display: table;
  width: 100%;
  margin: -30px 0 15px 0;
}

div.bottomNav a {
  border: 1px solid var(--sort-box-pseudo);
  width: 25%;
  border-left: 1px solid var(--sort-box-pseudo);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 25%;
  padding: 10px 0; 
  font-weight: 700;
  text-align: center;
  float: none;
  display: table-cell;
  white-space: normal;
    text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--nav-link-color);
}
}
@media (max-width: 440px) {
  div.bottomNav a {
    padding: 5px 0; 
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
  }
}

div.bottomNav a:first-child {
  border-left: none;
}

div.bottomNav a:last-child {
  border-right: none;
}

.filters_block {
  position: relative;
  margin-left: auto;
}

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

.filters_holder {
  position: absolute;
  right: 0;
  width: auto;
  min-width: 415px;
  background-color: var(--header-background);
  border: var(--header-border);
  border-radius: 0 0 10px 10px;
  padding: 20px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filters_block.filter-open .filters_holder {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.filters_block.filter-open .btn_filters_sorting .btn {
  border-radius: 10px 10px 0 0;
}

.filters_holder .filters_title {
  padding: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 700;
}

.filters_holder .sort-drop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.filters_holder .sort-drop a {
  width: calc(50% - 2.5px);
  justify-content: center;
  text-align: center;
}

html:not(.light) .filters_holder .sort-drop a {
  background: var(--input-bg);
}

html:not(.light) .filters_holder .sort-drop a.active {
  background: #d5a838;
}

@media (min-width: 1024px) {
  html:not(.light) .filters_holder .sort-drop a:hover {
    background: #d5a838;
  }
}
 
.sort_holder {
  margin: 0 0 20px;
}

.sort_holder:last-child {
  margin: 0;
}

.filters_holder .title_sub {
  margin: 0 0 5px;
  display: block;
}

.filters_holder .time_period {
  margin: 0 0 15px;
}

.filters_holder .irs--round .irs-min, 
.filters_holder .irs--round .irs-max {
  display: none !important;
}

.filters_holder .bottom .submit {
  text-align: center;
  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: #d5a838;
  -webkit-box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
  box-shadow: 0 4px 14px rgba(255, 133, 0, .5);
}

.filters_holder .bottom .submit:hover {
  background: #000;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.category_filter .list-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px 0;
}
/* @media (max-width: 1023px) {
  .category_filter .list-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
} */

.checkbox-holder .checkbox + .wrap-checkbox:before {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 18px;
  height: 18px;
  transform: translate3d(0, -50%, 0);
  margin: 0;
}

.category_filter .list-categories .btn,
.category_filter .list-categories .checkbox-holder .btn {
  font-size: 14px;
  padding: 7px 32px 7px 12px;
  margin: 0 4px 4px 0;
  position: relative;
  line-height: 1.2;
  max-height: 30.8px;
  flex-grow: 0;
  flex-shrink: 0;
}

.category_filter .list-categories .btn {
  padding: 8px 12px;
}

.wrap-categories .name {
    font-size: 18px;
    text-shadow: 0 0 currentColor;
    margin-bottom: 12px;
}

.wrap-categories input[type=checkbox]+label:before {
  padding-top: 1px;
  padding-left: 3px !important;
}

.mobile_lang {
  order: 3;
}

/* Mobile Header Task: Hide language switcher in burger menu */
@media (max-width: 1024px) {
  .mobile_lang {
    display: none !important;
  }
}

.sort-drop.sort_list {
  position: static;
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-wrap: wrap;
  transform: none;
  background: transparent;
  gap: 5px;
  overflow: visible;
}

.sort-drop.sort_list .sort_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--sort-color);
  background: var(--sort-bg);
  border-radius: 10px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: ellipsis; 
  overflow: hidden;
  width: auto;
  border: 1px solid transparent;
  white-space: nowrap;

}

@media (min-width: 1024px) {
  .sort-drop.sort_list .sort_btn:hover {
    background: #1c2026;
    color: #fff;
    border-color: #d5a838;
  }
}

.sort-drop.sort_list a.active {
  background: #d5a838;
  color: #000;
}

@media (max-width: 550px) {
  .sort-drop.sort_list .sort,
  .sort-drop.sort_list .sort_btn {
    width: calc(50% - 5px);
  }

  .sort-drop.sort_list .sort_btn {
    justify-content: center;
  }
}

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

.list-categories.buttons-row {
  height: 30.8px;
  width: 100%;
}

.list-categories.buttons-row .js_show-button {
  height: 30.8px;
}

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

.header-links a {
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .buttons-col.mobile {
    order: 0;
    flex-grow:0;
  }
}

@media (max-width: 1024px) {
  .header-inner .search + .buttons-col {
    display: flex;
    order: 3;
    flex-grow:0;
  }

  .header-inner .search + .buttons-col .toggleTheme {
    margin: 0;
  }

  .header-inner .search + .buttons-col .leng-holder,
  .header-inner .search + .buttons-col .mebers-block {
    display: none;
  }
}

body::after {
    content: '';
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--mobile-menu-backdrop);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none; 
}

body.nav-open::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav_mobile {
    position: fixed;
    width: 280px;
    max-width: 85vw;
    left: 0;
    top: 76px;
    height: calc(100vh - 60px);
    display: flex;
    z-index: 12;
    background: var(--header-background2);
    border-right: var(--mobile-menu-border);
    overflow-y: auto;
    
    transform: translateX(-100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
    opacity: 1 !important;
    visibility: visible !important;
}

body.nav-open .nav_mobile {
    transform: translateX(0);
    box-shadow: var(--mobile-menu-shadow); 
}

.nav_mobile .header-inner {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0 30px;
}

.nav_mobile a {
    text-align: left; 
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: var(--nav-link-color);
    padding: 14px 20px;
    border-bottom: var(--mobile-menu-item-border);
    white-space: normal; 
    transition: background 0.3s, color 0.3s, border-left 0.3s;
}

.nav_mobile a:hover,
.nav_mobile a.active {
    background: var(--mobile-menu-item-hover-bg);
    color: var(--theme-color);
    border-left: var(--mobile-menu-item-active-border); 
    padding-left: 17px;
}

.mobile-lang-switcher {
    justify-content: flex-start;
    padding-left: 20px;
}


/* Mobile theme switcher in burger menu */
.mobile-theme-switcher {
  width: 100%;
  display: flex;
  padding: 10px 0;
  border-top: 1px solid var(--sort-box-pseudo);
  margin-top: 10px;
  justify-content: center;
}

.mobile-theme-switcher .toggleTheme {
  display: flex;
  align-items: center;
  justify-content: center;
}



@media (max-width: 1024px) {
  /* Mobile Header Task: Single line layout with burger, logo, search icon */
  .header-holder .header-inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .menu-icon {
    order: 0;
    flex: 0 0 auto;
  }

  .logo {
    order: 1;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }

.logo img {
    pointer-events: auto; 
  }
  .search {
    order: 2;
    position: static;
    transform: none;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    margin: 0;
    display: flex;
    align-items: center;
  }

  /* Hide search form by default on mobile */
  .search form {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 21px 20px;
    background: var(--header-background);
    border-top: var(--header-border);
    z-index: 999;
    box-sizing: border-box;
  }

  /* Show mobile search icon */
  .btn-mobile-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
  }

  .btn-mobile-search svg {
    width: 20px;
    height: 20px;
  }

  .btn-mobile-search .icon-search-mobile {
    fill: var(--menu-icon-bg);
  }

  .btn-mobile-search .icon-close-mobile {
    display: none;
    fill: var(--menu-icon-bg);
  }

  /* When mobile search is open - toggle icons */
  .header.mobile-search-open .btn-mobile-search .icon-search-mobile {
    display: none;
  }

  .header.mobile-search-open .btn-mobile-search .icon-close-mobile {
    display: block;
  }

  .header.mobile-search-open .search form {
    display: block;
  }

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

  .search form .search-inner input {
    width: 100%;
    box-sizing: border-box;
  }

  /* Adjust main margin for single-line header */
  .main {
    margin-top: 120px;
  }

  /* Hide desktop search button on mobile */
  .search .btn-search {
    display: flex;
  }

  .header-nav .header-inner .buttons-col.mobile {
    display: none;
  }

  .header-nav .header-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    padding: 5px 0;
  }

  .header-nav .nav-link {
    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: 4px 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: ellipsis;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
  }

  .header-nav .nav-link.community,
  .header-nav .nav-link::before {
    display: none;
  }

  .header-nav .nav-link.active {
    background: #d5a838;
    color: #000;
  }

  /* Mobile Bottom Navigation */
  .mobile-bottom-nav {
    display: flex !important;
    flex-direction: row !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--header-background);
    border-top: 1px solid var(--sort-box-pseudo);
    padding: 8px 0 10px;
    z-index: 99999999999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-bottom-nav .nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--nav-link-color);
    padding: 4px 8px;
    transition: color 0.3s, transform 0.2s;
    position: relative;
  }

  .mobile-bottom-nav .nav-item .nav-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    color: var(--nav-link-color);
    transition: color 0.3s;
  }

  .mobile-bottom-nav .nav-item .nav-label {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    color: var(--nav-link-color);
    transition: color 0.3s;
  }

  .mobile-bottom-nav .nav-item:active {
    transform: scale(0.95);
  }

  .mobile-bottom-nav .nav-item.active {
    color: #d5a838;
  }

  .mobile-bottom-nav .nav-item.active .nav-icon,
  .mobile-bottom-nav .nav-item.active .nav-label {
    color: #d5a838;
  }

  .mobile-bottom-nav .nav-item:hover .nav-icon,
  .mobile-bottom-nav .nav-item:hover .nav-label {
    color: #d5a838;
  }

  /* Add bottom padding to main content to prevent overlap */
  .main {
    padding-bottom: 70px;
  }


  div.bottomNav {
    margin: -0 0 15px 0;
  }
}

/* ===================================================
   1.2 REDESIGN: Category Bar (Horizontal Scroll + Overlay)
   =================================================== */

/* 1.2.1 — Hide "Add category" heading, add top margin */
.wrap-categories .name {
  display: none;
}
.category_filter {
  margin-top: 8px;
}

/* 1.2.2 — Single-line bar */
.list-categories-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  gap: 0;
}

/* 1.2.3 — Trigger button [ ▼ More ] / [ ▲ Hide ] */
.cats-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 7px 14px;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 10px;
  background: var(--btn-bg);
  color: var(--btn-color);
  transition: color .3s, background .3s;
  margin-right: 6px;
  font-size: 14px;
  text-decoration: none;
  user-select: none;
}

.cats-trigger .cats-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform .3s;
}
.cats-trigger .cats-arrow svg {
  width: 12px;
  height: 12px;
}

/* Closed state: show More, hide Hide */
.cats-trigger .text-hide { display: none; }

/* Open state (.active) */
.cats-trigger.active .text-more { display: none; }
.cats-trigger.active .text-hide { display: inline; }
.cats-trigger.active .cats-arrow { transform: rotate(180deg); }

/* Hide trigger if no extra categories */
.cats-trigger.cats-trigger-hidden { display: none; }

/* 1.2.4 — Scroll area wrapper */
.cats-scroll-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* 1.2.4 — Horizontal scroll */
.cats-scroll {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 55px;
  flex-wrap: nowrap;
}
.cats-scroll::-webkit-scrollbar { display: none; }

/* Button order in row */
.cats-scroll .cats-current  { order: 0; flex-shrink: 0; }
.cats-scroll .cats-selected { order: 1; flex-shrink: 0; }
.cats-scroll .cats-available{ order: 2; flex-shrink: 0; }

/* Button base sizes */
.cats-scroll .btn {
  font-size: 14px;
  padding: 7px 12px;
  margin: 0;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Deselect cross (1.2.6) */
.cats-x {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
  opacity: 0.75;
  font-style: normal;
}

/* 1.2.4 — Gradient mask on the right */
.cats-fade {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(to right, transparent, var(--main-background, #121418));
  pointer-events: none;
}

/* 1.2.5 — Parent: overlay anchor, holds height */
.categories-holder.wrap-categories {
  position: relative;
  min-height: 36px;
}

/* 1.2.5/1.2.7 — Open bar: absolute overlay above content.
   display:contents on wrappers dissolves them — buttons
   become direct flex children of the bar and wrap. */
.list-categories-bar.open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  flex-wrap: wrap;
  height: auto;
  gap: 5px;
  padding: 8px 10px 10px;
  background: var(--main-background, #121418);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.65);
  border-radius: 0 0 12px 12px;
}

/* Dissolve wrappers — buttons become direct flex children */
.list-categories-bar.open .cats-scroll-wrap { display: contents; }
.list-categories-bar.open .cats-scroll       { display: contents; }

/* Hide gradient mask and remove scroll padding-right */
.list-categories-bar.open .cats-fade { display: none; }

/* [▲ Hide] button — list terminator, visible only when open */
.cats-hide-trail {
  display: none;
  order: 9999;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 10px;
  background: var(--btn-bg);
  color: var(--btn-color);
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  user-select: none;
  transition: color .3s, background .3s;
  white-space: nowrap;
}
.list-categories-bar.open .cats-hide-trail {
  display: inline-flex;
}
.cats-hide-trail .cats-arrow {
  display: inline-flex;
  align-items: center;
}
.cats-hide-trail .cats-arrow svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
}

/* ============================================
   1.3 REDESIGN: Sort & Filter
   ============================================ */

/* Heading desktop flex layout */
@media (min-width: 768px) {
  .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .heading .title { flex: 1; margin: 0; }
}

/* One universal sort bar */
.sort-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  width: 100%;
}

/* ТЗ 1.3.2: Mobile — весь блок (табы + Duration) в одной скроллящейся строке; градиент только при переполнении (как у category_filter) */
@media (max-width: 767px) {
  .heading .sort-bar-wrap {
    min-width: 0;
    flex: 1 1 100%;
  }
  .sort-bar-wrap {
    position: relative;
    width: 100%;
  }
  .sort-bar-scroll-zone {
    flex: 1;
    min-width: 0;
    position: relative;
  }
  .sort-bar-scroll-zone::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to right, transparent, var(--body-bg, #0d0e12));
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s;
  }
  .sort-bar-wrap.sort-bar-wrap--scrollable .sort-bar-scroll-zone::after {
    opacity: 1;
  }
  html.light .sort-bar-scroll-zone::after {
    background: linear-gradient(to right, transparent, var(--main-background, #fff));
  }
  .sort-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .sort-bar-scroll-outer {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 6px;
    box-sizing: border-box;
  }
  .sort-bar-scroll-outer::-webkit-scrollbar {
    display: none;
  }
  .sort-bar-scroll {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .sort-bar-wrap .duration-wrap {
    flex-shrink: 0;
    margin-left: 0;
  }
}

/* Global listing pages: hide main tabs on desktop, show on mobile */
.sort-bar-wrap--global .sort-tabs-main {
  display: none;
}
@media (max-width: 1024px) {
  .sort-bar-wrap--global .sort-tabs-main {
    display: contents;
  }
}

/* Mobile global listing: main tabs on row 1, period tabs on row 2, Duration icon absolute-aligned with row 1 */
@media (max-width: 767px) {
  .sort-bar-wrap--global .sort-bar-scroll-outer {
    overflow-x: visible;
    padding-right: 0;
  }
  .sort-bar-wrap--global .sort-bar-scroll {
    flex-wrap: wrap;
    white-space: normal;
    width: 100%;
  }
  .sort-bar-wrap--global .sort-tabs-main,
  .sort-bar-wrap--global .sort-period-row {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    min-width: 0;
  }
  /* row 1 is narrower to leave room for absolute Duration icon next to it */
  .sort-bar-wrap--global .sort-tabs-main {
    flex: 0 0 calc(100% - 48px);
    max-width: calc(100% - 48px);
  }
  .sort-bar-wrap--global .sort-period-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sort-bar-wrap--global .sort-tabs-main::-webkit-scrollbar,
  .sort-bar-wrap--global .sort-period-row::-webkit-scrollbar {
    display: none;
  }
  .sort-bar-wrap--global .duration-wrap {
    position: absolute;
    top: 12px;
    right: 0;
    margin: 0;
    height: auto;
    z-index: 5;
  }
  .sort-bar-wrap--global .sort-bar-scroll-zone::after {
    display: none;
  }
}

/* Sort tab buttons (shared desktop + mobile) */
.sort-tab {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  background: transparent;
  color: var(--nav-link-color, #888);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  flex-shrink: 0;
  cursor: pointer;
}
.sort-tab.active {
  color: #d5a838;
  border-bottom-color: #d5a838;
}
.sort-tab:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* Duration button & dropdown */
.duration-wrap {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.duration-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 20px;
  cursor: pointer;
  background: var(--btn-bg);
  color: var(--btn-color);
  user-select: none;
}
.duration-btn .svg-icon { width: 16px; height: 16px; flex-shrink: 0; }
.duration-btn .dur-label { font-size: 12px; font-weight: 600; }
.duration-btn.active {
  background: var(--accent-color, #d5a838);
  color: #fff;
}
.duration-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 200;
  min-width: 140px;
  padding: 6px 0;
  background: var(--popup-bg, #1e2228);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,.5);
}
.duration-dropdown.open { display: block; }
.dur-opt {
  display: block;
  padding: 9px 16px;
  font-size: 14px;
  cursor: pointer;
  color: var(--btn-color);
  text-decoration: none;
}
.dur-opt:hover { color: var(--accent-color, #d5a838); }
.dur-opt.active { color: var(--accent-color, #d5a838); font-weight: 600; }

html.light .duration-dropdown {
  background: var(--sort-bg, #fff);
  box-shadow: 0 4px 20px rgba(0,0,0,.12);
}

.period-tab {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--btn-bg);
  color: var(--btn-color);
  text-decoration: none;
  cursor: pointer;
}
.period-tab.active,
.period-tab:hover {
  background: var(--accent-color, #d5a838);
  color: #fff;
}

/* ============================================
   5. Channels Cloud — horizontal scroll bar
   ============================================ */

.channels-cloud {
  margin: 10px 0;
  position: relative;
  padding: 0;
}

.channels-cloud .swiper-slide {
  display: flex;
  justify-content: center;
  width: fit-content !important;
}

.channels-cloud a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--tags-link-bg);
  border-radius: 10px;
  border: var(--tags-link-border);
  padding: 6px 14px 6px 6px;
  white-space: nowrap;
  color: var(--tags-link-color);
  text-decoration: none;
  transition: color .3s, background .3s;
  overflow: hidden;
}

.ch-cloud-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}

.ch-cloud-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.ch-cloud-logo svg {
  width: 18px;
  height: 18px;
  color: var(--tags-link-color);
  opacity: .5;
}

.ch-cloud-name {
  font-size: 14px;
  line-height: 1;
}

.channels-cloud .swiper-button-prev,
.channels-cloud .swiper-button-next {
  top: 0;
  height: 100%;
  width: 75px;
  margin-top: 0;
}

.channels-cloud .swiper-button-prev {
  background: var(--swiper-btn-prev);
  left: 0;
}

.channels-cloud .swiper-button-next {
  background: var(--swiper-btn-next);
  right: 0;
}

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

.channels-cloud .swiper-button-prev.swiper-button-disabled,
.channels-cloud .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .channels-cloud a {
    padding: 5px 10px 5px 5px;
    gap: 6px;
  }
  .ch-cloud-logo {
    width: 24px;
    height: 24px;
  }
  .ch-cloud-name {
    font-size: 13px;
  }
}

@media (hover: hover) {
  .channels-cloud a:hover {
    background-color: var(--tags-link-bg-hover);
  }
}

@media (min-width: 876px) {
  .holder-box .asside + .content-section {
    width: calc(100% - 295px);
  }
}

@media (max-width: 767px) {
    .footer {
        padding-bottom: 70px !important;
    }
}

/* ===================================================
   ПРЕМИУМ КНОПКА (с переменными)
   =================================================== */
.premium-style {
    margin: 15px 0;
    text-align: center;
}
.premium-style a {
    display: block;
    background: linear-gradient(145deg, var(--premium-btn-bg1), var(--premium-btn-bg2));
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: var(--premium-btn-shadow);
    transition: all 0.3s ease;
}
.premium-style a:hover {
    background: var(--theme-color);
    color: var(--black-color, #000);
    box-shadow: var(--premium-btn-hover-shadow);
    transform: translateY(-2px);
}
.premium-style .arrow { margin-left: 10px; font-weight: bold; }


/* ===================================================
   ПЕРЕКЛЮЧАТЕЛЬ ЯЗЫКОВ (с переменными)
   =================================================== */

/* --- СТИЛИ КНОПКИ НА ПК --- */
.desktop-lang-switcher {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px;
    height: 100%;
}

.desktop-lang-switcher .lang-toggle-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent !important;
    border: none;
    color: var(--lang-btn-color);
    cursor: pointer;
    padding: 5px 10px;
}

.desktop-lang-switcher .globe-icon {
    width: 20px;
    height: 20px;
    stroke: var(--lang-btn-color);
}

.desktop-lang-switcher .current-lang {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--lang-btn-color);
}

.desktop-lang-switcher .lang-toggle-btn:hover .current-lang,
.desktop-lang-switcher .lang-toggle-btn:hover .globe-icon,
.desktop-lang-switcher .lang-toggle-btn:hover .icon-arrow-down {
    color: var(--lang-btn-hover-color); 
    stroke: var(--lang-btn-hover-color);
}

/* --- ГЛОБАЛЬНЫЕ СТИЛИ ВЫПАДАЮЩЕГО МЕНЮ (ПК + Мобилки) --- */
.lang-dropdown-menu {
    position: absolute;
    top: 100%; 
    right: 0;  
    margin-top: 10px;
    background-color: var(--dropdown-bg);
    border-radius: 6px;
    box-shadow: var(--dropdown-shadow);
    min-width: 150px;
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 99999;
    
    display: flex !important;
    flex-direction: column !important; 
}

.lang-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-item {
    display: block;
    padding: 12px 16px;
    color: var(--dropdown-item-color);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid var(--dropdown-item-border);
    white-space: nowrap; 
    text-align: left;
}

.lang-item:last-child {
    border-bottom: none;
}

.lang-item:hover, 
.lang-item:active {
    color: var(--lang-btn-hover-color);
    background-color: var(--dropdown-item-hover-bg);
}

/* Скрываем десктопный вариант на мобилках */
@media (max-width: 1023px) {
    .desktop-lang-switcher {
        display: none;
    }
}

/* Прячем мобильный глобус на десктопе */
@media (min-width: 1024px) {
    .mobile-lang-switcher-header {
        display: none;
    }
}

@media (max-width: 1023px) {
    .mobile-lang-switcher-header {
        position: absolute; 
        right: 45px; 
        top: 50%; 
        transform: translateY(-50%); 
        display: flex;
        align-items: center;
        z-index: 100; 
    }

    .lang-toggle-btn {
        display: flex;
        align-items: center;
        gap: 4px;
        background: transparent;
        border: none;
        color: var(--lang-btn-color);
        cursor: pointer;
        padding: 5px;
    }

    .globe-icon {
        width: 20px;
        height: 20px;
    }

    .current-lang {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--lang-btn-hover-color);
    }

    .lang-dropdown-menu {
        position: absolute;
        top: 35px; 
        right: -10px; 
        left: auto;
        background-color: var(--dropdown-bg);
        border-radius: 6px;
        box-shadow: var(--dropdown-shadow);
        min-width: 140px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease; 
        z-index: 99999;
    }

    .lang-dropdown-menu.show {
        opacity: 1;
        visibility: visible;
    }
    
    .lang-item {
        display: block;
        padding: 10px 15px;
        color: var(--dropdown-item-color);
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid var(--dropdown-item-border);
    }

    .lang-item:last-child {
        border-bottom: none;
    }

    .lang-item:active {
        color: var(--lang-btn-hover-color);
        background-color: var(--dropdown-item-hover-bg);
    }
}