:root {
  --hotsliv-mobile-bottom-nav-height: 66px;
}

.mobile-bottom-nav {
  box-sizing: border-box;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--hotsliv-mobile-bottom-nav-height);
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 14px;
  background: rgb(27 27 27 / 69%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  z-index: 99;
}

.mobile-bottom-nav__item,
button.mobile-bottom-nav__item {
  display: flex;
  min-width: 0;
  flex: 0 1 72px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #d5d5d5;
  font: 600 11px/1 Montserrat, Medium, Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

.mobile-bottom-nav__item i {
  color: #d5d5d5;
  font-size: 20px;
}

.mobile-bottom-nav__item span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #d5d5d5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-bottom-nav__item:hover,
.mobile-bottom-nav__item.active {
  opacity: 0.75;
}

.global__right.filter-panel-tgd {
  opacity: 0.1;
}

.hotsliv-header {
  gap: 18px;
  justify-content: space-between;
}

.hotsliv-header__left {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: 14px;
}

.hotsliv-header .header__logo {
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 320px;
  height: 45px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.hotsliv-header .img-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 45px;
  margin: 0;
  object-fit: contain;
}

.hotsliv-header__site-name {
  display: block;
  overflow: hidden;
  color: #fff;
  font: 700 24px/1 Montserrat, Bold, Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotsliv-header__controls {
  display: flex;
  width: auto;
  min-width: 0;
  flex: 0 1 510px;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.hotsliv-header__actions {
  display: flex;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.hotsliv-header-action,
button.hotsliv-header-action {
  display: inline-flex;
  height: 40px;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: #151515;
  color: #dfdfdf;
  box-shadow: none;
  cursor: pointer;
  font: 700 13px/1 Montserrat, Bold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

.hotsliv-header-action:hover,
.hotsliv-header-action:focus {
  color: #fff;
}

.hotsliv-header-action i {
  color: #d5d5d5;
  font-size: 18px;
}

.hotsliv-header-action--chat {
  background: rgb(88 0 138 / 75%);
}

.hotsliv-header-action--undresser {
  background: rgb(50 50 50 / 70%);
}

.hotsliv-header-search {
  max-width: 380px;
  min-width: 210px;
  flex: 1 1 320px;
}

.hotsliv-header-search #story {
  padding-right: 48px;
}

.hotsliv-header-search .short-search-form__btns {
  right: 12px;
  display: flex;
  height: 100%;
  align-items: center;
}

.hotsliv-header-search .short-search-form__btn {
  padding: 8px 2px;
}

.hotsliv-language-switcher {
  position: relative;
  z-index: 20;
  flex: 0 0 auto;
}

.hotsliv-language-switcher summary {
  display: inline-flex;
  height: 40px;
  min-width: 78px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 12px;
  background: #151515;
  color: #fff;
  cursor: pointer;
  font: 700 13px/1 Montserrat, Bold, Helvetica, Arial, sans-serif;
  list-style: none;
  text-transform: uppercase;
}

.hotsliv-language-switcher summary::-webkit-details-marker {
  display: none;
}

.hotsliv-language-switcher img {
  display: block;
  width: 22px;
  height: 15px;
  flex: 0 0 22px;
  border-radius: 3px;
  object-fit: cover;
}

.hotsliv-language-switcher summary i {
  color: #d5d5d5;
  font-size: 16px;
  transition: transform 0.2s ease;
}

.hotsliv-language-switcher[open] summary i {
  transform: rotate(180deg);
}

.hotsliv-language-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  min-width: 118px;
  padding: 6px;
  border-radius: 12px;
  background: #151515;
  box-shadow: 0 18px 40px rgb(0 0 0 / 34%);
}

.hotsliv-language-menu a {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 8px;
  color: #bdbdbd;
  font: 700 13px/1 Montserrat, Bold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hotsliv-language-menu a:hover,
.hotsliv-language-menu a.active {
  background: rgb(255 255 255 / 8%);
  color: #fff;
}

.footer__text {
  flex: 1 0 100%;
  margin-top: 14px;
  color: var(--color3);
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.85;
  white-space: pre-line;
}

.page-static .seotext {
  max-height: none;
  overflow: visible;
  padding: 0;
}

.page-static .dmca-contact {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.fs {
  flex-flow: column nowrap;
  min-width: 0;
}

.hotsliv-actor-page {
  position: relative;
}

.hotsliv-actor-page .fs__img-blur {
  object-fit: cover;
  pointer-events: none;
}

.fs > * {
  max-width: 100%;
}

.fs__info,
.fs__xfs,
.fs__btn-block {
  box-sizing: border-box;
  min-width: 0;
}

.fs__info,
.fs__btn-block {
  width: 100%;
}

.fs__xfs {
  overflow-wrap: anywhere;
}

.hotsliv-actor-details.slice {
  height: auto !important;
  overflow: visible;
}

.hotsliv-actor-details.slice-masked::before,
.hotsliv-actor-details + .slice-btn {
  display: none !important;
}

.speedbar__current {
  display: inline;
  color: var(--color3);
}

.hotsliv-listing-description {
  width: 100%;
}

.hotsliv-listing-description--top {
  margin: 0 0 32px;
}

.hotsliv-listing-description--bottom {
  margin-top: 34px;
}

.hotsliv-listing-description .page__descr--content > :first-child {
  margin-top: 0;
}

.hotsliv-listing-description .page__descr--content > :last-child {
  margin-bottom: 0;
}

.hotsliv-listing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px 15px;
  width: 100%;
  max-width: 100%;
}

.global__right_all .hotsliv-listing-grid .short-mid {
  display: flex;
  width: auto;
  min-width: 0;
  margin: 0;
}

.hotsliv-listing-grid .new-short__poster--img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.hotsliv-listing-pagination {
  margin-top: 34px;
  margin-bottom: 0;
}

.hotsliv-listing-pagination .navigation__next-prev--icon {
  color: var(--color2);
  font-size: 22px;
}

.hotsliv-search-page .static-search-form {
  display: flex;
  width: 100%;
  max-width: none;
  gap: 10px;
  margin: 0 0 30px;
}

.hotsliv-search-page .static-search-form input[type="search"] {
  box-sizing: border-box;
  min-width: 0;
  min-height: 46px;
  flex: 1 1 auto;
  padding: 0 16px;
  border: 3px solid rgb(80 80 80 / 35%);
  border-radius: 15px;
  background: rgb(80 80 80 / 30%);
  color: var(--color2);
  font: 16px/1.2 Book, Arial, sans-serif;
}

.hotsliv-search-page .static-search-form input[type="search"]::placeholder {
  color: var(--color3);
  opacity: 0.85;
}

.hotsliv-search-page .static-search-form input[type="search"]:focus {
  border-color: rgb(122 16 255 / 55%);
  background: rgb(80 80 80 / 42%);
}

.hotsliv-search-page .static-search-form button {
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 15px;
  background: rgb(100 10 218 / 65%);
  box-shadow: 0 0 0 4px rgb(79 25 149 / 25%);
  color: #fff;
  font: 15px/1 Bold, Arial, sans-serif;
  cursor: pointer;
  transition: opacity 0.15s ease, box-shadow 0.15s ease;
}

.hotsliv-search-page .static-search-form button:hover {
  box-shadow: 0 0 0 7px rgb(79 25 149 / 0%);
  opacity: 0.82;
}

.hotsliv-search-page .static-search-status {
  margin: 0 0 18px;
  color: var(--color3);
  font: 16px/1.35 Medium, Arial, sans-serif;
}

.hotsliv-search-page .static-search-results {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px 15px;
  width: 100%;
  max-width: 100%;
}

.global__right_all .hotsliv-search-page .static-search-results .short-mid {
  display: flex;
  width: auto;
  min-width: 0;
  margin: 0;
}

.hotsliv-search-page .static-search-results .new-short__poster--img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.hotsliv-search-page .static-search-title mark,
.hotsliv-search-page .static-search-card mark {
  padding: 0 0.15em;
  border-radius: 3px;
  background: rgb(100 10 218 / 45%);
  color: inherit;
}

.hotsliv-actor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2px 0 16px;
}

.hotsliv-actor-meta__pill {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 3px solid rgb(80 80 80 / 35%);
  border-radius: 15px;
  color: var(--color2);
  font: 15px/1.1 Medium, Arial, sans-serif;
  text-decoration: none;
}

.hotsliv-actor-meta__pill i {
  color: var(--color3);
  font-size: 18px;
}

.hotsliv-actor-meta__pill b {
  font-family: Heavy, Arial, sans-serif;
}

.hotsliv-actor-meta__pill a {
  color: var(--color2);
  font-family: Bold, Arial, sans-serif;
  text-decoration: none;
}

.hotsliv-actor-meta__label {
  color: var(--color3);
  opacity: 0.8;
}

.hotsliv-actor-meta__pill--accent {
  border-color: rgb(122 16 255 / 42%);
  background: rgb(100 10 218 / 60%);
  box-shadow: 0 0 0 4px rgb(79 25 149 / 30%);
  font-family: Bold, Arial, sans-serif;
}

.hotsliv-actor-meta__pill--accent i {
  color: #fff;
}

.hotsliv-actor-bio {
  display: block;
  width: 100%;
  max-height: none;
  overflow: visible;
  padding: 0;
  color: var(--color2);
  overflow-wrap: anywhere;
}

.hotsliv-actor-bio .slice-btn,
.hotsliv-actor-bio.slice-masked::before {
  display: none;
}

.hotsliv-actor-bio.slice {
  height: auto !important;
}

.actor-bio-title {
  margin: 0 0 12px;
  color: var(--color2);
  font: 24px/1.15 Heavy, Arial, sans-serif;
}

.fs__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 28px 0 18px;
}

.fs__tags .btn-op {
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 10px;
  background: rgb(21 21 21 / 78%);
  color: var(--color2);
  font: 13px/1.2 Medium, Arial, sans-serif;
  white-space: normal;
  overflow-wrap: anywhere;
}

.fs__tags .btn-op:hover {
  border-color: rgb(255 255 255 / 18%);
  background: rgb(49 49 49 / 86%);
}

.hotsliv-gallery {
  width: 100%;
}

.hotsliv-gallery__section {
  max-width: 100%;
  margin-top: 22px;
}

.hotsliv-gallery__section:first-child {
  margin-top: 8px;
}

.hotsliv-gallery__section > .fs__stitle {
  margin: 0 0 22px;
}

.hotsliv-gallery__images {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hotsliv-gallery__images li {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.hotsliv-gallery__link {
  display: block;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 12px;
  background: rgb(80 80 80 / 28%);
  cursor: pointer;
  text-decoration: none;
}

.hotsliv-gallery__images img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12px;
  filter: brightness(0.9);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.hotsliv-gallery__link:hover img {
  transform: scale(1.035);
  filter: brightness(1);
}

.hotsliv-videos {
  width: 100%;
  margin: 28px 0;
}

.hotsliv-videos__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hotsliv-videos__title i {
  color: var(--color3);
  font-size: 22px;
}

.hotsliv-videos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hotsliv-videos__item,
.hotsliv-videos__shell {
  min-width: 0;
}

.hotsliv-videos__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #000;
}

.hotsliv-videos__frame video,
.hotsliv-videos__frame .video-js,
.hotsliv-videos__frame .video-player-mount,
.hotsliv-videos__frame iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  border: 0;
  border-radius: 14px;
  background: #000;
  object-fit: contain;
}

.page__related {
  margin-top: 30px;
}

.fs > .hotsliv-similar {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-right: 0;
}

.hotsliv-similar .main__block--carousel-mid_wrap {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.hotsliv-similar .main__block--carousel-mid {
  max-width: 100%;
}

.hotsliv-gallery-pagination {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 26px auto;
  text-align: center;
}

.hotsliv-gallery-pagination__link,
.hotsliv-gallery-pagination__ellipsis {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 12px;
  background: rgb(80 80 80 / 35%);
  color: var(--color2);
  font: 15px/1 Bold, Arial, sans-serif;
  text-decoration: none;
}

.hotsliv-gallery-pagination__link:hover {
  background: rgb(80 80 80 / 60%);
}

.hotsliv-gallery-pagination__link--current {
  background: rgb(100 10 218 / 65%);
  color: #fff;
  box-shadow: 0 0 0 4px rgb(79 25 149 / 25%);
}

.hotsliv-gallery-pagination__link--nav {
  min-width: 84px;
}

.hotsliv-gallery-pagination__ellipsis {
  min-width: 28px;
  padding: 0 4px;
  background: transparent;
  color: var(--color3);
}

@media only screen and (max-width: 1180px) {
  .hotsliv-header-action,
  button.hotsliv-header-action {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hotsliv-header-action--chat span,
  .hotsliv-header-action--undresser span {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .hotsliv-listing-grid,
  .hotsliv-search-page .static-search-results {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .hotsliv-listing-grid,
  .hotsliv-search-page .static-search-results {
    grid-template-columns: repeat(3, minmax(0, 180px));
    justify-content: center;
  }

  .hotsliv-gallery__images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  .global__right,
  .main,
  .main__block {
    max-width: 100%;
  }

  .global__right {
    padding-bottom: calc(var(--hotsliv-mobile-bottom-nav-height) + 18px + env(safe-area-inset-bottom, 0px));
  }

  .hotsliv-header {
    gap: 8px;
  }

  .hotsliv-header__left {
    min-width: 0;
    flex: 0 0 auto;
    gap: 8px;
  }

  .hotsliv-header .header__logo,
  .hotsliv-header .img-logo {
    width: auto;
    height: 38px;
  }

  .hotsliv-header .header__logo {
    max-width: 92px;
  }

  .hotsliv-header .img-logo {
    display: none;
  }

  .hotsliv-header__site-name {
    max-width: 92px;
    font-size: 18px;
  }

  .hotsliv-header__controls {
    width: auto;
    flex: 1 1 auto;
    gap: 0;
  }

  .hotsliv-header__actions {
    flex: 0 0 auto;
  }

  .hotsliv-header-action--chat,
  .hotsliv-header-action--undresser,
  .hotsliv-language-switcher {
    display: none;
  }

  .hotsliv-header-action--categories,
  button.hotsliv-header-action--categories {
    width: 40px;
    padding: 0;
  }

  .hotsliv-header-action--categories span {
    display: none;
  }

  .hotsliv-header-search {
    max-width: none;
    min-width: 0;
    flex: 1 1 auto;
  }

  .hotsliv-header-search #story {
    padding: 10px 44px 10px 16px;
  }

  .hotsliv-listing-description--top {
    margin-bottom: 26px;
  }

  .hotsliv-listing-description--bottom {
    margin-top: 28px;
  }

  .hotsliv-listing-pagination {
    gap: 6px;
    margin-top: 28px;
  }

  .hotsliv-search-page .static-search-form {
    max-width: none;
    margin-bottom: 26px;
  }

  .hotsliv-actor-meta {
    justify-content: center;
  }

  .hotsliv-actor-meta__pill {
    min-height: 38px;
    padding: 6px 12px;
    border-radius: 13px;
    font-size: 14px;
  }

  .actor-bio-title {
    font-size: 22px;
    text-align: left;
  }

  .hotsliv-gallery__section {
    margin-top: 18px;
  }

  .hotsliv-gallery__section > .fs__stitle {
    margin-bottom: 18px;
  }

  .hotsliv-gallery__images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hotsliv-gallery__link,
  .hotsliv-gallery__images img {
    border-radius: 10px;
  }

  .hotsliv-similar {
    overflow: hidden;
  }

  .hotsliv-videos__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hotsliv-videos__frame video,
  .hotsliv-videos__frame .video-js,
  .hotsliv-videos__frame .video-player-mount,
  .hotsliv-videos__frame iframe {
    min-height: 0;
    max-height: none;
  }

  .main__block--carousel-mid,
  .main__block--carousel-big {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
  }

  .main__block--carousel-mid.owl-loaded,
  .main__block--carousel-big.owl-loaded {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .main__block--carousel-mid.owl-loaded::-webkit-scrollbar,
  .main__block--carousel-big.owl-loaded::-webkit-scrollbar {
    display: none;
  }

  .main__block--carousel-mid.owl-loaded .owl-stage-outer,
  .main__block--carousel-big.owl-loaded .owl-stage-outer {
    overflow: visible;
  }

  .main__block--carousel-mid.owl-loaded .owl-stage,
  .main__block--carousel-big.owl-loaded .owl-stage {
    transform: translate3d(0, 0, 0) !important;
    transition: none !important;
  }

  .mobile-bottom-nav {
    display: flex;
    height: calc(var(--hotsliv-mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .hotsliv-gallery-pagination {
    gap: 6px;
    margin: 20px auto;
  }

  .hotsliv-gallery-pagination__link,
  .hotsliv-gallery-pagination__ellipsis {
    min-width: 36px;
    min-height: 36px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 14px;
  }

  .hotsliv-gallery-pagination__link--nav {
    min-width: 72px;
  }
}

@media only screen and (max-width: 549px) {
  .hotsliv-listing-grid,
  .hotsliv-search-page .static-search-results {
    grid-template-columns: repeat(2, minmax(0, 160px));
    gap: 20px 15px;
    justify-content: center;
  }

  .hotsliv-search-page .static-search-form {
    flex-direction: column;
  }

  .hotsliv-search-page .static-search-form button {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .hotsliv-actor-page .fs__info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .hotsliv-actor-page .hotsliv-actor-details {
    width: 100%;
    padding: 20px 16px 0;
    border-radius: 18px 18px 0 0;
  }

  .hotsliv-actor-page .release-info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 374px) {
  .hotsliv-listing-grid,
  .hotsliv-search-page .static-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotsliv-header {
    gap: 8px;
  }

  .hotsliv-header .header__logo,
  .hotsliv-header .img-logo {
    height: 34px;
  }

  .hotsliv-header .header__logo {
    max-width: 84px;
  }

  .hotsliv-header__site-name {
    max-width: 84px;
    font-size: 17px;
  }

  .mobile-bottom-nav {
    gap: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .mobile-bottom-nav__item,
  button.mobile-bottom-nav__item {
    flex-basis: 66px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 1450px) {
  .hotsliv-listing-grid,
  .hotsliv-search-page .static-search-results {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
