.fixed {
  position: fixed;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bg-white {
  --tw-bg-opacity: 1;
/*  background-color: rgb(255 255 255 / var(--tw-bg-opacity)); */
}
.border-t {
  border-top-width: 1px;
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.z-50 {
  z-index: 50;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 5px;
  margin-bottom: 12px;
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.rounded-full {
  border-radius: 9999px;
}
.text-sm {
  font-size: 16px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 11px;
}
.py-1\.5 {
  padding-top: 5px;
  padding-bottom: 1px;
}
.w-5 {
  width: 1.25rem;
}
.py-2\.5 {
  padding-top: 4px;
  padding-bottom: 2px;
  background: var(--bg-2);  
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  background: var(--bg-2);
  max-width: 768px;
  
}
.h-5 {
  height: 1.25rem;
}
.w-5 {
  width: 1.25rem;
}
.justify-center {
  justify-content: center;
}



a.text-neutral-400:hover {
  background: var(--);
}

.podp-comm{
  padding-bottom: 10px;
}
.podp-comm input{
  margin-right: 5px;
}  


.episode-navigation {
  display: flex;
  gap: 20px;
  align-items: center;
/*    background: rgba(37, 37, 37, .8);
    padding: 20px 30px;*/
    border-radius: 12px;
/*    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);*/
width: 100%;
max-width: 100%;
/*    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    border: 1px solid rgba(255, 255, 255, .08);*/
    margin-bottom: 20px;
  }

  .episode-navigation a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(45, 45, 45, .6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);

    border: 1px solid rgba(255, 255, 255, .08);
    color: white !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
  }

  .episode-navigation a:hover {
    background: linear-gradient(135deg, #5ba0f2, #4689cd);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.3);
  }

  .episode-navigation a:active {
    transform: translateY(0);
  }

  .episode-navigation a:first-child::before {
    content: "←";
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
  }

  .episode-navigation a:last-child::after {
    content: "→";
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
  }

  .episode-divider {
    width: 1px;
    height: 30px;
    background: #444;
  }

  .current-episode {
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
  }

  @media (max-width: 600px) {
    .episode-navigation {
      gap: 10px;
/*        padding: 15px 20px;*/
}

.episode-divider {
  display: none;
}

.episode-navigation a {
  padding: 10px 15px;
  font-size: 13px;
  flex: 1;
}

.current-episode {
  display: none;
}
}


.video-responsive {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
  border: 1px solid rgb(53 53 53);
}

.video-responsive > iframe, .video-responsive > video {

  border-radius: 10px;
}
.pmovie__player-controls{
      display: flex;
    align-items: center;
}
.pmovie__complaint1 {

}

.pmovie__complaint1 a {
  color: #eb2121;
  border-bottom: 1px dotted #eb2121;
}/* Базовые стили */
.seasone-pages {
  position: relative;
  margin: 20px 0;
}

.seasone-pages-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.seasone-pages-scroll::-webkit-scrollbar {
  display: none;
}

.seasone-pages a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 100px;
  justify-content: center;
  text-decoration: none;
}

.seasone-pages a::after {
  content: 'cезон ';
}

/* СВЕТЛАЯ ТЕМА (по умолчанию) */
.seasone-pages a {
  background: #e0e0e0;
  color: #333;
}

.seasone-pages a:hover {
  background: #d0d0d0;
}

.seasone-pages a.active {
  background: linear-gradient(135deg, #4a90e2, #357abd);
  color: white;
}

.seasone-pages a.active:hover {
  background: linear-gradient(135deg, #5ba0f2, #4689cd);
}

/* Стрелки светлая тема */
.seasone-pages.has-left-scroll::before {
  content: '◀';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to left, transparent, #ffffff);
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 10px;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}

.seasone-pages.has-right-scroll::after {
  content: '▶';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to right, transparent, #ffffff);
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 10px;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}

/* ТЕМНАЯ ТЕМА (.lt-is-active) */
.lt-is-active .seasone-pages a {
  background: rgba(45, 45, 45, .6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  color: white;
  font-size: 14px;
}

.lt-is-active .seasone-pages a:hover {
  background: #555;
}

.lt-is-active .seasone-pages a.active {
  background: linear-gradient(135deg, #4a90e2, #357abd);
}

.lt-is-active .seasone-pages a.active:hover {
  background: linear-gradient(135deg, #5ba0f2, #4689cd);
}

/* Стрелки темная тема */
.lt-is-active .seasone-pages.has-left-scroll::before {
  background: linear-gradient(to left, transparent, #1f1f1f);
  color: #ff0000;
}

.lt-is-active .seasone-pages.has-right-scroll::after {
  background: linear-gradient(to right, transparent, #1f1f1f);
  color: #ff0000;
}

/* То же самое для серий */
.episode-pages {
  position: relative;
  margin: 20px 0;
}

.episode-pages-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.episode-pages-scroll::-webkit-scrollbar {
  display: none;
}

.episode-pages a {
  flex-shrink: 0;
  text-decoration: none;
  font-size: 14px;
}

.episode-pages a div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 100px;
  background: rgba(45, 45, 45, .6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  justify-content: center;
}

/* СВЕТЛАЯ ТЕМА - серии */
.episode-pages a div {
  background: #e0e0e0;
  color: #333;
}

.episode-pages a div:hover {
  background: #d0d0d0;
}

.episode-pages a div.active {
  background: linear-gradient(135deg, #4a90e2, #357abd);
  color: white;
}

.episode-pages a div.active:hover {
  background: linear-gradient(135deg, #5ba0f2, #4689cd);
}

/* Стрелки серии светлая тема */
.episode-pages.has-left-scroll::before {
  content: '◀';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to left, transparent, #ffffff);
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 10px;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}

.episode-pages.has-right-scroll::after {
  content: '▶';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to right, transparent, #ffffff);
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 10px;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}

/* ТЕМНАЯ ТЕМА - серии */
.lt-is-active .episode-pages a div {

  background: rgba(45, 45, 45, .6);
  color: white;
}

.lt-is-active .episode-pages a div:hover {
  background: #555;
}

.lt-is-active .episode-pages a div.active {
  background: linear-gradient(135deg, #4a90e2, #357abd);
}

.lt-is-active .episode-pages a div.active:hover {
  background: linear-gradient(135deg, #5ba0f2, #4689cd);
}

/* Стрелки серии темная тема */
.lt-is-active .episode-pages.has-left-scroll::before {
  background: linear-gradient(to left, transparent, #1f1f1f);
  color: #ff0000;
}

.lt-is-active .episode-pages.has-right-scroll::after {
  background: linear-gradient(to right, transparent, #1f1f1f);
  color: #ff0000;
}

.podp-comm.checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding-left: 48px;
  min-height: 20px;
}

.podp-comm.checkbox .form-check-input {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

.podp-comm.checkbox span {
  line-height: 1.2;
}

.podp-comm {
  padding-bottom: 0px;
  padding-left: 0px !important;
  display: flex;
  justify-content: space-between;
}

.page__bg {
  display: inherit;
}

.incomm {
  display: flex;
  justify-content: space-between;
}

.page__bg.fade-sides {
  -webkit-mask: 
  linear-gradient(to right, transparent 0%, transparent 50px, black 200px, black calc(100% - 200px), transparent calc(100% - 50px), transparent 100%),
  linear-gradient(to bottom, black 0%, black calc(100% - 150px), transparent 100%);
  -webkit-mask-composite: intersect;
  mask: 
  linear-gradient(to right, transparent 0%, transparent 50px, black 200px, black calc(100% - 200px), transparent calc(100% - 50px), transparent 100%),
  linear-gradient(to bottom, black 0%, black calc(100% - 150px), transparent 100%);
  mask-composite: intersect;
}

.page__bg {
  opacity: 0.5;
  border-radius: 0;
}

.page__bg {
  top: -60px;
}
.page__bg.fade-sides img {
  filter: blur(18px);
  transition: filter 0.3s ease;
}

@media (max-width: 768px) {
  .page__bg.fade-sides {
    -webkit-mask: none;
    mask: none;
    filter: none;
  }
  .pmovie__complaint1{
    margin-top: 5px;
  }
  .pmovie__player-controls {
    align-items: start;
  }

}

.pmovie__rating-likes {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  display: flex;
  gap: 10px;
}

.pmovie__rating-likes a {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 8px;
  padding: 12px;
  background: rgba(45, 45, 45, .6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
}

.pmovie__rating-likes a:first-child span:first-child {
  color: #22c55e; /* зеленая иконка */
}

.pmovie__rating-likes a:last-child span:first-child {
  color: #ef4444; /* красная иконка */
}

.pmovie__rating-likes a span:last-child {
  color: white; /* белые цифры */
}

.pmovie__rating-likes a span:first-child {
  font-size: 16px;
}

.pmovie__rating-likes a span:last-child {
  font-size: 14px;
  font-weight: 600;
}

.pmovie__rating-likes .fal {
  background-color: transparent!important;
}

#dlecomplaint textarea {
    margin-top: 15px;
}

.add-comments-form.form {
    display: inherit;
}
.lt-is-active .pmovie .pmovie__text, .pmovie .pmovie__text {
    margin-top: 0px;
}

.pmovie__wrapper {
    display: flex;
    gap: 40px;
}

.pmovie__col1 {
    flex: 1; /* узкая колонка */
}

.pmovie__col2 {
    flex: 2; /* широкая колонка */
}

.pmovie__col1 .item,
.pmovie__col2 .item {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
}

.pmovie__col1 .item .label,
.pmovie__col2 .item .label {
    font-weight: 600;
    
    color: #ffb831;
    font-size: 14px;
    display: inline;
    margin-right: 5px;
}

.pmovie__col1 .item .value,
.pmovie__col2 .item .value {
    color: var(--tt);
    display: inline;
}

@media (max-width: 768px) {
  .pmovie__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .incomm {
    display: block;
  }
  .podp-comm {
    padding-bottom: 20px;
  }
  .header__inner {
    margin: 0 20px;
  }
}

.add-comments-form .form__textarea-inside textarea{
  border-radius: 8px;
}

.item-poster__badges {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    gap: 4px;
    z-index: 2;
}

.item-poster__type {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    gap: 4px;
}

.item-poster__rate {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 2;
}

.badge {
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    color: white;
    line-height: 1;
}

.badge-season {
  background: #22c55e;
      border: 1px solid rgb(255 255 255 / 20%);
}

.badge-episode {
  background: #3b82f6;
      border: 1px solid rgb(255 255 255 / 20%);
}

.badge-type {
  background: rgb(255 255 255 / 30%);
  border: 1px solid rgb(255 255 255 / 20%);
  text-transform: capitalize;
}

.badge-4k {
    background: rgb(255 0 0 / 73%);
    border: 1px solid rgb(255 255 255 / 20%);
}

.badge-rate {
    background: rgb(255 198 59 / 25%);
    border: 1px solid rgb(255 255 255 / 20%);
}

/* Для темной темы */
.lt-is-active .badge {
    color: white;
}

/* На мобиле чуть меньше */
@media (max-width: 768px) {
    .badge {
        font-size: 10px;
        padding: 2px 5px;
    }
    
    .item-poster__badges {
        top: 6px;
        left: 6px;
        gap: 3px;
    }

    .item-poster__type {
        bottom: 6px;
        left: 6px;
    }
    .sect__title {
      margin-top: 0px;
    }

    .sect__header {
        margin-bottom: 20px;
    }
    .tail-select {
    font-size: 1em;
  }
    .sect__header--bordered, .pmovie__caption, .sect__menu {
      display: flex;
      text-align: center;
        justify-content: center;

    }
}

#dle-content, .grid-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 20px 30px;
}

.item-poster__title {
    font-weight: 400;
    font-size: 14px;
    white-space: normal;

}

.content {
    min-height: auto;
  }


.homesz {
  line-height: 1.6;
  font-size: 15px;
  color: var(--tt-fader-gray);
}  

.clamp-btn {
  justify-content: start;
}

.clamp-btn .btn {
  margin: 15px 0 0;
  height: auto;
  padding: 5px 10px;
  font-size: 12px;
}

.img-fit-cover img {
    border-radius: 8px;
}  

.item-poster__img {
    border-radius: 8px;
}

.item-poster__img {
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 13%);
    border: 1px solid rgb(255 255 255 / 5%);
  }

.header__login-btn--logged {
    padding: 0;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.bgs-series {
    color: #ccc;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    max-width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 10px 10px;
    height: auto;
    line-height: normal;
    position: absolute;
    font-size: 13px;
}  

.sect__link {
  margin-top: 0px;
}

.filter-block {
    margin-top: auto;
    flex-grow: 1;
    min-height: auto;
}

.filter-block__cell .gob{
    box-shadow: inset 0 -2px var(--accent);
  }

.notop {
    padding-top: 20px;
}

.pmovie__img {
    width: 230px;
    height: 340px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 13%);
    border: 1px solid rgb(255 255 255 / 5%);
}

.season-info-raiting-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.season-info-raiting {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper {
    align-items: center;
    justify-content: center;
    color: #fd6500;
    border-radius: 3px;
    transition: .3s;
}

.icon-wrapper, .imdb-logo {
    display: inline-flex;
    cursor: pointer;
}

.season-info-raiting svg {
  fill: #e5c81e;
}
.season-info-raiting-count {
    padding-left: .5em;
    font-style: normal;
    font-size: 14px;
}

@media (max-width: 768px) {
    .pmovie__img {
    width: 100%;
    height: 170px;
  }
    .lt-is-active .pmovie .pmovie__text {
    margin-top: 0px;
}
    .pmovie__fav {
        margin: 20px 0 0;
    }
}

.quote_link {
  float: right;
}
.quote_link svg {
  color: #6c838e;
  vertical-align: middle;
}

.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
  text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
  border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
  color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
  color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
  color: #64748b;
  font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
  margin-top: 1rem;
}
.pm_navigation .navigation {
  display: inline-block;
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 0.188rem;
  padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}

.container-in {
  display: flex;
  flex-direction: column;
}

.description {
  order: 2; /* будет отображаться вторым */
}

.movie-catalog {
  order: 1; /* будет отображаться первым */
}

@media screen and (max-width: 760px) {
    .sect:last-of-type {
      margin-bottom: 20px;
    }
    .content {
      padding-bottom: 25px;
      margin-bottom: 60px;
    }
    .sect__content--scroll-mob > * {
      width: 150px;
     }
    .sect:not(:last-child) {
      margin-bottom: 20px;
    }  
}

.favmod {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M17%2017.97V10.9A5%205%200%200%201%2013%206c0-.34.03-.68.1-1H7v12.97l5-2.14%205%202.14z%22%20opacity%3D%22.3%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M21%207h-2v2h-2V7h-2V5h2V3h2v2h2v2zm-4%2010.97-5-2.14-5%202.14V5h6.1c.15-.74.46-1.42.9-2H7c-1.1%200-2%20.9-2%202v16l7-3%207%203V10.9c-.32.07-.66.1-1%20.1-.34%200-.68-.03-1-.1v7.07z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
    border-radius: 50%;
    transition: opacity .2s
}
.favmod:hover,
.favmod.active {
  opacity: 1;
}
.favmod.active {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M17%2017.97V10.9A5%205%200%200%201%2013%206c0-.34.03-.68.1-1H7v12.97l5-2.14%205%202.14z%22%20opacity%3D%22.3%22%20fill%3D%22%23ff0000%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.83%209%2015%206.17l1.41-1.41%201.41%201.41%203.54-3.54%201.41%201.41L17.83%209zM17%2017.97l-5-2.14-5%202.14V5h6.1c.15-.74.46-1.42.9-2H7c-1.1%200-2%20.9-2%202v16l7-3%207%203V10.9c-.32.07-.66.1-1%20.1-.34%200-.68-.03-1-.1v7.07z%22%20fill%3D%22%23ff0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) 50% 50% no-repeat
}
.favmod.active:hover {
  opacity: .7;
}


.pmovie__favs {
  font-size: 0.9em;
  background: var(--bg-2);
  padding: 10px;
  border-radius: 12px;
}

.blockin {
    display: flex;
    align-items: center;
    gap: 10px; /* расстояние между элементами */
        margin-top: 20px;
}

.pmovie__favs {
    flex-shrink: 0; /* чтобы иконка избранного не сжималась */
}

.pmovie__caption {
    flex-grow: 1; /* займет оставшееся пространство */
    margin-top: 0px;
}

.season-info-raiting-wrap {
    display: flex;
    align-items: center;
    gap: 15px; /* расстояние между рейтингами */
}

.season-info-raiting {
    display: flex;
    align-items: center;
}

.lt-is-active .pmovie__infoleft {
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
    background: #262626;
    border: 1px solid #2e2e2e;
    margin-top: 20px;
}

.pmovie__infoleft {
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
    background: #f5f5f5;
    border: 1px solid #efefef;
    margin-top: 20px;
}

.pmovie__infoleft .item {
    padding: 10px 15px;
}

.pmovie__infoleft .item:last-child {
    margin-bottom: 0;
}

.pmovie__infoleft .item .label {
  color: #e96b6b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;

}

.pmovie__infoleft .item .value {
    color: var(--tt-fader-gray);
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    display: block;
}

.pmovie__infoleft .item:hover {
    background: rgba(255, 255, 255, 0.05);

    transition: all 0.2s ease;
}

.pmovie__infoleft .item:last-child:hover {
    margin-bottom: -8px;
}

.pmovie__infoleft .item .value a {
    color: #4a9eff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pmovie__infoleft .item .value a:hover {
    color: #66b3ff;
    text-decoration: underline;
}

/* Скрытие элементов по порядку */
.pmovie__infoleft.collapsed .item:nth-child(n+3) {
    display: none;
}

.lt-is-active .readmore-js-toggle {
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    color: #888 !important;
    background: #2e2e2e;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #3d3d3d;
    font-size: 14px;
    text-decoration: none !important;
    text-align: center;
}


.readmore-js-toggle {
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    color: #333333 !important;
    background: #e1e1e1;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #ffffff;
    font-size: 14px;
    text-decoration: none !important;
    text-align: center;
}

.readmore-js-toggle:hover {
    color: #fff !important;
}

.readmore-js-toggle:visited {
    color: #888 !important;
}

@media (max-width: 768px) {

}


@media screen and (max-width: 470px) {
    .pmovie__related .item-poster:nth-child(5n), .page__comments .sect__title {
        display: inherit;
    }
}

.pmovie__player-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pmovie__player-controls h1 {
    margin: 0;
    display: inline;
}

.pmovie__player-controls span {
    display: inline;
  font-weight: 700;
    font-size: 24px;
}

.pmovie__complaint1 {
    margin-left: auto;
}

@media (max-width: 768px) {
    .pmovie__player-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .pmovie__complaint1 {
        margin-left: 0;
        align-self: stretch;
    }
}


.pmovie__grid2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px; /* Исправлено! */
    gap: 20px 50px;
    margin: -10px 0 30px 0;
    grid-template-areas:
        "pheader pleft"
        "pmain pleft"
        "pbottom pleft";
    align-items: start;
    align-content: start;
}


@media screen and (max-width: 760px) {
    .pmovie__grid2 {
        grid-template-areas:
        "pleft"
        "pheader"
        "pmain"
        "pbottom";
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: -10px;
    }
    .page__comments {
        margin: 20px 0;
    }
}

.pmovie__newstitle {
  margin-bottom: 20px;
}

.pmovie__news {
  padding-top: 0px;
}

.pmovie__news .sect__content .coll{
  margin-bottom: 30px;
  text-align: left;
  border-radius: 8px;
}

.pmovie__news .sect__content .coll .coll__title{
  font-size: 16px;
}

.site-desc {
    display: block; /* или убрать display совсем */
    line-height: 1.7;
    margin-top: 30px;
}

.site-desc > * {
    margin-bottom: 5px;
}

.site-desc > *:last-child {
    margin-bottom: 0;
}

.site-desc h1, .site-desc h2, .site-desc h3 {
    margin-top: 15px;