@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

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

input,
textarea {
  outline: none;
}

.hidden {
  display: none;
}

:root {
  --column-gap: 30px;
  --header-height: 120px;
  --main-background: #fff;
  --player-bg: #fff;
  --main-color: #000;
  --active-color: #BB0969;
  --second-active-color: #dc0778;
  --active-opacity-color: rgba(187, 9, 105, .6);
  --second-color: #737373;
  --partner-color: #737373;
  --duration-bg: rgba(0, 0, 0, .6);
  --quality-bg: rgba(187, 9, 105, 0.73);
  --tools-bg: #F0F0F0;
  --light-bg: #fff;
  --pagination-active: #C5C5C5;
  --bg-pagination: #F0F0F0;
  --mobile-edit-button: rgb(240, 240, 240, .8);
  --pagination-color: #737373;
  --card-bg: rgba(0, 0, 0, .6);
  --arrow-bg: rgba(0, 0, 0, 0.2);
  --active-top-card: rgba(0, 0, 0, .4);
  --bg-swiper-btn: rgba(0, 0, 0, .4);
  --mask-bg: rgba(0, 0, 0, 0.80);
  --border-color: #D0D0D0;
  --user-color: rgba(115, 115, 115, 1);
  --border-search: #D0D0D0;
  --user-bg: #6800EB;
  --search-bg: #fff;
  --user-drop-bg: #F0F0F0;
  --header-border: #F0F0F0;
  --user-drop-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
  --autocomplete-active-color: #140000;
  --autocomplete-color: #8F8F8F;
  --video-border: #DCDCDC;
  --button-play-color: rgba(255, 255, 255, 0.4);
  --btn-color: #000;
  --author-color: #1E1E1E;
  --popup-bg: rgba(0, 0, 0, 0.80);
  --dark-color: #000;
  --form-color-modal: #F0F0F0;
  --btn-comment: #F2F2F2;
  --upload-bar-color: #CFCFCF;
  --gradient-facebook-link: linear-gradient(97deg, #156CB0 41.58%, #35338A 96.22%);
  --gradient-instagram-link: linear-gradient(90deg, #FFE082 0%, #FCB834 21%, #F05477 38%, #EA3A92 52%, #8C50A0 74%, #5D5EAA 100%);
  --gradient-youtube-link: linear-gradient(96deg, #DE6C56 38.85%, #CE2027 96.46%);
  --gradient-onlyfans-link: linear-gradient(96deg, #4377BC 26.77%, #4162AD 96.46%);
  --gradient-twitter-link: linear-gradient(96deg, #8BBCE3 26.77%, #0D8AC9 96.46%);
  --gradient-linktr-link: linear-gradient(96deg, #6595CA 55.58%, #0066AB 96.46%);
  --gradient-privacy-link: linear-gradient(96deg, #95C490 26.77%, #0C8241 96.46%);
  --gradient-reddit-link: linear-gradient(96deg, #CC7562 23.05%, #DD2526 96.46%);
  --gradient-tiktok-link: linear-gradient(96deg, #444141 23.05%, #201510 96.46%);
  --gradient-allmylinks-link: linear-gradient(96deg, #4377BC 26.77%, #4162AD 96.46%);
  --gradient-chaturbate-link: linear-gradient(96deg, #DE6C56 38.85%, #CE2027 96.46%);
  --gradient-patreon-link: linear-gradient(96deg, #444141 23.05%, #201510 96.46%);
  --gradient-snapchat-link: linear-gradient(90deg, #FFE082 0%, #FCB834 21%, #F05477 38%, #EA3A92 52%, #8C50A0 74%, #5D5EAA 100%);
  --gradient-justfor-link: linear-gradient(96deg, #DE6C56 38.85%, #CE2027 96.46%);
  --gradient-fansly-link: linear-gradient(96deg, #444141 23.05%, #201510 96.46%);
  --gradient-fancentro-link: linear-gradient(96deg, #6595CA 55.58%, #0066AB 96.46%);
  --bg-form-box: #F0F0F0;


  --sb-track-color: #f0f0f0;
  --sb-thumb-color: #bb0969;
  --sb-size: 4px;
}

:root .dark {
  --column-gap: 30px;
  --header-height: 120px;
  --partner-color: #9B9B9B;
  --main-background: #000;
  --player-bg: rgba(255, 255, 255, .8);
  --main-color: #fff;
  --light-bg: #fff;
  --active-color: #BB0969;
  --second-active-color: #dc0778;
  --user-color: #131313;
  --active-opacity-color: rgba(187, 9, 105, .6);
  --second-color: #9B9B9B;
  --border-search: #131313;
  --search-bg: #131313;
  --duration-bg: rgba(0, 0, 0, .6);
  --quality-bg: rgba(187, 9, 105, 0.73);
  --tools-bg: #131313;
  --pagination-active: #333;
  --bg-pagination: #131313;
  --mobile-edit-button: rgb(19, 19, 19, .8);
  --pagination-color: #9B9B9B;
  --card-bg: rgba(0, 0, 0, .6);
  --arrow-bg: rgba(0, 0, 0, 0.2);
  --active-top-card: rgba(0, 0, 0, 0.40);
  --bg-swiper-btn: rgba(255, 255, 255, 0.4);
  --mask-bg: rgba(0, 0, 0, 0.80);
  --border-color: #131313;
  --user-bg: #6800EB;
  --user-drop-bg: #131313;
  --user-drop-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
  --header-border: #131313;
  --autocomplete-active-color: #EDEDED;
  --autocomplete-color: #9B9B9B;
  --video-border: #131313;
  --button-play-color: rgba(255, 255, 255, 0.4);
  --btn-color: #000;
  --author-color: #9B9B9B;
  --popup-bg: rgba(255, 255, 255, 0.5);
  --dark-color: #000;
  --form-color-modal: #F0F0F0;
  --btn-comment: #131313;
  --upload-bar-color: #131313;
  --gradient-facebook-link: linear-gradient(97deg, #156CB0 41.58%, #35338A 96.22%);
  --gradient-instagram-link: linear-gradient(90deg, #FFE082 0%, #FCB834 21%, #F05477 38%, #EA3A92 52%, #8C50A0 74%, #5D5EAA 100%);
  --gradient-youtube-link: linear-gradient(96deg, #DE6C56 38.85%, #CE2027 96.46%);
  --gradient-onlyfans-link: linear-gradient(96deg, #4377BC 26.77%, #4162AD 96.46%);
  --gradient-twitter-link: linear-gradient(96deg, #8BBCE3 26.77%, #0D8AC9 96.46%);
  --gradient-linktr-link: linear-gradient(96deg, #6595CA 55.58%, #0066AB 96.46%);
  --gradient-privacy-link: linear-gradient(96deg, #95C490 26.77%, #0C8241 96.46%);
  --gradient-reddit-link: linear-gradient(96deg, #CC7562 23.05%, #DD2526 96.46%);
  --gradient-tiktok-link: linear-gradient(96deg, #444141 23.05%, #201510 96.46%);
  --gradient-allmylinks-link: linear-gradient(96deg, #4377BC 26.77%, #4162AD 96.46%);
  --gradient-chaturbate-link: linear-gradient(96deg, #DE6C56 38.85%, #CE2027 96.46%);
  --gradient-patreon-link: linear-gradient(96deg, #444141 23.05%, #201510 96.46%);
  --gradient-snapchat-link: linear-gradient(90deg, #FFE082 0%, #FCB834 21%, #F05477 38%, #EA3A92 52%, #8C50A0 74%, #5D5EAA 100%);
  --gradient-justfor-link: linear-gradient(96deg, #DE6C56 38.85%, #CE2027 96.46%);
  --gradient-fansly-link: linear-gradient(96deg, #444141 23.05%, #201510 96.46%);
  --gradient-fancentro-link: linear-gradient(96deg, #6595CA 55.58%, #0066AB 96.46%);
  --bg-form-box: #131313;
}

html {
  height: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  min-width: 320px;
  position: relative;
  color: var(--main-color);
  background: var(--main-background);
  font-style: normal;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

body.open-menu .hamburger .dots {
  display: none;
}

body.open-menu .hamburger .close {
  display: block;
}

body.open-menu .aside-bar {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

body.open-menu [data-attr-toogle-slide] {
  padding-left: 250px;
}

@media screen and (max-width: 768px) {
  body.open-menu [data-attr-toogle-slide] {
    padding-left: 0;
  }
}

@media screen and (max-width: 1230px) {
  body.open-menu [data-attr-toogle-slide] .main-grid .item {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  body.open-menu [data-attr-toogle-slide] .main-grid .item {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  body.open-menu [data-attr-toogle-slide] .main-grid .item {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  body.open-menu [data-attr-toogle-slide] .main-grid .item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 568px) {
  body.open-menu [data-attr-toogle-slide] .main-grid .item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  body.open-menu [data-attr-toogle-slide] .main-grid .item {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  body.open-menu [data-attr-toogle-slide] .second-grid .item {
    width: 25%;
  }
}

@media screen and (max-width: 1350px) {
  body.open-menu [data-attr-toogle-slide] .second-grid .item {
    width: 33.333%;
  }
}

@media screen and (max-width: 1100px) {
  body.open-menu [data-attr-toogle-slide] .second-grid .item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  body.open-menu [data-attr-toogle-slide] .second-grid .item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 640px) {
  body.open-menu [data-attr-toogle-slide] .second-grid .item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  body.open-menu .mask {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@media screen and (max-width: 1600px) {
  body.open-menu .model-grid .item {
    width: 11.111111%;
  }
}

@media screen and (max-width: 1366px) {
  body.open-menu .model-grid .item {
    width: 12.5%;
  }
}

@media screen and (max-width: 1280px) {
  body.open-menu .model-grid .item {
    width: 14.2857%;
  }
}

@media screen and (max-width: 1160px) {
  body.open-menu .model-grid .item {
    width: 16.6666%;
  }
}

@media screen and (max-width: 1024px) {
  body.open-menu .model-grid .item {
    width: 20%;
  }
}

@media screen and (max-width: 860px) {
  body.open-menu .model-grid .item {
    width: 25%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  body.open-menu .model-grid .item {
    width: 20%;
  }
}

@media screen and (max-width: 568px) {
  body.open-menu .model-grid .item {
    width: 25%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 480px) {
  body.open-menu .model-grid .item {
    width: 33.3333%;
  }
}

body.open-menu .pagination-list .text {
  display: none;
}

@media screen and (max-width: 1160px) {
  body.open-menu .gallery-box .wrap {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  body.open-menu .main-flex .item {
    width: 50%;
  }
}

@media screen and (max-width: 1160px) {
  body.open-menu .slider-hold {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1600px) {
  body.open-menu .community-field {
    flex-direction: column;
  }
}

@media screen and (max-width: 1600px) {
  body.open-menu .community-field .col.second {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  body.open-menu .sidebar {
    display: none;
  }
}

@media screen and (max-width: 1230px) {
  body.show-search .header.auth .header-panel .item.indent {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1230px) {
  body.show-search .header.auth .header-panel .item.second {
    transform: translate3d(161px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 860px) {
  body.show-search .header.auth .header-panel .item.second {
    transform: translate3d(90px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  body.show-search .header.auth .header-panel .item.second {
    transform: translate3d(110px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 480px) {
  body.show-search .header.auth .header-panel .item.second {
    transform: translate3d(90px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 400px) {
  body.show-search .header.auth .header-panel .item.second {
    transform: translate3d(76px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 1230px) {
  body.show-search .header.auth .header-panel .item.primary {
    transform: translateX(100%) rotate(145deg);
    opacity: 0;
    visibility: hidden;
  }
}

body.show-search .wrap-search {
  z-index: 10;
}

body.show-search .form-search {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

body.show-search .nav-header {
  opacity: 0;
  visibility: hidden;
}

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

  body.show-search .hamburger,
  body.show-search .logo {
    opacity: 0;
    visibility: hidden;
  }
}

body.show-search .btn-search .close {
  display: block;
}

body.show-search .btn-search .search {
  display: none;
}

@media screen and (max-width: 1230px) {
  body.show-search .header-panel .item.second {
    transform: translate3d(110px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 860px) {
  body.show-search .header-panel .item.second {
    transform: translate3d(45px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  body.show-search .header-panel .item.second {
    transform: translate3d(56px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 400px) {
  body.show-search .header-panel .item.second {
    transform: translate3d(41px, 0, 0) rotate(90deg);
  }
}

@media screen and (max-width: 1230px) {
  body.show-search .header-panel .item.primary {
    transform: translateX(100%) rotate(145deg);
    opacity: 0;
    visibility: hidden;
  }
}

body.show-menu .hidden-menu {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

body.show-menu .mask {
  top: 0;
}

@media screen and (max-width: 768px) {
  body.show-menu .mask {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

body.dark .mobile-switcher .text::before {
  content: attr(data-attr-dark);
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  body.scroll-locked {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

a {
  color: #2600ff;
  text-decoration: none;
}

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

* {
  outline: none;
  box-sizing: border-box;
}

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

* ::-moz-selection {
  background: #2600ff;
  color: #fff;
}

* ::selection {
  background: #2600ff;
  color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--second-color);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--second-color);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--second-color);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--second-color);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input.placeholder,
textarea.placeholder {
  color: var(--second-color) !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1700px;
  padding: 0 30px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

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

.sh-advertising {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 0;
}
.sh-advertising:has(div),
.sh-advertising:has(iframe) {
  margin: 20px 0;
}

.section .sh-advertising {
  margin-bottom: 30px;
}

.header {
  position: relative;
  height: 100%;
  z-index: 10;
  max-height: 120px;
  background: var(--main-background);
  border-bottom: 1px solid var(--header-border);
}

@media screen and (max-width: 768px) {
  .header {
    height: 100px;
  }
}

.header-top {
  padding: 5px 20px;
  height: 30px;
  background: var(--header-border);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-top {
    padding: 5px 8px;
    overflow: hidden;
    overflow-x: auto;
  }
}

.header-top .title {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .header-top .title {
    display: none;
  }
}

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

.header-top .item {
  margin-right: 13px;
  padding-right: 13px;
  position: relative;
}

@media screen and (max-width: 400px) {
  .header-top .item {
    padding-right: 8px;
    margin-right: 8px;
  }
}

.header-top .item::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--active-color);
}

@media screen and (max-width: 400px) {
  .header-top .item::after {
    width: 4;
    height: 4;
    right: -2px;
  }
}

.header-top .item:last-child {
  padding: 0;
  margin: 0;
}

.header-top .item:last-child::after {
  display: none;
}

.header-top a {
  display: flex;
  align-items: center;
  color: var(--partner-color);
  font-size: 14px;
  font-weight: 500;
  transition: color .3s;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .header-top a:hover {
    color: var(--active-color);
  }
}

@media screen and (max-width: 410px) {
  .header-top a {
    font-size: 11px;
  }
}

.header-top img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

@media screen and (max-width: 400px) {
  .header-top img {
    margin-right: 3px;
    width: 13px;
    height: 13px;
  }
}

.header-bottom {
  height: 90px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-bottom {
    height: 70px;
  }
}

.header-bottom .container {
  height: 100%;
}

.header-box {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1800px) {
  .header-box {
    padding-left: 34px;
  }
}

@media screen and (max-width: 400px) {
  .header-box {
    padding-left: 30px;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  padding: 25px 0;
  margin-right: 20px;
}

@media screen and (max-width: 1600px) {
  .logo {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    max-width: 220px;
    padding: 17px 0;
    margin-right: 15px;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    max-width: 155px;
    margin-right: 10px;
  }
}

.logo img {
  max-width: 100%;
  height: auto;
}

.mask {
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  top: var(--header-height);
  transition: transform .4s, visibility .4s, opacity .4s;
  visibility: hidden;
  z-index: 2;
  background: var(--mask-bg);
}

@media screen and (max-width: 768px) {
  .mask {
    --header-height: 100px;
  }
}

.hamburger {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 30px;
  cursor: pointer;
  align-self: center;
  font-size: 24px;
  color: var(--main-color);
  background: none;
  border: none;
  transition: color .3s;
  z-index: 3;
}

@media screen and (min-width: 1025px) {
  .hamburger:hover {
    color: var(--active-color);
  }
}

@media screen and (max-width: 1800px) {
  .hamburger {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .hamburger {
    left: 10px;
  }
}

@media screen and (max-width: 400px) {
  .hamburger {
    font-size: 20px;
  }
}

.hamburger .close {
  display: none;
}

.wrap-panel {
  position: relative;
  display: flex;
}

@media screen and (max-width: 1230px) {
  .wrap-panel {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
  }
}

.nav-header {
  display: flex;
  height: 100%;
  gap: 40px;
}

@media screen and (max-width: 1600px) {
  .nav-header {
    gap: 15px;
  }
}

@media screen and (max-width: 1230px) {
  .nav-header {
    display: none;
  }
}

.nav-header .item {
  height: 100%;
  position: relative;
  z-index: 12;
}

.nav-header .item.active a {
  color: var(--active-color);
  pointer-events: none;
}

.nav-header .item.active a::after {
  height: 2px;
}

.nav-header a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color .2s;
}

@media screen and (min-width: 1025px) {
  .nav-header a:hover {
    color: var(--active-color);
  }

  .nav-header a:hover::after {
    height: 2px;
  }
}

@media screen and (max-width: 1600px) {
  .nav-header a {
    font-size: 11px;
  }
}

.nav-header a::after {
  width: 100%;
  content: '';
  background: var(--active-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .2s;
}

.wrap-search {
  position: absolute;
  flex-grow: 1;
  flex-shrink: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.wrap-search.open .autocomplete {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.form-search {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 1230px) {
  .form-search {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .form-search {
    padding-right: 34px;
  }
}

.form-search .wrap {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  background: var(--search-bg);
  box-shadow: inset 0 0 0 1px var(--border-search);
}

.form-search .button {
  color: var(--main-color);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 15px;
  font-size: 20px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 0 15px 15px 0;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .form-search .button:hover {
    color: var(--active-color);
  }

  .form-search .button:hover svg {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 768px) {
  .form-search .button {
    height: 40px;
  }
}

.form-search .button svg {
  transform: scale(1);
  transition: transform .3s;
}

.autocomplete-suggestions {
  width: 100%;
  background: var(--main-background);
  border-radius: 15px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  margin-top: 10px;
  /* opacity: 0; */
  /* transform: translate3d(0, 20px, 0); */
  /* visibility: hidden; */
  transition: opacity .3s, transform .3s, visibility .3s;
}

@media screen and (max-width: 1230px) {
  .autocomplete {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 768px) {
  .autocomplete {
    width: calc(100% - 34px);
  }
}

.autocomplete-box {
  max-height: 261px;
  height: 100%;
  overflow: auto;
}

.autocomplete-box .row,
.autocomplete-group {
  margin-top: 10px;
}

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

.row-title,
.autocomplete-group {
  color: var(--main-color);
  padding: 0 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.results-list {
  font-size: 14px;
  font-weight: 400;
}

.results-list a,
.autocomplete-suggestion {
  padding: 10px 18px;
  display: block;
  color: var(--autocomplete-color);
  transition: background .3s;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

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

  .results-list a:hover,
  .autocomplete-suggestion:hover {
    background: var(--border-color);
  }
}

.result-active,
.autocomplete-suggestion strong {
  color: var(--autocomplete-active-color);
  font-size: 14px;
  font-weight: 400;
}

.search-input {
  color: var(--main-color);
  flex-shrink: 1;
  flex-grow: 1;
  cursor: text;
  height: 40px;
  padding: 15px 0 15px 20px;
  background: none;
  width: 100%;
  border: none;
  font-size: 14px;
  font-family: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .search-input {
    height: 40px;
  }
}

.header-panel {
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1600px) {
  .header-panel {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1230px) {
  .header-panel {
    margin: 0;
  }
}

.header-panel .item {
  margin-right: 30px;
  position: relative;
  transition: transform .3s, opacity .3s, visibility .3s;
  display: block;
}

@media screen and (max-width: 1600px) {
  .header-panel .item {
    margin-right: 15px;
  }
}

.header-panel .item.second {
  z-index: 10;
}

.header-panel .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  .header-panel .item.hidden {
    display: none;
  }
}

.user-drop {
  position: relative;
}

.user-drop.drop .user-hidden {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
}

.user-drop.drop .icon {
  transform: rotate(180deg);
  color: var(--active-color);
}

.btn-user {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  background: none;
}

@media screen and (min-width: 1025px) {
  .btn-user:hover .ava {
    background: var(--active-color);
  }

  .btn-user:hover .icon {
    color: var(--active-color);
  }
}

.btn-user .icon {
  font-size: 10px;
  flex-grow: 0;
  color: var(--main-color);
  flex-shrink: 0;
  margin-left: 10px;
  transition: color .3s, transform .3s;
}

@media screen and (max-width: 480px) {
  .btn-user .icon {
    display: none;
  }
}

.btn-user.auth .ava {
  background: var(--tools-bg);
  color: var(--user-color);
}

@media screen and (min-width: 1025px) {
  .btn-user.auth .ava:hover {
    color: var(--light-bg);
    background: var(--active-color);
  }
}

.btn-user .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--light-bg);
  background: var(--user-bg);
  width: 40px;
  height: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  border: none;
  border-radius: 100%;
  overflow: hidden;
  transition: background .3s, color .3s;
}

@media screen and (max-width: 400px) {
  .btn-user .ava {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

.btn-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-hidden {
  background: var(--user-drop-bg);
  box-shadow: var(--user-drop-shadow);
  border-radius: 15px 0px 15px 15px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  min-width: 137px;
  left: 100%;
  z-index: 30;
  top: calc(100% + 10px);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: transform .4s, visibility .4s, opacity .4s;
  visibility: hidden;
}

.user-hidden.second {
  padding: 20px 10px;
}

.item-hidden {
  margin-bottom: 10px;
}

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

.item-hidden.second .auth-btn {
  background: var(--pagination-active);
  color: var(--main-color);
}

@media screen and (min-width: 1025px) {
  .item-hidden.second .auth-btn:hover {
    background: var(--active-color);
    color: var(--main-background);
  }
}

.link-hidden {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--main-color);
  padding: 10px 20px;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .link-hidden:hover {
    color: var(--active-color);
    background: var(--main-background);
  }
}

.link-hidden svg {
  font-size: 18px;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}

.link-hidden span {
  flex-grow: 1;
  flex-shrink: 1;
}

.auth-btn {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 10px;
  justify-content: center;
  font-weight: 600;
  background: var(--active-color);
  color: var(--light-bg);
  transition: color .3s, background .3s;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .auth-btn:hover {
    background: var(--user-bg);
  }
}

.btn,
.btn,
.btn-search,
.btn {
  color: var(--main-color);
  transition: color .3s, transform .3s;
  font-size: 20px;
  cursor: pointer;
  border: none;
  background: none;
  transform: scale(1);
  display: block;
}

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

  .btn:hover,
  .btn:hover,
  .btn-search:hover,
  .btn:hover {
    color: var(--active-color);
    transform: scale(1.05);
  }
}

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

  .btn,
  .btn,
  .btn-search,
  .btn {
    font-size: 20px;
  }
}

.btn .amount,
.btn .amount,
.btn-search .amount,
.btn .amount {
  position: absolute;
  left: 10px;
  top: -8px;
  padding: 2px 5px;
  min-width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  background: var(--active-color);
  color: var(--light-bg);
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .btn-search {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .btn-search {
    font-size: 20px;
  }
}

.btn-search .close {
  display: none;
}

.main {
  flex-grow: 1;
  flex-shrink: 1;
  padding-bottom: 50px;
  position: relative;
  transition: padding .5s;
  border-bottom: 1px solid var(--header-border);
  z-index: 0;
}

.open-menu .main {
  z-index: unset;
}

@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 30px;
  }
}

.main.second .section:first-child {
  padding-top: 0;
}

.main.auth {
  display: flex;
  padding-bottom: 0;
}

.aside-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  min-width: 1px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background: var(--header-border);
  transform: translate3d(-100%, 0, 0);
  transform-origin: left;
  padding: 20px;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 1230px) {
  .aside-bar {
    padding: 30px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .aside-bar {
    position: fixed;
    top: 100px;
    height: calc(100svh -100px);
    background: var(--main-background);
  }
}

.aside-bar .hold {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  width: 220px;
}

@media screen and (max-width: 768px) {
  .aside-bar .hold {
    width: 300px;
  }
}

.simplebar-scroll-content {
  overflow: hidden;
  overflow-y: auto;
  min-width: 100%;
  min-height: 100%;
}

.sidebar-content {
  overflow: hidden;
  overflow-y: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.frame-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}

.frame-box .title {
  margin-bottom: 30px;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .frame-box .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.frame-box .title.second {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .frame-box .title.second {
    margin-bottom: 0;
  }
}

.frame-box .box {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .frame-box .box {
    margin-bottom: 30px;
  }
}

.frame-box .box:last-child {
  margin-bottom: 0;
}

.frame-box .item {
  margin-bottom: 10px;
}

.frame-box .item:last-child {
  margin-bottom: 0;
}

.navigation-mobile {
  margin-bottom: 30px;
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 20px;
}

.navigation-mobile a {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .navigation-mobile a:hover {
    color: var(--active-color);
  }

  .navigation-mobile a:hover::after {
    height: 2px;
  }
}

.navigation-mobile a::after {
  content: '';
  width: 100%;
  background: var(--active-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .2s;
}

@media screen and (max-width: 1230px) {
  .navigation-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .navigation-mobile {
    background: var(--main-background);
  }
}

.mobile-tools {
  margin-top: 15px;
  display: none;
}

@media screen and (max-width: 860px) {
  .mobile-tools {
    display: block;
  }
}

.box-mobile {
  margin-bottom: 30px;
}

.box-mobile:last-child {
  margin-bottom: 0;
}

.mobile-upload,
.mobile-switcher {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-upload svg,
.mobile-switcher svg {
  font-size: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.mobile-switcher .text::before {
  content: attr(data-attr-light);
  color: var(--main-color);
}

.holder-group {
  margin-top: 30px;
}

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

.item-mobile.active a {
  color: var(--active-color);
  pointer-events: none;
}

.item-mobile.active a::after {
  height: 2px;
}

.main-content {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 30px 20px;
  background: var(--header-border);
}

.irs {
  font-family: inherit;
}

.irs--flat .irs-handle {
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background-color: var(--active-color);
  cursor: pointer;
}

.irs--flat .irs-bar {
  height: 4px;
  top: 28px;
  background-color: var(--active-color);
}

.irs--flat .irs-line {
  height: 4px;
  top: 28px;
  background-color: var(--main-background);
}

.irs--flat .irs-min,
.irs--flat .irs-max,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  display: none;
}

.irs--flat .irs-handle>i:first-child {
  background-color: var(--active-color);
}

.irs--flat .irs-handle:hover>i:first-child {
  background-color: var(--active-color);
}

.irs-grid-pol {
  display: none;
}

.irs-grid-text {
  font-size: 14px;
  color: var(--second-color);
}

.select2-container--default .select2-selection--single {
  border-radius: 15px;
  height: 36px;
  display: flex;
  align-items: center;
  font-family: inherit;
  background: var(--main-background);
  font-weight: 500;
  font-size: 14px;
  border: none;
}

.select2-selection__arrow::before {
  background-image: url("../images/down-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 10px;
  left: -8px;
  position: absolute;
  top: 15px;
  width: 10px;
  transition: transform .3s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0px;
  right: 1px;
  width: 20px;
}

.select2-container--open .select2-selection__arrow::before {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--second-color);
  padding: 0 20px;
}

.select2-results__option--selectable {
  color: var(--second-color);
  height: 36px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--active-color);
  color: var(--light-bg);
}

.select2-dropdown {
  background-color: var(--main-background);
  border-radius: 10px;
  overflow: hidden;
  border: none;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 36px;
  border-radius: 15px;
  border: 1px solid var(--border-search);
  background: var(--main-background);
  color: var(--main-color);
  padding: 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--second-color);
}

.btn-group {
  display: flex;
  align-items: center;
}

.btn-group .wrap {
  margin-right: 10px;
}

.btn-group .wrap:last-child {
  margin-right: 0;
}

.btn-group.second .btn-info {
  background: var(--bg-pagination);
}

@media screen and (min-width: 1025px) {
  .btn-group.second .btn-info:hover {
    color: var(--light-bg);
    background: var(--active-color);
  }
}

.btn-info {
  padding: 5px 20px;
  height: 36px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  border-radius: 15px;
  background: var(--main-background);
  color: var(--second-color);
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .btn-info:hover {
    color: var(--light-bg);
    background: var(--active-color);
  }
}

.input-choice {
  display: none;
}

.input-choice:checked+.btn-info {
  background: var(--active-color);
  color: var(--light-bg);
}

.section {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .section {
    margin-top: 30px;
  }
}

.section.second:first-child {
  padding-top: 30px;
}

.section:first-child {
  margin-top: 0;
}

.section:first-child {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .section:first-child {
    padding-top: 20px;
  }
}

.top-card {
  color: var(--main-color);
  transition: color .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .top-card:hover .title {
    color: var(--active-color);
  }

  .top-card:hover .player-btn {
    opacity: 1;
  }

  .top-card:hover .image::after,
  .top-card:hover .image::before {
    opacity: 1;
  }
}

.top-card .player-btn {
  position: absolute;
  font-size: 40px;
  color: var(--player-bg);
  top: 50%;
  left: 50%;
  z-index: 11;
  opacity: 0;
  transition: opacity .3s;
  transform: translate3d(-50%, -50%, 0);
}

.top-card .image {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  width: 100%;
  padding-bottom: 100%;
}

.top-card .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: 1;
  transition: opacity .3s;
  background: linear-gradient(45deg, #bf0252, #5c03c6) border-box;
  opacity: 0;
  transition: opacity .3s;
}

.top-card .image::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--active-top-card);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: auto;
  opacity: 0;
  transition: opacity .3s;
}

.top-card img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: auto;
}

.top-card .title {
  margin-top: 15px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  will-change: transform;
  transition: color .3s;
  width: 100%;
  text-overflow: ellipsis;
}

.swiper {
  display: none;
}

.swiper.swiper-initialized {
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-bg);
  margin: 0;
  background: var(--arrow-bg);
  font-size: 13px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: background .3s;
  top: calc(50% - 11%);
  transform: translate3d(0, -50%, 0);
}

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

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: var(--active-color);
  }
}

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

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 1em;
  height: 1em;
  -o-object-fit: none;
  object-fit: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-button-prev {
  left: -10px;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next {
  right: -10px;
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 0;
  }
}

.headline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .headline {
    flex-wrap: wrap;
  }
}

.headline.second {
  margin-bottom: 20px;
}

.headline .title {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .headline .title {
    font-size: 22px;
  }
}

.headline .box-item {
  flex-grow: 1;
  flex-shrink: 1;
}

.headline .box-item.second {
  flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .headline .box-item.second {
    flex-grow: 0;
    flex-shrink: 1;
  }
}

.tools-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.wrap-sort:not(.personal-sort) {
  position: relative;
}

.wrap-sort.show .hidden-box {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.wrap-sort.show .sort-btn,
.wrap-sort .sort-btn.selected {
  background: var(--active-color);
  color: var(--light-bg);
}

.wrap-sort.show:not(.personal-sort) .sort-btn svg {
  transform: rotate(180deg);
}

.sort-btn {
  display: flex;
  align-items: center;
  background: var(--tools-bg);
  color: var(--second-color);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  min-height: 36px;
  cursor: pointer;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .sort-btn:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

@media screen and (max-width: 390px) {
  .sort-btn {
    padding: 5px 10px;
  }
}

.sort-btn .icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 10px;
  margin-left: 10px;
  height: auto;
  width: auto;
}

.sort-btn svg {
  transition: transform .3s;
}

.sort-btn .wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 -5px;
}

.sort-btn .wrap span {
  padding: 0 5px;
}

.sort-btn img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}

.hidden-box {
  position: absolute;
  z-index: 10;
  background: var(--tools-bg);
  min-width: 100%;
  border-radius: 10px;
  top: calc(100% + 10px);
  max-height: 150px;
  overflow-y: auto;
  opacity: 0;
  transform: translate3d(0, -10%, 0);
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility .3s;
}

.right>.hidden-box {
  left: auto;
  right: 0;
}

.hidden-box a {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  min-height: 36px;
  color: var(--main-color);
  background: var(--tools-bg);
  transition: color .3s, background .3s;
}

.hidden-box a.selected {
  background: var(--active-color);
  color: var(--light-bg);
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .hidden-box a:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.hidden-box a img {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}

.link-all {
  display: flex;
  align-items: center;
  background: var(--tools-bg);
  color: var(--main-color);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 20px;
  min-height: 36px;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .link-all:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.hidden-box::-webkit-scrollbar {
  width: var(--sb-size);
}

.hidden-box::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 2px;
}

.hidden-box::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 2px;
}

@supports not selector(::-webkit-scrollbar) {
  .hidden-box {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.link-all svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 10px;
}

.main-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px;
}

.list-albums-images {
  margin-bottom: 25px;

}

.list-albums-images+.radio-block {
  width: 100%;
  max-width: 584px;
}

.main-grid .item {
  width: 20%;
  padding: 10px 5px;
}

@media screen and (max-width: 991px) {
  .main-grid .item {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .main-grid .item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 568px) {
  .main-grid .item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .main-grid .item {
    width: 100%;
  }
}

.second-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px;
}

.second-grid.second {
  margin-top: 10px;
}

.second-grid .item {
  width: 20%;
  padding: 10px 5px;
}

@media screen and (max-width: 1200px) {
  .second-grid .item {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .second-grid .item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 640px) {
  .second-grid .item {
    width: 50%;
  }
}

.second-grid .item.second {
  width: 100%;
}

.main-card {
  display: block;
  color: var(--main-color);
}

@media screen and (min-width: 1025px) {
  .main-card:hover .title {
    color: var(--active-color);
  }
}

.main-card .img,
.main-card .image {
  margin-bottom: 10px;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-color: var(--upload-bar-color);
}

.main-card .image {
  padding-bottom: 56.3%;
}

.main-card .img {
  padding-bottom: 145.6%;
}


.main-card img {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  top: 0;
  width: 100%;
}

.main-card .image .no-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  padding: 0 10px
}

.main-card .image :is(.video2, .video3, .video4) {
  max-width: 90px;
  height: 50px;
  object-fit: cover;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 5px;
  border-radius: 6px;
  border: 1px solid var(--active-color);
}

.main-card .image .video3 {
  translate: -10px 10px;
}

.main-card .image .video4 {
  translate: -20px 20px;
}

.main-card .image :is(.video2, .video3, .video4):hover {
  z-index: 1;
}

.main-card .duration {
  position: absolute;
  padding: 3px 7px;
  min-height: 22px;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  background: var(--duration-bg);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  color: var(--light-bg);
}

.main-card .quality {
  position: absolute;
  z-index: 2;
  border-radius: 8px;
  padding: 3px 7px;
  min-height: 22px;
  color: var(--light-bg);
  background: var(--quality-bg);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 800;
}

.main-card .title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: color .3s;
  will-change: transform;
  margin-bottom: 10px;
}

.main-card .title.second {
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.statistics-list {
  display: flex;
  align-items: center;
  color: var(--second-color);
  gap: 5px 10px;
  font-size: 12px;
}

.statistics-list .box {
  display: flex;
  align-items: center;
}

.statistics-list svg {
  font-size: 14px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.card-box {
  display: block;
  color: var(--main-background);
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 145.6%;
  border-radius: 10px;
}

.item-control {
  margin-top: 10px;
}

.item-control-holder {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.item-control .toggle-button[data-action="select"] {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid var(--active-color);
  background-color: transparent;
  position: relative;
  transition: background-color .3s;
  cursor: pointer;
}



.item-control .toggle-button[data-action="select"].active {
  background-color: var(--active-color);
}

.item-control .toggle-button[data-action="select"]::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 10px;
  color: transparent;
  transition: color .3s;
}

.item-control .toggle-button[data-action="select"].active::after {
  color: #fff;
}

.item-control .toggle-button[data-action="delete"],
.item-control .toggle-button.toggle-edit,
.bottom-actions .submit {
  display: flex;
  align-items: center;
  background: var(--tools-bg);
  color: var(--second-color);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  min-height: 20px;
  cursor: pointer;
  transition: color .3s, background .3s;
  border: none;
}

.item-control .toggle-button.toggle-edit.active {
  background: var(--active-color);
  color: var(--light-bg);
  pointer-events: none;
}

.toggle-button-delete {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.item-control .toggle-button.disabled,
.item-control .toggle-button.disabled+em,
.item-control .toggle-button.disabled[data-action="select"]::after {
  pointer-events: none;
  opacity: 0.5;
}

.bottom-actions {
  display: flex;
  gap: 0 5px;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
}

.bottom-actions .submit {
  padding: 5px 20px;
  min-height: 36px;
  opacity: 1;
  transition: color .3s, background .3s, opacity .3s;
}

.bottom-actions .submit:disabled {
  opacity: .5;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .card-box:hover .card-top {
    background: var(--active-opacity-color);
  }

  .item-control .toggle-button[data-action="delete"]:hover,
  .item-control .toggle-button.toggle-edit:hover,
  .bottom-actions .submit:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.card-box .image {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  top: 0;
  width: 100%;
}

.card-bottom,
.card-top {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  background: var(--card-bg);
  color: var(--light-bg);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  transition: background .3s;
}

.card-top {
  justify-content: center;
  border-radius: 0 0 20px 20px;
  padding: 8px 15px;
  min-height: 50px;
}

@media screen and (max-width: 768px) {
  .card-top {
    min-height: 40px;
  }
}

.card-top .name {
  font-size: 24px;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .card-top .name {
    font-size: 18px;
  }
}

.card-top img {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .card-top img {
    width: 16px;
    height: 16px;
  }
}

.card-bottom {
  bottom: 0;
  padding: 12px;
  border-radius: 20px 20px 0 0;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .card-bottom {
    padding: 7px;
  }
}

@media screen and (max-width: 390px) {
  .card-bottom {
    justify-content: space-around;
  }
}

.card-bottom .box {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .card-bottom .box {
    flex-direction: column;
  }
}

@media screen and (max-width: 390px) {
  .card-bottom .box {
    margin-right: 10px;
    font-size: 12px;
  }
}

.card-bottom .box:last-child {
  margin-right: 0;
}

.card-bottom .box svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .card-bottom .box svg {
    margin: 0 0 5px;
  }
}

@media screen and (max-width: 390px) {
  .card-bottom .box svg {
    font-size: 14px;
  }
}

.pagination-list {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

@media screen and (max-width: 860px) {
  .pagination-list {
    margin-top: 20px;
  }
}

.pagination-list .list {
  display: flex;
}

.pagination-list .list .item {
  margin-left: 6px;
}

@media screen and (max-width: 860px) {
  .pagination-list .list .item {
    display: none;
  }
}

.pagination-list .list .item:first-child {
  margin: 0;
}

@media screen and (max-width: 860px) {
  .pagination-list .list .item.active {
    display: block;
    margin: 0;
  }
}

.pagination-list .list .item.active a {
  border-radius: 15px;
  pointer-events: none;
  color: var(--main-color);
  background: var(--pagination-active);
}

.pagination-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 40px;
  min-width: 40px;
  border-radius: 15px;
  background: var(--bg-pagination);
  color: var(--pagination-color);
  font-size: 14px;
  font-weight: 500;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .pagination-list a:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.pagination-list .item.pager {
  display: flex;
  align-items: center;
}

.pagination-list .item.pager svg {
  font-size: 10px;
}

.pagination-list .item.pager a {
  padding: 10px 20px;
  min-width: 50px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .pagination-list .item.pager a {
    padding: 10px 15px;
  }
}

.pagination-list .item.prev {
  margin-right: 20px;
}

.pagination-list .item.prev .text {
  margin-left: 10px;
}

.pagination-list .item.next {
  margin-left: 20px;
}

.pagination-list .item.next .text {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .pagination-list .item .text {
    display: none;
  }
}

.pagination-list .dots a {
  background: none;
  display: flex;
  color: var(--second-color);
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .pagination-list .dots a:hover {
    background: var(--active-color);
    color: var(--main-background);
  }
}

.field-slider {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .field-slider .swiper {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .field-slider .swiper {
    margin: 0 -10px;
    padding: 0 10px;
  }
}

.card {
  margin-bottom: 10px;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.3%;
  display: block;
  border-radius: 10px;
  color: var(--light-bg);
  background-color: var(--header-border);
}

@media screen and (min-width: 1025px) {
  .card:hover .detail {
    background: var(--active-opacity-color);
  }
}

.card img,
.card .no-thumb,
.card-box .no-thumb {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  top: 0;
  width: 100%;
}

.card .no-thumb,
.card-box .no-thumb {
  background-color: var(--header-border);
  color: var(--partner-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .title {
  font-size: 18px;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  will-change: transform;
}

.card .detail {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 9px;
  min-height: 40px;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  background: var(--duration-bg);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transition: background .3s;
}

.card .statistic,
.card .detail {
  display: flex;
  align-items: center;
}

.card .statistic {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

.card .statistic svg {
  font-size: 16px;
  margin-right: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}

.card .statistic span {
  font-size: 14px;
}

.banner-box {
  display: flex;
  padding: 0 67px;
  margin: 20px -25px 0;
  justify-content: space-around;
}

@media screen and (max-width: 991px) {
  .banner-box {
    margin: 20px -10px 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .banner-box {
    display: none;
  }
}

.banner-box .box {
  width: 50%;
  padding: 0 25px;
}

@media screen and (max-width: 991px) {
  .banner-box .box {
    padding: 0 10px;
  }
}

.banner-box img {
  max-width: 100%;
}

.wrap-alphabet {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .wrap-alphabet {
    margin-bottom: 10px;
  }
}

.alphabet {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -2px;
}

@media screen and (max-width: 768px) {
  .alphabet {
    margin: -5px;
  }
}

.alphabet .item {
  padding: 2px;
}

@media screen and (max-width: 768px) {
  .alphabet .item {
    padding: 5px;
  }
}

.alphabet .item.active a {
  color: var(--main-color);
  background: var(--pagination-active);
  pointer-events: none;
}

.alphabet a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-pagination);
  color: var(--pagination-color);
  border-radius: 15px;
  padding: 10px 5px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  min-width: 56px;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .alphabet a:hover {
    background: var(--active-color);
    color: var(--main-background);
  }
}

@media screen and (max-width: 768px) {
  .alphabet a {
    min-width: 40px;
    padding: 5px;
  }
}

.add-btn {
  background: var(--tools-bg);
  color: var(--second-color);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 5px 20px;
  min-height: 36px;
  border: none;
  display: flex;
  align-items: center;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .add-btn:hover {
    background: var(--user-bg);
    color: var(--light-bg);
  }
}

.twocolumns {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .twocolumns {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .twocolumns.second {
    margin-bottom: 30px;
  }
}

.twocolumns .column {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: var(--column-gap);
}

@media screen and (max-width: 1280px) {
  .twocolumns .column {
    padding: 0;
  }
}

.twocolumns .column.second {
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: var(--column-gap);
  padding-right: 0;
}

@media screen and (max-width: 1280px) {
  .twocolumns .column.second {
    padding: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .twocolumns .column.second {
    display: none;
  }
}

.twocolumns .col {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
}

.twocolumns .col.second {
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 30px;
}

@media screen and (max-width: 1280px) {
  .twocolumns .col.second {
    margin-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .twocolumns .col.second {
    display: none;
  }
}

.trailer-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .trailer-banner {
    margin-bottom: 10px;
  }
}

.trailer-banner img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
}

.video-player {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}

.player-wrap {
  position: relative;
}

#kt_player {
  position: absolute !important;
}

.no-player .message {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  max-width: 700px;
  color: var(--light-bg);
}

.no-player::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.no-player .message a {
  color: var(--active-color);
  ;
}

@media (any-hover: hover) {
  .no-player .message a:hover {
    text-decoration: underline;
  }
}


.video-player::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + var(--column-gap));
  bottom: 0;
  background-color: var(--video-border);
  height: 100%;
  width: 1px;
}

@media screen and (max-width: 1280px) {
  .video-player::before {
    display: none;
  }
}

.video-player .hold {
  /* padding-bottom: 50%; */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .video-player .hold {
    min-height: 219px;
    padding-bottom: 0;
  }
}

.video-player img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
  width: 120px;
  height: 120px;
  background: var(--button-play-color);
  color: var(--btn-color);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  font-size: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s;
}

@media screen and (min-width: 1025px) {
  .play-btn:hover {
    transform: translate3d(-50%, -50%, 0) scale(1.2);
  }
}

@media screen and (max-width: 1024px) {
  .play-btn {
    width: 100px;
    height: 100px;
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .play-btn {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .play-btn {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

.video-tools .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tools-bg);
}

.video-tools .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.headline-video {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headline-video .col {
  flex-grow: 1;
  flex-shrink: 1;
}

.headline-video .col.second {
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .headline-video .col.second {
    display: none;
  }
}

.title-box {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .title-box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .title-box {
    justify-content: space-between;
  }
}

.title-box .box.second {
  flex-shrink: 0;
  flex-grow: 0;
}

.title-box .button {
  border-radius: 15px;
  background: var(--tools-bg);
  display: flex;
  align-items: center;
  color: var(--second-color);
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  height: 36px;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .title-box .button:hover {
    background: var(--user-bg);
    color: var(--light-bg);
  }
}

.title-box .title {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .title-box .title {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .title-box .title {
    font-size: 20px;
  }
}

.video-detail,
.author,
.statictic-list,
.statictic-list .item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 430px) {
  .video-detail {
    flex-direction: column;
  }
}

.video-detail .hold {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
}

.author-detail {
  color: var(--author-color);
  font-weight: 500;
}

.author-detail span {
  font-size: 14px;
}

.author-detail a {
  font-size: 16px;
  margin-left: 10px;
  color: var(--active-color);
}

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

.statictic-list {
  color: var(--second-color);
  font-size: 14px;
  flex-wrap: wrap;
  margin: -5px;
}

.statictic-list .item {
  padding: 5px;
}

.statictic-list svg {
  font-size: 16px;
  margin-right: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}

.subscribe-btn,
.subscribe-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 15px;
  background: var(--active-color);
  padding: 10px 20px;
  color: var(--light-bg);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s, background .3s;
}

.subscribe-btn svg,
.subscribe-mobile svg {
  font-size: 20px;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}

.subscribe-btn.done,
.subscribe-mobile.done {
  pointer-events: none;
  opacity: 0.7;
}

.subscribe-mobile {
  display: none;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .subscribe-mobile {
    display: flex;
  }
}

@media screen and (max-width: 430px) {
  .subscribe-mobile {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .subscribe-btn:hover {
    background: var(--user-bg);
    color: var(--light-bg);
  }
}

@media screen and (max-width: 1024px) {
  .subscribe-btn {
    display: none;
  }
}

.wrapped-tools {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .wrapped-tools {
    flex-direction: column;
  }
}

.wrapped-tools .wrap {
  padding: 3px;
}

@media screen and (max-width: 1024px) {
  .wrapped-tools .wrap {
    width: 25%;
  }
}

.wrapped-tools .wrap.active .button-tools,
.reaction-field .wrap.active .button {
  background: var(--active-color);
  color: var(--light-bg);
}

.wrapped-tools .box {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

@media screen and (max-width: 1024px) {
  .wrapped-tools .box {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--tools-bg);
    width: 100%;
    justify-content: space-between;
  }

  .wrapped-tools .box:last-child {
    padding: 0;
    margin: 0;
    border: none;
  }
}

.wrap-tools {
  display: flex;
}

.line-top {
  display: flex;
  align-items: center;
  color: var(--second-color);
  font-size: 16px;
}

.line-top .voters {
  white-space: nowrap;
}

.btn-reaction {
  display: flex;
  align-items: center;
  color: var(--second-color);
  border: none;
  background: none;
  cursor: pointer;
  transition: background .3s, transform .3s;
  transform: scale(1);
}

@media screen and (min-width: 1025px) {
  .btn-reaction:hover {
    color: var(--active-color);
    transform: scale(1.05);
  }
}

.btn-reaction:first-child {
  margin-right: 10px;
}

.btn-reaction:last-child {
  margin-left: 10px;
}

.btn-reaction svg {
  font-size: 29px;
}

.line-bottom {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: var(--user-drop-bg);
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.line-bottom .active {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  background: var(--active-color);
  height: 100%;
  border-radius: 10px;
}

.button-tools,
.embed-button,
.load-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  height: 40px;
  border-radius: 15px;
  background: var(--tools-bg);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: background .3s;
}

.load-more a {
  display: inline;
  line-height: 1.5;
}

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

  .button-tools:hover,
  .load-more a:hover,
  .embed-button:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.button-tools svg {
  font-size: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}

.button-tools span {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .button-tools span {
    display: none;
  }
}

.drop-box {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}

.drop-box.second {
  margin-left: 30px;
}

.drop-box.drop .box-hidden {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.drop-box.drop .btn-drop {
  background: var(--active-color);
  color: var(--light-bg);
}

.drop-box.drop .btn-drop svg.down {
  transform: rotate(180deg);
}

.btn-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  padding: 8px 20px;
  height: 40px;
  background: var(--tools-bg);
  color: var(--main-color);
  border-radius: 15px;
  transition: background .3s;
}

@media screen and (min-width: 1025px) {
  .btn-drop:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

@media screen and (max-width: 1024px) {
  .btn-drop {
    width: 100%;
  }
}

.btn-drop svg {
  transition: transform .3s;
}

.btn-drop svg.favorite {
  font-size: 20px;
}

.btn-drop svg.down {
  font-size: 12px;
}

.btn-drop .icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  display: block;
}

.btn-drop span {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .btn-drop span {
    display: none;
  }
}

.box-hidden {
  position: absolute;
  border-radius: 10px;
  z-index: 10;
  top: calc(100% + 10px);
  min-width: 200px;
  width: 100%;
  overflow: hidden;
  background: var(--user-drop-bg);
  transform: translate3d(0, -20%, 0);
  opacity: 0;
  right: 0;
  transition: transform .4s, visibility .4s, opacity .4s;
  visibility: hidden;
  max-height: 150px;
  overflow-y: auto;
}

.box-hidden .item span {
  display: flex;
  align-items: center;
}

.box-hidden a {
  display: flex;
  padding: 8px 10px;
  color: var(--main-color);
  transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
  .box-hidden a:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.btn-favourites a:first-child {
  flex-grow: 1;
  flex-shrink: 1;
  /* max-width: 100%;
  width: 100%; */
}

.btn-favourites a.delete {
  display: flex;
  flex-grow: 0;
}

.tab-content {
  display: none;
}

.tab-content.selected {
  display: block;
}

.wrap-spot {
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .wrap-spot {
    max-width: 100%;
  }
}

.wrap-spot .text {
  color: var(--second-color);
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.wrap-spot img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.wrap-spot .spot {
  position: relative;
  z-index: -1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 1280px) {
  .wrap-spot .spot {
    flex-direction: row;
    justify-content: center;
  }
}

.sort-hold {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sort-hold {
    margin-bottom: 10px;
  }
}

.sort-hold:last-child {
  margin-bottom: 0;
}

.wrapped-box {
  display: flex;
}

.wrap-thumbs {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
}

.wrap-thumbs .thumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.wrap-thumbs.second .thumb {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.wrap-thumbs .thumb:first-child {
  width: 100%;
}

.wrap-thumbs .thumb .item.second {
  display: none;
}

@media screen and (max-width: 640px) {
  .wrap-thumbs .thumb .item.second {
    display: flex;
  }
}

.wrap-thumbs .name,
.wrap-thumbs .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 8px 0;
}
.wrap-thumbs.second .name,
.wrap-thumbs.second .text {
  padding: 0;
}

.wrap-thumbs .name {
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--main-color);
}

.wrap-thumbs .text {
  color: var(--second-color);
}

.wrap-thumbs .link {
  border-radius: 15px;
  background: var(--tools-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  font-weight: 500;
  min-height: 36px;
  font-size: 14px;
  color: var(--second-color);
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .wrap-thumbs .link:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.hint-box {
  color: var(--second-color);
  font-size: 12px;
  letter-spacing: -0.24px;
}

.thumbs-tools {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .thumbs-tools {
    display: none;
  }
}

.thumbs-tools .item {
  margin-bottom: 20px;
}

.thumbs-tools .item:last-child {
  margin-bottom: 0;
}

.suggested-box {
  display: flex;
  align-items: center;
  gap: 5px 22px;
  flex-wrap: wrap;
}

/* .suggested-box .wrap-suggest {
  position: relative;
  } */
.suggested-box .vote-error,
.suggested-box .vote-success {
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  white-space: nowrap;
  font-size: 12px;
  color: red;
}

.suggested-box .vote-success {
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  white-space: nowrap;
  font-size: 12px;
  color: green;
}

.suggested-box .wrap-suggest::after {
  position: absolute;
  content: "";
  top: 0;
  right: -11px;
  height: 100%;
  width: 2px;
  border-radius: 2px;
  background-color: #000;
}

.suggested-box .wrap-suggest:last-child:after {
  content: none;
}


.suggested-box .hint {
  position: absolute;
  color: var(--second-color);
  font-size: 12px;
  min-width: 300px;
  top: calc(100% + 3px);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

@media screen and (max-width: 640px) {
  .suggested-box .hint {
    top: calc(100% + 20px);
    transform: translate3d(0, 0, 0);
    left: -33px;
  }
}

@media screen and (max-width: 410px) {
  .suggested-box .hint {
    position: static;
  }
}

.wrap-suggest {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap-suggest.wait {
  cursor: wait;
}
@media screen and (max-width: 410px) {
  .wrap-suggest {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  .box-suggest {
    width: 100%;
  }
}

.box-suggest .button {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--light-bg);
  font-size: 14px;
  font-weight: 500;
  border-radius: 15px;
  background: var(--active-color);
  padding: 8px 10px;
  height: 36px;
  border: none;
  cursor: pointer;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .box-suggest .button:hover {
    background: var(--user-bg);
    color: var(--light-bg);
  }
}

.reaction-button {
  display: block;
  font-size: 18px;
  color: var(--second-color);
  cursor: pointer;
  background: none;
  color: var(--second-color);
  border: none;
  transform: scale(1);
  transition: color .3s, transform .3s;
}

.reaction-button.disabled {
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .reaction-button:hover {
    transform: scale(1.1);
    color: var(--active-color);
  }
}

.reaction-button.active {
  color: var(--active-color);
  pointer-events: none;
}

.tools {
  border-radius: 15px;
  background: var(--tools-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  min-height: 36px;
  color: var(--second-color);
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .tools:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.comments-fied {
  display: flex;
}

@media screen and (max-width: 1366px) {
  .comments-fied {
    flex-direction: column;
  }
}

.comments-fied .holder {
  width: 50%;
}

@media screen and (max-width: 1366px) {
  .comments-fied .holder {
    width: 100%;
  }
}

.comments-fied .holder.second {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid var(--tools-bg);
  width: calc(50% + 31px);
}

@media screen and (max-width: 1366px) {
  .comments-fied .holder.second {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--tools-bg);
    width: 100%;
  }
}

.comments-fied .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.comments-fied .title span {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .comments-fied .title span {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .comments-fied .title span {
    font-size: 20px;
  }
}

.comments-fied .box {
  border-bottom: 1px solid var(--tools-bg);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comments-fied .box:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.add-comment {
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  font-family: inherit;
  margin-left: 20px;
  border: none;
  background: var(--btn-comment);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  height: 40px;
  border-radius: 15px;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .add-comment:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.add-comment.show {
  background: var(--active-color);
  color: var(--light-bg);
}

.comment-form .wrap {
  margin-top: 10px;
  position: relative;
}

.comment-form .wrap:first-child {
  margin-top: 0;
}

.comment-form .wrap.second {
  max-width: 320px;
}

.comment-form .captcha-control {
  margin-top: 5px;
}

.comment-form .captcha-label {
  font-size: 14px;
}

.comment-form .smileys-bar {
  margin-bottom: 10px;
}

.comment-form .input,
.comment-form .textarea {
  width: 100%;
  color: var(--main-color);
  font-size: 14px;
  font-family: inherit;
  background: var(--main-background);
  font-weight: 500;
  border: 1px solid var(--tools-bg);
  padding: 10px 20px;
  border-radius: 15px;
}

.comment-form .input {
  height: 39px;
}

.comment-form .textarea {
  resize: none;
  height: 100px;
}

.comment-form .button {
  margin-top: 20px;
  border: none;
  background: var(--active-color);
  color: var(--light-bg);
  cursor: pointer;
  display: block;
  padding: 8px 20px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  text-transform: uppercase;
  border-radius: 15px;
  transition: background .3s;
}

@media screen and (min-width: 1025px) {
  .comment-form .button:hover {
    background: var(--user-bg);
  }
}

@media screen and (max-width: 480px) {
  .comment-form .button {
    margin-top: 10px;
  }
}

[data-attr-hide-comments="false"] {
  display: block;
}

[data-attr-hide-comments="true"] {
  display: none;
}

.comments-box {
  margin-top: 20px;
}

.comments-box .content {
  flex-grow: 1;
  flex-shrink: 1;
}

.comments-box .item {
  display: flex;
  margin-bottom: 25px;
}

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

.comments-box .name {
  display: block;
  color: var(--author-color);
  font-size: 14px;
  font-weight: 500;
  transition: color .3s;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1025px) {
  .comments-box .name:hover {
    color: var(--active-color);
  }
}

.comments-box .date {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  color: var(--second-color);
}

.comments-box .date span {
  font-size: 12px;
}

.comments-box svg.calendar {
  flex-grow: 0;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 4px;
}

.comments-box .ava {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--second-color);
  border-radius: 100%;
  overflow: hidden;
  background: var(--tools-bg);
}

.comments-box .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-comment {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.bottom-comment {
  display: flex;
  align-items: center;
  width: 100%;
}

.bottom-comment .text {
  color: var(--second-color);
  font-size: 14px;
  flex-grow: 1;
  flex-shrink: 1;
}

.comment-tools {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--second-color);
  gap: 5px;
}

.comment-tools .button {
  border: none;
  color: var(--second-color);
  background: none;
  cursor: pointer;
  font-size: 18px;
  transform: scale(1);
  transition: color .3s, transform .3s;
}

@media screen and (min-width: 1025px) {
  .comment-tools .button:hover {
    transform: scale(1.1);
    color: var(--active-color);
  }
}

.comment-tools .button.active {
  color: var(--active-color);
}

.blockquote-box {
  display: flex;
  align-items: center;
}

.blockquote-box .icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
  color: var(--second-color);
}

.blockquote-box .text {
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 500;
}

.headline-field {
  color: var(--author-color);
  font-size: 20px;
  font-weight: 700;
}

.share-field .item {
  margin-bottom: 20px;
}

.share-field .item:last-child {
  margin-bottom: 0;
}

.share-field .label {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
}

.share-field .text {
  margin-bottom: 5px;
  color: var(--main-color);
  font-weight: 600;
}

.share-field .input {
  width: 100%;
  border-radius: 15px;
  padding: 10px;
  min-height: 36px;
  border: 1px solid var(--tools-bg);
  color: var(--second-color);
  background: none;
}

.share-field .input-embed {
  width: auto;
  max-width: 90px;
}

.general-image {
  position: relative;
  background-color: grey;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.model-box {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .model-box {
    flex-direction: column;
    padding-top: 20px;
  }
}

.model-box .socials-box {
  padding-right: 150px;
}

@media screen and (max-width: 991px) {
  .model-box .socials-box {
    padding-right: 0;
  }
}

.posted-model {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  max-width: 200px;
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .posted-model {
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

.posted-model .wrap {
  padding-bottom: 145.7%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--tools-bg);
  font-size: 90px;
  color: var(--second-color);
}

.posted-model .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.posted-model .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viewlist {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .viewlist.second {
    position: relative;
    padding-bottom: 70px;
  }
}

.viewlist-headline {
  min-height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .viewlist-headline {
    flex-direction: column;
    align-items: flex-start;
  }
}

.viewlist-headline.second {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .viewlist-headline.second {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .viewlist-headline .box {
    display: flex;
    align-items: center;
  }
}

.viewlist-headline .title {
  display: flex;
  align-items: center;
  color: var(--light-bg);
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .viewlist-headline .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .viewlist-headline .title {
    font-size: 22px;
  }
}

.viewlist-headline img {
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .viewlist-headline img {
    display: none;
  }
}

.viewlist-headline .detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .viewlist-headline .subtitle {
    margin: 0 0 0 10px;
  }
}

.viewlist-headline .detail,
.viewlist-headline .subtitle {
  margin-top: 5px;
  color: var(--light-bg);
  font-size: 16px;
  font-weight: 400;
}

.viewlist-headline .wrap {
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
}

.statistic-bar {
  margin-right: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .statistic-bar {
    width: calc(45% - 20px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .statistic-bar {
    width: 45%;
  }
}

.statistic-bar .line {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: var(--user-drop-bg);
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.statistic-bar .active-line {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  background: var(--active-color);
  height: 100%;
  border-radius: 10px;
}

.headline-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.headline-bar .button {
  display: flex;
  align-items: center;
  color: var(--light-bg);
  border: none;
  background: none;
  cursor: pointer;
  transition: color .3s, transform .3s;
  transform: scale(1);
  font-size: 29px;
}

.rating-container .button.disabled {
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .headline-bar .button:hover {
    transform: scale(1.1);
    color: var(--active-color);
  }
}

.headline-bar .button.active {
  color: var(--active-color);
  pointer-events: none;
}

.headline-bar .text {
  color: var(--light-bg);
}

.viewlist-tools {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .viewlist-tools {
    margin: 20px 0 0 0;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  
}

.main-tools {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 991px) {
  .main-tools {
    width: 55%;
  }

  .main-tools .item {
    width: 33.33%;
  }
}

.main-tools .link {
  border-radius: 15px;
  background: var(--tools-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color .3s, background .3s;
}

.main-tools .link.done {
  pointer-events: none;
  opacity: 0.6;
}

@media screen and (min-width: 1025px) {
  .main-tools .link:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.main-tools span {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .main-tools span {
    display: none;
  }

}

.main-tools svg {
  font-size: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}

.container-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 1024px) {
  .container-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -10px;
  }
}

.container-scroll.drop-open {
  overflow: visible;
}

.container-scroll.active {
  overflow: visible;
}

.container-scroll .tabs-box {
  white-space: nowrap;
  border-collapse: collapse;
  width: 100%;
}

.tabs-box {
  display: flex;
  align-items: flex-end;
}

.tabs-box .item {
  margin-left: 5px;
}

.tabs-box .item:first-child {
  margin-left: 0;
}

.tabs-box .item.active .tabs-link,
.tabs-box .item.active .button {
  background: var(--active-color);
}

.tabs-link {
  color: var(--light-bg);
  font-weight: 500;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  color: var(--light-bg);
  font-weight: 500;
  font-size: 14px;
  min-height: 29px;
  border-radius: 15px 15px 0 0;
  transition: background .3s;
}

@media screen and (min-width: 1025px) {
  .tabs-link:hover {
    background: var(--active-color);
  }
}

.about-model {
  margin-top: 30px;
}

.about-model .description p {
  color: var(--main-color);
  line-height: 1.25;
  margin-bottom: 30px;
}

.about-model .description p:last-child {
  margin-bottom: 0;
}

.socials-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}

.socials-box .item.hidden {
  display: none;
}

.socials-box .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px 3px 3px;
  border-radius: 40px;
  transition: transform .3s;
}

@media screen and (min-width: 1025px) {
  .socials-box .link:hover {
    transform: scale(1.05);
  }
}

.socials-box .link .image {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid var(--light-bg);
}

.socials-box .link img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.socials-box .link span {
  color: var(--light-bg);
  font-size: 18px;
}

[data-attr-show-all="true"] .all-list {
  background: var(--active-color);
  color: var(--light-bg);
}

[data-attr-show-all="true"] .all-list svg {
  transform: rotate(180deg);
}

.all-list {
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: var(--main-color);
  background: var(--tools-bg);
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .all-list:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.all-list svg {
  transition: transform .3s;
}

[data-attr-social="facebook"] {
  background: var(--gradient-facebook-link);
}

[data-attr-social="instagram"] {
  background: var(--gradient-instagram-link);
}

[data-attr-social="youtube"] {
  background: var(--gradient-youtube-link);
}

[data-attr-social="onlyfans"] {
  background: var(--gradient-onlyfans-link);
}

[data-attr-social="twitter"] {
  background: var(--gradient-twitter-link);
}

[data-attr-social="linktr"] {
  background: var(--gradient-linktr-link);
}

[data-attr-social="privacy"] {
  background: var(--gradient-privacy-link);
}

[data-attr-social="reddit"] {
  background: var(--gradient-reddit-link);
}

[data-attr-social="tiktok"] {
  background: var(--gradient-tiktok-link);
}

[data-attr-social="allmylinks"] {
  background: var(--gradient-allmylinks-link);
}

[data-attr-social="chaturbate"] {
  background: var(--gradient-chaturbate-link);
}

[data-attr-social="patreon"] {
  background: var(--gradient-patreon-link);
}

[data-attr-social="snapchat"] {
  background: var(--gradient-snapchat-link);
}

[data-attr-social="justfor"] {
  background: var(--gradient-justfor-link);
}

[data-attr-social="fansly"] {
  background: var(--gradient-fansly-link);
}

[data-attr-social="fancentro"] {
  background: var(--gradient-fancentro-link);
}

.tab-contents {
  display: none;
  margin-top: 20px;
}

.tab-contents.selected {
  display: block;
}

.tab-contents .feed-box {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .tab-contents .feed-box {
    margin-bottom: 50px;
  }
}

.tab-contents .feed-box:last-child {
  margin-bottom: 0;
}

.section-inner {
  margin-bottom: 30px;
}

.section-inner:last-child {
  margin-bottom: 0;
}

.model-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 48px 0;
}

@media screen and (max-width: 568px) {
  .model-grid {
    gap: 14px 0;
    margin: 0 -7px;
  }
}

.model-grid .item {
  width: 10%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.model-grid .item.column {
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1160px) {
  .model-grid .item {
    width: 11.111111%;
  }
}

@media screen and (max-width: 1024px) {
  .model-grid .item {
    width: 12.5%;
  }
}

@media screen and (max-width: 991px) {
  .model-grid .item {
    width: 14.2857%;
  }
}

@media screen and (max-width: 860px) {
  .model-grid .item {
    width: 16.6666%;
  }
}

@media screen and (max-width: 768px) {
  .model-grid .item {
    width: 20%;
  }
}

@media screen and (max-width: 568px) {
  .model-grid .item {
    width: 25%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 480px) {
  .model-grid .item {
    width: 33.3333%;
  }
}

.model-card {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 120px;
}

@media screen and (min-width: 1025px) {
  .model-card:hover .title {
    color: var(--active-color);
  }
}

.model-card .image {
  position: relative;
  padding-bottom: 100%;
  border-radius: 60px;
  overflow: hidden;
}

.model-card img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.model-card .title {
  margin-top: 15px;
  color: var(--main-color);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: color .3s;
  will-change: transform;
}

.comment-section {
  margin-top: 30px;
}

.banner-field {
  display: flex;
  align-items: center;
  margin: -25px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .banner-field {
    margin: -15px;
  }
}

.banner-field .item {
  width: 50%;
  padding: 25px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .banner-field .item {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .banner-field .item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .banner-field .item:last-child {
    display: none;
  }
}

.banner-field picture {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
}

.upload-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.upload-tabs .item.active .upload-link {
  color: var(--active-color);
}

.upload-tabs:has(+.upload-content .uploading) {
  display: none;
}

.upload-link {
  font-size: 26px;
  font-weight: 700;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .upload-link {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .upload-link {
    font-size: 22px;
  }
}

.upload-content {
  display: none;
  display: block;
  margin-top: 30px;
}

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

.upload-content .field {
  margin-bottom: 30px;
}

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

.upload-field {
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 991px) {
  .upload-field {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .upload-field {
    flex-direction: column;
  }
}

.upload-field .column {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .upload-field .column {
    width: 100%;
  }
}

.radio-block .mask-button,
.radio-block .wrap-box {
  pointer-events: none;
  opacity: .6;
}

.radio-block.checked .mask-button,
.radio-block.checked .wrap-box {
  pointer-events: all;
  opacity: 1;
}

.label-choice {
  display: inline-flex;
}

.radio-info {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 30px;
}

.radio-info:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: var(--light-bg);
  border-radius: 50%;
  top: 50%;
  left: 6px;
  transition: background .4s, opacity .3s;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
  opacity: 0;
}

.radio-info::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: var(--main-background);
  border: 2px solid var(--second-color);
  border-radius: 100%;
  left: 0;
  transition: .3s;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.input-choice {
  display: none;
}

.input-choice:checked+.radio-info:after {
  opacity: 1;
}

.input-choice:checked+.radio-info::before {
  background: var(--active-color);
  border-color: var(--active-color);
}

.mask-button {
  position: relative;
  margin-top: 10px;
}

.mask-button .input {
  border: none;
  font-family: inherit;
  color: var(--second-color);
  background: var(--tools-bg);
  font-size: 14px;
  border-radius: 15px;
  min-height: 36px;
  font-weight: 400;
  padding: 9px 95px 9px 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .mask-button .button {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
} */

.mask-button input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.wrap-box {
  margin-top: 10px;
}

.wrap-box .input {
  border: none;
  font-family: inherit;
  color: var(--second-color);
  background: var(--tools-bg);
  font-size: 14px;
  border-radius: 15px;
  min-height: 36px;
  font-weight: 400;
  padding: 10px 20px;
  color: var(--main-color);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-wrap {
  border-radius: 15px;
  cursor: pointer;
  color: var(--second-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 6px 18px;
  min-height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
  background: var(--main-background);
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .file-wrap:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.upload-button {
  border-radius: 15px;
  background: var(--active-color);
  padding: 10px 20px;
  min-height: 40px;
  color: var(--light-bg);
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 25px;
  transition: background .3s;
}

.upload-button:disabled {
  opacity: .5;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .upload-button:hover {
    background: var(--second-active-color);
  }
}

@media screen and (max-width: 768px) {
  .upload-button {
    margin-top: 20px;
  }
}

.upload-button.second {
  margin-top: 0;
  transform: translate3d(0, -40px, 0);
}

@media screen and (max-width: 1230px) {
  .upload-button.second {
    transform: translate3d(0, 0, 0);
    margin-top: 20px;
  }
}

.rules-box .title {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .rules-box .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .rules-box .title {
    font-size: 22px;
  }
}

.rules-box .box {
  color: var(--second-color);
  font-size: 14px;
  line-height: 1.42;
}

.rules-box .box p {
  margin-bottom: 20px;
}

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

.rules-box .box a {
  color: var(--second-color);
  transition: color .3s;
}

@media screen and (min-width: 1025px) {
  .rules-box .box a:hover {
    color: var(--active-color);
  }
}

.columns-upload {
  display: flex;
}

@media screen and (max-width: 840px) {
  .columns-upload {
    flex-direction: column-reverse;
  }
}

.columns-upload .col {
  flex-grow: 1;
  flex-shrink: 1;
}

.columns-upload .col.second {
  max-width: 382px;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 60px;
}

@media screen and (max-width: 991px) {
  .columns-upload .col.second {
    margin-left: 20px;
  }
}

@media screen and (max-width: 840px) {
  .columns-upload .col.second {
    margin: 0 0 20px;
    max-width: 100%;
  }
}

.columns-upload .holder {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1230px) {
  .columns-upload .holder {
    flex-direction: column;
  }
}

.columns-upload .hold {
  width: 50%;
}

@media screen and (max-width: 1230px) {
  .columns-upload .hold {
    width: 100%;
  }
}

.columns-upload .hold.second {
  padding-bottom: 50px;
}

@media screen and (max-width: 1230px) {
  .columns-upload .hold.second {
    padding-bottom: 0;
  }
}

.columns-upload .text:not(.name) {
  margin-bottom: 10px;
  display: inline-block;
  color: var(--main-color);
}

.columns-upload .item {
  margin-bottom: 20px;
  position: relative;
}

.columns-upload .item:last-child {
  margin-bottom: 0;
}

/* list-selector-popup START */
.list-selector-popup {
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 52px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
  box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
  z-index: 10000;
  background-color: #000;
}

form .list-selector-popup .button-group {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 30px;
  right: 8px;
  display: flex;
  flex-wrap: wrap;
}

form .list-selector-popup .button-group::-webkit-scrollbar {
  width: 8px;
}

form .list-selector-popup .button-group::-webkit-scrollbar-track {
  background: var(--upload-bar-color);
  border-radius: 3px;
  margin-bottom: 10px;
}

form .list-selector-popup .button-group::-webkit-scrollbar-thumb {
  background: var(--active-color);
  border-radius: 3px;
}

form .list-selector-popup .button-group .item {
  display: inline-block;
  width: 31%;
  padding: 3px 0 10px;
  vertical-align: top;
  margin-bottom: 0;
  order: 1;
}

form .list-selector-popup .button-group .item:has(.checkbox:checked) {
  order: 0;
}


form .list-selector-popup .button-group .item label {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
}

@media screen and (max-width: 768px) {
  form .list-selector-popup .button-group .item {
    width: 49%;
  }
}

.list-selector-popup .checkbox {
  display: none;
}

form .list-selector-popup .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c8c8c8;
  border: none;
}

form .list-selector-popup .filter input {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border: none;
  color: #fff;
  background: #2e2e2e;
  font-weight: 400;
  line-height: 14px;
}

form .checkbox+label::before,
form .checkbox+span::before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid var(--active-color);
  background-color: transparent;
  position: relative;
  transition: background-color .3s;
  cursor: pointer;

  position: absolute;
  left: 0;
  top: -2px;
  z-index: 2;
  line-height: 1;
  color: transparent;
  text-align: center;
  padding: 3px 0 0;
  transition: background-color 0.3s, border 0.3s, color 0.3s;

  content: "✔";
  font-size: 10px;
  transition: color 0.3s ease 0s;
}

form .checkbox:checked+label::before,
form .checkbox:checked+span::before {
  background-color: var(--active-color);
  color: #fff;
}

/* list-selector-popup END */

.columns-upload .textarea,
.columns-upload .input-box {
  width: 100%;
  border-radius: 15px;
  background: var(--tools-bg);
  border: none;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  color: var(--main-color);
}

.columns-upload .textarea {
  padding: 10px 20px;
  height: 128px;
  resize: none;
}

.columns-upload .input-box {
  height: 40px;
  padding: 8px 20px;
}

.columns-upload .mask-button {
  margin: 0;
}

.columns-upload .mask-button .input {
  min-height: 40px;
}

.headline-box {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .headline-box {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.headline-box h1,
.headline-box h2 {
  font-size: 26px;
}

.headline-box:is(.expand, .collapse) {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 0 10px;
  transition: color .5s;
}

.headline-box:is(.expand, .collapse) .svg-icon {
  font-size: 16px;
  margin-top: 5px;
  rotate: 0;
  transition: rotate .5s;
}

.headline-box.collapse {
  color: var(--active-color);
}

.headline-box.collapse .svg-icon {
  rotate: 180deg;
}

@media screen and (max-width: 1230px) {
  .headline-box:is(.expand, .collapse) {
    margin-top: 30px;
  }
}

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

  .headline-box h1,
  .headline-box h2 {
    font-size: 22px;
  }
}

.preview-img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 840px) {
  .preview-img {
    max-width: 382px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 768px) {
  .preview-img {
    margin-bottom: 10px;
  }
}

.preview-img .wrap {
  padding-bottom: 56.03%;
  position: relative;
}

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

.preview-img .left,
.preview-img .right {
  position: absolute;
  bottom: 8px;
  left: 8px;
  margin-right: 50px;
  background: #ffffff;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  color: #000;
}

.preview-img .right {
  left: auto;
  right: 8px;
  margin-right: 0;
}

@media screen and (max-width: 840px) {
  .process-wrap {
    max-width: 382px;
    margin: 0 auto;
  }
}

.process-wrap .name {
  text-align: center;
  color: var(--active-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.scale-holder {
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background-color: var(--upload-bar-color);
  display: block;
  position: relative;
  overflow: hidden;
}

.scale-holder span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--active-color);
  border-radius: 5px;
}

.main-wrapped {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 640px) {
  .main-wrapped .wrap-thumbs {
    gap: 10px;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.grid:has(.empty-content),
.main-grid:has(.empty-content) {
  margin: 0;
}

.grid-item {
  width: 20%;
}

@media screen and (max-width: 1160px) {
  .grid-item {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .grid-item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 640px) {
  .grid-item {
    width: 50%;
  }
}

.grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
  transform: scale(0.6);
  transition: transform .3s, opacity .3s;
}

.grid-item img.lazyloaded {
  opacity: 1;
  transform: scale(1);
}

.main-grid.albums .album-card .img {
  position: relative;
  padding-bottom: 145.6%;
  background-color: var(--upload-bar-color);
}

.main-grid.albums .album-card .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-card {
  padding: 10px;
  cursor: pointer;
  display: block;
  position: relative;
}

.album-card .img {
  border-radius: 10px;
  overflow: hidden;
}

.album-card :is(.line-private, .line-premium, .line-disabled, .line-error, .line-processing) {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

@media screen and (min-width: 1025px) {
  .album-card:hover .detail {
    opacity: 1;
  }
}

@media screen and (max-width: 860px) {
  .album-card {
    padding: 5px;
  }
}

.album-card .detail {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  padding: 9px;
  width: calc(100% - 20px);
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 10px 10px;
  background: var(--duration-bg);
  color: var(--light-bg);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transition: background .3s, opacity .3s;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .album-card .detail {
    opacity: 1;
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 860px) {
  .album-card .detail {
    width: calc(100% - 10px);
    bottom: 5px;
  }
}

.album-card .title {
  font-size: 18px;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  will-change: transform;
  margin-bottom: 5px;
}

.album-card .statistic {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.album-card .item {
  display: flex;
  align-items: center;
}

.album-card svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 16px;
}

.top-box {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tools-bg);
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top-box {
    padding: 0;
    border-bottom: none;
    gap: 10px;
  }
}

.headline-hold {
  gap: 10px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .headline-hold {
    flex-direction: column;
    gap: 5px;
  }
}

@media screen and (max-width: 768px) {
  .headline-hold .box {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.headline-hold .box.second {
  flex-grow: 0;
  flex-shrink: 0;
}

.headline-hold .title {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .headline-hold .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .headline-hold .title {
    font-size: 22px;
  }
}

.headline-hold .button {
  border-radius: 15px;
  background: var(--tools-bg);
  display: flex;
  align-items: center;
  color: var(--second-color);
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  height: 36px;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .headline-hold .button:hover {
    color: var(--light-bg);
    background: var(--active-color);
  }
}

.box-tools {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 640px) {
  .box-tools {
    width: 100%;
    justify-content: space-between;
  }
}

.box-hold {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tools-bg);
}

@media screen and (max-width: 768px) {
  .box-hold {
    order: 1;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--tools-bg);
  }
}

@media screen and (max-width: 640px) {
  .box-hold .box-suggest {
    width: auto;
  }
}

.gallery-box {
  display: flex;
  /* align-items: center; */
}

.gallery-box .slider-hold {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  width: 46.2%;
  padding: 0 30px;
}

@media screen and (max-width: 860px) {
  .gallery-box .slider-hold {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .gallery-box .slider-hold {
    padding: 0;
  }
}

.gallery-box .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-box img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.gallery-box .wrap {
  width: 54.8%;
  padding: 0 30px;
  border-left: 1px solid var(--header-border);
  flex-grow: 1;
  flex-shrink: 1;
  border-right: 1px solid var(--header-border);
}

@media screen and (max-width: 1280px) {
  .gallery-box .wrap {
    padding: 0 0 0 30px;
    border-right: none;
  }
}

@media screen and (max-width: 860px) {
  .gallery-box .wrap {
    display: none;
  }
}
.main-flex {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.main-flex .item {
  width: 33.333%;
  padding: 5px;
}


.related-wrap {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--header-border);
}
.related-wrap .main-flex .item {
  width: 16.666%;
}
@media screen and (max-width:1320px) {
  .related-wrap .main-flex .item {
    width: 25%;
  }
}
@media screen and (max-width:900px) {
  .related-wrap .main-flex .item {
    width: 33.33%;
  }
}
@media screen and (max-width:640px) {
  .related-wrap .main-flex .item {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .main-flex .item {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .cart-gallery:hover .title {
    color: var(--active-color);
  }
}

.cart-gallery .image {
  margin-bottom: 6px;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 146%;
  border-radius: 10px;
}

.cart-gallery img {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  top: 0;
  width: 100%;
}

.cart-gallery .title {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
  margin-bottom: 4px;
}

.cart-gallery .detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--second-color);
  gap: 10px;
  line-height: 1;
}

.cart-gallery .box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-gallery svg {
  font-size: 14px;
}

.nail-thumbs-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--header-border);
}

@media screen and (max-width: 768px) {
  .nail-thumbs-wrap {
    margin-bottom: 30px;
    padding-bottom: 0;
    border: none;
  }
}

.nail-thumbs-wrap .button {
  margin: 20px auto 0;
  color: var(--second-color);
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  padding: 20px;
  height: 36px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  background: var(--bg-pagination);
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .nail-thumbs-wrap .button:hover {
    color: var(--light-bg);
    background: var(--active-color);
  }
}

@media screen and (max-width: 768px) {
  .nail-thumbs-wrap .button {
    display: none;
  }
}

.thumbnails-box {
  position: relative;
}

.thumbnails-box .image {
  height: 204px;
}

.thumbnails-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .thumbnails-box .swiper {
    margin: 0 -10px;
    padding: 0 10px;
  }
}

.gallery-list-box .swiper-slide {
  cursor: pointer;
}

.gallery-list-box .swiper-slide .image {
  position: relative;
}

.gallery-list-box .swiper-slide .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid var(--active-color);
  opacity: 0;
  transition: opacity .3s;
}

.gallery-list-box .swiper-slide.swiper-slide-thumb-active .image::after,
.gallery-list-box .swiper-slide[data-active-slide] .image::after {
  opacity: 1;
}

.swiper-gallery-next,
.swiper-gallery-prev {
  width: 60px;
  height: 60px;
  font-size: 20px;
}

.btn-next,
.btn-prev,
.swiper-gallery-next,
.swiper-gallery-prev {
  top: 50%;
}

.btn-next {
  right: -20px;
}

.btn-prev {
  left: -20px;
}

.swiper-gallery-next {
  right: 15px;
}

.swiper-gallery-prev {
  left: 15px;
}

.community-field {
  display: flex;
}

@media screen and (max-width: 1280px) {
  .community-field {
    flex-direction: column;
  }
}

.community-field .col {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
}

.community-field .col.second {
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 1280px) {
  .community-field .col.second {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .community-field .col.second {
    display: none;
  }
}

.community-wrap {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .community-wrap {
    flex-direction: column;
  }
}

.community-wrap .content {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
}

@media screen and (max-width: 1160px) {
  .community-wrap .pagination-list .list .item {
    display: none;
  }

  .community-wrap .pagination-list .list .item.active {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .community-wrap .pagination-list .item.pager a {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1440px) {
  .community-wrap .pagination-list .item .text {
    display: none;
  }
}

.sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-right: 30px;
  padding: 20px;
  border-radius: 15px;
  background: var(--tools-bg);
}

@media screen and (max-width: 1024px) {
  .sidebar {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sidebar.second {
    display: block;
    width: auto;
    margin: -20px -10px 25px;
    border-radius: 0;
  }
}

.sidebar.second .row {
  margin-bottom: 30px;
}

.sidebar.second .row:last-child {
  margin-bottom: 0;
}

.sidebar .wrap {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sidebar .wrap {
    display: none;
  }
}

.sidebar .hold {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.sidebar .hold.second .item {
  width: 50%;
}

.sidebar .item {
  width: 33.3333%;
  padding: 5px;
}

.sidebar .row {
  margin-bottom: 50px;
}

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

.statistic-hold {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--second-color);
  margin: -10px -5px 20px;
}

@media screen and (max-width: 480px) {
  .statistic-hold {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.statistic-hold .item-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 5px;
}

.statistic-hold svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 20px;
}

.statistic-hold .name {
  color: var(--second-color);
  font-size: 12px;
  margin-bottom: 5px;
}

.statistic-hold .amount {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .sidebar-top .box {
    display: flex;
    justify-content: space-between;
  }
}

.sidebar-top .list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px;
}

@media screen and (max-width: 480px) {
  .sidebar-top .list {
    max-width: 240px;
  }
}

.sidebar-top .list .item-box {
  width: 50%;
  padding: 10px 5px;
}

.sidebar-top .list .item-box.second {
  width: 100%;
}

.sidebar-top .list .name {
  color: var(--second-color);
  font-size: 12px;
}

.sidebar-top .list .amount {
  font-size: 14px;
}

.sidebar-top .list a {
  color: var(--active-color);
}

@media screen and (min-width: 1025px) {
  .sidebar-top .list a:hover {
    text-decoration: underline;
  }
}

.site-name {
  margin-top: 20px;
}

.site-name .name {
  color: var(--second-color);
  font-size: 12px;
}

.site-name .amount {
  font-size: 14px;
}

.site-name a {
  color: var(--active-color);
}

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

.sidebar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .sidebar-card:hover .title {
    color: var(--active-color);
  }
}

.sidebar-card .title {
  color: var(--main-color);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  transition: color .3s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-card .image {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.sidebar-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-title {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sidebar-link {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.sidebar-link a {
  color: var(--second-color);
  background: var(--main-background);
  padding: 0 20px;
  height: 36px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .sidebar-link a:hover {
    color: var(--light-bg);
    background: var(--active-color);
  }
}

.collection-box {
  border-radius: 10px;
  padding: 30px 0;
  margin-bottom: 30px;
  background: var(--bg-pagination);
}

@media screen and (max-width: 768px) {
  .collection-box {
    margin-bottom: 20px;
  }
}

.collection-box .logo-title {
  border-bottom: 1px solid var(--main-background);
}

.collection-box .detail {
  padding: 0 100px;
}

@media screen and (max-width: 1024px) {
  .collection-box .detail {
    padding: 0 20px;
  }
}

.collection-box .text {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.collection-box .list,
.collection-box .wrap {
  display: flex;
  align-items: center;
}

.collection-box .list {
  margin-top: 30px;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .collection-box .list {
    justify-content: center;
  }
}

.collection-box .wrap {
  justify-content: center;
  margin-bottom: 10px;
}

.collection-box svg {
  font-size: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
  color: var(--user-color);
}

.collection-box .name {
  font-size: 20px;
  font-weight: 700;
}

.collection-box .amount {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.logo-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
}

.logo-title .wrap {
  max-width: 367px;
}

@media screen and (max-width: 1024px) {
  .logo-title .wrap {
    max-width: 300px;
  }
}

.logo-title img {
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-headline {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .main-headline {
    margin-bottom: 10px;
  }
}

.main-headline .title {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .main-headline .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .main-headline .title {
    font-size: 22px;
  }
}

.feed-headline {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

.feed-headline .title {
  margin-bottom: 3px;
}

.feed-headline .title span {
  color: var(--author-color);
  margin-left: 10px;
}

.feed-headline .name {
  color: var(--active-color);
  font-size: 20px;
  transition: color .3s;
}

@media screen and (min-width: 1025px) {
  .feed-headline .name:hover {
    text-decoration: underline;
  }
}

.feed-headline .subtitle {
  display: flex;
  align-items: center;
  color: var(--second-color);
  font-size: 12px;
}

.feed-headline .subtitle svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 14px;
}

.feed-headline .subtitle span {
  color: var(--second-color);
}

.feed-box {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .feed-box {
    margin-bottom: 30px;
  }
}

.feed-box:last-child {
  margin-bottom: 0;
}

.feed-box .row {
  margin-bottom: 20px;
}

.feed-box .row:last-child {
  margin-bottom: 0;
}

.feed-card {
  display: flex;
}

.feed-card .image {
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
}

.feed-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feed-card .box {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.feed-card .text {
  color: var(--second-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.feed-card a:not(.vote-button),
.feed-card a:not(.button) {
  margin-right: 10px;
  color: var(--active-color);
  transition: color .3s;
}

.feed-card .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--second-color);
  width: 40px;
  height: 40px;
  background-color: var(--bg-pagination);
}

@media screen and (min-width: 1025px) {
  .feed-card a:hover {
    color: var(--second-active-color);
  }
}

.feed-card a.name {
  margin: 0;
  color: var(--author-color);
}

@media screen and (min-width: 1025px) {
  .feed-card a.name:hover {
    color: var(--active-color);
  }
}

.feed-card .date {
  color: var(--second-color);
  display: inline-flex;
  vertical-align: top;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
}

.feed-card .date svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 14px;
}

.feed-card .subtitle {
  color: var(--second-color);
  font-size: 14px;
  font-weight: 400;
}

.buttons-box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
}

.buttons-box.block-size {
  flex-wrap: wrap
}

.buttons-box .item.active .button {
  color: var(--active-color);
}

.custom-size {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.custom-size label {
  flex-shrink: 0;
}

.buttons-box .button {
  display: flex;
  align-items: center;
  color: var(--second-color);
  border: none;
  background: none;
  cursor: pointer;
  transition: color .3s, transform .3s;
  transform: scale(1);
}

@media screen and (min-width: 1025px) {
  .buttons-box .button:hover {
    color: var(--active-color);
    transform: scale(1.05);
  }
}

.buttons-box .button svg {
  font-size: 18px;
}

.button-more {
  margin-top: 20px;
  border-radius: 15px;
  background: var(--active-color);
  color: var(--light-bg);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: background .3s;
}

@media screen and (min-width: 1025px) {
  .button-more:hover {
    background: var(--second-active-color);
  }
}

.feed-video {
  position: relative;
}

.feed-video .title {
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 640px) {
  .feed-video .swiper {
    margin: 0 -10px;
    padding: 0 10px;
  }
}

.feed-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.feed-grid .item {
  width: 25%;
  padding: 5px;
}

@media screen and (max-width: 1160px) {
  .feed-grid .item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 991px) {
  .feed-grid .item {
    width: 50%;
  }
}

@media screen and (max-width: 568px) {
  .feed-grid .item {
    width: 100%;
  }
}

.card-members {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100px;
}

@media screen and (min-width: 1025px) {
  .card-members:hover .title {
    color: var(--active-color);
  }
}

.card-members .image {
  position: relative;
  padding-bottom: 100%;
  border-radius: 60px;
  overflow: hidden;
}

.card-members img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-members .title {
  margin-top: 15px;
  color: var(--main-color);
  transition: color .3s;
  will-change: transform;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.members-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px;
}

.members-grid .item {
  display: inline-flex;
  justify-content: center;
  width: 20%;
  padding: 10px 5px;
}

@media screen and (max-width: 1160px) {
  .members-grid .item {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .members-grid .item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 480px) {
  .members-grid .item {
    width: 50%;
  }
}

.counter-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 12px;
  justify-content: flex-end;
  gap: 40px 20px;
  color: var(--light-bg);
}

@media screen and (max-width: 768px) {
  .counter-info {
    justify-content: space-between;
    margin-top: 20px;
    gap: 40px 30px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 374px) {
  .counter-info {
    padding: 0;
  }
}

.counter-info .amount {
  font-size: 40px;
  font-weight: 700;
  text-align: end;
}

@media screen and (max-width: 1024px) {
  .counter-info .amount {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .counter-info .amount {
    text-align: center;
  }
}

.counter-info .name {
  color: var(--form-color-modal);
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .counter-info .name {
    font-size: 18px;
  }
}

.btn-edit,
.btn-message {
  top: 30px;
  right: 0;
  position: absolute;
  border-radius: 25px;
  background: var(--tools-bg);
  display: flex;
  height: 40px;
  padding: 0 20px;
  color: var(--main-color);
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: color .3s, background .3s;
}

.personal-sort .hidden-box {
  top: 80px;
  right: 0;
  min-width: 0;
}

@media screen and (min-width: 1025px) {
  .btn-edit:hover {
    color: var(--light-bg);
    background: var(--active-color);
  }
}

@media screen and (max-width: 991px) {
  .btn-edit,
  .btn-message {
    position: static;
    margin-top: 20px;
    background: var(--mobile-edit-button);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .personal-sort {
    position: relative;
  }

  .personal-sort .hidden-box {
    top: calc(100% + 10px);
    right: 50%;
    translate: 50% 0;
    min-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .btn-edit,
  .btn-message {
    width: 100%;
  }
}

.btn-edit svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 18px;
}

.profile-drop {
  position: relative;
}

.profile-drop.drop .dropped {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.profile-drop.drop .button {
  background: var(--tools-bg);
  color: var(--main-color);
}

.profile-drop.drop .button svg {
  transform: rotate(180deg);
}

.profile-drop .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  padding: 5px 20px;
  height: 26px;
  color: var(--light-bg);
  background: none;
  transition: background .3s, color .3s;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}

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

  .profile-drop .button:hover,
  .tabs-box .item.active .profile-drop .button:hover {
    background: var(--tools-bg);
    color: var(--main-color);
  }
}

.profile-drop .button svg {
  font-size: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform .3s;
}

.profile-drop .dropped {
  position: absolute;
  border-radius: 0 0 15px 15px;
  z-index: 10;
  top: 100%;
  white-space: normal;
  width: 100%;
  overflow: hidden;
  background: var(--header-border);
  transform: translate3d(0, -20%, 0);
  opacity: 0;
  right: 0;
  color: var(--main-color);
  visibility: hidden;
  max-height: 150px;
  overflow-y: auto;
}

.profile-drop .dropped a {
  color: var(--main-color);
  padding: 5px 18px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: color .3s, background .3s;
  background: var(--header-border);
}

@media screen and (min-width: 1025px) {
  .profile-drop .dropped a:hover {
    background: var(--main-background);
    color: var(--active-color);
  }
}

.section-auth {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 50px 0;
}

.section-auth .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
}

.section-auth .image {
  height: 100%;
  left: 0;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.auth-content {
  display: flex;
  gap: 30px 100px;
}

@media screen and (max-width: 1600px) {
  .auth-content {
    gap: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .auth-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.auth-text {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 540px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.auth-text .title {
  font-size: 54px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1366px) {
  .auth-text .title {
    display: none;
  }
}

.auth-text .subtitle {
  font-size: 24px;
  color: var(--light-bg);
  margin-bottom: 25px;
}

@media screen and (max-width: 1366px) {
  .auth-text .subtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.auth-text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  max-width: 260px;
  width: 100%;
  padding: 5px 50px;
  border-radius: 15px;
  background: var(--active-color);
  color: var(--light-bg);
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  transition: background .3s;
}

@media screen and (min-width: 1025px) {
  .auth-text .button:hover {
    background: var(--second-active-color);
  }
}

.mobile-title {
  display: none;
}

@media screen and (max-width: 1366px) {
  .mobile-title {
    display: block;
  }
}

.mobile-title .title {
  font-size: 40px;
}

@media screen and (max-width: 374px) {
  .mobile-title .title {
    font-size: 30px;
  }
}

.auth-text .title,
.mobile-title .title {
  text-align: center;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  background: linear-gradient(265deg, #FECDE4 11.58%, #F655AC 88.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.general-auth {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 1000px;
  padding: 50px;
  width: 100%;
  background: var(--light-bg);
  border-radius: 15px;
  background: var(--main-background);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}

.general-auth.small {
  max-width: 500px;
}

.center {
  margin-inline: auto !important;
}

@media screen and (max-width: 768px) {
  .general-auth {
    flex-direction: column;
    padding: 20px;
  }
}

.general-auth .col {
  flex-grow: 1;
  flex-shrink: 1;
}

.general-auth .col.second {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid var(--tools-bg);
  max-width: 380px;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .general-auth .col.second {
    max-width: 340px;
  }
}

@media screen and (max-width: 1366px) {
  .general-auth .col.second {
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .general-auth .col.second {
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--tools-bg);
  }
}

.general-auth .row {
  margin-bottom: 20px;
  position: relative;
}

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

.field-error.down {
  position: absolute;
  top: calc(100% + 2px);
  left: 10px;
}

.field-error.static {
  position: static;
}

.field-error.up {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 10px;
}

.general-auth .row:last-child {
  margin-bottom: 0;
}

.general-auth .title {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .general-auth .title {
    font-size: 22px;
  }
}

.general-auth .title.second {
  color: var(--active-color);
}

@media screen and (max-width: 768px) {
  .general-auth .title.second {
    margin-bottom: 15px;
  }
}

.general-auth .subtitle {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .general-auth .subtitle {
    margin-bottom: 15px;
  }
}

.general-auth input {
  border-radius: 15px;
  background: var(--tools-bg);
  width: 100%;
  height: 38px;
  color: var(--main-color);
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  border: none;
  padding: 5px 20px;
}

.general-auth .text {
  color: var(--second-color);
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.general-auth .mask-input {
  font-size: 14px;
  color: var(--second-color);
}

.general-auth .name {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}

.forgot-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.forgot-link {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
  color: var(--second-color);
  font-size: 14px;
  transition: color .3s;
}

@media screen and (min-width: 1024px) {
  .forgot-link:hover {
    color: var(--active-color);
  }
}

.btn-auth {
  margin-top: 30px;
}

.btn-auth .button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--active-color);
  color: var(--light-bg);
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: background .3s;
}

@media screen and (min-width: 1024px) {
  .btn-auth .button:hover {
    background: var(--second-active-color);
  }
}

.auth-list .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.8;
}

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

.auth-list .item::before {
  content: '';
  position: absolute;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%23BB0969"/><path d="M15.3307 6.66675L9.34934 12.6045C8.94792 13.003 8.29616 12.9895 7.91156 12.5748L4.66406 9.07262" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}

.auth-social {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

@media screen and (max-width: 374px) {
  .auth-social {
    flex-direction: column;
  }
}

.auth-social .item {
  width: 50%;
}

@media screen and (max-width: 374px) {
  .auth-social .item {
    width: 100%;
  }
}

.auth-social svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.auth-social .link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: var(--tools-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 38px;
  color: var(--author-color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1024px) {
  .auth-social .link:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.text-bottom {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 14px;
  color: var(--second-color);
  text-align: center;
}

.text-bottom a {
  color: var(--main-color);
  transition: color .3s;
}

@media screen and (min-width: 1025px) {
  .text-bottom a:hover {
    color: var(--active-color);
  }
}

.footer {
  flex-grow: 0;
  flex-shrink: 0;
  padding-bottom: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}

.footer .text {
  color: var(--second-color);
  font-size: 14px;
  margin-top: 30px;
}

.footer-holder {
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer-holder {
    flex-direction: column;
  }
}

.footer-holder .column {
  flex-grow: 1;
  flex-shrink: 1;
}

.footer-holder .column:not(.second) {
  display: flex;
}

@media screen and (max-width: 390px) {
  .footer-holder .column:not(.second) {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 390px) {
  .footer-holder .column:not(.second) .col:last-child {
    margin-top: 30px;
  }
}

.footer-holder .column.second {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 11%;
}

@media screen and (max-width: 1024px) {
  .footer-holder .column.second {
    padding-right: 8%;
  }
}

@media screen and (max-width: 991px) {
  .footer-holder .column.second {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.footer-holder .col {
  width: 23.5%;
  padding: 0 5px;
}

@media screen and (max-width: 1160px) {
  .footer-holder .col {
    width: 33.333%;
  }
}

@media screen and (max-width: 390px) {
  .footer-holder .col {
    width: 50%;
  }
}

.footer-holder .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 100%;
}

.footer-list {
  font-size: 16px;
  font-weight: 700;
}

.footer-list {
  font-size: 14px;
  font-weight: 500;
}

.footer-list .item {
  margin-top: 30px;
}

.footer-list .item:first-child {
  margin-bottom: 0;
}

.footer-list img {
  transform: scale(1);
  transition: transform .3s;
}

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

@media screen and (min-width: 1025px) {
  .footer-list a:hover {
    color: var(--active-color);
  }

  .footer-list a:hover img {
    transform: scale(1.05);
  }
}

.social-list {
  display: flex;
  align-items: center;
  margin-top: 30px;
  color: var(--second-color);
  transition: color .3s;
}

@media screen and (min-width: 1025px) {
  .social-list:hover {
    color: var(--active-color);
  }
}

.social-list .item {
  margin: 0 20px 0 0;
}

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

.social-list svg {
  font-size: 30px;
}

.modal:not(.modal-fancy) {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  background: var(--popup-bg);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1300;
  padding: 10px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
}

.modal#suggestModal {
  z-index: 9999999;
}

body:has(.modal.show#suggestModal) {
  overflow: hidden;
}

.fancybox-inner .modal {
  position: static;
  padding: 0;
}

.fancybox-inner .modal .modal-title {
  color: var(--main-color);
}

.fancybox-inner .modal .success {
  color: var(--second-color);
  margin-top: 10px;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal.show .content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal.second {
  padding: 0;
}

.modal.second .content {
  border-radius: 0;
  max-width: 100%;
  padding: 20px 140px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1160px) {
  .modal.second .content {
    padding: 40px;
  }
}

@media screen and (max-width: 568px) {
  .modal.second .content {
    padding: 10px;
  }
}

.modal .content {
  margin: auto;
  max-width: 560px;
  min-width: 560px;
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 50px;
  transform: scale(0.9);
  border-radius: 15px;
  background: var(--main-background);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
}

@media screen and (max-width: 768px) {
  .modal .content {
    padding: 20px;
    min-width: 0;
  }
}

.modal .content.second {
  max-width: 950px;
  min-width: 950px;
}

@media screen and (max-width: 1024px) {
  .modal .content.second {
    min-width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .modal .content.second {
    min-width: 0;
  }
}

.modal .content.primary {
  max-width: 670px;
}

.modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: var(--main-color);
  background: none;
  transform: scale(1);
  transition: color .3s, transform .3s;
}

@media screen and (min-width: 1025px) {
  .modal .close:hover {
    transform: scale(1.1);
    color: var(--active-color);
  }
}

.modal .close.second {
  right: 30px;
  top: 30px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .modal .close.second {
    right: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 568px) {
  .modal .close.second {
    color: var(--light-bg);
  }
}

.modal .reaction-field .box {
  gap: 0;
}

.modal .drop-box.second {
  margin-left: 30px;
}

.modal .gallery {
  flex-shrink: 1;
  flex-grow: 1;
  height: 100%;
  min-height: 1px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .modal .gallery {
    margin-bottom: 10px;
  }
}

.modal .thumbnails {
  flex-shrink: 0;
  flex-grow: 0;
  height: 104px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .modal .thumbnails {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 480px) {
  .modal .thumbnails .swiper {
    padding: 0 10px;
  }
}

.form-box .title {
  margin-bottom: 15px;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  padding-right: 34px;
}

.form-box .input {
  border-radius: 15px;
  background: var(--tools-bg);
  width: 100%;
  height: 38px;
  color: var(--main-color);
  border: none;
  padding: 10px 20px;
}

.form-box .submit {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 8px 30px;
  border-radius: 15px;
  background: var(--active-color);
  min-height: 36px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: 16px;
  color: var(--light-bg);
  transition: background .3s;
}

@media screen and (min-width: 1025px) {
  .form-box .submit:hover {
    background: var(--user-bg);
  }
}

.swiper-album,
.thumbs-list-nail {
  width: 100%;
  height: 100%;
}

.swiper-album .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.swiper-album img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .swiper-album img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 568px) {
  .swiper-album img {
    width: 100%;
  }
}

.thumbs-list-nail .image {
  height: 104px;
}

.thumbs-list-nail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.swiper-btn-album-next,
.swiper-btn-album-prev {
  width: 60px;
  height: 60px;
  background: var(--bg-swiper-btn);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin: 0;
  opacity: .8;
  top: 50%;
  font-size: 20px;
  transform: translate3d(0, -50%, 0);
}

.swiper-btn-album-next {
  right: 0;
}

.swiper-btn-album-prev {
  left: 0;
}

.btn-album-nails-prev,
.btn-album-nails-next {
  width: 40px;
  height: 40px;
  background: var(--bg-swiper-btn);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin: 0;
  opacity: .8;
  top: 50%;
  font-size: 13px;
  transform: translate3d(0, -50%, 0);
}

.btn-album-nails-prev {
  left: -20px;
}

.btn-album-nails-next {
  right: -20px;
}

.reaction-field {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 770px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .reaction-field {
    flex-direction: column;
    margin: 0 0 20px;
  }
}

.reaction-field .box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .reaction-field .box {
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 374px) {
  .reaction-field .box {
    flex-direction: column;
    gap: 10px;
  }
}

.reaction-field .box.second {
  flex-grow: 0;
  flex-shrink: 0;
  gap: 5px;
}

@media screen and (max-width: 991px) {
  .reaction-field .box.second {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (max-width: 374px) {
  .reaction-field .box.second {
    flex-direction: row;
  }
}

@media screen and (max-width: 374px) {
  .reaction-field .box .wrap-line {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .reaction-field .box .line-top {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .reaction-field .box .wrap {
    width: 33.3333%;
  }
}

.reaction-field .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  height: 40px;
  border-radius: 15px;
  background: var(--tools-bg);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: background .3s;
}

@media screen and (min-width: 1025px) {
  .reaction-field .button:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.reaction-field .button svg {
  font-size: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}

.reaction-field .button span {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .reaction-field .button span {
    display: none;
  }
}

.modal-select {
  font-weight: 400;
  font-family: inherit;
}

.select2-container--default .select2-selection--single {
  background-color: var(--bg-form-box);
  border-radius: 15px;
  height: 38px;
  display: flex;
  align-items: center;
}

.select2-selection__arrow::before {
  background-image: url("../images/down-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 10px;
  left: -8px;
  position: absolute;
  top: 15px;
  width: 10px;
  transition: transform .3s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0px;
  right: 1px;
  width: 20px;
}

.select2-container--open .select2-selection__arrow::before {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--second-color);
  padding: 0 30px 0 20px;
}

.select2-results__option--selectable {
  color: var(--second-color);
  height: 38px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--active-color);
  color: var(--light-bg);
}

.select2-dropdown {
  background-color: var(--main-background);
  border: 1px solid var(--search-border);
  border-radius: 15px;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 38px;
  background: var(--main-background);
  border-radius: 15px;
}

.modal-title {
  font-size: 26px;
  font-weight: 700;
  padding-right: 40px;
}

.modal-title.second {
  margin-bottom: 20px;
  padding: 0 40px;
  text-align: center;
}

.modal-field {
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .modal-field {
    flex-direction: column;
  }
}

.modal-field:first-child {
  margin-bottom: 0;
}

.modal-field .col {
  width: 50%;
  padding: 0 25px 0 0;
}

@media screen and (max-width: 840px) {
  .modal-field .col {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-field .col {
    width: 100%;
    padding: 0;
  }
}

.modal-field .col.second,
.modal-field .col.secondary {
  padding: 0 0 0 25px;
}

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

  .modal-field .col.second,
  .modal-field .col.secondary {
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-field .col.second {
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .modal-field .col.secondary {
    order: -1;
    padding: 0 0 20px 0;
  }
}

.row-box {
  margin-bottom: 20px;
  position: relative;
}

.row-box.list-selector {
  position: relative;
}

.row-box.second {
  margin-bottom: 30px;
}

.row-box:last-child {
  margin: 0;
}

.row-box label {
  display: block;
}

.row-box label,
.row-box.relative {
  display: block;
  position: relative;
}

.row-box [type="radio"] {
  display: none;
}

.row-box [type="radio"]+label {
  padding-left: 27px;
}

.row-box-radio label {
  margin-bottom: 10px;
}

.row-box-radio label:last-child {
  margin-bottom: 0px;
}

.row-box [type="radio"]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid var(--active-color);
  padding: 2px;
  cursor: pointer;
}

.row-box [type="radio"]:checked+label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  translate: 0 -50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 2px;
  background-color: var(--active-color);
  cursor: pointer;
}

.row-box .input {
  border-radius: 15px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  padding: 10px 20px;
  height: 38px;
  width: 100%;
  color: var(--main-color);
  background: var(--bg-form-box);
  border: none;
}

.row-box .textarea {
  width: 100%;
  border-radius: 15px;
  min-height: 120px;
  resize: none;
  padding: 15px;
  font-family: inherit;
  font-weight: inherit;
  color: var(--main-color);
  background: var(--bg-form-box);
  border: none;
}

.row-box .name {
  color: var(--main-color);
  margin-bottom: 7px;
  display: block;
}

.row-box .box {
  margin-bottom: 20px;
}

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

.wrap-social {
  display: flex;
  align-items: center;
  margin: -5px;
}

.wrap-social .item {
  width: 50%;
  padding: 5px;
}

.checkbox-label {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.checkbox-label .checkbox {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 20px;
  border: 1px solid var(--second-color);
  transition: background .3s, border .3s;
  border-radius: 5px;
  height: 20px;
}

.checkbox-label .checkbox::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity .2s;
  left: 5px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid var(--light-bg);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label span:not(.checkbox),
.checkbox-label em {
  color: var(--second-color);
  font-size: 14px;
}

.checkbox-input {
  display: none;
}

.checkbox-input:checked+.checkbox {
  background: var(--active-color);
  border: 1px solid var(--active-color);
}

.checkbox-input:checked+.checkbox::after {
  opacity: 1;
}

.wrap-mask {
  position: relative;
}

.wrap-mask .file {
  border-radius: 15px;
  cursor: pointer;
  color: var(--second-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 22px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
  transition: color .3s, background .3s;
  background: var(--main-background);
}

@media screen and (min-width: 1025px) {
  .wrap-mask .file:hover {
    background: var(--active-color);
    color: var(--main-background);
  }
}

.mask-input,
input.mask-input {
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  color: var(--second-color);
  height: 40px;
  border-radius: 15px;
  position: relative;
  background: transparent;
  padding: 5px 95px 5px 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  text-overflow: ellipsis;
  background: var(--bg-form-box);
  font-size: 14px;
}

.wrap-btn input[type=file] {
  display: none;
}

.wrap-select {
  display: flex;
  align-items: center;
  margin: -5px;
}

@media screen and (max-width: 390px) {
  .wrap-select {
    flex-direction: column;
  }
}

.wrap-select .col-list {
  flex-grow: 1;
  flex-shrink: 1;
  width: 29%;
  padding: 5px;
}

@media screen and (max-width: 390px) {
  .wrap-select .col-list {
    width: 100%;
  }
}

.wrap-select .col-list.second {
  width: 42%;
}

@media screen and (max-width: 390px) {
  .wrap-select .col-list.second {
    width: 100%;
  }
}

.wrap-select .item {
  width: 50%;
  padding: 5px;
}

@media screen and (max-width: 390px) {
  .wrap-select .item {
    width: 100%;
  }
}

.modal-user-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.modal-user-box .ava {
  width: 160px;
  height: 160px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-form-box);
  color: var(--second-color);
  font-size: 64px;
  overflow: hidden;
}

@media screen and (max-width: 390px) {
  .modal-user-box .ava {
    width: 130px;
    height: 130px;
    font-size: 56px;
  }
}

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

.modal-user-box .wrap-checkbox {
  margin-left: 20px;
}

@media screen and (max-width: 390px) {
  .modal-user-box .wrap-checkbox {
    margin-left: 10px;
    font-size: 12px;
  }
}

.save-btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  background: var(--active-color);
  border-radius: 15px;
  text-align: center;
  padding: 10px 12px;
  min-width: 149px;
  color: var(--light-bg);
  border: none;
  cursor: pointer;
  transition: background .3s;
}

@media screen and (min-width: 1025px) {
  .save-btn:hover {
    background: var(--second-active-color);
  }
}

.save-btn.second {
  margin: 30px auto 0;
}

.tabs-field {
  display: none;
  margin-top: 30px;
}

.tabs-field.selected {
  display: block;
}

.tabs-group {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}

.tabs-group [type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.tabs-group .item.active .link-switcher,
.tabs-group [type='radio']:checked+.link-switcher {
  color: var(--light-bg);
  background: var(--active-color);
}

.link-switcher {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--tools-bg);
  color: var(--main-color);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 30px;
  min-height: 36px;
  transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
  .link-switcher:hover {
    background: var(--user-bg);
    color: var(--light-bg);
  }
}

.generic-error {
  color: red;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
}

.captcha-row {
  margin-top: 10px;
}

@media screen and (max-width: 360px) {
  .captcha-row.custom [data-name="code"] {
    position: relative;
    left: 50%;
    translate: -50% 0;
    width: 304px;
  }
}

.captcha-row>label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--second-color);
}

.button-group.column .row {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.suggest-input {
  position: relative;

}

.suggest-input .button-group {
  max-height: 85px;
  min-height: 85px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  top: 5px;
  left: 0;
  width: 100%;
  background-color: var(--main-background);
  border: 1px solid var(--active-color);
  border-radius: 10px;
  font-size: 14px;
  flex-wrap: wrap;
  display: none;
  gap: 3px 0;
}

.suggest-input.open .button-group {
  display: flex;
}

.suggest-input .button-group::-webkit-scrollbar {
  width: var(--sb-size);
  padding: 5px 0;
}

.suggest-input .button-group::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
  margin: 6px 0;
}

.suggest-input .button-group::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}

.suggest-input .checkbox-label {
  display: flex;
}

.suggest-input .button-group span:last-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.filter_suggest {
  width: 100%;
  position: sticky;
  background: var(--tools-bg);
  margin-bottom: 3px;
  height: 23px;
}

.filter_suggest input {
  border: none;
  width: 100%;
  padding: 3px 10px;
  background: var(--tools-bg);
  color: var(--main-color);
}

@supports not selector(::-webkit-scrollbar) {
  .suggest-input .button-group {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

/* .suggest-input .input:focus+.button-group {
  display: block;
} */

.suggest-input .button-group .item {
  padding: 1px 10px;
  width: 33.33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  order: 1;
}

.suggest-input .button-group .item:has(input:checked) {
  order: 0;
}


@media (any-hover: hover) {
  .suggest-input .button-group .item:hover {
    color: var(--active-color);
    cursor: pointer;
  }
}

.subscriptions_list .item .title {
  padding: 15px 20px;
  background: var(--tools-bg);
  color: var(--second-color);
  display: block;
  width: 100%;
  border-radius: 20px;
  transition: color .3s, background-color .3s;
}

@media(any-hover: hover) {
  .subscriptions_list .item .title:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

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

.form-upload.uploading .progressbar,
.form-upload.uploading .progressbar * {
  display: block;
}

.form-upload>.success {
  text-align: center;
  width: 100%;
  max-width: 820px;
  padding: 10px 5px;
  font-size: 20px;
  background-color: var(--active-color);
  color: #fff;
  margin: 0 auto 20px;
  border-radius: 4px;
}

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

.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 .image {
  margin-right: 10px;
}

.list-messages .image a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  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;
  position: relative;
}

.list-messages .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.list-messages .item.me .image {
  margin: 0 0 0 10px;
}

.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 .item.me .added,
.list-messages .item.me .message-text {
  text-align: right;
}

.panel p {
  margin-bottom: 10px;
}

.title-footer {
  color: var(--second-color);
  font-weight: 700;
}

.bullet {
  list-style: disc;
  line-height: 1.42;
  margin-left: 40px;
}

.bullet li .bullet {
  list-style: circle;
}

.no_found_title {
  font-size: 145px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  /* color: linear-gradient(to right, #7200dd, #9e00ba, #b3009a, #bb007e, #ba0968); */
  /* background: -webkit-linear-gradient(to right, #7200dd, #9e00ba, #b3009a, #bb007e, #ba0968);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

  background: linear-gradient(to right, #7200dd, #9e00ba, #b3009a, #bb007e, #ba0968);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.no_found_text {
  font-size: 24px;
  text-align: center;
  background: linear-gradient(to right, #7200dd, #9e00ba, #b3009a, #bb007e, #ba0968);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.mb20 {
  margin-bottom: 20px;
}

.player-related-videos-container {
  display: flex;
  gap: 0 10px;
  position: absolute;
  top: 50%;
  translate: 0 -70%;
  overflow: auto;
  left: 0;
  width: 100%;
}

.player-related-videos-container a {
  position: relative;
}

.player-related-videos-container .thumb {
  margin-bottom: 10px;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.player-related-videos-container .title {
  color: var(--main-color);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: color .3s;
  will-change: transform;
}

.player-related-videos-container .duration {
  position: absolute;
  padding: 3px 7px;
  min-height: 12px;
  bottom: 30px;
  left: 5px;
  font-size: 12px;
  background: var(--duration-bg);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  color: var(--light-bg);
}

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

.player-related-videos-container::-webkit-scrollbar-track {
  background: var(--user-drop-bg);
  border-radius: 5px;
}

.player-related-videos-container::-webkit-scrollbar-thumb {
  background: var(--active-color);
  border-radius: 5px;
}

@supports not selector(::-webkit-scrollbar) {
  .player-related-videos-container {
    scrollbar-color: var(--active-color) var(--user-drop-bg);
  }
}

.load-more {
  display: flex;
  justify-content: center;
}

.load-more a {}

/* DROP INSIDE SIDEBAR */
.select-page {
  position: relative;
}

.select-page .page-title {
  height: 38px;
  background-color: var(--bg-form-box);
  color: var(--second-color);
  font-family: "Outfit";
  border-radius: 15px;
  height: 38px;
  display: flex;
  align-items: center;
  font-family: inherit;

  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.select-page .page-title span {
  padding: 0 30px 0 20px;
}

.select-page .page-title::before {
  background-image: url(../images/down-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 10px;
  right: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  transition: transform .3s;
}

.select-page .page-box {
  background-color: var(--main-background);
  border: 1px solid var(--search-border);
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;

  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;

  display: none;
}

.select-page.show .page-box {
  display: block;
}

.select-page .page-box a {
  display: block;
  color: var(--second-color);
  height: 38px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

@media (any-hover: hover) {
  .select-page .page-box a:hover {
    background-color: var(--active-color);
    color: var(--light-bg);
  }
}

.main-content .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.main-content .tags-list a {
  background-color: var(--main-background);
  color: var(--second-color);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 20px;
  cursor: pointer;
  transition: color .3s, background .3s;
}


@media (any-hover: hover) {
  .main-content .tags-list a:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

/* OPTIONS */
.options-item {
  margin-bottom: 20px;
}

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

.options-block {
  padding: 15px 20px;
  background: var(--tools-bg);
  color: var(--second-color);
  width: auto;
  display: inline-block;
  border-radius: 20px;
  transition: color .3s, background-color .3s;

}

.options-block .title {
  margin-bottom: 10px;
}

.options-block .label-choice {
  margin-left: 20px;
}

.options-block .label-choice:first-child {
  margin: 0;
}

.options-block .btn-options-block {
  display: flex;
  align-items: center;
  background: var(--main-background);
  color: var(--second-color);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  margin: 10px auto 0;
  min-height: 26px;
  cursor: pointer;
  transition: color .3s, background .3s;
  border: none;
}

@media (any-hover: hover) {
  .options-block .btn-options-block:hover {
    background: var(--active-color);
    color: var(--light-bg);
  }
}

.options-block .submit.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.options-block .button-group {
  display: flex;
  flex-wrap: wrap;
}

.options-block .button-group .item {
  display: inline-block;
  width: 31%;
  padding: 3px 0 10px;
  vertical-align: top;
  margin-bottom: 0;
  order: 1;
}

@media screen and (max-width: 600px) {
  .options-block .button-group .item {
    width: 49%;
  }
}

.options-block .button-group .checkbox {
  display: none;
}

.options-block .button-group .item label {
  color: varl(--active-color);
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
}

.options-block .button-group .item label::before,
.options-block .button-group .item span::before {
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: -2px;
  z-index: 2;
  line-height: 1;
  color: transparent;
  text-align: center;
  content: "✔";
  font-size: 10px;
  border-radius: 3px;
  border: 1px solid var(--active-color);
  padding: 3px 0px 0px;
  transition: color 0.3s ease 0s;
}

.options-block .button-group .item .checkbox:checked+label::before,
.options-block .button-group .item .checkbox:checked+span::before {
  background-color: var(--active-color);
  color: #fff;
}