/* SET BASE
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
}

img.lazy-hidden {
  opacity: 0;
}
img.lazy-loaded {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.clr {
  clear: both;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

body {
  font: 16px 'Montserrat', sans-serif;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: #9c9c9c;
  min-height: 100%;
  width: 100%;
  font-weight: 400;
}
a {
  color: #c5cbda;
  text-decoration: none;
  transition-duration: 0.5s;
}
a:hover,
a:focus {
  color: #00b9ad;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-size: 18px;
}

button:not(.ui-button):not(.comm-rate-btn):not(.toggle-btn):not(
    .comm-reply-btn
  ):not(.btn-submit):not(.btn-toggle-comments):not(.head_slide_prev):not(
    .btn-check
  ):not(.btn-toggle-password),
textarea,
input[type='text']:not(.form-input):not(.search-box input):not(
    .login-input input
  ):not(.ac-inputs input),
input[type='password']:not(.form-input):not(.search-box input):not(
    .login-input input
  ):not(.ac-inputs input) {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: 'Source Sans Pro' !important;
}
html {
  background: #000;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  background-image: url(/templates/filmy-online/images/tron_ares.webp);
  background-repeat: no-repeat;
  background-position: top center;
}
.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.ui-button):not(.comm-rate-btn):not(.color-btn):not(
    .comm-reply-btn
  ):not(.toggle-btn):not(.btn-toggle-comments):not(.btn-submit):not(
    .head_slide_prev
  ):not(.btn-check):not(.btn-toggle-password):not(.head_slide_next):not(
    [class*='fr']
  ),
html input[type='button'],
vput[type='reset'],
input[type='submit'],
.meta-fav a,
.usp-btn a {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  background-color: #00b9ad;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
}

.button:hover,
.btn:hover,
.up-second li a:hover,
.usp-edit a:hover,
.qq-upload-button:hover,
.pagi-load a:hover,
.usp-btn a:hover,
button:not(.color-btn):hover:not(.comm-rate-btn):hover:not(
    .ui-button
  ):hover:not(.comm-reply-btn):hover:not(.btn-toggle-comments):hover:not(
    .toggle-btn
  ):hover:not(.btn-submit):hover:not(.btn-check):hover:not(
    .head_slide_prev
  ):hover:not(.head_slide_next):hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.meta-fav a:hover {
  background-color: #1856a9;
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
}
button:active,
input[type='button']:active,
input[type='submit']:active {
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

input[type='text']:not(.form-input):not(.search-box input):not(
    .login-input input
  ):not(.ac-inputs input),
input[type='password']:not(.form-input):not(.search-box input):not(
    .login-input input
  ):not(.ac-inputs input) {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 0;
  padding: 0 15px;
}
select {
  height: 40px;
  border: 0;
  padding: 0 15px;
}
textarea {
  padding: 15px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

select,
textarea {
  width: 100%;
  background-color: #0c0c0c;
  color: #fff;
  box-shadow: inset 0 0 0 1px #000, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}
select {
  width: auto;
}
textarea:focus {
  box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}
input::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 0.6;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
.cols {
  min-height: 100vh;
  margin: 0 0;
}
.img-box,
.img-wide,
.img-square,
.img-resp,
.img-resp-vert,
.img-resp-sq,
.img-fit {
  overflow: hidden;
  position: relative;
  background-color: #222;
}
.img-resp {
  padding-top: 60%;
}
.img-resp-vert {
  padding-top: 150%;
}
.img-resp-sq {
  padding-top: 100%;
}
.img-box img,
.img-square img,
.img-resp img,
.img-resp-vert img,
.img-resp-sq img {
  width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}
.img-resp img,
.img-resp-vert img,
.img-resp-sq img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.img-wide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.img-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fx-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fx-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.fx-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fx-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fx-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.fx-top {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.fx-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.fx-last {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.fx-1 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: 50px;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
.fw700 {
  font-weight: 600;
}
.icon-left .fa,
.icon-left .icon {
  margin-right: 10px;
}
.icon-right .fa,
.icon-right .icon {
  margin-left: 10px;
}
.hidden,
#dofullsearch {
  display: none;
}
.anim {
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.anim-all {
  transition: all 1s;
}
.mtitle,
.sub-title h1,
.form-wrap h1 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.pages11 {
  padding: 30px;
}

.carou {
  height: 314px;
}
.hd-menu {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

/* BASIC GRID
----------------------------------------------- */
.filmy-wrap-online {
  min-width: 320px;
  position: relative;
  padding-top: 0px;
}
.filmy-wrap-center {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  margin-top: 280px;
}
.wrap-main-online {
  background-color: #101010;
  box-shadow: 0px 0px 30px 5px #55555552;
  border-radius: 5px;
}
.header {
  height: 65px;
  max-height: 65px;
  background-color: #101010;
  border-bottom: 2px solid #00b9ad;
  border-radius: 10px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.col-left,
.col-right {
  width: 200px;
  padding: 20px 15px;
}
.col-left {
  background-color: #0c0c0c;
  position: relative;
  z-index: 100;
}
.col-right {
  background-color: #0c0c0c;
  position: relative;
  z-index: 100;
}
.filmain {
  padding: 30px;
  min-height: 100vh;
  padding-bottom: 0;
}
.footer {
  border-top: 5px solid #00b9ad;
  background-color: #101010;
  padding: 30px;
  position: relative;
}

.footer_links {
  font-size: 14px;
}

.toggle-btn {
  background-color: #00b9ad;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  padding: 3px 10px;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 14px;
}

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

.extra_genres {
  max-height: 0;
  opacity: 0;
  margin-top: 20px;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
}

.extra_genres.open {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
}

.extra_genres_block {
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}

#gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 10px;
  bottom: 10px;
  z-index: 9998;
  display: none;
  background-color: #101010;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* HEADER
----------------------------------------------- */
.logo {
  width: 260px;
  height: 60px;
  display: block;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.6em;
  color: #fff;
  transition: all 0.3s;
  margin: auto;
  padding: 15px;
  border-top: 2px solid #00b9ad;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.logo img {
  width: 20px;
}
.btn-fav {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 0 15px;
}
.btn-login {
  height: 40px;
  cursor: pointer;
  background-color: #00b9ad;
  color: #fff;
  margin-right: 15px;
  text-shadow: 1px 1px #000;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 15px;
}
.btn-login .icon {
  display: none;
}
.btn-login .btn-text {
  display: inline;
}
.btn-fav {
  color: #00b9ad;
  font-size: 18px;
}
.btn-login:hover {
  background-color: #1856a9;
}
.btn-fav:hover {
  color: #fff;
}
.hd-menu {
  margin: -30px;
  margin-bottom: 30px;
  background-color: #0c0c0c;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding-left: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.hd-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
.search-wrap {
  padding: 10px 30px;
}
.search-box {
  width: 100%;
  position: relative;
}
.search-box input,
.search-box input:focus {
  width: 100%;
  box-shadow: none;
  padding: 0 45px 0 15px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background-color: #0c0c0c;
  color: #fff;
  font-size: 16px;
  font-family: 'Source Sans Pro' !important;
}

.search-box input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.search-box button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  padding: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 22px !important;
  width: 40px;
}

.carou {
  background-color: #101010;
  color: #fff;
  padding: 30px;
  position: relative;
}
.carou:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.carou .sect-header {
  position: relative;
  z-index: 10;
}
.carou .carou-in {
  position: relative;
  z-index: 20;
}
.tc-img {
  height: 170px;
  width: 117px;
  display: block;
  float: left;
}
.tc-title {
  padding: 7px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  font-size: 14px;
  transition-duration: 0.5s;
}
.tc-img:hover .tc-title {
  opacity: 1;
}
.carou2 {
  padding: 30px;
}
.carou2 .tc-img {
  width: 116px;
}

/* LOGIN
----------------------------------------------- */
.login-overlay {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background: linear-gradient(45deg, #101010, #00b9ad);
  opacity: 0.9;
  display: none;
}
.login-box {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #101010;
  padding: 30px 60px 40px 60px;
  border-top: 5px solid #00b9ad;
  width: 400px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  display: none;
}
.login-close {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff;
}
.login-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.login-title:first-letter {
  color: #00b9ad;
}
.login-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  background-color: #000;
  color: #939393;
}
.login-input {
  margin-bottom: 15px;
}

.login-input input {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 0;
  padding: 0 15px;
  background-color: #0c0c0c;
  color: #fff;
  font-size: 16px;
  font-family: 'Source Sans Pro' !important;
  width: 100%;
}

.login-input input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.login-btn button {
  width: 100%;
  margin: 15px 0;
}
.login-btm a {
  border-bottom: 1px dotted #00b9ad;
  color: #00b9ad;
  font-size: 14px;
}
.login-check {
  position: relative;
  font-size: 14px;
}
.login-check input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.login-check span {
  display: block;
  padding-left: 36px;
  height: 30px;
  line-height: 30px;
  color: #939393;
}
.login-check span:before,
.login-check span:after {
  content: '';
  position: absolute;
  top: 50%;
  transition: 0.3s;
}
.login-check span:before {
  left: 0;
  height: 10px;
  margin-top: -5px;
  width: 26px;
  border-radius: 5px;
  background: #000;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
}
.login-check span:after {
  left: 1px;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  background: #2ecc71;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
}
.login-check input:checked + span:before {
  background-color: #fff;
}
.login-check input:checked + span:after {
  left: 13px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.login-menu {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.login-menu li {
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 50%;
}
.login-menu a {
  display: block;
  padding: 10px 5px;
  font-size: 14px;
}
.login-menu li .fa {
  display: none;
  height: 28px;
  font-size: 22px;
  color: #06c;
}
.login-admin {
  text-align: center;
  margin: -10px 0 25px 0;
}
.login-soc-title {
  display: flex;
  align-items: center;
  margin: 30px 0 15px 0;
}
.login-soc-title:before,
.login-soc-title:after {
  content: '';
  height: 1px;
  background-color: #000;
  flex: 1;
}
.login-soc-title:before {
  margin-right: 15px;
}
.login-soc-title:after {
  margin-left: 15px;
}
.login-soc-btns {
  text-align: center;
}
.login-soc-btns a {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}
.login-soc-btns img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* SIDE, NAV
----------------------------------------------- */
.nav li {
  position: relative;
}
.nav li a {
  display: block;
  padding: 0 30px 0 0;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  font-size: 14px;
}
.nav li span {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
}
.side-box + .side-box {
  margin-top: 20px;
}
.side-bt {
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 2px solid #00b9ad;
  border-radius: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.lcomm {
  margin-bottom: 20px;
  font-size: 14px;
}
.lcomm-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: transparent;
}
.lcomm-name {
  margin-bottom: 3px;
  opacity: 0.8;
}
.lcomm-date {
  font-size: 13px;
}
.lcomm-text {
  background-color: #101010;
  padding: 3px 8px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.lcomm-text::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 40px;
  border: 10px solid transparent;
  border-bottom-color: #101010;
}
.lcomm-title {
  display: block;
}

.side-item {
  width: 46%;
  margin-bottom: 15px;
  display: block;
  font-size: 13px;
  overflow: hidden;
}
.side-title {
  margin-top: 7px;
}
.owl-side .side-item {
  width: 112px;
  margin-bottom: 0;
}

.upd-item {
  background-color: #101010;
  padding: 7px 10px;
  margin-bottom: 3px;
  font-size: 13px;
}
.upd-right {
  text-align: right;
  margin-left: 15px;
}
.upd-title {
  font-weight: 600;
  font-size: 14px;
}
.upd-season {
  margin-top: 3px;
}
.upd-voice {
  margin-top: 3px;
}

/* SECTION
----------------------------------------------- */
.sect + .sect {
  margin-top: 30px;
}
.sect-header {
  margin-bottom: 30px;
}
.sect-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.sect-items {
  margin: 0 -8px;
}
.speedbar {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: -15px;
  padding: 15px;
  border-bottom: 1px solid #000;
}

/* THUMB
----------------------------------------------- */
.th-item {
  float: left;
  width: 20%;
  padding: 0 8px;
  margin-bottom: 16px;
  position: relative;
}
.th-in {
  display: block;
  position: relative;
  background-color: #0c0c0c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}
.th-img {
  margin-bottom: 10px;
  transition: box-shadow 0.2s linear;
}
.th-desc {
  padding: 10px;
  padding-top: 0;
  height: 50px;
}
.th-title {
  font-size: 0.9em;
  font-weight: 600;
}
.th-cat {
  display: inline-block;
  padding: 2px 5px;
  background-color: #00b9ad;
  color: #fff;
  border-radius: 2px;
  margin-top: 10px;
  float: right;
  font-size: 12px;
  text-shadow: 0 1px 2px #000;
  position: absolute;
  right: 1%;
  z-index: 999;
}
.th-meta {
  position: absolute;
  z-index: 10;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.th-trl {
  right: 8px;
  bottom: 60px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 8px;
  background-color: #e74c3c;
  color: #fff;
  cursor: pointer;
}
.th-qual {
  position: relative;
  display: inline-block;
  padding: 2px 5px;
  background-color: #860404;
  color: #fff;
  border-radius: 2px;
  margin-top: 10px;
  font-size: 12px;
}
.th-rating {
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  font-size: 18px;
}
.th-rating .icon {
  margin-right: 5px;
}
.th-rating .icon {
  color: #00b9ad;
  font-size: 22px;
}
.th-percent {
  opacity: 0;
}
.wdone {
  opacity: 1;
}
.th-edit {
  position: relative;
  top: -10px;
}
#trailer-box {
  display: none;
  padding: 10px;
}
.th-tip {
  display: none;
  background-color: #111;
  padding: 30px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 200px 0 300px -300px rgba(0, 0, 0, 0.8),
    inset 0 1000px rgba(0, 0, 0, 0.9);
  width: 300px;
}
.th-tip .full-text22 {
  color: #e3e3e3;
}
.th-tip-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #00b9ad;
  margin: -30px;
  margin-bottom: 20px;
  padding: 10px 30px;
}
.ui-tooltip {
  position: absolute;
  z-index: 97;
}
.tooltip-text {
  color: #fff;
  padding: 5px 10px;
  background: rgba(35, 25, 15, 0.8);
  border-radius: 2px;
}
.ui-tooltip .th-tip {
  display: block;
}

#dlereplypopup input {
  background-color: #0c0c0c;
  color: #fff;
}

/* SEO DESCRIPTION
----------------------------------------------- */
.desc-text {
  padding: 30px;
  border-top: 5px solid #00b9ad;
  line-height: 1.7;
  font-size: 14px;
}
.desc-text h1,
.desc-text h2,
.desc-text h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.desc-text span {
  color: #00b9ad;
}
.desc-text p {
  line-height: 1.7;
}
.desc-text p + p {
  margin-top: 15px;
}
.desc-text p + h1,
.desc-text p + h2,
.desc-text p + h3 {
  margin-top: 30px;
}
.desc-text a {
  text-decoration: underline;
  color: #00b9ad;
}
.desc-text img {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 200px;
}

/* FOOTER
----------------------------------------------- */
.footer > span {
  background-color: #090a11;
  display: inline-block;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
}
.ft-two {
  font-size: 14px;
  margin-top: 5px;
}
.ft-counter {
  position: absolute;
  right: 30px;
  top: 15px;
}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
  line-height: 36px;
  text-align: center;
  padding: 30px 0 30px 0;
  width: 100%;
}
.pagi-nav {
  max-width: 100%;
  display: inline-block;
}
.pagi-nav > span {
  display: inline-block;
}
.pnext a,
.pprev a,
.pprev > span,
.pnext > span {
  display: block;
  width: 46px;
  text-align: center;
}
.navigation {
  text-align: center;
}
.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev > span,
.pnext > span {
  display: inline-block;
  padding: 0 10px;
  background-color: #090a11;
  margin: 5px 2px 0 2px;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
  min-width: 36px;
}
.navigation span,
.pagi-nav a:hover {
  background-color: #00b9ad;
  color: #fff;
}
.navigation span.nav_ext {
  background-color: #090a11;
  color: #939393;
}
.pagi-nav a:hover {
  background-color: #00b9ad;
  color: #fff;
}
.dle-comments-navigation .pagi-nav {
  margin-bottom: 0;
}

/* FULL
----------------------------------------------- */
.full {
  margin-top: -10px;
}

.ffour {
  color: #ccc;
  margin: 10px 0;
}
.foriginal {
  font-size: 18px;
  color: #c5cbda;
  margin-top: 5px;
  min-height: 22px;
  padding: 0;
}
.fsubtitle {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.js-view.current {
  position: relative;
  padding-top: 15px;
  margin-top: -15px;
}
.js-view.current:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ec2828;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.js .tabs-b {
  display: none;
}
.js .tabs-b.visible {
  display: block;
}
.tabs-sel {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  text-shadow: 0 1px 2px #000;
}
.tabs-sel span {
  cursor: pointer;
  background: #222;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #ccc;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tabs-sel span:hover {
  background: #00b9ad;
  color: #fff;
}
.tabs-sel span.current {
  background: #00b9ad;
  color: #fff;
}
.fctrl {
  font-size: 13px;
  color: #ccc;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 6px;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease;
  font-weight: 500;
  margin-left: 10px;
}
.fctrl .icon {
  margin-right: 10px;
}
.fctrl a {
  color: #c5cbda;
  display: block;
}
.fctrl a:hover,
.js-fshare:hover,
.fctrl.js-login:hover,
.js-view:hover {
  color: #00b9ad;
  cursor: pointer;
}
.yx-share {
  margin-left: 30px;
}

/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
  max-width: 100% !important;
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}
.mejs-container {
  max-width: 100% !important;
}
.full-text {
  display: inline-block;
  line-height: 1.7;
  font-size: 14px;
  color: #a5a3a3;
}
.full-text img:not(.emoji) {
  max-width: 100%;
  margin: 10px 0;
}
.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 a {
  text-decoration: underline;
  color: #00b9ad;
}
.full-text a:hover {
  text-decoration: none;
}
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.full-text p {
  margin-bottom: 10px;
}
.full-text ul,
.full-text ol {
  margin: 0;
}
.full-text ul li {
  list-style: disc;
  margin-left: 40px;
}
.full-text ol li {
  list-style: decimal;
  margin-left: 40px;
}
.full-taglist a {
  color: #d20068;
}
.full-taglist {
  margin-top: 20px;
}
.full-taglist span:not(.fa):not(:last-child):after {
  content: ',';
  display: inline;
}

.fplayer {
  background-color: #000;
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
/* LOADING SPINNER */
.fplayer::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #00b9ad;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* REGISTRATION FORM
----------------------------------------------- */
.registr-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 40px;
  background: rgba(16, 16, 16, 0.95);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 185, 173, 0.2);
  backdrop-filter: blur(10px);
}

.registr-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 185, 173, 0.3);
}

.registr-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

.registr-desc {
  color: #ddd;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

.welcome-text {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.help-text {
  font-size: 16px;
  color: #bbb;
  font-weight: 400;
}

.admin-link {
  color: #00b9ad;
  text-decoration: none;
  transition: color 0.3s ease;
}

.admin-link:hover {
  color: #fff;
  text-decoration: underline;
}

.success-text {
  color: #4caf50;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.registr-form,
.profile-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Стили для формы, которую добавляет движок */
form[name='registration'] {
  margin-top: 20px;
  margin-bottom: 20px;
}

form[name='registration'] .registr-form,
form[name='registration'] .profile-form {
  margin-top: 0;
}

.form-block {
  margin-bottom: 25px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

/* Desktop specific styles for two-column layout */
@media screen and (min-width: 1024px) {
  .registr-container {
    padding: 35px;
  }

  .registr-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .form-block {
    padding: 25px;
    margin-bottom: 25px;
  }

  .form-header-title {
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 12px;
  }

  .form-row {
    gap: 25px;
    margin-bottom: 25px;
  }

  .form-group {
    margin-bottom: 0;
  }

  .form-label {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .form-input,
  .form-textarea {
    padding: 12px 16px;
    font-size: 15px;
  }

  .btn-check {
    padding: 12px 18px;
    font-size: 14px;
  }

  .btn-submit {
    padding: 16px 32px;
    font-size: 16px;
    min-width: 220px;
  }

  .welcome-text {
    font-size: 16px;
  }

  .help-text {
    font-size: 14px;
  }
}

/* Large desktop optimization */
@media screen and (min-width: 1400px) {
  .registr-container {
    padding: 40px;
  }

  .registr-title {
    font-size: 30px;
  }

  .form-block {
    padding: 30px;
  }

  .form-row {
    gap: 30px;
  }
}

.form-header-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #00b9ad;
  margin-bottom: 25px;
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.security-section {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border-left: 3px solid #00b9ad;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.security-section .form-header-title {
  color: #00b9ad;
  text-shadow: 0 1px 2px rgba(0, 185, 173, 0.3);
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.security-section .form-label {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.security-blocks-container {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.security-blocks-container .form-block {
  flex: 1;
  margin-bottom: 0;
  padding: 15px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.form-label.required::after {
  content: ' *';
  color: #ff6b6b;
  font-weight: bold;
}

.form-input,
.form-textarea,
input[type='email'].form-input {
  width: 100%;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}

.form-input:hover,
.form-textarea:hover,
input[type='email'].form-input:hover {
  border-color: rgba(0, 185, 173, 0.5);
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 8px rgba(0, 185, 173, 0.1);
}

.form-input:focus,
.form-textarea:focus,
input[type='email'].form-input:focus {
  outline: none;
  border-color: #00b9ad;
  box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.6);
}

.form-input::placeholder,
.form-textarea::placeholder,
input[type='email'].form-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  font-weight: 300;
}

.input-group {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.input-group .form-input {
  flex: 1;
}

.password-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input {
  padding-right: 50px;
  /* Наследует все стили от .form-input */
}

/* Стили hover и focus наследуются от .form-input */

.btn-toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #00b9ad;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.btn-toggle-password:hover {
  background: rgba(0, 185, 173, 0.1);
  color: #fff;
}

.btn-toggle-password:focus {
  outline: none;
  background: rgba(0, 185, 173, 0.2);
  color: #fff;
}

.btn-toggle-password .icon {
  font-size: 18px;
  transition: all 0.3s ease;
}

.btn-toggle-password.active .icon {
  color: #ffc107;
}

.btn-toggle-password.active:hover .icon {
  color: #fff;
}

/* Стили для иконок в форме регистрации */
.registr-container .icon,
.registr-container [class*='ion-'],
.registr-container [class*='ion-ios'],
.registr-container [class*='ion-md'] {
  display: inline-block !important;
  font-family: 'Ionicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  vertical-align: middle;
}

.btn-check {
  padding: 14px 20px;
  background: linear-gradient(135deg, #00b9ad, #008a7f);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 185, 173, 0.4);
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

.btn-check:hover {
  background: linear-gradient(135deg, #008a7f, #006b63);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 185, 173, 0.4);
}

.btn-check:active {
  transform: translateY(0);
}

.form-feedback {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  min-height: 20px;
}

.form-feedback.success {
  background: rgba(76, 175, 80, 0.2);
  color: #4caf50;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.form-feedback.error {
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
  border: 1px solid rgba(244, 67, 54, 0.3);
}

.security-ask {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 193, 7, 0.2);
}

.question-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #00b9ad;
  margin-bottom: 10px;
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0, 185, 173, 0.3);
}

/* Стили .security-ask .form-input наследуются от .form-input */

.captcha-container {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.captcha-container .form-input {
  flex: 1;
  min-width: 150px;
  /* Остальные стили наследуются от .form-input */
}

.captcha-image {
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.recaptcha-container {
  display: flex;
  justify-content: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.file-upload-container {
  position: relative;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.file-upload-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px dashed rgba(0, 185, 173, 0.4);
  border-radius: 10px;
  color: #00b9ad;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.file-upload-label:hover {
  background: rgba(0, 185, 173, 0.1);
  border-color: #00b9ad;
  color: #fff;
  transform: translateY(-2px);
}

.file-upload-label .icon {
  font-size: 20px;
}

.file-upload-text {
  font-size: 16px;
}

.form-buttons {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-submit {
  padding: 18px 36px;
  background: linear-gradient(135deg, #00b9ad, #008a7f);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(0, 185, 173, 0.4);
  min-width: 250px;
  justify-content: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-submit:hover {
  background: linear-gradient(135deg, #008a7f, #006b63);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 185, 173, 0.4);
}

.btn-submit:active {
  transform: translateY(-1px);
}

.form-xfield {
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Responsive Design */
@media screen and (max-width: 1023px) {
  .registr-container {
    margin: 0;
    padding: 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .form-row .form-group {
    margin-bottom: 15px;
  }

  .security-blocks-container {
    flex-direction: column;
    gap: 12px;
  }

  .security-blocks-container .form-block {
    margin-bottom: 15px;
    padding: 12px;
  }
}

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

  .registr-title {
    font-size: 28px;
  }

  .form-block {
    padding: 15px;
  }

  .form-header-title {
    font-size: 18px;
  }

  .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .security-blocks-container {
    flex-direction: column;
    gap: 8px;
  }

  .security-blocks-container .form-block {
    padding: 10px;
  }

  .input-group {
    flex-direction: column;
  }

  .password-input-group {
    position: relative;
  }

  .btn-toggle-password {
    right: 10px;
    padding: 6px;
  }

  .btn-toggle-password .icon {
    font-size: 16px;
  }

  .btn-check {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
  }

  .captcha-container {
    flex-direction: column;
  }

  .captcha-container .form-input {
    min-width: 100%;
  }

  .btn-submit {
    min-width: 200px;
    padding: 16px 28px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .form-buttons {
    margin-top: 20px;
  }
  .registr-container {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
  }

  .registr-title {
    font-size: 24px;
  }

  .form-header-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

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

  .form-block {
    padding: 10px;
  }

  .form-input,
  .form-textarea {
    padding: 12px 16px;
    font-size: 16px;
  }

  .btn-check {
    padding: 10px 14px;
    font-size: 13px;
  }

  .btn-submit {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    min-width: auto;
  }
}

/* Отключение hover эффектов на мобильных устройствах */
@media (hover: none) and (pointer: coarse) {
  .form-input:hover,
  .form-textarea:hover,
  input[type='email'].form-input:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  .btn-check:hover {
    background: linear-gradient(135deg, #00b9ad, #008a7f);
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 185, 173, 0.4);
  }

  .btn-submit:hover {
    background: linear-gradient(135deg, #00b9ad, #008a7f);
    transform: none;
    box-shadow: 0 8px 25px rgba(0, 185, 173, 0.4);
  }

  .btn-toggle-password:hover {
    background: none;
    color: #00b9ad;
  }

  .file-upload-label:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 185, 173, 0.4);
    color: #00b9ad;
    transform: none;
  }

  .admin-link:hover {
    color: #00b9ad;
    text-decoration: none;
  }

  .comm-rate-like:hover,
  .comm-rate-dislike:hover {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.08);
    transform: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .comm-rate-like:hover::before,
  .comm-rate-dislike:hover::before {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .comm-rate-like:hover::after,
  .comm-rate-dislike:hover::after {
    left: -100%;
  }

  .comm-rate-like:hover .comm-rate-icon,
  .comm-rate-dislike:hover .comm-rate-icon {
    color: #909090;
    transform: none;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  }

  .comm-rate-like:hover .comm-rating-value.ratingplus,
  .comm-rate-dislike:hover .comm-rating-value.ratingminus {
    color: inherit;
    transform: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}

/* COMMENTS SECTION
----------------------------------------------- */
.comments-section {
  margin-top: 15px;
  padding: 12px;
}

.comments-header {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 185, 173, 0.2);
}

.comments-header .sect-title {
  font-size: 20px;
  margin-bottom: 0;
}

.btn-toggle-comments {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #00b9ad, #008a7f);
  background-size: 200% 200%;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background-position 0.4s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 185, 173, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.btn-toggle-comments::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #008a7f, #006b63);
  transition: left 0.4s ease;
  z-index: 0;
}

.btn-toggle-comments:hover::before {
  left: 0;
}

.btn-toggle-comments:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 185, 173, 0.4);
}

.btn-toggle-comments > * {
  position: relative;
  z-index: 1;
}

.btn-toggle-icon {
  font-size: 16px;
  display: inline-block;
}

.btn-toggle-comments.active::before {
  left: 0;
}

.btn-toggle-comments.active .btn-toggle-text::after {
  content: ' (скрыть)';
  font-size: 11px;
  opacity: 0.8;
}

/* ADD COMMENTS FORM
----------------------------------------------- */
.add-comms {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease, margin 0.4s ease,
    padding 0.4s ease;
  margin: 0;
  padding: 0 12px;
}

.add-comms.active {
  max-height: 3000px;
  opacity: 1;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px;
}

.comm-form-inner {
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.ac-inputs {
  gap: 10px;
  margin-bottom: 12px;
}

.ac-input-group {
  flex: 1;
}

.ac-input-group .form-input {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 13px;
  height: 38px;
}

.ac-textarea {
  margin-bottom: 12px;
}

.ac-textarea .form-group {
  margin-bottom: 0;
}

.ac-textarea .form-label {
  font-size: 13px;
  margin-bottom: 6px;
}

.ac-textarea textarea,
.ac-textarea .bb-editor {
  width: 100%;
  min-height: 100px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
}

.ac-textarea textarea:focus,
.ac-textarea .bb-editor:focus {
  outline: none;
  border-color: #00b9ad;
  box-shadow: 0 0 0 3px rgba(0, 185, 173, 0.1);
}

.ac-protect {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ac-protect .form-group {
  margin-bottom: 12px;
}

.ac-protect .form-label {
  font-size: 13px;
  margin-bottom: 6px;
}

.form-secur {
  margin-top: 8px;
}

.question-text {
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(0, 185, 173, 0.1);
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgba(0, 185, 173, 0.2);
}

.sec-code-image {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec-code-image img {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 150px;
}

.form-secur .form-input {
  padding: 10px 12px;
  font-size: 13px;
  height: 38px;
  margin-bottom: 8px;
}

.ac-submit {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.ac-submit .btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #00b9ad, #008a7f);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 185, 173, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  min-height: 40px;
}

.ac-submit .btn-submit:hover {
  background: linear-gradient(135deg, #008a7f, #006b63);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 185, 173, 0.4);
}

.btn-submit-icon {
  font-size: 16px;
  display: inline-block;
}

.comments_subscribe {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 14px;
  color: #ccc;
}

.comments_subscribe input {
  margin: 0;
  width: auto;
}

.mass_comments_action {
  padding: 15px;
  background-color: rgba(235, 235, 235, 0.1);
  margin: 20px 0 0 0;
  text-align: right;
  border-radius: 6px;
}

.last-comm-link {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: rgba(0, 185, 173, 0.1);
  border-radius: 8px;
  border-left: 3px solid #00b9ad;
}

.last-comm-link a {
  color: #00b9ad;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.last-comm-link a:hover {
  color: #fff;
}

/* COMMENTS ITEMS - Modern Chat Style
----------------------------------------------- */
.comm-item {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.comm-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  position: relative;
}

.comm-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 185, 173, 0.5);
  display: block;
  box-shadow: 0 2px 8px rgba(0, 185, 173, 0.2);
}

.comm-card {
  flex: 1;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4),
    rgba(16, 16, 16, 0.4)
  );
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.comm-card::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent rgba(0, 0, 0, 0.4) transparent transparent;
}

.comm-card::after {
  content: '';
  position: absolute;
  left: -7px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent rgba(255, 255, 255, 0.08) transparent transparent;
}

.comm-header {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.comm-author-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  flex-wrap: wrap;
}

.comm-author-name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.comm-author {
  font-size: 14px;
  font-weight: 600;
  color: #00b9ad;
  text-decoration: none;
  transition: color 0.3s ease;
}

.comm-author:hover {
  color: #fff;
}

.comm-badge {
  display: inline-block;
  padding: 2px 6px;
  background: rgba(0, 185, 173, 0.25);
  color: #00b9ad;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid rgba(0, 185, 173, 0.4);
  box-shadow: 0 1px 3px rgba(0, 185, 173, 0.2);
}

.comm-date {
  font-size: 11px;
  color: #939393;
  margin-left: auto;
}

.comm-body {
  margin-bottom: 10px;
}

.comm-text {
  font-size: 14px;
  line-height: 1.6;
  color: #ddd;
  word-wrap: break-word;
}

.comm-footer {
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.comm-actions {
  gap: 8px;
  flex-wrap: wrap;
}

/* RATING TYPE 3 - PLUS/MINUS */
.comm-rate3 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.comm-rate-btn {
  background: transparent;
  border: none;
  color: #909090;
  cursor: pointer;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.3s ease;
  min-height: 36px;
  min-width: 36px;
}

.comm-rate-btn:hover {
  background: rgba(0, 185, 173, 0.1);
  color: #00b9ad;
}

.comm-rate-icon {
  font-size: 14px;
  display: inline-block;
}

.comm-rate-plus:hover {
  color: #00b9ad;
}

.comm-rate-minus:hover {
  color: #ff0e0e;
}

.comm-rating-value {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  min-width: 20px;
  text-align: center;
}

/* RATING TYPE 4 - LIKE/DISLIKE */
.comm-rate4 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(8px);
}

.comm-rate-like,
.comm-rate-dislike {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 38px;
  min-width: 38px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.comm-rate-like::before,
.comm-rate-dislike::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.comm-rate-like::before {
  background: radial-gradient(
    circle,
    rgba(0, 185, 173, 0.25) 0%,
    rgba(0, 185, 173, 0.1) 70%,
    transparent 100%
  );
}

.comm-rate-dislike::before {
  background: radial-gradient(
    circle,
    rgba(255, 14, 14, 0.25) 0%,
    rgba(255, 14, 14, 0.1) 70%,
    transparent 100%
  );
}

.comm-rate-like:hover::before,
.comm-rate-dislike:hover::before {
  width: 150%;
  height: 150%;
  opacity: 1;
}

.comm-rate-like:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 185, 173, 0.15),
    rgba(0, 138, 127, 0.05)
  );
  border-color: rgba(0, 185, 173, 0.3);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 185, 173, 0.3),
    0 2px 6px rgba(0, 185, 173, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.comm-rate-dislike:hover {
  background: linear-gradient(
    135deg,
    rgba(255, 14, 14, 0.15),
    rgba(255, 14, 14, 0.05)
  );
  border-color: rgba(255, 14, 14, 0.3);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 12px rgba(255, 14, 14, 0.3),
    0 2px 6px rgba(255, 14, 14, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.comm-rate-like:active,
.comm-rate-dislike:active {
  transform: translateY(0) scale(0.98);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.comm-rate-like::after,
.comm-rate-dislike::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.comm-rate-like:hover::after,
.comm-rate-dislike:hover::after {
  left: 100%;
}

.comm-rate-like .comm-rate-icon,
.comm-rate-dislike .comm-rate-icon {
  position: relative;
  z-index: 2;
  color: #909090;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.comm-rate-like:hover .comm-rate-icon {
  color: #00b9ad;
  transform: scale(1.2) rotate(-8deg) translateY(-1px);
  filter: drop-shadow(0 2px 6px rgba(0, 185, 173, 0.5));
}

.comm-rate-dislike:hover .comm-rate-icon {
  color: #ff0e0e;
  transform: scale(1.2) rotate(8deg) translateY(1px);
  filter: drop-shadow(0 2px 6px rgba(255, 14, 14, 0.5));
}

.comm-rate4 .comm-rating-value {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 700;
  min-width: 22px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.comm-rate4 .comm-rating-value.ratingplus {
  color: #00b9ad;
}

.comm-rate4 .comm-rating-value.ratingminus {
  color: #ff0e0e;
}

.comm-rate-like:hover .comm-rating-value.ratingplus {
  color: #00b9ad;
  transform: scale(1.1) translateY(-1px);
  text-shadow: 0 0 10px rgba(0, 185, 173, 0.6), 0 2px 4px rgba(0, 185, 173, 0.4);
}

.comm-rate-dislike:hover .comm-rating-value.ratingminus {
  color: #ff3d3d;
  transform: scale(1.1) translateY(1px);
  text-shadow: 0 0 10px rgba(255, 14, 14, 0.6), 0 2px 4px rgba(255, 14, 14, 0.4);
}

.comm-reply-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  color: #939393;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 36px;
}

.comm-reply-btn:hover {
  background: rgba(0, 185, 173, 0.1);
  border-color: rgba(0, 185, 173, 0.3);
  color: #00b9ad;
}

.comm-reply-icon {
  font-size: 12px;
  display: inline-block;
}

.comm-admin-actions {
  margin-left: auto;
}

.comm-admin-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  flex-wrap: wrap;
}

.comm-admin-item {
  font-size: 11px;
  color: #939393;
}

.comm-admin-item a {
  color: #939393;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 3px 6px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.comm-admin-item a:hover {
  color: #00b9ad;
  background: rgba(0, 185, 173, 0.1);
}

.comm-admin-label {
  color: #666;
  margin-right: 3px;
}

.comm-admin-value {
  color: #00b9ad;
  font-family: monospace;
  font-size: 10px;
}

/* NO COMMENTS MESSAGE */
.no-comments-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 30px;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(16, 16, 16, 0.3)
  );
  border-radius: 12px;
  border: 1px solid rgba(0, 185, 173, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.no-comments-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 185, 173, 0.15);
  border: 2px solid rgba(0, 185, 173, 0.3);
}

.no-comments-icon .icon {
  font-size: 48px;
  color: #00b9ad;
}

.no-comments-text {
  max-width: 500px;
}

.no-comments-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.no-comments-desc {
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .comments-section {
    padding: 10px;
  }

  .comments-header {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .comments-header .sect-title {
    font-size: 18px;
  }

  .btn-toggle-comments {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 44px;
    min-width: 44px;
  }

  .comm-form-inner {
    padding: 10px;
  }

  .ac-inputs {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
  }

  .ac-input-group .form-input,
  .ac-input-group input[type='text'],
  .ac-input-group input[type='email'] {
    font-size: 16px !important;
  }

  .ac-textarea textarea,
  .ac-textarea .bb-editor {
    font-size: 16px !important;
  }

  .form-secur .form-input,
  .form-secur input[type='text'],
  .ac-protect input[type='text'],
  .ac-protect .form-input {
    font-size: 16px !important;
  }

  .comm-item {
    gap: 8px;
  }

  .comm-card {
    padding: 10px 12px;
  }

  .comm-card::before,
  .comm-card::after {
    display: none;
  }

  .comm-footer {
    align-items: flex-start;
    gap: 8px;
  }

  .comm-actions {
    flex-direction: row;
    gap: 6px;
  }

  .comm-admin-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .comm-avatar {
    width: 36px;
    height: 36px;
  }

  .comm-img {
    width: 36px;
    height: 36px;
  }

  .comm-rate-btn {
    min-height: 44px;
    min-width: 44px;
    padding: 8px 12px;
  }

  .comm-rate-icon {
    font-size: 18px;
  }

  .comm-rating-value {
    font-size: 14px;
  }

  .comm-rate4 {
    gap: 5px;
  }

  .comm-rate-like,
  .comm-rate-dislike {
    min-height: 44px;
    padding: 9px 14px;
    gap: 6px;
    min-width: 44px;
  }

  .comm-rate-like .comm-rate-icon,
  .comm-rate-dislike .comm-rate-icon {
    font-size: 19px;
  }

  .comm-rate4 .comm-rating-value {
    font-size: 14px;
    min-width: 22px;
  }

  .comm-rate-like:hover,
  .comm-rate-dislike:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    transform: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  }

  .comm-rate-like:hover::before,
  .comm-rate-dislike:hover::before {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }

  .comm-rate-like:hover::after,
  .comm-rate-dislike:hover::after {
    left: -100% !important;
  }

  .comm-rate-like:hover .comm-rate-icon,
  .comm-rate-dislike:hover .comm-rate-icon {
    color: #909090 !important;
    transform: none !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)) !important;
  }

  .comm-rate-like:hover .comm-rating-value.ratingplus,
  .comm-rate-dislike:hover .comm-rating-value.ratingminus {
    color: inherit !important;
    transform: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  }

  .comm-rate-like:active,
  .comm-rate-dislike:active {
    background: linear-gradient(
      135deg,
      rgba(0, 185, 173, 0.2),
      rgba(0, 138, 127, 0.15)
    ) !important;
    border-color: rgba(0, 185, 173, 0.4) !important;
    transform: scale(0.95) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  }

  .comm-rate-dislike:active {
    background: linear-gradient(
      135deg,
      rgba(255, 14, 14, 0.2),
      rgba(200, 10, 10, 0.15)
    ) !important;
    border-color: rgba(255, 14, 14, 0.4) !important;
  }

  .comm-rate-like:active .comm-rate-icon {
    color: #00b9ad !important;
    transform: scale(1.1) rotate(-5deg) !important;
  }

  .comm-rate-dislike:active .comm-rate-icon {
    color: #ff0e0e !important;
    transform: scale(1.1) rotate(5deg) !important;
  }

  .comm-rate-like:active .comm-rating-value.ratingplus {
    color: #00b9ad !important;
    transform: scale(1.05) !important;
  }

  .comm-rate-dislike:active .comm-rating-value.ratingminus {
    color: #ff0e0e !important;
    transform: scale(1.05) !important;
  }

  .comm-reply-btn {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 12px;
  }

  .ac-submit .btn-submit {
    min-height: 44px;
    padding: 12px 24px;
    font-size: 14px;
  }

  .no-comments-message {
    padding: 30px 15px;
    margin: 20px 0;
  }

  .no-comments-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .no-comments-icon .icon {
    font-size: 36px;
  }

  .no-comments-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .no-comments-desc {
    font-size: 14px;
  }
}
/* Owl Carousel v2.1.0 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
}
.owl-carousel .owl-item > img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #222;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.owl-prev,
.owl-next {
  width: auto;
  height: 30px;
  position: absolute;
  top: -65px;
  z-index: 200;
  text-align: center;
  line-height: 30px;
  font-size: 40px;
  border-radius: 50%;
  color: #fff;
  transition: color 0.3s;
}
.owl-prev {
  right: 40px;
}
.owl-next {
  right: 0px;
}
.owl-prev:hover,
.owl-next:hover {
  color: #00b9ad;
}
.owl-dots {
  text-align: center;
  padding-top: 25px;
  margin-bottom: -15px;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff;
}
.owl-dot.active {
  background-color: #ffba00;
}
/* ADAPTIVE
----------------------------------------------- */
.btn-menu,
.btn-menu2 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
.btn-menu .icon,
.btn-menu2 .icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

body.opened-menu .btn-menu .icon {
  transform: rotate(90deg);
}
.header.is-active .btn-menu2 .icon {
  transform: rotate(90deg);
}
.side-panel {
  width: 280px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #0c0c0c;
  padding: 15px;
  z-index: 99999;
  position: fixed;
  left: -320px;
  top: 0;
  transition: left 0.4s;
  -webkit-transition: left 0.4s;
}
.side-panel.active {
  left: 0;
}
.close-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  display: none;
}
.btn-close {
  cursor: pointer;
  display: block;
  left: 280px;
  top: -40px;
  position: fixed;
  z-index: 99999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #e84e36;
  color: #fff;
  transition: top 0.4s;
  -webkit-transition: top 0.4s;
}
.btn-close.active {
  top: 0px;
}
body.opened-menu {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .filmy-wrap-center {
    width: 98%;
    overflow: hidden;
  }
  .col-left {
    display: none;
  }
  .btn-menu {
    display: flex;
    margin-left: auto;
  }
  #gotop {
    display: none !important;
  }
  .not-logged .login-avatar {
    display: none;
  }
  .login-close {
    top: -5px;
  }
  .login-title {
    font-size: 18px;
  }
  .login-box {
    max-width: calc(100% - 60px);
    padding: 15px;
  }
}

@media screen and (max-width: 950px) {
  .filmy-wrap-center {
    max-width: 98%;
  }
  .btn-menu2 {
    display: flex;
  }
  .search-wrap {
    min-width: 100%;
    padding: 15px;
    border: 0;
  }
  .btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    margin-right: 10px;
    font-size: 26px;
    color: #fff;
    background: rgba(0, 185, 173, 0.1);
    background-color: transparent;
    border: 1px solid rgba(0, 185, 173, 0.3);
    border-radius: 8px;
    flex-shrink: 0;
    text-shadow: none;
  }
  .btn-login .icon {
    display: inline-block;
    color: #fff;
  }
  .btn-login .btn-text {
    display: none;
  }
  .btn-login {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .header.is-active {
    max-height: 300px;
    height: auto;
    padding-bottom: 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .logo {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
    margin-right: 15px;
    overflow: hidden;
  }
  .desc-text,
  .carou,
  .filmain {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hd-menu,
  .footer {
    padding-left: 15px;
  }
  .hd-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
  .hd-menu li {
    margin-right: 15px;
  }
  .col-right {
    display: none;
  }
  .add-comms,
  .ffour {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fthree,
  .ffour,
  .add-comms {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fthree {
    width: auto;
    height: auto;
  }
  .js .tabs-b.visible {
    height: 250px;
  }
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 250px;
  }
}

@media screen and (max-width: 760px) {
  .filmy-wrap-center {
    max-width: 98%;
  }
  .filmy-wrap-online {
    padding-top: 0;
  }
  .th-item {
    width: 25%;
  }
  .desc-text img {
    display: none;
  }
  .footer {
    text-align: center;
    padding: 15px;
  }
  .footer > span,
  .ft-counter {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }
  .ft-counter {
    margin: 15px 0 0 0;
  }
  .dcont button {
    font-size: 12px;
    padding: 0 15px !important;
  }
  .comments-tree-list .comments-tree-list {
    padding-left: 0px !important;
  }
  .comments-tree-list .comments-tree-list:before {
    display: none;
  }
  .mass_comments_action {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .filmy-wrap-center {
    max-width: 98%;
    margin-top: 100px;
  }
  .th-item {
    width: 33.33%;
  }
  .ffour {
    display: block;
    text-align: center;
  }
  .fctrl {
    display: none;
  }
  .yx-share {
    margin: 15px 0 0 0;
  }
  .ac-inputs {
    flex-direction: column;
  }

  .ac-inputs input,
  .ac-input-group .form-input {
    width: 100%;
  }

  .btn-toggle-comments {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    padding: 5px 20px;
    font-size: 14px;
  }

  .comm-rate-btn {
    min-height: 40px;
    min-width: 40px;
    padding: 6px 10px;
  }

  .comm-rate-icon {
    font-size: 17px;
  }

  .comm-rating-value {
    font-size: 13px;
  }

  .comm-rate4 {
    gap: 5px;
  }

  .comm-rate-like,
  .comm-rate-dislike {
    min-height: 40px;
    padding: 8px 12px;
    gap: 5px;
    min-width: 40px;
  }

  .comm-rate-like .comm-rate-icon,
  .comm-rate-dislike .comm-rate-icon {
    font-size: 17px;
  }

  .comm-rate4 .comm-rating-value {
    font-size: 13px;
    min-width: 20px;
  }

  .comm-rate-like:hover,
  .comm-rate-dislike:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    transform: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  }

  .comm-rate-like:hover::before,
  .comm-rate-dislike:hover::before {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }

  .comm-rate-like:hover::after,
  .comm-rate-dislike:hover::after {
    left: -100% !important;
  }

  .comm-rate-like:hover .comm-rate-icon,
  .comm-rate-dislike:hover .comm-rate-icon {
    color: #909090 !important;
    transform: none !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)) !important;
  }

  .comm-rate-like:hover .comm-rating-value.ratingplus,
  .comm-rate-dislike:hover .comm-rating-value.ratingminus {
    color: inherit !important;
    transform: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  }

  .comm-rate-like:active,
  .comm-rate-dislike:active {
    background: linear-gradient(
      135deg,
      rgba(0, 185, 173, 0.2),
      rgba(0, 138, 127, 0.15)
    ) !important;
    border-color: rgba(0, 185, 173, 0.4) !important;
    transform: scale(0.95) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  }

  .comm-rate-dislike:active {
    background: linear-gradient(
      135deg,
      rgba(255, 14, 14, 0.2),
      rgba(200, 10, 10, 0.15)
    ) !important;
    border-color: rgba(255, 14, 14, 0.4) !important;
  }

  .comm-rate-like:active .comm-rate-icon {
    color: #00b9ad !important;
    transform: scale(1.1) rotate(-5deg) !important;
  }

  .comm-rate-dislike:active .comm-rate-icon {
    color: #ff0e0e !important;
    transform: scale(1.1) rotate(5deg) !important;
  }

  .comm-rate-like:active .comm-rating-value.ratingplus {
    color: #00b9ad !important;
    transform: scale(1.05) !important;
  }

  .comm-rate-dislike:active .comm-rating-value.ratingminus {
    color: #ff0e0e !important;
    transform: scale(1.05) !important;
  }

  .comm-reply-btn {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .ac-submit .btn-submit {
    min-height: 48px;
    padding: 14px 28px;
    font-size: 16px;
    width: 100%;
  }

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

  .no-comments-message {
    padding: 25px 12px;
    margin: 15px 0;
  }

  .no-comments-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }

  .no-comments-icon .icon {
    font-size: 28px;
  }

  .no-comments-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .no-comments-desc {
    font-size: 13px;
  }
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 300px;
  }
  .ui-dialog {
    width: 95% !important;
    max-width: 500px;
    border-radius: 10px !important;
    margin: 20px auto !important;
  }
  .ui-dialog-title {
    font-size: 16px !important;
    padding: 14px 50px 14px 16px !important;
  }
  .ui-dialog .ui-dialog-content {
    padding: 20px !important;
  }
  .ui-dialog .ui-dialog-buttonpane {
    padding: 14px 16px !important;
  }
  .ui-icon-closethick {
    right: 6px !important;
    top: 6px !important;
    width: 32px !important;
    height: 32px !important;
  }
  .ui-icon-closethick:before {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 16px !important;
  }
  .upop-left,
  .upop-right {
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0 20px;
  }
  .upop-left {
    margin-bottom: 10px;
    text-align: center;
  }
  .ui-dialog-buttonset {
    display: flex;
  }
  .ui-dialog-buttonset button {
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
    height: 40px !important;
    line-height: 40px !important;
  }

  #dofullsearch,
  #searchsuggestions span.seperator {
    display: none !important;
  }
  .attach .download-link {
    margin: 0 -15px 0 0;
    float: none;
    display: block;
    padding: 0 10px;
  }
  .attach-info {
    float: none;
  }
}

@media screen and (max-width: 470px) {
  .wrap-center22 {
    max-width: 320px;
  }
  .th-item {
    width: 50%;
  }
  .logo {
    overflow: hidden;
    position: relative;
    max-width: 200px;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
  .logo img {
    width: 20px;
    padding-bottom: 4px;
  }
  .fthree {
    width: auto;
    height: auto;
    padding: 0;
  }
  .fplayer {
    height: 250px;
  }
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 250px;
  }
  body {
    background-image: none;
  }
  .full h1 {
    font-size: 24px;
    font-weight: 600;
  }
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 250px;
  }
  .main_genres {
    flex-direction: column;
    gap: 20px;
    height: 160px;
    flex-wrap: wrap;
  }
  .extra_genres_block {
    gap: 20px;
    height: 550px;
    margin-bottom: 20px;
  }
  .footer_links {
    font-size: 16px;
  }

  .toggle-btn {
    font-size: 16px;
  }

  .btn-toggle-comments {
    min-height: 40px;
    padding: 0;
    font-size: 12px;
  }

  .comm-rate-btn {
    min-height: 40px;
    min-width: 40px;
    padding: 6px 10px;
  }

  .comm-rate-icon {
    font-size: 16px;
  }

  .comm-rating-value {
    font-size: 12px;
  }

  .comm-rate4 {
    gap: 4px;
  }

  .comm-rate-like,
  .comm-rate-dislike {
    min-height: 40px;
    padding: 7px 11px;
    gap: 5px;
    min-width: 40px;
  }

  .comm-rate-like .comm-rate-icon,
  .comm-rate-dislike .comm-rate-icon {
    font-size: 16px;
  }

  .comm-rate4 .comm-rating-value {
    font-size: 12px;
    min-width: 18px;
  }

  .comm-rate-like:hover,
  .comm-rate-dislike:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    transform: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  }

  .comm-rate-like:hover::before,
  .comm-rate-dislike:hover::before {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }

  .comm-rate-like:hover::after,
  .comm-rate-dislike:hover::after {
    left: -100% !important;
  }

  .comm-rate-like:hover .comm-rate-icon,
  .comm-rate-dislike:hover .comm-rate-icon {
    color: #909090 !important;
    transform: none !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)) !important;
  }

  .comm-rate-like:hover .comm-rating-value.ratingplus,
  .comm-rate-dislike:hover .comm-rating-value.ratingminus {
    color: inherit !important;
    transform: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  }

  .comm-rate-like:active,
  .comm-rate-dislike:active {
    background: linear-gradient(
      135deg,
      rgba(0, 185, 173, 0.2),
      rgba(0, 138, 127, 0.15)
    ) !important;
    border-color: rgba(0, 185, 173, 0.4) !important;
    transform: scale(0.95) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  }

  .comm-rate-dislike:active {
    background: linear-gradient(
      135deg,
      rgba(255, 14, 14, 0.2),
      rgba(200, 10, 10, 0.15)
    ) !important;
    border-color: rgba(255, 14, 14, 0.4) !important;
  }

  .comm-rate-like:active .comm-rate-icon {
    color: #00b9ad !important;
    transform: scale(1.1) rotate(-5deg) !important;
  }

  .comm-rate-dislike:active .comm-rate-icon {
    color: #ff0e0e !important;
    transform: scale(1.1) rotate(5deg) !important;
  }

  .comm-rate-like:active .comm-rating-value.ratingplus {
    color: #00b9ad !important;
    transform: scale(1.05) !important;
  }

  .comm-rate-dislike:active .comm-rating-value.ratingminus {
    color: #ff0e0e !important;
    transform: scale(1.05) !important;
  }

  .comm-reply-btn {
    min-height: 40px;
    padding: 5px 20px;
    font-size: 12px;
  }

  .ac-submit .btn-submit {
    min-height: 40px;
    padding: 15px 32px;
    font-size: 14px;
  }

  .no-comments-message {
    padding: 20px 10px;
    margin: 12px 0;
  }

  .no-comments-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .no-comments-icon .icon {
    font-size: 24px;
  }

  .no-comments-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .no-comments-desc {
    font-size: 12px;
  }
}
.season-seria {
  background-color: #00b9ad;
  left: 5px;
  top: 10px;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 5px;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
}

@media screen and (max-width: 470px) {
  .html {
    background-position: 100% 0%;
  }
}

/* XSORT - compact style */
.xsort-area {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.xsort-area > div {
  display: inline-block;
  margin: 0;
}

.xsort-div {
  display: inline-block;
  position: relative;
  padding: 6px 10px;
  color: #c5cbda;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xsort-active {
  background: rgba(0, 185, 173, 0.08);
  color: #ffffff;
  border-color: #00b9ad;
}

.xsort-selected {
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}

.xsort-selected:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 6px;
  border: 4px solid transparent;
  border-top-color: #777;
  content: '';
  transition: border-top-color 0.2s ease;
}

.xsort-div-filler {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvklEQVR42o3KsUqCYRiA0RPVZg6Fg2NgU0ME7g0KTg0SLtHaFYQ0VjRFDUGjEAhBi1vQ1Fx2BVJ4Aa4FQWT6tn38llTnWR//t+7MjY6mgh9mXYjUi4ZvzoVnDUXL9r35VJWxaqxvEcCGkSczkmNhR1ZHKEuuhZKsPWFbcimsyToS6pJd4YRkTs9IUZIzMLQFmNcSbk2oeBfuHDrVF8KHugllj0IIQ23daQsrNtUsIe9BWqbLuxde/WLBlQN/+wLDfD9iwnIihwAAAABJRU5ErkJggg==);
  background-position: 50% 50%;
  width: 32px;
  padding: 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

.xsort-ul {
  display: none;
  background: #101214;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 6px 0;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  z-index: 999;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  min-width: 150px;
}

/* Custom scrollbar for xsort-ul */
.xsort-ul::-webkit-scrollbar {
  width: 6px;
}

.xsort-ul::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 3px;
}

.xsort-ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 3px;
  transition: background 0.2s ease;
}

.xsort-ul::-webkit-scrollbar-thumb:hover {
  background: #00b9ad;
}

.xsort-ul {
  scrollbar-width: thin;
  scrollbar-color: #2a2a2a #1a1a1a;
}

.xsort-ul li {
  display: block;
  padding: 6px 12px;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  color: #c5cbda;
  font-size: 13px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.xsort-ul li:last-child {
  border: none;
}

.xsort-ul li.current {
  color: #ffffff;
  font-weight: 600;
  background: rgba(0, 185, 173, 0.1);
  position: relative;
}

.xsort-ul li.current:after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #00b9ad;
  border-radius: 50%;
  content: '';
}

.xsort-ul li.xdesc,
.xsort-ul li.xasc {
  background-position: 6px 50%;
  background-repeat: no-repeat;
}
.xsort-ul li.xdesc,
.xdesc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAIElEQVQY02NgYGBgSPsPggwwQDQXwoRBFAHsekECEBoASUcnDSh9+RUAAAAASUVORK5CYII=);
}
.xsort-ul li.xasc,
.xasc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAHklEQVQYV2NgAIO0/xAaygFBFA5UAMGBq0BRTDwXAPWMJw0b8PLnAAAAAElFTkSuQmCC);
}
span.xasc,
span.xdesc {
  padding-left: 10px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.xsort_empty {
  margin-top: 15px;
  background: #101214;
  border: 1px solid #2a2a2a;
  padding: 15px;
  text-align: center;
  color: #c5cbda;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.xsort-admin-area {
  padding: 0 0 0 210px;
}
.xsort-admin-area:after {
  content: '';
  display: block;
  clear: both;
}
.xsort-admin-area ul {
  list-style: none;
  margin: 0 0 0 -210px;
  padding: 0;
  float: left;
  width: 200px;
  border-right: 1px solid #ddd;
}
.xsort-admin-area ul.loading {
  background: url(data:image/GIF;base64,R0lGODlhFAAUAPUEAPz6/PT29Pz+/PTy9Hx+fHx6fIyKjLSytISChOzq7MTCxJyanOTm5NTS1Nza3MzOzKSmpJyenOTi5Ozu7IyOjMTGxMzKzJSWlLy6vKyurLS2tLy+vJSSlNze3KSipKyqrNTW1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAEACwAAAAAFAAUAAAGY0CCcAgIDI6DAGDIJCKfyGWTYHwGqshAExsQMAVc51E7JQiyQqS3LMQSAGM2s3o9ruXmMRI/t/KHWEl/bX6DWXZ/Z0l0f4xqeIoDhIhlcHGTSXdmloJ9WVeBklOhUGRsdYVMQQAh+QQFBQACACwKAAAABwAGAAAGHECCAfIACASFZMHgEBwihAJBEjgGFIqjdssNBIIAIfkEBQUAAwAsAAABABQAEwAABjvAgXBILD6KyGShcBAknwMCgQlNJgzLY7WYkBoA26LiYgmbz+hnIj1YpwMDOHsNPtfTd7Z+75bvt31JQQAh+QQFBQAAACwPAAUABQALAAAGI0CAEBAQFgoPIoEAEUYKBuHhKC0QhBKFZjgQFhMAgXeYEAcBACH5BAUFAAcALAEAAQATABMAAAZWwINQODkUh8hkMqBsGp0HREE5CQicR2QVAH1Gr90kgcgMC6XCsnmYXQsHbm08UjDEAdJIu6soFB5uE1IGAQB7TRMLf3JciBOASYdeTQABe5JJjVmNSEEAIfkEBQUADQAsAQABABMAEwAABlbAhlA4aBSHyGTyqFQylQSCcxBoNhJTgVXIQBQM1a2yQHyKo0Rx06wWYttLuFwZNs7vV2SAnUwYyHF1QgAKUQUHTkoLBYwHWnoDZgcEBg9bYW8MD4INQQAh+QQFBQAAACwHAAUACwAPAAAGI0CAcChMEAjEpHLJbDqf0Kh0upREDocIkogpeL9cw9EASQYBACH5BAUFAAIALAIADwAMAAUAAAYhQMGDkxAYj8YOoYBQBJBGwKFAJUCQBOPDQIUiAw8IFxkEACH5BAUFAAMALAAACwASAAkAAAY1wA3kMCgaj0hIgQBAOouER6GgeDqZCAIiYXU2poYu1HiYEhRNY0CBQArGA48RUVCL79e6MwgAIfkEBQUAAQAsAAAEABQAEAAABkDAgHBILFKIgkCiyBwWhA+KokkVQgoEQLVpKES2xCuiUDiAiwRC+UwsdL/sOHMMkQuf9vyQgrf3q3VNSXpnWFVBACH5BAUFAAMALAAAAQASABEAAAY1wIFwwBgaj0PBoeBAOgfLwuJ5bBQKhgTVcAUgCAQtVUgYEAqKsXrNbrvf8Lh8/jSU3Xd4IAgAIfkECQUAAwAsBAAAABAADwAABjbAAeABMRAGyKSyYSg4C8oo0kmIHKRRgiIgRUCx4DAWQUAIxMojOvldRwiGNVuOVNPvkTtdHQQAIfkECQUACwAsBAAAABAAFAAABm3ABeABMRAGgwBgwWw2DIVoYTKgVpsLKSFyCASQDMRBwCwQFAGsIPCJHpiGCRbLgBYeC/kcOyEQEGR7cwpmeIJYAQQFEIdzEAUGjVhtBJJNB1GWTBGQmgEIi5qEdwmSfX9pmqpZjR+CgauClY1BACH5BAkFAAsALAQAAAAQABQAAAaGwAXgATEQBoMAYMFsNgyFaAFJXTalhMghEBgkkIErQRFuCrhgpiHRbC8E1DDb3YYjBXR6wHJ55N0BBAUQf24RBQaFbQcFBIpNjAWPTIeJjwEIg5MKUQ9zfwmZBgFroEYFfo0KVkwBCgiCB0yNjRAHBxGZUVtMD1BSwAZ+bQFEUAQGEA9lTUEAIfkECQUACwAsAQAAABMAFAAABozAhXABeEAMhMEgABg6hQ1DYVpQWpvPBZUQyQQCg4QykC0QFOSh4Dt+GhJZocCaFsLjciseD17us3N+f099BRmDQ4WHiAtgd4wLGREYkI0IBBCVClMPUgSPcQkIBQYBDwSkoE4JSAUPTgUIaE4ACpeGThlbEBkHEaNTGQJPnVTGpK9xRUcEBAYQD3VCQQAh+QQJBQALACwBAAAAEwAUAAAGlsCFcAF4QAyEwSAAGDqFDUNhWlBam07BgUqIHAKBQUIZcG4LhEp5KACToVND4sm2lhEEwpxeVy4IBRV8T2FLaFiDQgJkBRGJhAkBBQePToWTlUOXjpkLlwSIiYuGBQqZhQF4CHuDAFYLDXGsTwkUFUtCZ2mhARV5BQ9sZ2gQBwcRCFQHAk8PUlTQBsF8AUZSBAYRD2tDQQAh+QQFBQALACwBAAAAEwAUAAAGjMCFcAF4QAyEwSAAGDqFDUNhWlBam07BgUqIZAKBQUIZcG4LBEV5KACToVND4sm2lhEEwpxeVy4IBQp8T2FLaFiDQgJkBRGJhEoFGY9OhZKUQ2EJjZhCYQGHmIuRgZiFAVJ6j6MDCw+AcoOsa2cIalkAdmwZXBAZBxENY0t0D1JUUxCfg0VHeQYZiENBACH5BAkFAAIALAEAAgANABIAAAYxQIFwKDwQj8ikcslsOptG6HNKVSIICGajQCUIAMdAUeA1BM6BwQAJUbvXQ7FDnUgHggAh+QQJBQALACwAAAIAFAASAAAGasDFQnAoGAmRQyAwSAifz2KBUAlABVaosGE0OLXgJ4JA+IbDhELlzJ4C2OdCBK5NWAsHehivhw4Wcn1Pf26CC3cFCoZCYwhmfVwUDAJnb2AVCQMDAZRPApZhTJqbS0yPYEujqn90qZmkYEEAIfkEBQUACwAsAAACABQAEgAABoDAxUJwKBgJkUMgMEgMBgGhtFggKKJSwfKJXTSMhoR0PHxCFwAEgSAmjwXmxYNQULjdTCikCriT4VAGBRF+eE9GB4VkeXSJilJMCRobEo+QUHkClnAJAQBOXYUAXAuZiqNPQqgDmncAeV15UK1CAqidi2aYW05nhrrAoXiRXMILQQAh+QQJBQAAACwAAAIAFAAPAAAGNkCAcEgsGouVo3LJNBSYxwAokoQSA4OBwErMBrjdwRecyCbG4KwYLBywh25AnJuAv4foe3oYBAAh+QQFBQAFACwAAAEAFAATAAAGecCCsCAZCicD5ABgHAYmCAIhcggEBslBoHkdNBTboQCQDRfIk4CgKb5OmIVkAM4WkrFnrLkudAOeanxGAnp6glxpcodGaIaLfViKjwVPWlhri4RaAEh7fGhMkZifkpyXn110bkujBWNlXFlaVqtpdX9KkUp0t6ubbEEAOw==)
    no-repeat 50% 50%;
}
.xsort-admin-area ul li {
  display: block;
  color: #f43;
  cursor: pointer;
  padding: 1px 0;
}

.xsort-admin-area ul li.current {
  font-weight: bold;
}
.xsort-admin-area p {
  margin: 0;
  padding: 7px 0 0;
}
.xsort-admin-area code {
  max-height: 400px;
  overflow: auto;
}
.commhei {
  height: 520px;
  overflow-x: scroll;
}

.sorting ul {
  margin-bottom: 15px;
}

.sorting li {
  margin-left: 15px;
  display: inline-block;
  padding: 10px;
  background: #101010;
  border-radius: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border: 3px solid #1a1919;
}

.sorting li:active {
  background: #202020;
}
/* hover protect */

@media (hover: hover) {
  .xsort-admin-area ul li.current,
  .xsort-admin-area ul li:hover {
    color: #000;
  }
  .xsort-ul li:hover {
    background: rgba(0, 185, 173, 0.08);
    color: #ffffff;
  }
  .xsort-selected:hover:after {
    border-top-color: #00b9ad;
  }
  .xsort-div:hover {
    background: rgba(0, 185, 173, 0.05);
    color: #ffffff;
    border-color: rgba(0, 185, 173, 0.3);
  }
}

/* Mobile xsort - full width container with wrapping tabs */
@media screen and (max-width: 470px) {
  .xsort-area {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    width: 100%;
    justify-content: center;
  }

  .xsort-area > div {
    flex: 0 0 auto;
    min-width: 80px;
    max-width: 30%;
  }

  .xsort-div {
    width: 100%;
    padding: 10px 8px;
    font-size: 12px;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .xsort-selected {
    padding-right: 24px;
  }

  .xsort-selected:after {
    right: 8px;
    border-width: 3px;
  }

  .xsort-ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: none;
    max-height: 60vh;
    border-radius: 12px;
    z-index: 99999;
    transform: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    margin-top: 4px;
    background: #101214;
    border: 1px solid #2a2a2a;
  }

  .xsort-ul li {
    padding: 12px 16px;
    font-size: 12px;
    min-height: 44px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .xsort-selected {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.trailer-podborki {
  right: 8px;
  bottom: 10px;
  display: inline-block;
  padding: 5px 20px;
  font-size: 8px;
  background-color: #e74c3c;
  color: #fff;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  transition: padding 0.3s;
}
.trailer-podborki:hover {
  padding: 5px 30px;
}

.podborki-list {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.link-podborka {
  width: 370px;
  height: 211px;
  margin-left: 10px;
  display: block;
  position: relative;
  transition: 0.5s background;
}

.top-film-block {
  display: inline-block;
  width: 450px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s, background 0.3s;
}
.top-film-block:hover {
  box-shadow: inset 0 0 5px 0px #111;
  background: #1a1a1a;
}
.topfilms_desc {
  width: 340px;
  display: inline-block;
  margin-left: 10px;
  transition: background 0.3s;
}
.topfilms_desc a:hover {
  background: #313030;
}

.top-film-img {
  width: 100px;
  height: 150px;
  float: left;
  object-fit: cover;
}

.top-film-raitkp {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  background-color: #ff7800;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  padding-bottom: 1px;
  padding-top: 1px;
  text-shadow: 0px 0px 4px #000;
}

.top-film-caption-title {
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid #00b9ad;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 470px) {
  .top-film-block {
    width: 100%;
    margin: 5px;
  }
  .topfilms_desc {
    width: calc(100% - 115px);
    margin-left: 10px;
  }
  .link-podborka {
    width: 100%;
    margin: 0;
  }
  html {
    background-size: 100%;
  }
}
.poster_search {
  width: 70px;
  height: 100px;
  float: left;
  object-fit: cover;
  margin-right: 10px;
}

.fcomms {
  margin-top: 10px;
}

.fcomms .comments-section {
  padding: 20px 0px;
}

@media screen and (max-width: 950px) {
  .fcomms .comments-section {
    margin: 0 -15px;
    padding: 15px;
  }
}
.vote-num {
  text-align: center;
  font-size: 14px;
  cursor: default;
}
.pmovie__rating-likes {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.pmovie__rating-likes > * {
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  background-color: var(--bg);
  box-shadow: var(--bsh-2);
  padding: 5px;
  font-weight: 600;
  margin-right: 10px;
  padding-right: 20px;
}
.pmovie__rating-likes > * .fas {
  background-color: #6ab04c;
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}
.pmovie__rating-likes > * + * .fas {
  background-color: #eb4d4b;
}
.pmovie__rating-likes > a:hover {
  background-color: var(--accent);
  color: #fff;
}

/* Doramy */
.dorama-list #dle-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dorama {
  width: calc(50% - 10px);
  height: 425px;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 5px 1px rgba(47, 47, 47, 0.85);
  box-sizing: border-box;
  transition: box-shadow 0.4s;
}
.dorama:hover {
  box-shadow: 0 1px 5px 1px rgb(0 185 173);
}
.dorama__top {
  display: flex;
  gap: 20px;
}

.dorama__link {
  position: relative;
  flex-shrink: 0;
  width: 180px;
  transition: opacity 0.3s;
}
.dorama__link:hover {
  opacity: 0.7;
}
.dorama__poster {
  width: 180px;
  height: 255px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.dorama__status {
  background-color: #00852f;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 6px;
  border-radius: 3px;
}

.dorama__description {
  flex: 1;
  overflow: hidden;
}

.dorama__title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dorama__subtitle {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dorama__info {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4px 8px;
  font-size: 0.88rem;
  color: #ccc;
}

.dorama__info dt {
  font-weight: bold;
  color: #aaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dorama__info dd {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dorama__bottom {
  margin-top: auto;
}

.dorama__desc-text {
  max-height: 4.5em;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  line-height: 1.5em;
}

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

.dorama__views {
  font-size: 0.85rem;
  color: #888;
}

.dorama__button {
  background: #00b9ad;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.3s;
}
.dorama__button:hover {
  background: #017d75;
  color: #fff;
}
@media screen and (max-width: 470px) {
  .dorama-list #dle-content {
    width: 100%;
    gap: 10px;
  }
  .dorama {
    width: 100%;
    height: 370px;
    padding: 10px;
  }
  .dorama__link {
    width: auto;
  }
  .dorama__poster {
    width: 120px;
    height: 180px;
  }
}
/* Doramy end */

/* Headslide */
.head_slide {
  padding: 30px;
}
.full-in .head_slide {
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.head_slide p {
  margin-bottom: 20px;
}
.head_slide_body {
  position: relative;
  overflow: hidden;
}

.head_slide_body::-webkit-scrollbar {
  display: none;
}
.head_slide_content {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.head_slide_body button {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: #00b9ad;
  margin-top: -30px;
  border: 1px solid #888;
  position: absolute;
  top: 50%;
  cursor: pointer;
  height: 50px;
  padding: 5px;
  transition: all 0.5s;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  box-shadow: 0 0 5px 1px #000;
}

.head_slide_body button:hover {
  background-color: #079b92;
}

.head_slide_prev {
  left: 0px;
  border-right: 0;
  border-radius: 0px 5px 5px 0px;
}
.head_slide_next {
  right: 0px;
  border-right: 0;
  border-radius: 5px 0px 0px 5px;
}

.head_slide_card {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

@media screen and (max-width: 470px) {
  .head_slide {
    padding: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .head_slide_body button {
    display: none;
  }
  .head_slide .tc-img {
    height: 218px;
    width: 150px;
  }
  .btn-login {
    background: none;
    border: none;
  }
}
@media (hover: none) {
  .tc-img:hover .tc-title {
    opacity: 0;
  }
  .btn-login:hover {
    background-color: #00b9ad;
  }
}
/*  end */

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat2.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat3.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Bold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* MOVIE MAIN SECTION */
.movie-main {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 16px;
  padding-left: 0;
  margin-bottom: 16px;
  position: relative;
}
.movie-title {
  color: #fff;
}
.movie-alt {
  font-size: 12px;
}
.poster-box {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.poster-inner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  align-self: flex-start;
}
.poster-inner img {
  width: 220px;
  height: 320px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}
.poster-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
}
.poster-badges.age {
  left: auto;
  right: 8px;
}
.pbadge {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 2px #000;
}
.pbadge.quality {
  background: rgba(0, 185, 173, 0.9);
  border-color: rgba(0, 185, 173, 0.4);
  box-shadow: 0 2px 8px rgba(0, 185, 173, 0.15);
}
.pbadge.age {
  background: rgba(255, 107, 53, 0.9);
  border-color: rgba(255, 107, 53, 0.4);
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.15);
}
.poster-badges-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.badge {
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  letter-spacing: 0.5px;
  backdrop-filter: blur(6px);
}
.badge-season {
  background: rgba(99, 102, 241, 0.8);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.2);
}
.badge-episode {
  background: rgba(245, 158, 11, 0.8);
  border-color: rgba(245, 158, 11, 0.3);
  box-shadow: 0 2px 6px rgba(245, 158, 11, 0.2);
}
.badge.status {
  background: rgba(239, 68, 68, 0.8);
  border-color: rgba(239, 68, 68, 0.3);
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.2);
}

/* RATING BADGE */
.rating-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  z-index: 20;
}
.rating-label {
  font-size: 12px;
  font-weight: 600;
  color: #00b9ad;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rating-value {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.movie-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.movie-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.detail-label {
  font-weight: 600;
  color: #00b9ad;
  min-width: 100px;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.detail-value {
  color: #ddd;
  flex: 1;
  font-size: 0.9rem;
}
.detail-value a {
  color: #00b9ad;
  text-decoration: none;
}
.detail-value a:hover {
  color: #fff;
}

/* MOVIE DESCRIPTION */
.movie-description {
  font-size: 14px;
  line-height: 1.6;
  color: #ddd;
  background: rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 185, 173, 0.1);
  margin-bottom: 16px;
}
.movie-description .tagline {
  color: #00b9ad;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 6px;
  background: rgba(0, 185, 173, 0.1);
  border-radius: 6px;
}
.movie-description em {
  display: block;
  margin-top: 10px;
  font-style: italic;
  color: #aaa;
  font-size: 12px;
  text-align: center;
  padding: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

@media (max-width: 480px) {
  .movie-title-section {
    text-align: center;
    margin-top: 15px;
  }

  .movie-title-section .movie-title {
    font-size: 1.1rem;
  }
  .poster-box {
    margin: auto;
  }
  .pbadge {
    font-size: 12px;
    padding: 4px 6px;
  }
  .badge {
    font-size: 9px;
    padding: 3px 6px;
  }
  .poster-badges-row {
    margin-top: 6px;
    gap: 4px;
  }
  .poster-badges.age {
    bottom: 10px;
    top: auto;
  }
  .rating-badge {
    top: 6px;
    right: 6px;
    padding: 4px 6px;
  }
  .rating-value {
    font-size: 12px;
  }
  .movie-description {
    font-size: 14px;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: none;
  }
  .movie-main {
    padding: 0;
    gap: 8px;
    border: none;
    border-radius: 0;
    background: none;
  }
  .movie-info {
    padding: 0;
  }
}
