@charset "UTF-8";
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
/*@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v47-latin-500.woff2') format('woff2'); 
}*/
/* roboto-700 - latin */
/*
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2'); 
}
*/
/* variabels */
html {
  --black-bg: #000;
  --white-bg: #fff;
  --black-color: #000;
  --white-color: #fff;
  --color-inverse: #fff;
  --tabs-bg-color: #20212A;
  --tabs-font-color: #A9A9A9;
  /* background */
  --main-background: #161616;
  --header-background: #070707;
  --header-background2: #000;
  --thumb-box-bg: #070707;
  --thumb-placeholder-bg: #070707;
  --footer-bg: var(--black-bg);
  --footer-box-bg: #070707;
  --pagination-bg: #070707;
  --sort-bg: #070707;
  --tags-link-bg: #20212A;
  --tags-link-bg-hover: #383838;
  --input-bg: #1d1d1d;
  --btn-bg: #070707;
  --btn-report: #2e2f35;
  --input-bg2: #2e2f35;
  --input-upload-bg: #000;
  --member-menu-bg: #161616;
  --img-placeholder-bg: #000;
  --img-placeholder-bg2: #070707;
  --img-placeholder-bg3: #161616;
  --profile-bg: #070707;
  --profile-sort-bg: #161616;
  --community-sort-bg: #161616;
  --thumbs-bottom-btn-bg: #070707;
  --checkbox-bg: var(--black-bg);
  --radio-bg: #191a1d;
  --comment-item-bg: var(--black-bg);
  --modal-bg: #161616;
  --subscribe-bg: #262528;
  --video-sub-btn: #20212A;
  --video-sub-btn-count: #ff8500;
  --sort-box-bg: #161616;
  --embed-button-bg: #34363c;
  --profile-heading-btn-bg: #1d1d1d;
  --subscription-bg: #070707;
  --subscription-btn-bg: #1d1d1d;
  --menu-icon-bg: #fff;
  --suggestion-bg: #1d1d1d;
  --suggestion-group-bg: #000;
  --comment-like-bg: #34363c;

  /* color */
  --general-color: var(--white-color);
  --main-grey-color: #A9A9A9;
  --member-menu-color: var(--main-grey-color);
  --thumb-text-color: var(--white-color);
  --nav-link-color: var(--white-color);
  --pagination-color: var(--main-grey-color);
  --sort-color: var(--main-grey-color);
  --tags-link-color: var(--tabs-font-color);
  --tags-arrow-color: var(--white-color);
  --input-color: var(--white-color);
  --btn-color: var(--white-color);
  --btn-tabs-color: var(--main-grey-color);
  --thumb-info-color: var(--main-grey-color);
  --input-color2: #8b8f96;
  --input-color3: var(--main-grey-color);
  --input-upload-color: #fff;
  --profile-color: var(--white-color);
  --profile-color2: var(--main-grey-color);
  --profile-tab-color: var(--white-color);
  --thumbs-bottom-btn-color: var(--main-grey-color);
  --heading-title-color: var(--white-color);
  --comment-item-color: var(--white-color);
  --subscribe-color: #626262;
  --subscribe-color2: var(--main-grey-color);
  --lang-hover-color: #000;
  --desc-color: #fff;
  --video-sub-btn-color: #A9A9A9;
  --theme-color: var(--main-grey-color);
  --theme-hover-color: #ff8500;
  --related-color: var(--main-grey-color);
  --tabs-title-color: var(--main-grey-color);
  --btn-gold: #ff8500;
  --comment-name-color: var(--white-color);
  --comment-date-color: var(--main-grey-color);
  --profile-heading-btn-color: #000;
  --upload-title-color: #959595;
  --seo-title-color: #fff;
  --seo-text-color: var(--main-grey-color);
  --footer-color: var(--main-grey-color);
  --comment-like-color: #8b8f96;

  /* border */
  --tags-link-border: none;
  --footer-border: none;
  --input-border: none;
  --header-border: 1px solid #161616;
  --header-border2: none;
  --profile-sort-border: 1px solid #000000;
  --video-controls-border: 1px solid #000000;
  --community-item-border: 6px solid #161616;
  --community-filter-border: 1px solid #000;
  --community-filter-input-border: 1px solid #3d3d3d;
  --sort-box-pseudo: #000;
  --btn-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);

  /* btn */
  --swiper-btn-prev: linear-gradient(90deg,
      #161616 52.6%,
      rgba(22, 22, 22, 0) 100%);
  --swiper-btn-next: linear-gradient(270deg,
      #161616 52.6%,
      rgba(22, 22, 22, 0) 100%);
}

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

  /* color */
  --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: #ff8500;
  --tags-arrow-color: #b8b8b8;
  --input-color: var(--grey-color);
  --btn-color: var(--grey-color);
  --btn-tabs-color: var(--tabs-font-color);
  --thumb-info-color: var(--grey-color);
  --input-color2: #8b8f96;
  --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);
  --lang-hover-color: #000;
  --desc-color: #363636;
  --video-sub-btn-color: #fff;
  --theme-color: #707070;
  --theme-hover-color: #ff8500;
  --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;

  /* border */
  --tags-link-border: 1px solid #ff8500;
  --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;

  /* btn */
  --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%);
}

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

fieldset,
img {
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

a,
a * {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  outline: none;
}

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

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

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

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

body,
html {
  height: 100%;
}

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

header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}


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

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-flag {
  width: 0.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-picture,
.icon-like,
.icon-play {
  font-size: 14px;
}

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

.icon-chat,
.icon-plus {
  font-size: 18px;
}

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

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

.rating-container .icon-dislike,
.rating-container .icon-like {
  font-size: 20px;
}

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

.wrapper.profile-page .header {
  margin-bottom: 0;
}

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

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

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

.header {
  margin-bottom: 30px;
}

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

.logo img:last-child {
  display: none;
}

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

.light .logo img:last-child {
  display: block;
}


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

.header-inner {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  color: #b8b8b8;
  margin-right: 31px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1024px) {
  .header-links a:hover {
    color: #ff8500;
  }
}

.header-links 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: 4px;
}

.header-links i svg {
  fill: #ff8500;
}

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

@media (max-width: 1024px) {
  .header-holder .header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

@media (max-width: 1024px) {
  .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: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

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

@media (max-width: 1024px) {
  .search form {
    max-width: 100%;
  }
}

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

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

.search .btn-search {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  background: transparent;
  border: none;
  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;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .search .btn-search:hover svg {
    fill: #ff8500;
  }
}

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

.header.search-open .logo {
  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;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -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;
}

@media (max-width: 1024px) {
  .btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btn-mobile 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: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

.buttons-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-col.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .buttons-col.mobile {
    display: block;
  }
}

@media (max-width: 1024px) {
  .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: -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;
  }
}

.buttons-col .upload-holder {
  position: relative;
}

.buttons-col .upload-list {
  position: absolute;
  right: 0;
  z-index: 11;
  background: #161616;
  top: calc(100% + 8px);
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.upload-open .upload-list {
  display: block;
}

.buttons-col .upload-list a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #b8b8b8;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 10px 32px;
}

.buttons-col .upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  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 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 31px;
  cursor: pointer;
}

.buttons-col .upload-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  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 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (min-width: 1024px) {
  .buttons-col .upload-list a:hover {
    color: #000000;
    background-color: #ff8500;
  }

  .buttons-col .upload-btn:hover {
    color: #ff8500;
  }

  .buttons-col .upload-btn:hover svg {
    fill: #ff8500;
  }
}

.leng-holder {
  margin-right: 8px;
  position: relative;
}

.leng-holder .lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .leng-holder .lang-item:hover svg {
    fill: #ff8500;
  }
}

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

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

.leng-holder .drop {
  position: absolute;
  left: -12px;
  z-index: 11;
  background: var(--sort-bg);
  top: calc(100% + 8px);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

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

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

@media (min-width: 1024px) {
  .leng-holder .drop a:hover {
    background: #ff8500;
    color: var(--lang-hover-color);
  }
}

@media (max-width: 1024px) {
  .leng-holder .drop a {
    width: 50%;
  }
}

.leng-holder .drop a img {
  margin-right: 4px;
}

.leng-holder.lang-open .lang-item i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.leng-holder.lang-open .lang-item svg {
  fill: #ff8500;
}

.leng-holder.lang-open .drop {
  opacity: 1;
  visibility: visible;
}

.mebers-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  .mebers-block {
    margin-top: 15px;
  }
}

.mebers-block a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--member-menu-color);
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border-radius: 10px;
  padding: 10px 32px;
  margin-right: 2px;
}

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

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

@media (min-width: 1024px) {
  .mebers-block a:hover {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  }
}

@media (max-width: 1024px) {
  .mebers-block a {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    margin-right: 15px;
  }
}

.menu-icon.menu-mobile{
 opacity: 0;
}
body.nav-open .menu-icon.menu-mobile{
opacity: 1;
}
.menu-icon {
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
  display: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.tips{
  width: 34px;
  height: 26px;
  
}
@media (max-width: 1024px) {
  .menu-icon {
    display: block;
  }
}

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

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

@media (max-width: 1024px) {
  .header-nav {
    position: absolute;
    min-height: -webkit-fill-available;
    height: 100%;
    width: 100%;
    left: 0;
    top: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 12;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow-x: auto;
  }
}

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

@media (max-width: 1024px) {
  .header-nav .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 120px;
  }
}

.header-nav .nav-link {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: var(--nav-link-color);
  position: relative;
  padding: 15px 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}

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

.header-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ff8500;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

@media (min-width: 1024px) {
  .header-nav .nav-link:hover {
    color: #ff8500;
  }

  .header-nav .nav-link:hover::before {
    width: 100%;
  }
}

.header-nav .nav-link.active {
  color: #ff8500;
  cursor: default;
}

.header-nav .nav-link.active::before {
  width: 100%;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .menu-icon span:nth-child(2) {
  opacity: 0;
}

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

body.nav-open .header-nav {
  opacity: 1;
  visibility: visible;
}

.tags-row {
  padding: 10px 0;
  flex-wrap: wrap;
}
/*
@media (max-width: 600px) {
  .tags-row {
    display: none;
  }
}
*/
@media (max-width: 1024px) {
  .tags-row {
    padding: 8px 0;
  }
}

.nav-row .swiper-slide{
   display: -webkit-box;
    display: -ms-flexbox;
    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;
}
.nav-row a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 5px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--nav-link-color);
  -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.nav-row .swiper-slide.swiper-slide-active a{
  color: #ff8500;
}
.tags-row :root {
  --swiper-theme-color: #ffffff;
}

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

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

.tags-row .swiper-button-next:after {
  color: var(--tags-arrow-color);
  font-size: 18px;
  position: absolute;
  right: 15px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.tags-row .swiper-button-prev {
  left: 0;
}

.tags-row .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

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

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

@media (min-width: 1024px) {
  .tags-row .swiper-button-next:hover::after {
    color: #ff8500;
  }
}

.tags-row .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--tags-link-bg);
  border-radius: 10px;
  margin-bottom: 5px;
  font-size: 17px;
  border: var(--tags-link-border);
  padding: 10px 15px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--tags-link-color);
  -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (min-width: 1024px) {
  .tags-row a:hover {
    background-color: var(--tags-link-bg-hover);
  }
  .tags-row.video-detail-tags a:hover {
    color: #000000 ;
    background: #ff8500;
    -webkit-box-shadow: var(--btn-box-shadow);
    box-shadow: var(--btn-box-shadow);
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

@media (max-width: 1024px) {
  .heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.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 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

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

@media (min-width: 1025px) {
  .heading .title a:hover {
    color: #ff8500;
  }
}

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

.sort {
  position: relative;
}

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

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

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

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

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

.sort .sort-title i,
.more-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;
}

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

@media (min-width: 1024px) {

  .sort .sort-title:hover,
  .more-title:hover {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  }

  .sort .sort-title:hover svg,
  .more-title:hover svg {
    fill: #000000;
  }
}

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

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

@media (min-width: 1024px) {
  .sort .sort-drop a:hover {
    background: #ff8500;
    color: #000000;
  }
}

.sort.sort-open .sort-title {
  border-radius: 10px 10px 0 0;
  color: #000000;
  background: #ff8500;
  -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  box-shadow: 0px 4px 14px rgba(255, 133, 0, 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: #000000;
  background: #ff8500;
  -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
}

.sort.sort-open .sort-title.more-title:hover svg {
  fill: #000000;
}

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

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

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

.sort-tabs {
  margin-right: 30px;
}

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

.sort-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
  /* identical to box height, or 143% */
  color: var(--btn-tabs-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 30px;
}

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

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

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

.sort-control .drop-btn.second .download_icon,
.sort-control .drop-btn.second .arrow {
  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:last-child {
  margin-right: 0;
  font-size: 14px;
}


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

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

.sort-control a svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #b8b8b8;
}

@media (min-width: 1024px) {
  .sort-control a:hover {
    color: #ff8500;
  }

  .sort-control a:hover svg {
    fill: #ff8500;
  }
}

.sort-control a.active {
  color: #ff8500;
}

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

.sort-control a.active svg {
  fill: #ff8500;
}

.sort-box {
  position: absolute;
  width: 100%;
  left: 0;
  /* top: 36px; */
  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) {
  .sort-box .sort-inner {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

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

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

@media (min-width: 1024px) {
  .sort-box .sort-inner a:hover {
    color: #ff8500;
  }
}

.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: -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-color: var(--sort-bg);
  border-radius: 10px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

@media (min-width: 1024px) {
  .sort-box .btn-holder .sort-title:hover {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  }

  .sort-box .btn-holder .sort-title:hover svg {
    fill: #000000;
  }
}

.tab-content.hidden {
  display: none;
}

.tab-content {
  margin-top: 20px;
}

.sort-box .tab-content {
  margin-top: 0;
}

.profile-tabs .tab-content {
  margin-top: 0px;
}

.sort-search {
  margin-right: 30px;
}

@media (max-width: 665px) {
  .sort-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
}

.sort-search .open-box {
  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;
  /* identical to box height, or 143% */
  color: #b8b8b8;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.sort-search .open-box:last-child {
  margin-right: 0;
}

.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: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
}

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

.sort-search .open-box svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #b8b8b8;
}

@media (min-width: 1024px) {
  .sort-search .open-box:hover {
    color: #ff8500;
  }

  .sort-search .open-box:hover svg {
    fill: #ff8500;
  }
}

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

@media (max-width: 1024px) {
  .search-filter .form-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.search-filter .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 260px;
  width: 100%;
  margin-right: 20px;
}

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

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

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

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

.search-filter .col-item:last-child {
  margin-right: 0;
}

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

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

@media (max-width: 1024px) {
  .search-filter select {
    max-width: 100%;
  }
}

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

.search-filter .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-filter .select-item select {
  margin-right: 10px;
}

.search-filter .select-item select:last-child {
  margin-right: 0;
}

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

.search-filter .check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

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

.search-filter .button-submit {
  background: #ff8500;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 30px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .search-filter .button-submit:hover {
    background: #000000;
    color: #ffffff;
  }
}

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

.community_thumbs .thumb {
  position: relative;
}

.thumbs .bottom,
.list-subscriptions .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;
}

.thumbs .bottom .submit,
.list-subscriptions .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);
  border-radius: 10px;
  color: var(--thumbs-bottom-btn-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  min-width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  padding: 0 20px;
  cursor: pointer;
}

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

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

  .thumbs .bottom .submit:hover,
  .list-subscriptions .submit:hover {
    background: #ff8500;
    color: #000000;
  }
}

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

.thumb_rel {
  position: relative;
}

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

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

@media (max-width: 410px) {
  .header{
    margin-bottom: 0px;
  }
  .thumb {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .header {
    margin-bottom: 0px;
  }
}
.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;
}

.thumb a {
  display: block;
}

@media (min-width: 1024px) {
  .thumb a:hover .item-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .thumb a:hover .title {
    color: #ff8500;
  }
}

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

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

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

.thumbs .img-holder .no-thumb {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #ff8500;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.thumb .img-holder img.video1 {
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  z-index: 4;
  width: 120px;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  border: 1px solid #ff8500;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .thumb .img-holder img.video1:hover {
    opacity: 1;
    z-index: 12;
  }
}

.thumb .img-holder img.video2 {
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  z-index: 5;
  width: 120px;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  border: 1px solid #ff8500;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .thumb .img-holder img.video2:hover {
    opacity: 1;
    z-index: 12;
  }
}

.thumb .img-holder img.video3 {
  top: 30px;
  right: 30px;
  left: auto;
  bottom: auto;
  z-index: 6;
  width: 120px;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  border: 1px solid #ff8500;
  /* border-radius: 10px; */
  overflow: hidden;
}

@media (min-width: 1024px) {
  .thumb .img-holder img.video3:hover {
    opacity: 1;
    z-index: 12;
  }
}

.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 .qualtiy,
.thumb .time,
.thumb .views,
.thumb .line-private,
.thumb .line-premium,
.thumb .line-disabled,
.thumb .line-error,
.thumb .line-processing {
  background: rgb(58 58 58 / 50%);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0px 6px;
  display: inline-flex;
  margin-right: 8px;
}
.thumb .line-premium.premium_yellow_bg{
  background: rgba(255, 133, 0, 0.8);
}
.touch-preview {
  display: none;
}

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

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

.thumb .qualtiy {
  font-weight: 700;
  margin-right: 5px;
}

.thumb .item-bottom {
  left: 5px;
  bottom: 5px;
}
.thumb .item-bottom i {
  margin-right: 0.25em; 
}

.thumb .item-top {
  z-index: 1;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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, 0.8);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

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

@media (min-width: 1024px) {

  .thumb .item-heart:hover,
  .thumb .item-time:hover {
    background: #ff8500;
  }

  .thumb .item-heart:hover svg,
  .thumb .item-time:hover svg {
    fill: #000000;
  }
}

.thumb .item-heart {
  margin-right: 5px;
}

.thumb .item-heart.fixed,
.thumb .item-time.fixed {
  background-color: #ff8500;
}

.thumb .item-heart.fixed svg,
.thumb .item-time.fixed svg {
  fill: #000000;
}

.thumb .thumb-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

  position: relative;
  padding-left: 20px;
}

.thumb .thumb-bottom:not(.thumb-bottom-videos) .thumb-item,
.thumb .thumb-bottom .thumb-item-date {
  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 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* or 129% */
  color: var(--thumb-text-color);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

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

.pagination a {
  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(--pagination-bg);
  border-radius: 10px;
  color: var(--pagination-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  min-width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
}

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

.pagination a.active {
  background: #ff8500;
  color: #000000;
  cursor: default;
}

@media (max-width: 1023px) {
  .pagination a.item-pagination {
    /* display: flex; */
  }

  .pagination a.item-pagination,
  .pagination a.item-pagination--first,
  .pagination a.item-pagination--last,
  .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),
  .pagination:has(a.item-pagination) a.item-pagination+a,
  .pagination:has(a.item-pagination) a:has(+ a.item-pagination) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

@media (min-width: 1024px) {
  .pagination a:hover {
    background: #ff8500;
    color: #000000;
  }

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

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

@media (max-width: 1023px) {
  .pagination a.prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    min-width: 60px;
  }
}

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

@media (max-width: 1023px) {
  .pagination a.prev svg {
    margin: 0;
  }
}

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

@media (max-width: 1023px) {
  .pagination a.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    min-width: 60px;
  }
}

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

@media (max-width: 1023px) {
  .pagination a.next svg {
    margin: 0;
    font-size: 14px;
  }
}

.pagination a.jumper {
  background: transparent;
}

@media (min-width: 1024px) {
  .pagination a.jumper:hover {
    color: #ffffff;
  }
}

@media (max-width: 1023px) {

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

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

.categories-thumbs .cat-title .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  color: #ffffff;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

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

.categories-thumbs .cat-title .thumb-item:last-child {
  margin-right: 0;
}

.categories-thumbs .cat-title .thumb-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;
}

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

.models-thumbs .thumb .title {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -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-left: 10px;
}

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

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

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

.channels-thumbs .title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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) {
  .albums-thumbs .thumb {
    width: 33.33%;
  }
}

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

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

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

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

@media (max-width: 1024px) {
  .description-holder .title {
    font-size: 18px;
  }
}

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

.description-holder .text:last-child {
  margin-bottom: 0;
}

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

.block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .block-inner {
    margin-bottom: 10px;
  }
}

.block-inner .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #747474;
  margin-bottom: 15px;
}

.block-inner .block-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: 945px) {
  .block-inner .block-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

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

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

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

.footer .footer-inner {
  padding: 44px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

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

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

.footer .logo a {
  display: block;
}

.footer .footer-nav {
  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%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .footer .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer .footer-nav {
    margin-bottom: 15px;
  }
}

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

.footer .footer-nav a.active {
  color: #ff8500;
  cursor: default;
}

@media (min-width: 1024px) {
  .footer .footer-nav a:hover {
    color: #ff8500;
  }
}

.footer .footer-nav a.active {
  color: #ff8500;
}

.footer .footer-desc {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* or 167% */
  text-align: center;
  color: var(--footer-color);
}

.footer .footer-desc .desc-text {
  margin-bottom: 30px;
}

.footer .footer-desc .desc-text:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

  .grid-temp .spot {
    display: none;
  }
}

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

@media (max-width: 410px) {
  .grid-temp li {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
}

.grid-temp .thumb {
  width: 100%;
}

.thumb-box {
  background-color: var(--thumb-box-bg);
  border-radius: 10px;
  overflow: hidden;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 60px 0;
}

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

.thumb-box .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #747474;
  margin-bottom: 34px;
}

.link-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  flex-direction: column;
}

.link-offer a {
  display: block;
  text-align: center;
}
.link-offer a:not(:last-child)  {
  margin-bottom: 5px;
}
.link-offer a:last-child{
  margin-bottom: 15px;
}
.link-offer a img {
  max-width: 100%;
}

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

@media (max-width: 1024px) {
  .video-inner .title-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

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

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

.video-inner .title-holder .count-item:last-child {
  margin-right: 0;
}

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

.block-tabs .tab-content .count-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.02em;
  color: #b8b8b8;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block-tabs .tab-content .count-item:last-child {
  margin-right: 0;
}

.block-tabs .tab-content .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;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block a,
.info-message .btn {
  margin-right: 5px;
}

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

.block .sub-btn {
  margin-right: 10px;
}

.top-options {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-options .block {
  margin: 0 0px 5px -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-options .block a {
  margin: 5px 0 5px 5px;
}

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

.sub-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  height: 36px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1024px) {
  .sub-btn:hover {
    -webkit-box-shadow: var(--btn-box-shadow);
    box-shadow: var(--btn-box-shadow);
  }

  .sub-btn:hover .count {
    background: #ff8500;
    color: #000000;
  }
}

.sub-btn .text {
  background-color: var(--video-sub-btn);
  height: 100%;
  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;
  /* identical to box height, or 143% */
  color: var(--video-sub-btn-color);
  padding: 0 10px;
}

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

.sub-btn .count {
  background: var(--video-sub-btn-count);
  height: 100%;
  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;
  /* identical to box height, or 143% */
  color: var(--subscribe-color2);
  color: #000;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #070707;
  background: var(--tabs-bg-color);
  border-radius: 10px;
  padding: 10px 15px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--btn-color);
  -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.btn.orange {
  background-color: #ff8500;
}

.btn-holder .btn.orange svg {
  fill: #000000;
}

.btn-subscribe .btn .icon-heart {
  font-size: 20px;
}

.btn-subscribe .btn.done {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .btn:hover {
    color: #000000 !important;
    background: #ff8500;
    -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.orange:hover svg {
    fill: #b8b8b8;
  }
}

.btn.gold {
  color: var(--btn-gold);
}
.btn.gray {
  color: var(--tabs-font-color);
}
@media (min-width: 1024px) {
  .btn.gold:hover {
    color: #000000;
  }
}

.btn.gold 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;
}

.btn-subscribe .btn.gold i {
  margin: 0;
}

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

.btn.active {
  background: #ff8500;
  color: #000000;
}

.btn.active svg {
  fill: #000000;
}

.video-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .video-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

@media (max-width: 1024px) {
  .col-asside {
    width: 100%;
    display: none;
  }
}

.video {
  border-radius: 10px; 
  overflow: hidden;
  margin-bottom: 10px;
}

.video img {
  width: 100%;
}

.player-wrap {
  position: relative;
}

#kt_player {
  position: absolute !important;
}

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

.no-player::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px); /* 磨砂模糊效果 */
  background: rgba(0, 0, 0, 0.2); /* 半透明叠加色 */
  z-index: 1;
}
.no-player img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: brightness(46%);
  filter: brightness(46%);
  z-index: 0;
}

.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 span a {
  color: #ff8500;
}

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

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

.button-join-vip {
 width: fit-content;
 padding: 0.8em 2rem;
  display:inline-block;
  font-size:16px;
  cursor: pointer;
  gap: 0.4rem;
  font-weight: bold;
  border-radius: 30px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background: linear-gradient(15deg, #880088, #aa2068, #cc3f47, #de6f3d, #f09f33, #de6f3d, #cc3f47, #aa2068, #880088) no-repeat;
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
  transition: background .3s ease;
  
}
.button-join-vip:hover {
  background-size: 320%;
  background-position: right center;
}

@media screen and (min-width: 1025px) {
  .no-player span a:hover {
    text-decoration: underline;
  }
}

.hidden {
  display: none;
}

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

@media (max-width: 767px) {
  .video-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.video-controls .btn-holder.hidden {
  display: none;
}

.video-controls .btn-holder {
  margin-right: 5px;
}

.video-controls .btn-holder:last-child {
  margin-right: 0;
}

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

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

@media (max-width: 767px) {
  .video-controls .col.grow {
    margin-bottom: 10px;
  }
}

.video-controls .col.second i {
  margin-right: 5px;
}

.video-controls .col.second a[href="#tab5"] i {
  margin-right: 0;
}

.video-controls .btn.delete {
  background-color: #ff8500;
}

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

@media (min-width: 1024px) {
  .video-controls .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
  }

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

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

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

  .video-controls .btn i {
    margin-right: 3px !important;
  }
}

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

.video-controls .btn.active {
  color: #A9A9A9 ;
  font-size: 14px;
  background: #070707;
}
.video-controls .btn.active:hover{
  color: #fff !important;
}
.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: #000000;
  -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;
  /* identical to box height, or 143% */
  color: var(--btn-tabs-color);
}

.rate-holder .btn.disabled {
  pointer-events: none;
}

.rate-holder .voters {
  position: absolute;
  bottom: calc(100% + 3px);
  width: 100%;
  text-align: center;

  color: #ff8500;
  background-color: var(--thumb-box-bg);
  max-width: calc(100% - 10px);
  border-radius: 3px;
}

@media (min-width: 1024px) {
  .rate-holder .btn:hover {
    color: #000000;
  }

  .rate-holder .btn:hover svg {
    fill: #000000;
  }
}

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

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

@media (max-width: 890px) {
  .rate-holder .btn i {
    margin-right: 3px !important;
  }
}

.rate-holder .btn.like {
  margin-right: 5px;
}

@media (min-width: 1024px) {
  .btn-holder .btn:hover svg {
    fill: #000000;
  }
}

.btn-holder .btn 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-holder .btn svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: var(--btn-tabs-color);
}

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

.btn-holder .btn.active svg {
  fill: #ff8500;
}

.block-tabs {
  /* margin-bottom: 50px; */
}

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

.sort-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  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 span,
.sort-holder a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  color: var(--related-color);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 40px;
  position: relative;
  padding-bottom: 14px;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 900px) {

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

.sort-holder span::before,
.sort-holder a::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: #ff8500;
}

.sort-holder span:last-child,
.sort-holder a:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) {

  .sort-holder span:hover,
  .sort-holder a:hover {
    color: #ff8500;
  }

  .sort-holder span:hover::before,
  .sort-holder a:hover::before {
    width: 100%;
  }
}

.sort-holder span {
  color: #ff8500;
  cursor: default;
}

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

.ralated-holder .thumb {
  width: 33.33%;
}

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

@media (max-width: 374px) {
  .ralated-holder .thumb {
    width: 100%;
  }
}

.col-asside {
  margin-left: 20px;
}

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

.asside-link .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  letter-spacing: 0.3em;
  text-transform: uppercase;
  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-link .asside-thumb:last-child {
  margin-bottom: 0;
}

.asside-thumb .title-asside {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  /* identical to box height, or 90% */
  color: #ffffff;
  margin-bottom: 10px;
}

.asside-thumb .thumbs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -5px 30px -5px;
}

.asside-thumb .thumb {
  width: 100%;
}

.asside-thumb .thumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.community_thumbs .thumb {
  width: 16.66%;
}

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

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

@media (max-width: 665px) {
  .community_thumbs .thumb {
    width: 33.33%;
  }
}

@media (max-width: 520px) {
  .community_thumbs .thumb {
    width: 50%;
  }
}

.community_thumbs .thumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media (min-width: 1024px) {
  .community_thumbs .thumb a:hover .img-holder {
    border-color: #ff8500;
  }
}

.community_thumbs .thumb .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: -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;
  white-space: nowrap;
  border: var(--community-item-border);
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

@media (max-width: 520px) {
  .community_thumbs .thumb .img-holder {
    width: 140px;
    height: 140px;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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: -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%;
  overflow: hidden;
}

.comments-thumb .avatar img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

.comments-thumb .comment-content .row:last-child {
  margin-bottom: 0;
}

.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 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .comments-thumb .comment-content .title:hover {
    color: #ff8500;
  }
}

.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: -0.02em;
  color: var(--comment-date-color);
  display: flex;
  align-items: center;
}

.comments-thumb .comment-content .date svg {
  margin-right: 5px;
}

.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 10px;
}

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

@media screen and (min-width: 1025px) {
  .comments-thumb .comment-content a:hover {
    color: rgba(255, 133, 0, 1);
  }
}

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

.profile .section-row {
  margin-bottom: 0;
}

.info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@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: 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-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 .avatar {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.info-holder .info {
  width: 100%;
}

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

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

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

@media (max-width: 900px) {
  .info-heading .title {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {
  .info-heading .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

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

@media (max-width: 900px) {
  .info-heading .btn {
    margin: 5px;
  }
}

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

.info-heading .btn 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: 10px;
}

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

@media (min-width: 1024px) {
  .info-heading .btn:hover {
    background: #ff8500;
    color: #000000;
  }

  .info-heading .btn:hover svg {
    fill: #000000;
  }
}

@media (max-width: 900px) {
  .info-heading .sub-btn {
    margin: 5px;
  }
}

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

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

@media (max-width: 390px) {
  .info-heading .sub-btn .text {
    width: 100%;
    max-width: 100%;
  }
}

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

@media (min-width: 1024px) {
  .info-heading .sub-btn:hover .count {
    background: #ff8500;
  }
}

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

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

.section-tabs a.link-tab.active em {
  color: #ff8500;
}

@media (min-width: 1024px) {
  .section-tabs a.link-tab:hover {
    color: #ff8500;
  }

  .section-tabs a.link-tab:hover em {
    color: #ff8500;
  }
}

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

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

.info-profile a {
  color: #ff8500;
}

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

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

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

.profile .text-profile .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: var(--profile-color);
  margin-bottom: 15px;
}

.profile .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--profile-color2);
}

.section-tabs.sort-holder a {
  font-size: 14px;
}

.section-tabs.sort-holder a.active {
  color: #ff8500;
  cursor: default;
}

.section-tabs.sort-holder a.active::before {
  width: 100%;
}

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

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

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

@media (max-width: 374px) {
  .playlist-thumbs .thumb {
    width: 100%;
  }
}

.playlist-thumbs .thumb .count-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 980px) {
  .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.playlist-thumbs .thumb .count-holder svg {
  margin-bottom: 7px;
}

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

.content-cat {
  display: none;
}

.content-sites {
  display: none;
}

.content-models {
  display: none;
}

.sort-tabs.sort-cat .open_cat {
  color: #ff8500;
}

.sort-tabs.sort-cat .open_cat svg {
  fill: #ff8500;
}

.sort-tabs.sort-cat .open_cat .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.sort-tabs.sort-sites .open_sites {
  color: #ff8500;
}

.sort-tabs.sort-sites .open_sites svg {
  fill: #ff8500;
}

.sort-tabs.sort-sites .open_sites .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.sort-tabs.sort-models .open_models {
  color: #ff8500;
}

.sort-tabs.sort-models .open_models svg {
  fill: #ff8500;
}

.sort-tabs.sort-models .open_models .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.search-filter {
  display: none;
}

.sort-search.sort-filter .open-box {
  color: #ff8500;
}

.sort-search.sort-filter .open-box svg {
  fill: #ff8500;
}

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

.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 -2px;
}

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

.alphabet a {
  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: #070707;
  border-radius: 10px;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  min-width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 2px;
}

.alphabet a.active {
  background: #ff8500;
  color: #000000;
  cursor: default;
}

@media (min-width: 1024px) {
  .alphabet a:hover {
    background: #ff8500;
    color: #000000;
  }
}

.tags-list {
  width: 100%;
  list-style: none;
  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) {
  .tags-list li {
    width: 24%;
  }
}

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

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

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

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

@media (min-width: 1024px) {
  .tags-list li a:hover {
    color: #ff8502;
  }
}

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

@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 {
  max-width: 275px;
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 875px) {
  .holder-box .asside {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

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

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

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

.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 .img-holder {
  margin-bottom: 10px;
}

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

.holder-box .asside .grade-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.holder-box .asside .grade-box span {
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.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: #ff8500;
  color: #fff;
  font-size: 14px;
  border: none;
  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;
  cursor: pointer;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  padding: 12px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1024px) {
  .holder-box .asside .button:hover {
    background: #070707;
  }
}

.content-section {
  width: 100%;
}

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

.box-content .heading {
  margin-bottom: 10px;
}

.box-content .thumb {
  width: 25%;
  padding: 0 5px 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) {
  .box-content .thumb {
    width: 33.33%;
  }
}

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

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

.button-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 172px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  /* background-color: #262528;
  color: #626262; */
  background-color: var(--subscribe-bg);
  color: var(--subscribe-color);
  font-size: 14px;
  text-transform: uppercase;
}

.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 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  padding: 14px 10px;
}

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

@media (min-width: 1024px) {
  .button-subscribe:hover span {
    background: #ff8500;
  }
}

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

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

.album-inner .message a {
  color: #ff8500;
}

@media (min-width: 1025px) {
  .album-inner .message a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 890px) {
  .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 {
    width: 50%;
  }
}

.album-inner .album-img img {
  width: 100%;
}

.ralated-holder .thumbs.albums-thumbs .thumb {
  width: 25%;
}

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

@media (max-width: 660px) {
  .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;
}

.asside-thumb .thumbs.albums-thumbs .thumb {
  width: 50%;
}

.asside-thumb .thumbs.albums-thumbs .thumb a {
  display: block;
}

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

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

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

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

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

.upload-wrapper .heading {
  margin-bottom: 30px;
}

.upload-wrapper .row {
  margin-bottom: 15px;
}

.upload-wrapper .row:last-child {
  margin-bottom: 0;
}

.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);
  background-color: var(--input-upload-bg);
  border-radius: 10px;
  color: var(--input-upload-color);
  display: block;
}

.upload-wrapper textarea {
  width: 100%;
  padding: 10px 20px;
  border: var(--input-border);
  background-color: var(--input-upload-bg);
  border-radius: 10px;
  color: var(--input-upload-color);
  display: block;
  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: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  display: block;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
}

@media (min-width: 1024px) {
  .upload-wrapper .bottom input:hover {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  }
}

.upload-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

@media (max-width: 700px) {
  .upload-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

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

.upload-inner .col:last-child {
  margin-right: 0;
}

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

.list-thumb a {
  display: block;
}

@media (min-width: 1024px) {
  .list-thumb a:hover .title {
    /* color: #b8b8b8; */
    color: #ff8500;
  }
}

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

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

.posts-row .list-thumbs .title {
  font-size: 16px;
}

.list-thumb .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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: -0.02em;
  color: var(--thumb-info-color);
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.list-thumb .date i {
  margin-right: 5px;
}

.modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  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;
  padding: 0 10px;
}

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

.fancybox-wrap:not(.fancybox-type-image) .fancybox-close {
  opacity: 0;
  visibility: hidden;
}

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

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

@media (max-width: 1024px) {
  .modal-inner.edit-modal {
    max-height: 450px;
    overflow-y: scroll;
  }
}

@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: 50%;
  margin-right: 20px;
}

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

@media (max-width: 600px) {
  .modal-inner .cols .col {
    width: 100%;
    margin-right: 0;
  }

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

.modal-inner .cols .col:last-child {
  margin-right: 0;
}

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

@media (min-width: 1024px) {
  .modal-inner .close-btn:hover svg {
    fill: #ff8500;
  }
}

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

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

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

.modal-inner form {
  width: 100%;
}

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

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

.modal-inner .row .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.modal-inner .custom-choose label {
  margin-bottom: 0;
}

.modal-inner .custom-choose.active {
  background-color: #ff8500;
}

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

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

.modal-inner fieldset:last-child {
  margin-right: 0;
}

.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;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 10px top 50%;
  background-size: auto;
}

.modal-inner fieldset select {
  width: 33.33%;
}

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

.message-form .textarea,
.filter input,
.modal-inner .textfield,
.modal-inner .file,
.modal-inner .textarea {
  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);
}

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

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

.modal-inner .links .link-item {
  margin-bottom: 10px;
}

.modal-inner .links .link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

.modal-inner .links .link-row a {
  margin-bottom: 5px;
}

.modal-inner .links .link-row a:last-child {
  margin-bottom: 0;
}

.modal-inner .links a {
  display: block;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .modal-inner .links a:hover {
    color: #ff8500;
  }
}

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

.modal-inner .bottom.captcha {
  display: block;
}

.modal-inner .bottom [type="submit"] {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;

  max-width: 190px;
  height: 40px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;

  color: #000000;
  background: #ff8500;
  -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
}

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

.open-modal {
  overflow: hidden;
}

.form-upload {
  position: relative;
}

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

.form-upload.uploading * {
  opacity: 0;
  visibility: hidden;
  display: none;
}

form .progressbar .progress {
  width: 0;
  height: 6px;
  background-color: #ff8500;
  border-radius: 4px;
}

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

.form-upload.uploading .progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .progressbar .text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: #ff8500;
}

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

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

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

.upload-holder .block-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
}

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

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

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

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

.upload-holder .radio-box input[type="radio"]:checked+label::after,
.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 img {
  width: 100%;
}

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

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

.upload-inner .file-control.file-box .file {
  display: none;
}

.upload-inner .descr p {
  margin-bottom: 10px;
}

.upload-inner .descr p:last-child {
  margin-bottom: 0;
}

.file-control {
  position: relative;
}

.file-control .file {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(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;
  }
}

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

.modal-holder .dell-avatar {
  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,
input[type="checkbox"]+label {
  margin: 0.2em;
  cursor: pointer;
  padding: 0.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"],
input[type="checkbox"] {
  display: none;
}

.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: 0px;
  padding-top: 3px;
  margin-right: 13px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

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

.thumbs input[type="checkbox"]+label:before {
  margin: 0;
}

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

.modal-holder input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:checked+label:before {
  border-color: #ff8500;
  background: #ff8500;
  -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  color: #fff;
}

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

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

.item-control input {
  position: relative;
  background: var(--checkbox-bg);
  border-radius: 6px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 7px;
  padding-bottom: 0px;
  padding-top: 3px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  border: 1px solid #ff8500;
}

.item-control input:checked {
  border-color: #ff8500;
  background: #ff8500;
  -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  color: #fff;
}

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

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

.col-photo .title {
  width: 100%;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .col-photo .preview {
    width: 50%;
  }
}

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

.col-photo .preview input[type="checkbox"] {
  /* display: none; */
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.col-photo .preview input[type="checkbox"]+label:before {
  content: "✔";
  border: 1px solid #000;
  background: #000000;
  border-radius: 6px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 7px;
  padding-bottom: 0px;
  padding-top: 3px;
  margin-right: 13px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

.col-photo .preview input[type="checkbox"]:checked+label:before {
  border-color: #ff8500;
  background: #ff8500;
  color: #fff;
}

.col-photo .preview 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 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.copi a {
  color: var(--footer-color);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

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

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

  .mebers-switcher:hover,
  .copi a:hover {
    color: #ff8500;
  }
}

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

.mebers-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.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-photo i {
  width: 18px;
  height: 18px;
}

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

.member-links {
  position: absolute;
  right: 0;
  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;
}

@media screen and (min-width: 1025px) {
  .member-links a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

.btn-holder {
  position: relative;
}

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

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

.btn-holder.fav-open .drop-btn {
  background: #ff8500;
}

.btn-holder.fav-open .drop-btn svg {
  fill: #000000;
}

.btn-holder.fav-open .drop-btn .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-holder.fav-open .fav-drop {
  opacity: 1;
  visibility: visible;
}

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

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

.fav-drop li {
  margin-bottom: 5px;
}

.fav-drop li:last-child {
  margin-bottom: 0px;
}

.fav-drop li>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media (min-width: 1024px) {
  .fav-drop a:hover {
    color: #ff8500;
  }
}

.fav-drop a:last-child {
  margin-bottom: 0;
}

.screen-box {
  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;
  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) {
  .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) {
  .screen-box .screen-img {
    width: calc(100% - 5px);
  }
}

.screen-box .screen-img:last-child {
  margin-right: 0;
}

.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 #ff8500;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (min-width: 1024px) {
  .screen-box .screen-img:hover::before {
    opacity: 1;
    visibility: visible;
  }
}

.screen-box .screen-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-share {
  width: 100%;
}

.block-share .row {
  max-width: 100%;
  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;
  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 {
  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, 0.25);
  box-shadow: 0 8px 10px rgba(29, 4, 11, 0.25);
  border-radius: 10px;
  background-color: var(--embed-button-bg);
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s;
  transition: color 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s;
  transition: color 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
}

@media (min-width: 1024px) {
  .block-share .block-size .embed-button:hover {
    color: #000000;
    background: #ff8500;
  }
}

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

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

.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 {
  max-width: 125px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .comment-holder .bottom input:hover {
    color: #000000;
    background: #ff8500;
  }
}

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

.generic-error {
  width: 100%;
  text-align: center;
  /*color: red;*/
  color: #fb8b0e;
  padding: 6px;
  /*border: 2px solid red;*/
  border: 2px solid #fb8b0e;
  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 .radio+label,
.block-flagging .button-group .radio+span,
.block-flagging .button-group .checkbox+label,
.block-flagging .button-group .checkbox+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+span::before,
.block-flagging .button-group .radio+label::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 0.3s, border 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border 0.3s, color 0.3s;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.block-flagging .button-group .radio+span::after,
.block-flagging .button-group .radio+label::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 0.3s, border 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border 0.3s, color 0.3s;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}

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

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

.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;
  max-width: 125px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .block-flagging .button-group .submit:hover {
    color: #000000;
    background: #ff8500;
  }
}

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

.block-flagging .block-textarea 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;
}

.block-flagging form {
  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;
}

@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 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 .button-group {
  margin: 0;
}

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

@media screen and (max-width: 550px) {
  .block-flagging .block-radios {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

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

.block-flagging .block-radios .row input {
  display: none;
}

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

@media screen and (max-width: 550px) {
  .block-flagging .block-textarea {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 0 15px;
  }
}

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

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

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

.list-comments .item:last-child {
  margin-bottom: 0;
}

.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 a {
  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%;
}

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

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

.list-comments .image img {
  width: 100%;
}

.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: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
}

@media (min-width: 1024px) {
  .list-comments .comment-info .username:hover {
    color: #ff8500;
  }
}

.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 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 .comment-options span {
  border-radius: 10px;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.33px;
  padding: 8px 15px;
  margin: 0 3px 0 0;
  border-radius: 10px;
  background-color: var(--comment-like-bg);
  color: var(--comment-like-color);
  letter-spacing: 0.33px;
}

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

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

.list-comments .comment-options .comment-like svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.list-comments .comment-options .comment-edit {
  margin-right: 0;
}

.list-comments .comment-options .comment-like .arrow,
.list-comments .comment-options .comment-dislike .arrow {
  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;
}

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

@media (min-width: 1024px) {

  .list-comments .comment-options .comment-like:hover,
  .list-comments .comment-options .comment-dislike:hover,
  .list-comments .comment-options .comment-edit:hover {
    color: #000000;
    background: #ff8500;
  }

  .list-comments .comment-options .comment-like:hover svg,
  .list-comments .comment-options .comment-dislike:hover svg {
    fill: #000000;
  }
}

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

.list-comments .date-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-comments .date-holder i {
  margin-right: 5px;
}

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

.captcha-control img {
  margin-bottom: 10px;
}

.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: -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;
  padding: 100px 10px 130px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .page-error {
    font-size: 24px;
    padding: 30px 10px 70px;
  }
}

.relative-wrap {
  position: relative;
}

.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 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border: 1px solid #ff8500;
  margin-top: 3px;
  color: #ff8500;
}

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

@media screen and (min-width: 1025px) {
  .toggle-button.edit-link:hover {
    background-color: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    color: #000;
  }
}

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

.static-page h2 {
  margin-bottom: 5px;
}

.static-page p {
  margin-bottom: 15px;
}

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

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

.static-page li {
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .static-page {
    font-size: 14px;
    line-height: 1.3;
  }

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

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

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

.mt20 {
  margin-top: 20px;
}

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

.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;
  background: var(--btn-bg);
}
.load-more .btn:hover {
  background: #ff8500;
  color: #000000;
}
.list-messages .load-more {
  margin-bottom: 15px;
}

.list-messages .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 {
  width: 100%;
}

.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) {
  .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>a i {
  height: 18px;
  width: 18px;
}

.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 a img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

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

.add_friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.add_friend .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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;
}

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

  .add_friend .btn:hover,
  .list-subscriptions .btn:hover {
    background: #ff8500;
    color: #000000;
  }
}

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

.list-subscriptions form {
  display: -webkit-box;
  display: -ms-flexbox;
  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) {
  .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: 50%;
  }
}

.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;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
  .list-subscriptions .item a:hover {
    color: #ff8502;
  }
}

.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: -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-subscriptions .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.list-subscriptions .item-control {
  padding: 10px 0;
}

.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 {
  overflow: hidden !important;
}

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

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

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

.autocomplete-group:first-child {
  margin-top: 0;
}

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

@media screen and (min-width: 1025px) {
  .autocomplete-suggestion:hover {
    color: #ff8500;
  }
}

.pt20 {
  padding-top: 20px;
}

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

.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 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.icon-moon {
  display: none;
}

.light .icon-sun {
  display: none;
}

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

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

.upload-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  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 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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: #ff8500;
  --sb-size: 3px;

  scrollbar-color: #ff8500 #000000;
  ;
}

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

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

.player-related-videos-container::-webkit-scrollbar-thumb {
  background: #ff8500;
  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, 0.5);
  gap: 10px;
  padding: 5px;
  border-radius: 15px;
  color: #ff8500;
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@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);
  }
}



.Popup {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
}

#vpn_tips.Popup .Popup_body{
  top: 50%;
  margin-top: -160px;
}
.Popup .mask {
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.53);
}

.Popup .Popup_body {
  position: fixed;
  z-index: 102;
  width: 330px;
  left: 50%;
  margin-left: -165px;
  top: 10%;
}
.Popup .Popup_body .Popup_wrap {
  border-radius: 10px;
  background-color: #0E4980;
  padding-bottom: 20px;
}
.Popup .Popup_body .footer_close {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.Popup .Popup_body .footer_close .svg-icon {
  width: 40px;
  height: 40px;
  color: #999999;
  fill: #999999;
  stroke: #999999;
}

.Popup .Popup_body .head {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #F59A23;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid rgba(215, 215, 215, 0.1);
}

.Popup .Popup_body .head .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.Popup .Popup_body .head .close .svg-icon {
  font-size: 24px;
  fill: #999;
}

.Popup .Popup_body .popup_content {
  padding: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
.Popup .Popup_body .popup_content .blue {
  color: rgba(255, 255, 0, 0.8);
}

.Popup .Popup_body .popup_content p {
  padding-bottom: 10px;
}
.Popup .Popup_body .popup_content .index_tips_content p{
  padding-bottom: 6px;
}
.popup_buttons {
  padding: 20px 40px 0 40px;
}

.popup_buttons .btn {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  background-color: #082E51;
}
.popup_buttons .btn.yellowbg {
  background-color: #F59A23;
}
.popup_buttons .btn.yellow_line_bg {
  border-radius: 5px;
  color: #26211E;
  font-size: 15px;
  background-image: linear-gradient(to bottom, #ffd58b, #ffc668);
}

.popup_buttons .btn:hover {
  box-shadow: none;
}

.popup_buttons .btn.blue {
  background-color: #2CA61B;
}

.tips_content {
  text-align: center;
}
.tips_content .svg-icon {
  font-size: 60px;
}

.index_tips_content {
  text-align: center;
}
.index_tips_content .tips_title {
  font-size: #FFFFFF;
  font-size: 20px;
}
.index_tips_content .tips_title2 {
  font-weight: bold;
  font-size: 18px;
  color: #FFC86B;
}
.index_tips_content .pink_color {
  color: #F08692;
  font-size: 15px;
}
.index_tips_content .gray_color {
  color: #797979;
}
.index_tips_content .tips_list {
  text-align: left;
}
.index_tips_content .tips_list .tips_item {
  padding-bottom: 5px;
}
.index_tips_content .tips_list .title {
  font-size: 16px;
  white-space: nowrap;
}
.index_tips_content .tips_list p {
  font-size: 14px;
  line-height: 16px;
}
.index_tips_content .tips_list .ewm_wrap {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.index_tips_content .tips_list .ewm_item {
  display: flex;
  margin: 0 5px;
}
.index_tips_content .tips_list .ewm_item img {
  width: 70px;
  height: 70px;
}
.index_tips_content .tips_list .ewm_item p {
  writing-mode: vertical-lr;
  font-weight: bold;
  color: #f92f60;
  padding: 5px;
  letter-spacing: 4px;
}


.goTop {
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 100;
  display: flex;
  display: none;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: .375rem;
  cursor: pointer;
  transition-property: opacity;
  background-color: #2c313ae6;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    opacity: 1;
}
.goTop i{
  display: block;
  height: 50px;
  border-radius: .375rem;
}
.goTop .svg-icon {
  fill: #fff;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 960px) {
  .goTop {
    right: 16px;
    bottom: 80px;
  }
}
/* Tab容器 */
.top_nav_container {
  width: 100%;
  overflow: hidden;    
  position: relative;
  display: none;
  align-items: center;
  background-color: #101010;
  padding-right: 10px;
  height: 50px;
  align-items: center;
  margin-bottom: 15px;
}

.swiper_wrapper_container {
  display: flex;
  flex: 1;
  overflow: hidden;

  padding: 0 8px;

}

/* Tab导航栏样式 */
.tab-nav {
  display: flex; 
  padding-right: 0;
  margin-right: -10px;
  user-select: none;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  overflow-y: hidden;/* 水平排列所有 slide */
  transition: transform 0.3s ease;  /* 平滑过渡 */
}

.tab-item {
  flex: 0 0 auto;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.tab-item a{
  display: flex;
  color: var(--nav-link-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 0px 10px 0 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
/* 高亮当前选中的Tab */
.tab-item.active a{
  color: #FF850D;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .top_nav_container {
      display: flex;
  }
}


.m_footer_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #252525;
  z-index: 100;
  display: none;
  border-top: 1px solid #333333;
padding-bottom: env(safe-area-inset-bottom);

}

@media screen and (max-width: 960px) {
  .m_footer_bar {
      display: block;
  }
  .footer {
  padding-bottom: 66px;
  }
}

.m_footer_body {
  display: flex;
  height: 65px;
  align-items: center;
}

.m_footer_item {
  flex: 1;
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.m_footer_item .svg-icon {
  font-size: 22px;
  /* margin-top: 6px; */
  display: inline-block;
  width: 1.2em;
  height: 1.3em;
  stroke-width: 0;
  stroke: #c2c2c2;
  fill: #c2c2c2;
}
.m_footer_item a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_footer_item a i{
  display: flex;
 align-items: center;
}
.m_footer_item a .m_footer_icon{
display: flex;
align-items: center;
padding-left: 4px;
}
.m_footer_item .m_footer_text {
  color: #c2c2c2;
  font-size: 13px;
  margin-top: -2px;
}
.m_footer_item:nth-child(3) .m_footer_text{
 padding-left: 4px;
}
.m_footer_item:nth-child(5) .m_footer_text{
  padding-left: 1px;
}
.m_footer_item.active .svg-icon {
  stroke: #ff8500;
  fill: #ff8500;
}

.m_footer_item.active .m_footer_text {
  color: #ff8500;
}

.moblie_profile {
  display: none;
}
/*
@media screen and (max-width: 960px) {
  .moblie_profile {
      display: block;
  }
  .profile-page>main>div.profile{
    display: none;
  }
  .profile-page>main>div.container{
    display: none;
  }
}
*/

.moblie_profile .yellowrcolor {
  color: #FDB137; }

.moblie_profile .redcolor {
  color: #EA475B; }

.user_infor {
  display: flex;
  padding: 10px;
  align-items: center; }
  .user_infor .avatar {
    width: 60px;
    height: 60px;
    margin-right: 10px; }
    .user_infor .avatar img {
      width: 60px;
      height: 60px;
      border-radius: 30px; }
  .user_infor .info {
    flex: 1; }
    .user_infor .info .M_mebers_name {
      color: #D5BA9D;
      font-weight: bold;
      font-size: 14px;
      padding-bottom: 5px; }
    .user_infor .info .M_menbers_level, .user_infor .info .M_menbers_over_days {
      color: #CCCCCC;
      font-size: 13px; }
  .user_infor .quit a {
    font-size: 12px;
    color: #CCCCCC;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    width: 80px;
    border-radius: 15px;
    background-color: #2B2827; }

.members_vip_block {
  margin: 10px 10px 30px 10px;
  border-radius: 8px;
  height: 100px;
  background-image: linear-gradient(to bottom, #ffdc7f, #ffb02c); }
  .members_vip_block .vip_wrap {
    display: flex;
    padding: 0 10px;
    align-items: center;
    height: 100px; }
    .members_vip_block .vip_wrap .vip_info {
      flex: 1;
      padding: 10px; }
      .members_vip_block .vip_wrap .vip_info .vip_name {
        font-size: 16px;
        font-weight: bold;
        color: #333; }
      .members_vip_block .vip_wrap .vip_info .vip_day_over {
        font-size: 14px;
        color: #333333;
        padding-top: 8px; }
    .members_vip_block .vip_wrap .update_vip .go_Vip {
      display: flex;
      align-items: center;
      width: 95px;
      height: 30px;
      justify-content: center;
      border-radius: 15px;
      color: #FFE3AA;
      font-size: 13px;
      font-weight: bold;
      background-image: linear-gradient(to bottom, #3c2d20, #493727); }
      .members_vip_block .vip_wrap .update_vip .go_Vip i {
        margin-left: 5px; }

.members_function {
  display: flex;
  flex-wrap: wrap; }
  .members_function .fuction_item {
    width: 25%;
    padding-bottom: 15px; }
    .members_function .fuction_item a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .members_function .fuction_item .svg-icon {
      font-size: 24px; }
    .members_function .fuction_item .dec {
      font-size: 12px;
      color: #CCCCCC; }

.vip_Cardamom {
  padding: 15px 10px 10px 10px; }
  .vip_Cardamom .txt {
    font-size: 15px;
    color: #808080; }
    .vip_Cardamom .txt .buy {
      color: #FFE3AA;
      font-size: 13px;
      padding-left: 10px; }
  .vip_Cardamom .update_input {
    display: flex;
    padding-top: 5px;
    align-items: center; }
    .vip_Cardamom .update_input .input {
      flex: 1;
      background: var(--input-bg);
      border: 1px solid #232323;
      border-radius: 5px;
      height: 40px;
      width: 100%;
      padding: 10px 45px 10px 20px;
      color: var(--input-color); }
  .vip_Cardamom .vip_Renewal {
    height: 40px;
    display: flex;
    margin-left: 20px;
    padding: 0 20px;
    align-items: center;
    border-radius: 5px;
    color: rgba(17, 14, 17, 0.64);
    background-image: linear-gradient(to bottom, #ffe189, #ffd470); }

.vip_tips {
  padding: 15px 10px; }
  .vip_tips h2 {
    color: #FFE3AA;
    font-size: 15px;
    padding-bottom: 5px; }
  .vip_tips p {
    color: #898989;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 22px; }


        .button-video-page {
          background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
          border: 0;
          border-radius: 12px;
          cursor: pointer;
          display: inline-block;
          font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 2.5;
          outline: transparent;
          padding: 0 1rem;
          text-align: center;
          text-decoration: none;
          color: #fff !important;
          transition: box-shadow .2s ease-in-out;
          user-select: none;
          -webkit-user-select: none;
          touch-action: manipulation;
          white-space: nowrap;
      }

      .button-video-page:link,
      .button-video-page:visited {
          color: #FFFFFF;
          /* 链接默认颜色设为白色 */
      }

      .button-video-page:not([disabled]):focus {
          box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
      }

      .button-video-page:not([disabled]):hover {
          color: #FFFFFF;
          box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
      }
      

/* VIP样式 */
.head_vip_title {
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(to right, #bf392b, #5e46be);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.yellow_color {
  color: #F59A23;
}
.vip_wrap {
  display: flex;
  flex-wrap: wrap;
}
.vip_title {
  font-size: 25px;
  padding-bottom: 20px;
}
.vip_package {
  width: 40%;
  margin-right: 70px;
}
.pay_mothod {
  padding-top: 15px;
}
.pay_mothod p {
  color: #fff;
  font-size: 14px;
}
.pay_select {
  display: flex;
  padding: 5px 0 10px 0;
  align-items: center;
  /*justify-content: center;*/
}
.pay_select .pay_item {
  display: flex;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  min-width: 180px;
  background-color: #222222;
  border: 2px solid #222;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.pay_select .pay_item:hover {
  border: 2px solid #4E92E2;
}
.pay_select .pay_item .pay_icon {
  margin-right: 10px;
}
/* 隐藏支付方式 radio */
.pay_select input[type="radio"] {
  display: none;
}
/* 选中支付方式 */
input[type="radio"]:checked + label.pay_item {
  border: 2px solid #4E92E2;
  background-color: #3E6EA8;
}
.submit {
  text-align: center;
}
.submit p {
  font-size: 12px;
  color: #7F7F7F;
  padding-top: 10px;
}
.submit p.tips {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.submit a {
  font-size: 12px;
  color: #7F7F7F;
  padding-top: 10px;
  display: block;
}
.submit .submit_btn {
  border: none;
  width: 350px;
  height: 55px;
  border-radius: 35px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #1A4980;
}
.submit .submit_btn:hover {
  background: #FEB539;
  border: 2px solid #E36A0C;
}
.Memberrights {
  padding-top: 10px;
  flex: 1;
}
.Memberrights_list .Memberrights_item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.Memberrights_list .Memberrights_item .icon {
  margin-right: 10px;
}
.Memberrights_list .Memberrights_item .icon .svg-icon {
  font-size: 23px;
}
.Memberrights_list .Memberrights_item .txt {
  font-size: 15px;
  color: #F2F2F2;
}
.FAQ_wrap {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}

	.FAQ_list .FAQ_item {
	  height: 50px;
	  background-color: #222;
	  overflow: hidden;
	  margin-bottom: 2px;
	  cursor: pointer;
	}

	.FAQ_list .FAQ_item .FAQ_detail {
	  padding: 10px 20px;
	}

	.FAQ_list .FAQ_item .FAQ_detail p {
	  font-size: 15px;
	  padding-bottom: 10px;
	  color: rgb(242, 242, 242);
	}

	.FAQ_list .FAQ_item.open {
	  height: auto;
	}

	.FAQ_list .FAQ_item .svg-icon {
	  color: #7F7F7F;
	  font-size: 14px;
	}

	.FAQ_list .FAQ_item .FAQ_infor {
	  display: flex;
	  height: 50px;
	  font-size: 17px;
	  font-weight: normal;
	  align-items: center;
	}

	.FAQ_list .FAQ_item .FAQ_infor .Expand_icon {
	  padding: 0 15px;
	  display: inline-block;
	  transition: all 0.3s;
	}

	.FAQ_list .FAQ_item.open .FAQ_infor .Expand_icon {
	  transform: rotate(180deg);
	}

/* vip 套餐样式 */
.vip_list {
  margin-top: 20px;
  position: relative;
}
.vip_list .vip_item {
  display: flex;
  border-radius: 5px;
  background-color: #20212A;
  margin-bottom: 5px;
  min-height: 100px;
  align-items: center;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
}
/* 隐藏 vip 选择 radio */
.vip_list input[type="radio"] {
  display: none;
}
/* 选中状态 vip_item */
input[type="radio"]:checked + label.vip_item {
  border: 2px solid #E36A0C;
  background-color: #FEB539;
}
input[type="radio"]:checked + label.vip_item .vip_head {
  color: #333333;
}
input[type="radio"]:checked + label.vip_item .vip_head .svg-icon {
  color: #F02941;
}
input[type="radio"]:checked + label.vip_item .vip_price {
  background-color: rgba(245,154,35,0.7);
}
input[type="radio"]:checked + label.vip_item .vip_intro p {
  color: #333333;
}
input[type="radio"]:checked + label.vip_item .vip_intro p:first-child {
  color: #F02941;
}

.vip_item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.vip_item .vip_body {
  flex: 1;
  padding-left: 10px;
}
.vip_item .vip_head {
  display: flex;
  font-size: 18px;
  color: #F2F2F2;
  padding-top: 10px;
  align-items: center;
}
.vip_item .vip_head .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.vip_item .vip_head .icon i {
  display: block;
}
.vip_item .vip_head .icon .svg-icon {
  width: 30px;
  height: 30px;
  color: #D7D7D7;
  transform: scale(0.8);
}
.vip_item .vip_intro {
  margin-top: 5px;
  padding-bottom: 10px;
}
.vip_item .vip_intro p {
  color: #D7D7D7;
  font-size: 14px;
  padding-top: 5px;
  white-space: nowrap;
}
.vip_item .vip_price {
  width: 160px;
  font-weight: bold;
  font-size: 30px;
  min-height: 120px;
  display: flex;
  color: #fff;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: center;
  background-color: #2A2F49;
}

@media all and (max-width: 600px) {
  .vip_wrap {
    flex-direction: column;
  }
  .vip_package {
    width: 100%;
    margin-right: 0;
  }
  .pay_select {
    flex-wrap: wrap;
    padding-top: 5px;
  }
  .pay_select .pay_item {
    width: 100%;
    min-width: auto;
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .vip_list .vip_price {
    width: 90px;
    font-size: 20px;
  }
}
/* 发布页*/
    .fby-container {
      background: var(--main-background);
      color: var(--general-color);
      max-width: 600px;
      width: 100%;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      line-height: 1.6;
    }
    .fby-h1 {
      text-align: left;
      margin-bottom: 20px;
      font-size: 22px;
      color: var(--general-color);
    }
    .fby-p {
      margin: 10px 0;
      font-size: 1.1em;
      color: var(--general-color);
    }
    .fby-method-title {
      font-size: 1.4em;
      margin: 20px 0 10px;
      color: var(--general-color);
      border-bottom: 2px solid var(--theme-hover-color);
      padding-bottom: 5px;
    }
    .fby-links {
      list-style: none;
      margin: 20px 0;
      padding: 0;
    }
    .fby-links li {
      margin: 10px 0;
    }
    .fby-link {
      color: var(--tags-link-color);
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
      font-size: 18px;
    }
    .fby-link:hover {
      color: var(--theme-hover-color);
      text-decoration: underline;
    }
    .fby-email {
      background: var(--thumb-box-bg);
      padding: 15px;
      border-left: 4px solid var(--tags-link-color);
      margin: 20px 0;
      font-size: 1.1em;
      color: var(--general-color);
    }
    .fby-email-link {
      color: var(--tags-link-color);
      text-decoration: none;
      transition: color 0.3s ease;
      font-size: 18px;
    }
    .fby-email-link:hover {
      color: var(--theme-hover-color);
    }
    .fby-warning {
      text-align: left;
      font-weight: bold;
      color: var(--theme-hover-color);
      margin-top: 30px;
      font-size: 1.2em;
    }
    
   /* 顶部横幅样式 */
#tb_top_banner {
  width: 100%;
  background: linear-gradient(90deg, #fb8b0fe3 0%, #b7b7b7 100%);
  color: #fff;
  padding: 1px 2px;
  position: sticky; /* 保持 sticky 效果 */
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s;
  text-align: center; /* 内容居中 */
}

/* 滚动时增加阴影效果 */
#tb_top_banner.sticky {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 横幅中内容区域：使用 inline-block 使其在 text-align: center 下居中 */
#tb_top_banner .tb_banner-content {
  display: inline-block;
  vertical-align: middle;
}

/* 横幅文本 */
#tb_top_banner .tb_banner-text {
  margin-right: 20px;
}

/* 发布页按钮 */
#tb_top_banner .tb_banner-btn {
  background: linear-gradient(45deg, #ff7e5f, #feb47b);
  color: #fff;
  border: none;
  padding: 6px 2px;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 26px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#tb_top_banner .tb_banner-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 关闭按钮：绝对定位于右侧 */
#tb_top_banner .tb_close-btn {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  padding-right: 10px;
}
    
    
    
    
    
    
    
    

      