/* BASIC LAYOUT
----------------------------------------------- */
.funserials_wrapper {
  min-width: 320px;
  position: relative;
  background: url(../images/bg.webp) no-repeat;
  background-size: contain;
}
.funserials_wrapper-container {
  max-width: var(--max-width);
  background: var(--bg-black);
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.funser_header {
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cols {
  min-height: 100vh;
}
.footer {
  padding: 20px 0;
}
.col-main {
  padding: var(--indent);
  padding-bottom: 20px;
  padding-top: 0;
}
.col-side {
  background-color: var(--bg-lightest);
  padding: 20px 15px;
  width: 200px;
}
.carou__menu + .content {
  border-top-right-radius: 0;
}

#scrolltop {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  right: 10px;
  bottom: 10px;
  z-index: 990;
  display: none;
  background-color: var(--bg-lighter);
  color: var(--tt);
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  box-shadow: var(--bsh);
}

/* HEADER, NAV
----------------------------------------------- */
.funser_logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.funser_logo img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  object-fit: cover;
}

.logo__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  font-family: 'OrbitronBold';
  margin: 0;
}
.logo__caption {
  display: none;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__btn {
  height: 36px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.header__btn:hover {
  background: #00bae4;
  border-color: #00bae4;
}
.header__link {
  color: #a1a1aa;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.header__link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}
/* Theme toggle removed - only dark theme */

.header__search {
  position: relative;
  flex: 1;
  max-width: 350px;
  margin: 0 15px;
}
.header__search input,
.header__search input:focus {
  padding: 0 40px 0 15px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  height: 36px;
  line-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  font-size: 16px;
  transition: all 0.2s ease;
  width: 100%;
}

.header__search input:focus {
  border-color: #00bae4;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}
.header__search input:not(:focus)::placeholder {
  color: #a1a1aa;
  opacity: 0.8;
  font-size: 13px;
}
.header__search button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  padding: 0;
  background: none;
  color: #a1a1aa;
  font-size: 14px;
  border: none;
  border-radius: 50%;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__search button:hover {
  color: #00bae4;
  background: rgba(0, 186, 228, 0.1);
}

/* TOP ITEM
----------------------------------------------- */
a.card__img:hover,
.top__img:hover,
.poster:hover .poster__img {
  opacity: 0.8;
}
.carou__menu {
  background: var(--bg-lightest);
  margin: 0 -20px;
  height: 40px;
}
.carou__menu li {
  text-align: center;
  margin-left: 20px;
}

.carou__menu a {
  color: var(--tt-lighter-2);
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}
.carou__menu a.is-active,
.carou__menu a:hover {
  color: var(--accent);
}
.carou {
  padding: 30px;
  width: 100%;
  position: relative;
  padding-top: 0;
  padding-top: 40px;
}
.carou__content:not(.owl-carousel) {
  display: flex;
  overflow: hidden;
}
.carou__content > .top {
  width: calc((100% - 140px) / 8);
  flex-shrink: 0;
  margin-right: 20px;
}
.top__img {
  border-radius: 4px;
  border: 1px solid var(--bdc);
}
.top__desc {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 7px;
  color: var(--tt-lighter-2);
  text-align: center;
  transition: 0.5s;
}
.top__desc:hover {
  opacity: 1;
}
.poster__rating {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 10;
  border-radius: 0 4px 4px 0;
  background-color: #aaaaaa;
  color: #fff;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  width: 40px;
  font-weight: 600;
}
.poster__rating.rating-1,
.poster__rating.rating-2,
.poster__rating.rating-3 {
  background-color: #e07978;
}
.poster__rating.rating-4,
.poster__rating.rating-5,
.poster__rating.rating-6 {
  background-color: #e4a257;
}
.poster__rating.rating-7,
.poster__rating.rating-8,
.poster__rating.rating-9,
.poster__rating.rating-10 {
  background-color: #9ab96d;
}
.poster__img {
  box-shadow: var(--bsh-2);
}
.poster__title {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
}

/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {
  margin-bottom: 10px;
}
.sect__header {
  margin-bottom: 20px;
  padding-top: 20px;
}
.sect__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--tt-lighter);
}
.sect__subtitle {
  font-size: 21px;
}
.site-desc {
  display: grid;
  grid-gap: 20px;
  line-height: 1.7;
  color: var(--tt);
  margin: 40px 0;
}
.site-desc h1,
.site-desc h2,
.site-desc h3 {
  font-weight: 700;
  font-size: 21px;
  color: var(--tt-lighter);
  line-height: 1.3;
}
.site-desc a {
  text-decoration: underline;
  color: var(--tt);
}
.site-desc ul li {
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.site-desc ul li::before {
  content: '\f00c';
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 0;
}
.site-desc img {
  margin: 0 0px 20px 0;
  width: 1000px;
  height: 300px;
  background: #0b0b0b;
}
.desc-bottom-head {
  font-size: 16px;
  color: var(--tt-lighter);
  font-weight: bold;
}
.speedbar {
  font-size: 12px;
  color: var(--tt-darker-2);
  padding: 10px 0 10px;
  border-bottom: 1px solid var(--accent);
}
.speedbar a:after {
  color: var(--tt);
  display: inline;
  content: '/';
  margin: 0 5px;
}
.speedbar a:hover {
  text-decoration: underline;
}
.sect__btn-filter {
  height: 30px;
  padding: 0 10px;
  margin-left: 20px;
}

/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {
  margin-bottom: 20px;
}
.side-block__title {
  border: 1px solid var(--bdc);
  border-left: 0;
  border-right: 0;
  margin: 0 -20px;
  box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--tt-lighter);
}
div.new::after {
  content: 'NEW';
  content: NEW;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
  font-weight: 600;
  background: linear-gradient(-45deg, #ee5200, #e70062, #0097d5, #1c84cd);
  text-shadow: none;
  position: relative;
  top: -1px;
  letter-spacing: 1px;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
  font-family: Manrope, sans-serif;
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.side-block__title.first {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  box-shadow: 0 1px var(--bdc-lighter);
}

.nav-col {
  width: 100%;
  margin-bottom: -3px;
}
.nav-col + .nav-col {
  width: 35%;
}
.nav-title {
  font-weight: bold;
  margin-bottom: 9px;
  color: var(--accent-2);
  border-bottom: 2px solid #00b9ad;
  border-radius: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.nav-menu + .nav-title {
  margin-top: 12px;
}
.nav-menu a {
  display: block;
  padding: 3px 0;
  font-size: 13px;
}
.nav-menu a:hover {
  text-decoration: underline;
}
.nav-menu li {
  position: relative;
}
.nav-menu li > span {
  position: absolute;
  right: 0;
  top: 5px;
  pointer-events: none;
  font-size: 12px;
  color: var(--tt);
}

.soon + .soon {
  margin-top: 10px;
}
.soon__img {
  width: 60px;
  height: 90px;
  border-radius: 3px;
  box-shadow: var(--bsh-2);
  margin-right: 10px;
}
.soon__title {
  color: var(--tt-lighter);
  font-weight: 600;
}
.soon__text {
  line-height: 1.3;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: 12px;
  margin-top: 5px;
  color: var(--tt);
}

.upd-box {
  background-color: var(--bg);
  border-radius: 4px;
  box-shadow: vr(--bsh-2);
  overflow: hidden;
  padding-bottom: 10px;
}
.updli {
  padding: 10px;
  color: var(--tt);
}
.updli-1 {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  box-shadow: var(--bsh-2);
  margin-right: 10px;
}
.updli-2 {
  font-size: 12px;
}
.updli-2 div {
  color: var(--tt-lighter);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}
.updli-3 {
  text-align: right;
  width: 120px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.1;
}
.updli-3 div {
  color: var(--accent-2);
  font-weight: 600;
  margin-bottom: 5px;
}
.updli:hover {
  background-color: #ffffff10;
}
.upd-box-title {
  background: var(--bg-lighter);
  color: var(--tt-lighter);
  font-weight: 700;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.lcomm:not(:last-child) {
  margin-bottom: 5px;
}
.lcomm {
  background-color: var(--bg);
  border-radius: 4px;
  padding: 10px;
  font-size: 13px;
}
.lcomm__link {
  display: block;
  color: var(--accent-3);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 1px;
}
.lcomm__date {
  font-size: 12px;
  color: var(--tt-darker-2);
  margin-left: 10px;
}
.lcomm__text {
  margin: 8px 0 10px 0;
}
.lcomm__author {
  font-weight: 600;
}
.lcomm__av {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer .btn {
  margin-right: 40px;
}
.footer__logo {
  min-width: 0;
  margin-right: 30px;
}
.footer__text {
  font-size: 14px;
  line-height: 1.7;
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px var(--indent);
  padding-bottom: 0;
  gap: 15px;
}
.pagination__btn-loader a,
.pagination__btn-loader > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 32px;
  max-width: 300px;
  background: #1a1a1a;
  color: #ffffff;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.pagination__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination__pages a,
.pagination__pages span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1a1a1a;
  color: #a1a1aa;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.pagination__pages span:not(.nav_ext),
.pagination__pages a:hover,
.pagination__btn-loader a:hover {
  background: #00bae4;
  color: #fff;
  border-color: #00bae4;
  box-shadow: 0 4px 12px rgba(0, 186, 228, 0.3);
  transform: translateY(-1px);
}

/* MOVIE PAGE
----------------------------------------------- */
.pmovie {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Header */
.pmovie__header {
  margin-bottom: 24px;
}

.pmovie__title-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.pmovie__title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  flex: 1;
}

.pmovie__edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.05);
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
}

.pmovie__edit-btn:hover {
  background: var(--accent);
  color: #fff;
}

.pmovie__subtitle {
  font-size: 14px;
  color: #999;
  margin: 0;
  font-style: italic;
}

/* Info Section */
.pmovie__info {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.pmovie__poster-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pmovie__poster-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pmovie__badges-mobile {
  display: none;
}

.pmovie__poster {
  position: relative;
  aspect-ratio: 2/3;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
}

.pmovie__poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pmovie__badge {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.pmovie__badge--season {
  top: 8px;
  left: 8px;
  background: var(--accent);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.pmovie__badge--series {
  top: 8px;
  left: 8px;
  margin-top: 28px;
  background: rgba(0, 186, 228, 0.8);
  color: #fff;
}

.pmovie__badge--age {
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff4444;
  color: #fff;
  font-size: 12px;
  border: 2px solid #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.pmovie__ratings {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.pmovie__rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  min-width: 60px;
}

.pmovie__rating--kp {
  color: #ff6600;
  border-color: rgba(255, 102, 0, 0.3);
}

.pmovie__rating--imdb {
  color: #f5c518;
  border-color: rgba(245, 197, 24, 0.3);
}

.pmovie__details {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pmovie__badge--onair {
  position: absolute;
  top: -34px;
  right: 0;
  background: #22c55e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.pmovie__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.pmovie__meta-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: start;
}

.pmovie__meta-row dt {
  font-size: 13px;
  color: #888;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}

.pmovie__meta-row dd {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.pmovie__meta-row dd a {
  color: var(--accent);
  text-decoration: none;
}

.pmovie__meta-row dd a:hover {
  text-decoration: underline;
}

.pmovie__actions {
  display: flex;
  gap: 10px;
}

.pmovie__action-btn a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.pmovie__action-btn a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pmovie__action-btn--like .fas {
  color: #22c55e;
}

.pmovie__action-btn--dislike .fas {
  color: #ef4444;
}

/* Description */
.pmovie__description {
  margin-bottom: 32px;
  line-height: 1.7;
  font-size: 15px;
  color: #ddd;
}

/* Player */
.pmovie__player {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 32px;
  overflow: hidden;
}

.pmovie__player-header {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pmovie__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.pmovie__tab {
  padding: 8px 18px;
  background: transparent;
  color: #aaa;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.pmovie__tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.pmovie__tab--active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.pmovie__complaint {
  font-size: 12px;
  color: #ff4444;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: opacity 0.2s;
  margin-left: auto;
}

.pmovie__complaint:hover {
  opacity: 0.8;
}

.pmovie__player-body {
  position: relative;
}

.pmovie__video {
  display: none;
  position: relative;
  padding-top: 56.25%;
  background: #000;
}

.pmovie__video--active {
  display: block;
}

.pmovie__video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 12px;
  background-image: radial-gradient(circle, var(--accent) 4px, transparent 4px),
    radial-gradient(circle, var(--accent) 4px, transparent 4px),
    radial-gradient(circle, var(--accent) 4px, transparent 4px);
  background-size: 10px 10px;
  background-position: 0 center, 20px center, 40px center;
  background-repeat: no-repeat;
  animation: pmovie-loading-wave 1.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  z-index: 1;
}

@keyframes pmovie-loading-wave {
  0% {
    background-size: 10px 10px, 10px 10px, 10px 10px;
    opacity: 0.4;
  }
  16.66% {
    background-size: 14px 14px, 10px 10px, 10px 10px;
    opacity: 1;
  }
  33.33% {
    background-size: 10px 10px, 14px 14px, 10px 10px;
    opacity: 1;
  }
  50% {
    background-size: 10px 10px, 10px 10px, 14px 14px;
    opacity: 1;
  }
  66.66% {
    background-size: 10px 10px, 10px 10px, 10px 10px;
    opacity: 0.4;
  }
  100% {
    background-size: 10px 10px, 10px 10px, 10px 10px;
    opacity: 0.4;
  }
}

.pmovie__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 2;
}

.pmovie__player-footer {
  padding: 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pmovie__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pmovie__share .ya-share2 {
  margin: 0;
}

.pmovie__share .pmovie__actions {
  margin: 0;
}

.pmovie__share .pmovie__complaint a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 14px;
  color: #ff4444;
  background: rgba(255, 68, 68, 0.1);
  border: 1px solid rgba(255, 68, 68, 0.3);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
  margin: 0;
  margin-left: auto;
}

.pmovie__share .pmovie__complaint a:hover {
  background: rgba(255, 68, 68, 0.2);
  border-color: rgba(255, 68, 68, 0.5);
  opacity: 1;
}

.pmovie__share .pmovie__complaint span {
  display: block;
}

/* Caption */
.pmovie__caption {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #bbb;
  text-align: center;
  line-height: 1.6;
}

/* Comments */
.pmovie__comments {
  margin-bottom: 32px;
}

.pmovie__comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 16px;
}

.pmovie__comments-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.pmovie__comments-toggle {
  padding: 8px 18px;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.pmovie__comments-toggle:hover {
  background: rgba(0, 186, 228, 0.9);
}

.pmovie__comments-form {
  margin-bottom: 16px;
}

.pmovie__comments-body {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px;
}

.pmovie__comments-body--empty {
  padding: 50px 18px;
  text-align: center;
}

.pmovie__comments-empty {
  color: #888;
  font-size: 14px;
}

/* Related */
.pmovie__related {
  margin-bottom: 32px;
}

.pmovie__related-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.pmovie__related-grid {
  gap: 20px;
}

/* Responsive */
@media screen and (max-width: 950px) {
  .pmovie__info {
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 760px) {
  .pmovie {
    padding: 16px;
  }

  .pmovie__title {
    font-size: 24px;
  }

  .pmovie__info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pmovie__poster-section {
    max-width: 280px;
    margin: 0 auto;
  }

  .pmovie__poster-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .pmovie__poster {
    width: 100%;
    flex-shrink: 0;
  }

  .pmovie__badges-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    align-items: flex-start;
  }

  .pmovie__badge--mobile {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
  }

  .pmovie__badge--mobile.pmovie__badge--age {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .pmovie__ratings--mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    width: 100%;
  }

  .pmovie__ratings--mobile .pmovie__rating {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 6px 10px;
    min-width: auto;
  }

  .pmovie__details {
    gap: 16px;
  }

  .pmovie__meta-row {
    grid-template-columns: 80px 1fr;
    gap: 10px;
  }

  .pmovie__player-header {
    padding: 12px 16px;
  }

  .pmovie__tabs {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
  }

  .pmovie__tabs::-webkit-scrollbar {
    display: none;
  }

  .pmovie__video {
    padding-top: 65%;
  }

  .pmovie__player-footer {
    padding: 12px 16px;
    gap: 12px;
  }

  .pmovie__share {
    gap: 16px;
  }

  .pmovie__caption {
    font-size: 12px;
  }

  .pmovie__comments-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .pmovie__comments-toggle {
    width: 100%;
  }
}

@media screen and (max-width: 590px) {
  .pmovie {
    padding: 12px;
  }

  .pmovie__title {
    font-size: 20px;
  }

  .pmovie__poster-section {
    max-width: none;
  }

  .pmovie__poster-wrapper {
    max-width: 100%;
  }

  .pmovie__poster {
    max-width: 140px;
    flex-shrink: 0;
  }

  .pmovie__description {
    font-size: 14px;
  }

  .pmovie__related-title {
    font-size: 20px;
  }
}

.soc-channels__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 20px 0 55px;
  height: 40px;
  overflow: hidden;
  background-color: #2daae1;
  color: #fff !important;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 4px;
}
.soc-channels__item div {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  margin-top: -1px;
}
.vk {
  background-color: #1877f2;
  color: #fff;
}
.yt {
  background-color: #df1111;
  color: #fff;
}
.soc-channels__item + .soc-channels__item {
  margin-top: 10px;
}
.soc-channels__item::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.tlg::before {
  background-image: url(../images/i-tlg.svg);
  background-size: 16px;
}
.vk::before {
  background-image: url(../images/i-vk.svg);
}
.yt::before {
  background-image: url(../images/i-youtube.svg);
}

.page__tags {
  margin: 20px 0;
  margin-right: -16px;
  font-size: 0;
}
.page__tags .fas {
  height: 30px;
  line-height: 30px;
  margin: 10px 10px 0 0;
  font-size: 16px;
  opacity: 0.6;
}
.page__tags a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 30px;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px 10px 0 0;
  color: var(--tt);
  border: 1px solid var(--bdc);
  box-shadow: inset 0 0 0 1px var(--bdc-lighter);
}
.page__tags a:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {
  line-height: 1.7;
  font-size: 14px;
  word-wrap: break-word;
}
.full-text a {
  text-decoration: underline;
  color: #5278b1;
}
.full-text img:not(.emoji),
.full-text p,
.full-text h1,
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5,
.full-text > ul,
.full-text > ol,
.full-text table,
.page__title {
  margin-bottom: 20px;
}
.full-text > img[style*='left'],
.full-text > .highslide img[style*='left'] {
  margin: 0 10px 10px 0;
}
.full-text > img[style*='right'],
.full-text > .highslide img[style*='right'] {
  margin: 0 0 10px 10px;
}
.full-text > ul li,
.full-text > ol li {
  padding-left: 60px;
  position: relative;
}
.full-text > ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 3px solid var(--accent);
  position: absolute;
  top: 5px;
  left: 34px;
}
.full-text > ol {
  counter-reset: num;
}
.full-text > ol li:before {
  content: counter(num);
  counter-increment: num;
  background-color: var(--accent);
  color: #fff;
  position: absolute;
  top: -2px;
  left: 17px;
  width: 24px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 6px;
  box-sizing: border-box;
}
.full-text > ol li:after {
  content: '';
  border: 10px solid transparent;
  border-left-color: var(--accent);
  position: absolute;
  left: 41px;
  top: -2px;
  transform: scale(0.66, 1.5);
  transform-origin: 0 0;
}
.full-text > ul li + li,
.full-text > ol li + li {
  margin-top: 10px;
}
.full-text table,
.video-inside > * {
  width: 100%;
}
.full-text table tr td {
  padding: 10px;
  border: 2px solid #fff;
}
.full-text table tr:nth-child(2n + 1) {
  background-color: #f2f6f9;
}
.full-text table tr:nth-child(1) {
  background-color: #cee0ed;
}
.full-text table img:not(.emoji) {
  margin: 0;
  max-width: 350px;
}
.full-text > *:last-child {
  margin-bottom: 0;
}
.video-responsive {
  padding-top: 60%;
  position: relative;
}
.video-responsive > iframe,
.video-responsive > video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.full-text h1,
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
  font-size: 21px;
}
.full-text iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

/* COMMENTS
----------------------------------------------- */
.page__comments {
  margin: 0;
  padding-top: 20px;
}
.page__comments-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--tt-lighter);
  margin-bottom: 20px;
}
.page__comments-info {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: -15px;
  color: var(--tt-darker-2);
  line-height: 1.5;
}
.page__comments-info .fas {
  color: #eb4d4b;
  margin-right: 6px;
}
.page__comments-header {
  position: relative;
  padding-right: 130px;
}
.page__comments-btn {
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: 1px 1px 2px black;
}
.page__comments-list {
  padding: 0;
}
.page__comments-list--not-comments {
  padding: 0;
  border: 0;
}
.add-comments-form.form {
  padding: 0;
  margin-bottom: 20px;
}
.add-comments-form .form__input,
.add-comments-form__input,
.add-comments-form .form__textarea-inside textarea,
.mass_comments_action select {
  border-radius: 0;
}
.add-comments-form__input {
  margin-left: 20px;
}
.add-comments-form .d-none123,
.comments_subscribe + br {
  display: none;
}
.mass_comments_action {
  display: flex;
  align-items: center;
  max-width: 800px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.mass_comments_action select {
  flex: 1 1 0;
  margin: 0 -8px 0 20px;
}
.mass_comments_action .bbcodes {
  border-radius: 0;
  padding: 0 10px;
}

.comment-item__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.comment-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--bdc);
  box-shadow: 0 1px var(--bdc-lighter);
}
.comment-item__img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-item__letter {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: #fff;
  font-size: 18px;
}
.comment-item__author,
.comment-item__author a {
  font-weight: 600;
  font-size: 14px;
  color: var(--tt);
}
.comment-item__date {
  color: var(--tt-darker-2);
  margin-top: 4px;
  font-size: 12px;
}
.comment-item__main {
  margin: 8px 0 6px 0;
  font-size: 15px;
}
.comment-item__rating {
  white-space: nowrap;
  font-size: 14px;
}
.comment-item__rating a {
  margin-left: 6px;
  color: var(--tt);
}
.comment-item__rating a > span:first-child {
  color: #6ab04c;
  margin-right: 2px;
  color: var(--tt-darker);
}
.comment-item__rating a:last-child > span:first-child {
  color: #eb4d4b;
  color: var(--tt-darker);
}
.comment-item__reply a {
  font-size: 12px;
  margin-right: 20px;
  color: var(--tt-darker-2);
}
.comment-item__reply a .fas {
  margin-left: 5px;
}
.comment-item__reply + .comment-item__reply a .fas {
  margin-left: 0;
  margin-right: 5px;
}
.comment-item__controls {
  text-align: right;
  font-size: 12px;
  margin-right: -15px;
}
.comment-item__controls li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  height: 16px;
  line-height: 16px;
}
.comment-item__controls a:not(:hover) {
  color: var(--tt-darker-2);
}
.comment-item__footer a:hover {
  text-decoration: underline;
}
.comment-item__rating a:hover > span:first-child {
  text-decoration: none;
}
.comment-item__controls .checkbox {
  transform: scale(0.8, 0.8);
  margin-left: 5px;
}

/* LOGIN
----------------------------------------------- */
.login {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background-color: var(--ui-bg);
  border-radius: 4px;
  width: 400px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 15px 45px rgba(0, 0, 0, 1);
}
.login__header {
  padding: 20px 40px;
  background-color: var(--ui-bg-darker);
}
.login__title {
  font-size: 18px;
  font-weight: 600;
  padding: 1px 0;
  text-transform: capitalize;
  color: var(--tt-lighter);
}
.login__close {
  cursor: pointer;
  font-size: 24px;
  opacity: 1;
  margin-left: 20px;
}
.login__title a {
  border-bottom: 1px dotted var(--tt);
  margin-left: 10px;
  font-weight: 400;
  color: var(--tt);
}
.login__content {
  padding: 20px 40px;
}
.login__row {
  margin-bottom: 20px;
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--tt);
}
.login__caption {
  font-size: 14px;
  color: var(--tt-lighter);
  margin-bottom: 10px;
}
.login__caption a {
  text-decoration: underline;
  margin-left: 6px;
  color: var(--accent-3);
}
.login__input input {
  padding-left: 40px;
}
.login__row .fas {
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.login__row button {
  width: 100%;
}
.login__social {
  background-color: var(--ui-bg-darker);
  padding: 20px 40px;
  text-align: center;
}
.login__social-caption {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.login__social-btns a {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}
.login__social-btns img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.login__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.login__menu {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: -10px;
}
.login__menu li {
  flex: 1 1 0;
  min-width: auto;
  max-width: 100%;
  margin: 0 5px 10px 5px;
}
.login__menu a {
  display: block;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  background-color: var(--ui-bg-darker);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 13px;
}
.login__menu .fas {
  display: block;
  height: 30px;
  font-size: 24px;
  opacity: 0.3;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
  width: 100%;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 10px;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-loaded,
.owl-carousel.owl-loading,
.no-js .owl-carousel {
  display: block;
  opacity: 1;
}
.owl-carousel.owl-drag .owl-item {
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 600ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
}
.owl-prev,
.owl-next {
  display: flex;
  cursor: pointer;
  box-shadow: var(--bsh-2);
  width: 40px;
  height: 40px;
  background-color: var(--bg);
  color: var(--tt);
  position: absolute;
  left: -60px;
  top: 0;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
}
.owl-prev {
  margin-bottom: -40px;
}
.owl-next {
  background-color: var(--accent);
  color: #fff;
  margin-top: -40px;
}
.owl-prev:hover,
.owl-next:hover {
  background-color: var(--accent);
  color: #fff;
}
.owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}
.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--bg-lighter);
  margin: 0 5px;
}
.owl-dot.active,
.owl-dot:hover {
  background: var(--accent);
}

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000;
  cursor: pointer;
  display: none;
}
.mobile-menu {
  width: 340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 20px;
  z-index: 999;
  position: fixed;
  left: -380px;
  top: 0;
  transition: left 0.4s;
  background-color: var(--bg-lightest);
  color: var(--tt);
}
.mobile-menu.is-active {
  left: 0;
}
.mobile-menu-close {
  cursor: pointer;
  display: block;
  left: 340px;
  top: -40px;
  position: fixed;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  background-color: #e84e36;
  color: #fff;
  transition: top 0.4s, opacity 0.4s;
}
.mobile-menu-close.is-active {
  top: 0px;
  opacity: 1;
}
body.mobile-menu-is-opened {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mobile-menu .header__menu {
  margin: 0;
  padding: 10px 20px;
  display: block;
  background: var(--bg-3);
  width: calc(100% + 40px);
  margin: -10px -20px 25px -20px;
  max-width: none;
}
.mobile-menu .header__menu > li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobile-menu .header__menu > li > a {
  height: 40px;
}

@media screen and (max-width: 1220px) {
  .sect__header {
    padding-top: 0;
  }
  .page__comments-header {
    padding-right: 0;
  }
  .page__comments-btn {
    position: relative;
    margin-bottom: 10px;
  }
  body {
    background-image: none;
  }
  .funserials_wrapper {
    overflow: hidden;
    background-size: 140% auto;
  }
  .funserials_wrapper-container {
    max-width: 1000px;
  }
  .header__menu,
  .header__link,
  .col-side .js-this-in-mobile-menu {
    display: none;
  }
  .funser_header {
    height: 60px;
    padding: 0 15px;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .funser_logo {
    flex-shrink: 0;
  }

  .header__search {
    flex: 1;
    max-width: none;
    margin: 0 10px;
  }

  .header__nav {
    flex-shrink: 0;
  }

  .header__btn {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }

  .header__link {
    font-size: 12px;
    padding: 4px 8px;
  }
  .header__search {
    margin: 0;
    margin-right: 20px;
    width: 240px;
  }
  .header__logo {
    margin: 0 var(--mobindent);
  }
  .header__btn-menu {
    display: flex;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 var(--indent);
  }
  .content,
  .carou,
  .col-side,
  .carou__menu li a {
    border-radius: 0;
  }
  .cols,
  .carou {
    border-left: 0;
    border-right: 0;
  }
  .carou {
    padding: 20px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .carou__menu li {
    flex-grow: 1;
    white-space: nowrap;
    min-width: auto;
    max-width: 100%;
  }
  .carou__content > .top {
    width: calc((100% - 100px) / 6);
  }
  .col-side {
    width: 100%;
    order: 10;
    padding-top: 0;
  }
  .site-desc,
  .footer {
    padding-left: var(--indent);
    padding-right: var(--indent);
  }
  .footer {
    justify-content: center;
    text-align: center;
  }
  .footer__text {
    min-width: 100%;
    margin: 20px 0;
  }
  #scrolltop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 950px) {
  .funserials_wrapper-container {
    max-width: 768px;
  }
  .carou__content > .top {
    width: calc((100% - 80px) / 5);
  }
  .header__search {
    width: 100%;
    margin: 5px 10px 5px 10px;
  }
  .funser_header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header__btn-menu {
    margin-left: 10px;
  }
  .speedbar {
    margin: 0px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 355px;
  }

  .page__subcol-side2,
  .page__col-side {
    width: 100%;
    margin: 0;
    margin-top: 5px;
  }
  .pmovie__header-list li + li {
    margin-top: 5px;
  }
}

@media screen and (max-width: 760px) {
  .funserials_wrapper-container {
    max-width: 640px;
  }
  .carou__content > .top {
    width: calc((100% - 40px) / 3);
  }
  .sect__btn-filter {
    font-size: 0;
    margin-left: 10px;
  }
  .sect__btn-filter::before {
    content: attr(data-text);
    font-size: 12px;
    margin-right: -20px;
  }

  .page__header {
    padding: 0;
  }
  .pmovie__bottom {
    margin: 0;
    margin-top: 20px;
  }
  .pmovie__bottom .card__ratings {
    gap: 20px 20px;
  }
  .pmovie__bottom .card__rating-ext {
    margin: 0;
  }
  .pmovie__share {
    text-align: center;
    min-width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .pmovie__related .poster:nth-child(5n),
  .page__comments-info {
    display: none;
  }

  .page__text .quote {
    margin-left: var(--indent-negative);
    margin-right: var(--indent-negative);
    padding-right: var(--indent);
  }
  .full-text h1,
  .full-text h2,
  .full-text h3,
  .full-text h4,
  .full-text h5 {
    font-size: 18px;
  }

  .add-comments-form__input {
    min-width: 100%;
    margin: 0 0 10px 0;
  }
  .add-comments-form__btn {
    width: 100%;
    order: 10;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
  .add-comments-form .form__row--protect .form__caption {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .mass_comments_action,
  .comment-item__controls,
  .comment-item__rating-caption {
    display: none;
  }
}

@media screen and (max-width: 590px) {
  .funserials_wrapper-container {
    max-width: 480px;
    padding-top: 0px;
  }
  .login {
    max-width: 90%;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .login__header,
  .login__content,
  .login__social,
  .pages-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .carou__content > .top {
    width: calc((100% - 40px) / 3);
  }
  .funser_header {
    margin-bottom: 0;
    box-shadow: none;
    height: fit-content;
  }
  .funser_header .header__btn {
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 10px auto auto;
  }
  .funser_header .header__btn::before {
    content: '\f007';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    line-height: 1;
  }
  .pagination__btn-loader a,
  .pagination__btn-loader > span {
    max-width: 100%;
    height: 48px;
    padding: 0 28px;
    font-size: 13px;
  }

  .pagination__pages {
    gap: 8px;
  }

  .pagination__pages a,
  .pagination__pages span {
    min-width: 44px;
    height: 44px;
    font-size: 14px;
    padding: 0 12px;
  }
  .footer .btn {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .carou__menu a {
    padding: 10px;
    font-size: 13px;
    border-right: 0;
  }
  .funserials_wrapper {
    background-image: none;
  }

  .page__header {
    text-align: center;
  }
  .page__subcols {
    display: block;
    position: relative;
    margin: 0;
  }
  .page__subcol-side {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page__subcol-main {
    display: grid;
  }
  .pmovie__bottom {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    margin: 0;
    align-self: start;
  }
  .pmovie__complaint2,
  .pmovie__player-bottom .card__rating-ext {
    display: none;
  }
  .pmovie__subinfo {
    width: 100%;
    padding-top: 5px;
  }
  .pmovie__subinfo::before {
    content: '';
    display: table;
    clear: both;
    width: 100%;
  }
  .tabs-block__select span {
    flex: 1 1 0;
    min-width: auto;
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
  }
  .pmovie__related .poster:nth-child(5n) {
    display: block;
  }
}

@media screen and (max-width: 470px) {
  .col-main {
    padding: var(--mobindent);
    width: 100%;
  }
  .wrapper-container22 {
    max-width: 360px;
  }
  .carou__content > .top {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .top__desc {
    padding: 10px;
    font-size: 13px;
  }
  .header__logo {
    flex: 1 1 0;
    min-width: 165px;
    max-width: 50%;
  }
  .header__logo > * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header__logo .logo__title {
    font-size: 18px;
  }
  .funser_logo img {
    width: 25px;
    vertical-align: middle;
  }
  .header__login {
    display: none;
  }
  .sect__title {
    font-size: 20px;
  }
  .site-desc img {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    display: none;
  }
  .mobile-menu {
    width: 100%;
    left: -120vw;
  }
  .mobile-menu-close {
    left: calc(100% - 40px);
  }

  .pmovie__year {
    grid-column: 1 / -1;
  }
  .pmovie__ratings {
    margin-top: 0;
  }
  .pmovie__bottom {
    grid-row: 2 / 3;
  }
  .pmovie__related .poster:nth-child(5n) {
    display: none;
  }
  .pmovie__player-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pmovie__actions {
    gap: 5px;
  }
  .pmovie__share {
    gap: 5px;
  }
  .footer__logo {
    margin-right: 0px;
  }
}

.filter-block {
  margin-bottom: 30px;
}
.filter-block__form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 10px 10px;
}
.filter-block__cell--full-width {
  grid-column: 1 / -1;
}
.filter-block__cell-caption {
  margin-bottom: 10px;
}
.filter-block__cell-content > * {
  width: 100%;
  display: block;
}
.filter-block__cell-content--two-columns {
  display: flex;
  justify-content: space-between;
}
.filter-block__cell-content--two-columns > * {
  width: calc((100% - 10px) / 2) !important;
}
.filter-block__cell-content select,
.filter-block__cell-content input[type='text'],
.filter-block__cell-content--check-group {
  height: 36px;
  line-height: 34px;
  background-position: right 8px top 50%;
  background-color: var(--bg-darker);
  color: var(--tt);
  border: 1px solid var(--bg-black);
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  padding: 0 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-block__cell-content select {
  padding: 0 8px 0 4px;
}
.filter-block__cell-content input[type='text']::placeholder {
  opacity: 1;
  color: var(--tt);
  font-size: 14px;
}
.filter-block__cell-content input[type='text']:focus::placeholder {
  opacity: 0;
}
.filter-block__cell-content label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.filter-block__cell-content label input {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  background-color: var(--bg-darker);
  cursor: pointer;
  transition: all 0.2s linear;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.filter-block__cell-content label input::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 10px;
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: var(--bg);
  transition: all 0.2s linear;
}
.filter-block__cell-content label input:checked {
  background-color: #6ab04c;
}
.filter-block__cell-content label input:checked::before {
  left: 21px;
}
.filter-block__cell-content input[type='button'],
.filter-block__cell-content button {
  cursor: pointer;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  padding: 0 10px;
  box-shadow: none;
  border-radius: 4px;
}
.filter-block__cell-content input[type='button'][data-dlefilter='reset'] {
  background: var(--bg-darker);
  color: var(--tt);
}
.filter-block__cell-content--check-group label {
  padding: 0;
  text-align: center;
  white-space: nowrap;
  flex: 1 1 0;
  min-width: 30px;
  max-width: 100%;
  background: var(--bg);
}
.filter-block__cell-content--check-group label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.filter-block__cell-content--check-group {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.filter-block__cell-content--check-group label + label {
  border-left: 1px solid var(--bg-darker);
}
.filter-block__cell-content--check-group label div {
  height: 36px;
  font-size: 13px;
}
.filter-block__cell-content--check-group label input:checked + div {
  background-color: var(--bg-darker);
  color: var(--tt);
}

.flexul {
  display: flex;
  flex-direction: column;
}

.logofoot {
  color: var(--ui-text-color-on-accent);
}

.desc-lord {
  position: relative;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #111;
  height: 70px;
  overflow: hidden;
}

.th-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 11;
}

.th-rate:before {
  content: attr(data-text);
  display: inline;
  margin-right: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
.th-rate-kp {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
  background: url(../images/kp.svg) 0px 5px / 15px no-repeat;
  padding-left: 17px;
  padding-top: 4px;
}
.th-rate-imdb {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
  background: url(../images/imdb.svg) 0px 5px / 15px no-repeat;
  padding-left: 17px;
  padding-top: 4px;
}
.th-rates {
  min-height: 20px;
}

.sh-title-kinoman {
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sh-year-lord {
  font-size: 12px;
  position: absolute;
  left: 70px;
  font-weight: bold;
  bottom: 10px;
}

@media screen and (max-width: 590px) {
  .flexul {
    display: block;
    width: 100%;
  }
}

/* для кнопки скрытия */
.limiter {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.limiter .hid-text {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 217, 29, 0), var(--bg) 90%);
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}
.read-more-checker {
  opacity: 0;
  position: absolute;
}
.read-more-checker:checked ~ .limiter {
  max-height: none;
  transition: height 0.3s;
}
.read-more-checker:checked ~ .limiter .hid-text {
  opacity: 0;
  transition: linear 0.3s;
}
.read-more-checker ~ .read-more-button:before {
  content: 'Показать полностью »';
}
.read-more-checker:checked ~ .read-more-button:before {
  content: 'Свернуть «';
}
.read-more-button {
  cursor: pointer;
  display: inline-block;
  color: var(--tt-lighter);
  text-decoration: underline;
}
/* для кнопки скрытия */

.catdesc {
  margin-top: 15px;
}
.podborki {
  padding: 30px;
  background: var(--ui-bg-accent);
  padding-top: 20px;
}
.podborki-menu {
  text-align: center;
}
.podborki li {
  display: inline-block;
  width: 150px;
  border-radius: 15px;
  overflow: hidden;
}
.podborki-head {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  color: var(--tt-lighter);
}

.headline {
  margin-top: 15px;
}
.poster_search {
  max-width: 90px;
  float: left;
  padding: 10px;
  padding-top: 0px;
  padding-left: 0;
}

.category_wrap {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
  padding-top: 15px;
}

.category__list {
  display: grid;
  grid-template-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
}

.category__item a {
  background: #00bae4;
  text-align: center;
  padding: 5px 15px;
  transition: padding 0.3s;
  border-radius: 15px;
  text-shadow: 1px 1px 2px black;
}
.category__item a:hover {
  padding: 8px 20px;
}

/* Меню категорий */
.cat_menu a {
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 15px;
  transition: all 0.3s;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cat_menu li {
  width: 180px;
  margin: auto;
}

.cat_menu a:hover {
  box-shadow: inset 0 -2px 0px #00bae4;
}

.cat_menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cat_block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  background: #000;
  list-style: none;
}

.catlist {
  height: 50px;
}
.extra_block {
  max-height: 200px;
}
.podborki_block {
  max-height: 400px;
}
.podborki_block a {
  padding: 8px;
}
.extra_catlist {
  max-height: 0px;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  z-index: 9999;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top: 3px solid #00bae4;
}
.open {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
}

.extra_block {
  height: 200px;
}
/* Меню категорий */

/* MODERN CARDS STYLES - MINIMALIST
----------------------------------------------- */
.modern-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  overflow: hidden;
  height: 100%;
  transition: opacity 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .modern-card:hover {
    opacity: 0.8;
  }
}

.modern-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* Poster Section */
.modern-card__poster {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #0a0a0a;
}

.modern-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Badges */
.modern-card__badges {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.modern-card__status {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 2px;
  text-transform: uppercase;
}

.modern-card__status--completed {
  background: #22c55e;
  color: #fff;
}

.modern-card__status--ongoing {
  background: #3b82f6;
  color: #fff;
}

.modern-card__age {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 2px;
  backdrop-filter: blur(4px);
}

/* Ratings */
.modern-card__ratings {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.modern-card__rating {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 2px;
  backdrop-filter: blur(4px);
}

.modern-card__rating--imdb {
  color: #ffc107;
}

.modern-card__rating--kp {
  color: #ff6600;
}

/* Content Section */
.modern-card__content {
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 60px;
  flex-shrink: 0;
}

.modern-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

.modern-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
  flex-shrink: 0;
}

.modern-card__year {
  font-weight: 400;
  flex-shrink: 0;
}

.modern-card__genre {
  font-weight: 400;
  opacity: 0.8;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.modern-card__meta a {
  color: inherit;
  text-decoration: none;
}

/* Cards container */
.modern-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  align-items: stretch;
}

.modern-cards-grid > .modern-card {
  flex: 1 1 calc((100% - 20px * 4) / 5);
  max-width: calc((100% - 20px * 4) / 5);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .modern-cards-grid {
    gap: 16px;
  }
  .modern-cards-grid > .modern-card {
    flex: 1 1 calc((100% - 16px * 3) / 4);
    max-width: calc((100% - 16px * 3) / 4);
  }
}

@media (max-width: 768px) {
  .modern-cards-grid {
    gap: 15px;
  }
  .modern-cards-grid > .modern-card {
    flex: 1 1 calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
  }

  .modern-card__content {
    padding: 10px 0 0;
    height: 55px;
  }

  .modern-card__title {
    font-size: 13px;
  }

  .modern-card__meta {
    font-size: 12px;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .modern-cards-grid {
    gap: 12px;
  }
  .modern-cards-grid > .modern-card {
    flex: 1 1 calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
  }

  .modern-card__content {
    padding: 8px 0 0;
    height: 50px;
    gap: 4px;
  }

  .modern-card__title {
    font-size: 12px;
  }

  .modern-card__meta {
    font-size: 12px;
    gap: 4px;
  }

  .modern-card__badges {
    top: 6px;
    left: 6px;
    gap: 4px;
  }

  .modern-card__status,
  .modern-card__age {
    padding: 2px 6px;
    font-size: 12px;
  }

  .modern-card__ratings {
    bottom: 6px;
    right: 6px;
    gap: 4px;
  }

  .modern-card__rating {
    padding: 3px 6px;
    font-size: 12px;
  }
}

/* Animation for loading */
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes glow {
  0%,
  100% {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 12px 40px rgba(0, 186, 228, 0.2),
      0 6px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
}

/* MODERN MOVIE PAGE STYLES
----------------------------------------------- */

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Movie Page */
.movie-page {
  background: var(--bg-black);
  color: var(--tt-lighter-2);
  min-height: 100vh;
}

/* Hero Section */
.movie-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.movie-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    var(--bg-darker) 0%,
    var(--bg-black) 100%
  );
  z-index: 1;
}

.movie-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 2;
}

.movie-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 4rem 0;
}

.movie-hero__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
  align-items: start;
}

/* Poster */
.movie-hero__poster {
  position: sticky;
  top: 2rem;
}

.poster-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.poster-container:hover {
  transform: translateY(-5px);
}

.poster-image {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  display: block;
}

.poster-badges {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.quality-badge {
  background: var(--accent);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 186, 228, 0.3);
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #ff6b6b;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 2px solid #ff6b6b;
  transition: all 0.3s ease;
}

/* Movie Info */
.movie-hero__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.movie-hero__header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.movie-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--tt-lighter-2);
  margin: 0;
  line-height: 1.1;
  flex: 1;
  min-width: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.movie-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--tt);
  margin: 0.5rem 0 0 0;
  font-style: italic;
  opacity: 0.9;
}

.edit-btn {
  background: var(--accent);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 186, 228, 0.3);
}

.edit-btn:hover {
  background: var(--accent-darker);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 186, 228, 0.4);
}

/* Quick Info */
.movie-quick-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.info-label {
  font-size: 0.8rem;
  color: var(--tt);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.info-value {
  color: var(--tt-lighter-2);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

/* Ratings */
.movie-ratings {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.rating-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.rating-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.rating-icon {
  flex-shrink: 0;
}

.rating-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.rating-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tt-lighter-2);
}

.rating-label {
  font-size: 0.8rem;
  color: var(--tt);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.rating-kp .rating-value {
  color: #ff6b35;
}

.rating-imdb .rating-value {
  color: #f5c518;
}

/* Action Buttons */
.movie-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.btn:hover::before {
  left: 100%;
}

.btn-primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 4px 12px rgba(0, 186, 228, 0.3);
}

.btn-primary:hover {
  background: var(--accent-darker);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 186, 228, 0.4);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--tt-lighter-2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.btn-icon {
  padding: 0.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--tt-lighter-2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.btn-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Main Content */
.movie-main {
  padding: 4rem 0;
}

.movie-main__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* Section Titles */
.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tt-lighter-2);
  margin: 0 0 1.5rem 0;
  position: relative;
  padding-bottom: 0.5rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

/* Movie Details */
.movie-details {
  margin-bottom: 3rem;
}

.details-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  background: var(--bg-darker);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.detail-row:hover {
  background: var(--bg-lighter);
  transform: translateX(5px);
}

.detail-label {
  font-size: 0.9rem;
  color: var(--tt);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 120px;
  flex-shrink: 0;
}

.detail-value {
  color: var(--tt-lighter-2);
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  flex: 1;
}

/* Description */
.movie-description {
  margin-bottom: 3rem;
}

.description-content {
  color: var(--tt-lighter-2);
  line-height: 1.7;
  font-size: 1.1rem;
  background: var(--bg-darker);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* User Rating */
.user-rating {
  margin-bottom: 2rem;
}

.rating-controls {
  display: flex;
  gap: 1rem;
}

.rating-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  background: var(--bg-darker);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--tt-lighter-2);
}

.rating-btn--like:hover {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border-color: #22c55e;
  transform: translateY(-2px);
}

.rating-btn--dislike:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border-color: #ef4444;
  transform: translateY(-2px);
}

.rating-count {
  font-weight: 700;
}

/* Share */
.movie-share {
  margin-bottom: 2rem;
}

.share-buttons {
  background: var(--bg-darker);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Player Section */
.player-section {
  padding: 4rem 0;
  background: var(--bg-darker);
}

.player-wrapper {
  background: var(--bg-black);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.player-header {
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.player-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tt-lighter-2);
  margin: 0 0 1.5rem 0;
}

.player-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.player-tabs {
  display: flex;
  gap: 0.5rem;
}

.tab-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: var(--tt);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  font-weight: 500;
}

.tab-btn:hover,
.tab-btn--active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
  transform: translateY(-1px);
}

.player-actions {
  display: flex;
  gap: 0.5rem;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--tt);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.complaint-btn:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border-color: #ef4444;
}

.player-content {
  position: relative;
}

.video-wrapper {
  position: relative;
}

.video-container {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--bg-black);
}

.video-container--active {
  display: block;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.player-footer {
  padding: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.player-description {
  color: var(--tt);
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  opacity: 0.8;
}

/* Comments Section */
.comments-section {
  padding: 4rem 0;
}

.comments-wrapper {
  background: var(--bg-darker);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.comments-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tt-lighter-2);
  margin: 0;
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-outline:hover {
  background: var(--accent);
  color: white;
  transform: translateY(-2px);
}

.comments-form {
  display: none;
  margin-bottom: 2rem;
  padding: 2rem;
  background: var(--bg-black);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.comments-form.js-comments-form--active {
  display: block;
}

.comments-list {
  background: var(--bg-black);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.comments-list--empty {
  padding: 3rem 2rem;
}

.empty-comments {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.empty-icon {
  font-size: 3rem;
  color: var(--tt);
  opacity: 0.5;
}

.empty-text h4 {
  font-size: 1.25rem;
  color: var(--tt-lighter-2);
  margin: 0 0 0.5rem 0;
}

.empty-text p {
  color: var(--tt);
  margin: 0;
  opacity: 0.8;
}

/* Related Section */
.related-section {
  padding: 4rem 0;
}

.related-wrapper {
  background: var(--bg-darker);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.related-header {
  margin-bottom: 2rem;
}

.related-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tt-lighter-2);
  margin: 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .movie-hero__grid {
    grid-template-columns: 250px 1fr;
    gap: 2rem;
  }

  .movie-main__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .movie-hero {
    min-height: 60vh;
  }

  .movie-hero__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .movie-hero__poster {
    position: static;
    max-width: 300px;
    margin: 0 auto;
  }

  .movie-title {
    font-size: 2rem;
  }

  .movie-quick-info {
    grid-template-columns: 1fr;
  }

  .movie-actions {
    justify-content: center;
  }

  .player-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .player-tabs {
    justify-content: center;
  }

  .comments-header {
    flex-direction: column;
    align-items: stretch;
  }

  .related-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 0.5rem;
  }

  .movie-hero {
    min-height: 50vh;
  }

  .movie-hero__content {
    padding: 2rem 0;
  }

  .movie-title {
    font-size: 1.5rem;
  }

  .movie-actions {
    flex-direction: column;
  }

  .btn {
    justify-content: center;
  }

  .player-header,
  .player-footer {
    padding: 1rem;
  }

  .comments-wrapper,
  .related-wrapper {
    padding: 1rem;
  }
}

/* Loading state */
.modern-card__image[src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"]
{
  background: linear-gradient(90deg, #0a0a0a 25%, #1a1a1a 50%, #0a0a0a 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

/* Focus states - removed */

#fullsearch {
  width: 100%;
}
