.wrapper {
    min-width: 320px;
    position: relative;
    padding: 30px;
}

.wrapper-container {
    max-width: var(--maximum-width);
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.wrapper-main {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    background-color: var(--bg-c);
    border-top: 3px solid var(--secondary-color);
}

.header {
    background: var(--bg-c);
    margin-top: 0px !important;
}

.show_header {
    background: #171717 !important;
}

.header--main-page {
    background-position: center top;
}

.header__inner {
    padding: 30px var(--main-indent);
}

.header__hero {
    min-height: 300px;
    padding: 30px var(--main-indent) 60px var(--main-indent);
}

.content {
    min-height: 100vh;
    padding: 20px var(--main-indent);
}

.sidebar {
    width: 240px;
    margin-right: 60px;
}

.footer {
    padding: 20px var(--main-indent);
    color: var(--secondary-text-color);
}

#scrolltop {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background-color: #1d1d1d;
    color: #ccc;
    cursor: pointer;
    font-size: 2.4rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.logo {
    display: inline-block;
    text-transform: lowercase;
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--logo-c);
    margin-right: 20px;
    line-height: 40px;
}

.header__caption {
    margin-right: 60px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--secondary-text-color);
}

.submenu a {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 30px;
}

.submenu a:hover {
    color: #fff;
}

.header__search {
    position: relative;
    margin: 0 60px 0 0;
}

.header__search input,
.header__search input:focus {
    padding: 0 50px 0 20px;
    border-radius: 3px;
    background-color: var(--bg-input);
    color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.header__search input:not(:focus)::placeholder {
    color: #fff;
    opacity: 0.5;
    font-size: 1.4rem;
}

.header__search button {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 50px;
    cursor: pointer;
    background: none;
    color: #ccc;
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
}

.header__hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
}

.header__hero-title span {
    color: var(--primary-color);
}

.header__hero-text {
    opacity: 0.9;
    line-height: 1.7;
    margin: 15px 0 30px 0;
    max-width: 560px;
}

.header__hero-btn {
    align-self: start;
    text-transform: uppercase;
    background-color: #272727;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 3px;
    display: inline-block;
}

.header__hero-btn span:last-child {
    display: inline-block;
    padding: 0 20px;
    margin-left: 20px;
    background: linear-gradient(130.16deg, #505add 34.4%, #be40c0 66.11%, #fba82b 96.37%);
    color: #fff;
    box-shadow: rgb(237, 85, 101, 0.3);
}

.header__popular {
    padding: 30px var(--main-indent);
    background-color: var(--bg-c);
    height: 300px;
}

.popular-item__img {
    display: block;
    height: 200px;
    border-radius: 3px;
}

.popular-item__title {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    color: #e0e0e0;
    font-size: 13px;
    line-height: 1.3;
    word-wrap: break-word;
}

.popular-item__img:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    opacity: 0.8;
}

.popular-item:hover .popular-item__img:before,
.popular-item:hover .popular-item__title {
    opacity: 0;
}

.footer__copyright {
    margin-top: 8px;
    font-size: 0.9em;
}

.footer__copyright span {
    color: var(--secondary-color);
    border-bottom: 1px dotted var(--secondary-color);
    font-weight: 400;
}

.footer__logo {
    font-size: 2.2rem;
    background-size: 30px;
}

.pagination {
    text-align: center;
    font-weight: 400;
    padding-top: 10px;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 10px 5px 0 5px;
    line-height: 60px;
    padding: 0 10px;
}

.pagination span:not(.nav_ext) {
    background-color: var(--secondary-color);
    color: var(--text-black);
    border-radius: 30px;
    min-width: 60px;
    margin: 10px 10px 0 10px;
    font-size: 2.4rem;
    font-weight: 500;
}

.section {
    margin-bottom: 20px;
}

.section__header {
    margin-bottom: 20px;
}

.section__title {
    font-size: 2.4rem;
    font-weight: 500;
}

.section__link-more {
    color: var(--secondary-color);
    border-bottom: 1px dotted var(--secondary-color);
    font-size: 1.4rem;
    font-weight: 400;
}

.section__items {
    margin: 0 -10px -30px -10px;
}

.section__items-10 {
    margin: 0 -5px -10px -5px;
}

.movie-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.movie-item__link {
    display: block;
}

.movie-item__img {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.movie-item__label {
    position: absolute;
    z-index: 5;
    left: 5px;
    bottom: 5px;
    border-radius: 5px;
    background-color: var(--bg-br-info);
    color: #fff;
    padding: 3px 11px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 400;
    border: var(--br-bg);
}

.movie-item__title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary-text-color);
}

.movie-item__meta {
    margin-top: 6px;
    font-size: 1.4rem;
    color: var(--secondary-text-color);
}

.hover__overlay,
.hover__overlay::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

.hover__overlay span {
    font-size: 3.4rem;
    color: #fff;
    position: relative;
    z-index: 11;
}

.hover__overlay::before {
    content: '';
    opacity: 0.8;
    background-color: var(--hover-cover);
}

.hover:hover .hover__overlay {
    opacity: 1;
}

.update-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.update-item__link {
    display: block;
    position: relative;
    background-color: #1d1d1d;
    padding: 3px 40px 3px 3px;
    height: 100%;
    overflow: hidden;
}

.update-item__img {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 3px;
    top: 0;
}

.update-item__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary-text-color);
    text-align: center;
}

.update-item__meta {
    margin-top: 8px;
    font-size: 12px;
    color: var(--secondary-text-color);
    text-align: center;
}

.update-item__serie {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #272727;
    color: var(--secondary-color);
    text-align: center;
    font-size: 1.2rem;
    border: 2px solid #1d1d1d;
}

.update-item__serie div {
    font-size: 2rem;
    font-weight: 400;
}

.collection-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.collection-item__link {
    display: block;
    position: relative;
}

.collection-item__img {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.collection-item__title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    color: var(--primary-text-color);
}

.collection-item__label {
    position: absolute;
    z-index: 5;
    left: 10px;
    bottom: 10px;
    border-radius: 3px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 4px 11px;
    font-size: 1.2rem;
    font-weight: 400;
}

.side-block {
    margin-bottom: 50px;
}

.side-block__title {
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.side-block__title span,
.section__title span,
.inner-page__caption span,
.text h1 span,
.text h2 span,
.text h3 span {
    color: var(--primary-color);
}

.side-block__menu a {
    display: block;
    margin-bottom: 15px;
}

.side-block__menu li:last-child a {
    margin-bottom: 0;
}

.side-block__menu a .far {
    color: var(--primary-color);
    width: 30px;
}

.side-block__menu--icon a::before {
    content: "\f111";
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    width: 20px;
    color: var(--secondary-color);
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    position: relative;
    top: -1px;
}

.showitems-btn {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--primary-color);
}

.showitems-btn span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    background-color: var(--primary-color);
    color: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    font-size: 1.7rem;
    position: relative;
    top: -2px;
}

.showitems-btn:hover {
    text-decoration: underline;
}

.soon-item {
    margin-bottom: 20px;
}

.soon-item__img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 30px;
}

.soon-item__title {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    color: var(--primary-text-color);
}

.soon-item__meta {
    margin-top: 6px;
    font-size: 1.2rem;
    color: var(--secondary-text-color);
}

.inner-page__column-left {
    width: 200px;
}

.inner-page__column-middle {
    padding: 0 20px;
}

.inner-page__column-right {
    width: 50px;
}

.inner-page__img {
    height: 300px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.inner-page__title {
    font-weight: 500;
    font-size: 2.4rem;
}

.inner-page__title a {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-left: 2px;
}

.inner-page__header {
    margin-bottom: 20px;
    position: relative;
}

.inner-page__subtitle {
    margin-top: -16px;
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 500;
}

.inner-page__fav {
    color: var(--secondary-color);
    height: 40px;
    width: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 13px 13px 13px 13px;
    background-color: var(--bg-input);
    margin-bottom: 6px;
    text-align: center;
}

.inner-page__fav .far,
.inner-page__fav .fas {
    font-size: 1.8rem;
    position: absolute;
    left: 10px;
    top: 20px;
}

.inner-page__fav a {
    color: var(--secondary-color);
}

.inner-page__list {
    font-size: 1.4rem;
    line-height: 1.9;
    cursor: default;
}

.inner-page__list li {
    padding-left: 120px;
    position: relative;
}

.inner-page__list li>span:first-child {
    font-weight: 700;
    color: var(--secondary-text-color);
    position: absolute;
    left: 0;
    top: 0;
}

.inner-page__list li a {
    color: var(--secondary-color);
    border-bottom: 1px dotted var(--secondary-color);
}

.inner-page__rating {
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
    background: black;
}

.inner-page__rating a {
    display: block;
    font-weight: 400;
    text-align: center;
    background-color: black;
    flex: 1 0 16%;
    padding: 1%;
}

.inner-page__rating a div {
    color: #fff;
    flex: 1 0 16%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    border: var(--br-bg);
}

.inner-page__rating a img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.inner-page__rating a div:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    background: var(--linear-bg-b);
    border: 1px solid black;
}

.inner-page__rating a+a img {
    transform: scale(-1, -1);
    position: relative;
    top: 7px;
}

.inner-page__rating a:hover {
    opacity: 0.9;
}

.inner-page__desc {
    margin-top: 35px;
    margin-bottom: 20px;
}

.inner-page__caption {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.inner-page__subrating {
    font-weight: 500;
    text-align: center;
    width: 46%;
    height: 100px;
}

.inner-page__subrating img {
    height: 50px;
    display: block;
    margin: 0 auto 0px auto;
}

.inner-page__subrating--kp img {
    height: 30px;
    margin-bottom: 20px;
    position: relative;
    top: 9px;
}

.inner-page__comments-num {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    height: 20px;
    line-height: 20px;
    width: 24px;
    text-align: center;
    border-radius: 3px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 1.2rem;
}

.inner-page__player-controls {
    margin-bottom: 20px;
}

.inner-page__complaint a {
    color: var(--secondary-color);
    font-size: 1.4rem;
    font-weight: 400;
}

.tabs-block__select span {
    cursor: pointer;
    display: inline-block;
}

.tabs-block__select--player span {
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0);
    font-weight: 400;
    background-color: var(--bg-input);
}

.tabs-block__select--player span.is-active {
    background: var(--linear-bg-b);
    color: #fff;
    box-shadow: 0 10px 30px rgb(227 90 10 / 30%);
}

.tabs-block__select--desc>span {
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--primary-text-color);
    margin-right: 20px;
}

.tabs-block__select--desc>span.is-active {
    color: var(--primary-color);
}

.video-inside {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.text {
    line-height: 1.7;
    font-size: 1.6rem;
    word-wrap: break-word;
    color: var(--secondary-text-color);
}

.text a {
    text-decoration: underline;
    color: var(--primary-color);
}

.text img:not(.emoji),
.text p,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text>ul,
.text>ol,
.text table {
    margin-bottom: 20px;
}

.text>img[style*="left"],
.text>.highslide img[style*="left"] {
    margin: 0 10px 10px 0;
}

.text>img[style*="right"],
.text>.highslide img[style*="right"] {
    margin: 0 0 10px 10px;
}

.text>ul li {
    list-style: disc;
    margin-left: 40px;
}

.text>ol li {
    list-style: decimal;
    margin-left: 40px;
}

.text table,
.video-inside>* {
    width: 100%;
}

.text table tr td {
    padding: 10px;
    border: 2px solid #fff;
}

.text table tr:nth-child(2n+1) {
    background-color: #f2f6f9;
}

.text table tr:nth-child(1) {
    background-color: #cee0ed;
}

.text table img:not(.emoji) {
    margin: 0;
    max-width: 350px
}

.text>*:last-child {
    margin-bottom: 0;
}

.video-responsive {
    padding-top: 60%;
    position: relative;
}

.video-responsive iframe,
.video-responsive>video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.inner-page__title {
    margin-bottom: 20px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
    font-size: 1.8rem;
    color: #fff;
}

.add-comments-form {
    max-width: 800px;
}

.add-comments-form__input {
    margin-left: 20px;
}

.add-comments-form .hidden,
.comments_subscribe+br {
    display: none;
}

.mass_comments_action {
    display: flex;
    align-items: center;
    max-width: 800px;
}

.mass_comments_action select {
    flex: 1 1 0;
    margin: 0 16px 0 20px;
}

.comment-item__title {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 20px;
}

.comment-item {
    margin-bottom: 20px;
}

.comment-item__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
    border: var(--br-bg);
}

.comment-item__letter {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    font-size: 1.8rem;
}

.comment-item__author {
    font-weight: 400;
}

.comment-item__date {
    color: var(--secondary-text-color);
    margin-top: 2px;
    font-size: 1.2rem;
}

.comment-item__main {
    margin: 0 0 3px 0;
}

.comment-item__rating {
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #1d1d1d;
    padding: 0 10px;
    font-size: 1.2rem;
    color: #97a9b7;
}

.comment-item__rating a {
    color: #97a9b7;
}

.comment-item__rating>span {
    margin: 0 5px;
}

.comment-item__rating>span>span.ratingtypeplus,
.comment-item__rating>span>span.ratingplus {
    color: var(--logo-c);
}

.comment-item__rating>span>span.ratingminus {
    color: var(--color-red);
}

.comment-item__reply a {
    color: var(--secondary-color);
    border-bottom: 1px dotted var(--secondary-color);
    font-size: 1.4rem;
}

.comment-item__controls {
    text-align: right;
    font-size: 1.2rem;
}

.comment-item__controls li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    height: 20px;
    line-height: 20px;
}

.comment-item__controls a:not(:hover) {
    color: var(--secondary-text-color);
}

.overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
    cursor: pointer;
}

.login {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: var(--bg-c);
    border-radius: 4px;
    width: 400px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 15px 45px rgba(0, 0, 0, 1);
}

.login__header {
    padding: 20px 40px;
    background-color: var(--bg-c);
}

.login__title {
    font-size: 2rem;
    font-weight: 500;
    padding: 1px 0;
}

.login__close {
    cursor: pointer;
    font-size: 2.4rem;
    opacity: 0.6;
    margin-left: 20px;
}

.login__title a {
    border-bottom: 1px dotted var(--secondary-text-color);
    margin-left: 10px;
    font-weight: 400;
    color: var(--secondary-text-color);
}

.login__content {
    padding: 20px 40px;
}

.login__row {
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 1.2rem;
    color: var(--secondary-text-color);
}

.login__caption {
    font-size: 1.2rem;
    color: var(--primary-text-color);
    margin-bottom: 10px;
}

.login__caption a {
    text-decoration: underline;
    margin-left: 6px;
    color: var(--secondary-color);
}

.login__input input {
    padding-left: 40px;
}

.login__row .far {
    opacity: 0.6;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
}

.login__row button {
    width: 100%;
}

.login__social {
    background-color: #1d1d1d;
    padding: 20px 40px;
    text-align: center;
}

.login__social-caption {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.login__social-btns a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
}

.login__social-btns img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.login__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.login__menu {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: -10px;
}

.login__menu li {
    flex: 1 1 0;
    min-width: auto;
    max-width: 100%;
    margin: 0 5px 10px 5px;
}

.login__menu a {
    display: block;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    background-color: #1d1d1d;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
}

.login__menu .far {
    display: block;
    height: 30px;
    font-size: 2.4rem;
    opacity: 0.6;
}

.owl-carousel {
    display: none;
    opacity: 0;
    transition: opacity .3s linear;
    width: 100%;
    position: relative;
    z-index: 10;
}

.owl-carousel .owl-stage {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-loaded,
.owl-carousel.owl-loading,
.no-js .owl-carousel {
    display: block;
    opacity: 1;
}

.owl-carousel.owl-loading,
.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item {
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    z-index: 1;
}

.owl-prev,
.owl-next {
    display: block;
    cursor: pointer;
    background: none;
    color: var(--primary-color);
    box-shadow: none;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -10px;
    font-size: 34px;
}

.owl-prev {
    left: -45px;
}

.owl-next {
    right: -45px;
}

.owl-prev:hover,
.owl-next:hover {
    color: var(--secondary-text-color);
}

.mobile-menu {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #272727;
    padding: 15px 30px;
    z-index: 999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left .4s;
}

.mobile-menu.is-active {
    left: 0;
}

.mobile-menu-close {
    cursor: pointer;
    display: block;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.8rem;
    opacity: 0;
    background-color: #e84e36;
    color: #fff;
    transition: top .4s, opacity .4s;
}

.mobile-menu-close.is-active {
    top: 0px;
    opacity: 1;
}

body.mobile-menu-is-opened {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.mobile-menu .header__menu,
.mobile-menu .side-block {
    display: block;
    margin-bottom: 25px;
}

.mobile-menu .header__menu a {
    color: var(--primary-text-color);
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 1220px) {
    .wrapper {
        padding: 0;
    }

    .wrapper-container {
        max-width: 1000px;
    }

    .sidebar,
    .header__menu,
    .header__hero-title br,
    .header__caption {
        display: none;
    }

    .header__sign-in {
        background-color: #272727;
    }

    .header__btn-mobile-menu {
        display: block;
        cursor: pointer;
        font-size: 1.8rem;
        margin-left: 20px;
        background-color: var(--secondary-color);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .header__search {
        order: 10;
        min-width: 100%;
        margin-top: 20px;
    }

    .header__logo {
        flex: 1 1 0;
        max-width: 100%;
        min-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header__hero {
        min-height: 0;
        display: block;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .header__hero-title {
        font-size: 2.4rem;
    }

    .header__hero-text {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .content,
    .site-desc {
        padding-top: 20px;
    }

    .section {
        margin-bottom: 20px;
    }

    .footer {
        display: block;
        text-align: center;
    }

    .footer__logo {
        margin-right: 0;
    }

    .footer__menu,
    .footer__counter {
        justify-content: center;
        margin-top: 15px;
    }
}

@media screen and (max-width: 950px) {
    .wrapper-container {
        max-width: 768px;
    }

    .header__inner,
    .header__hero,
    .content,
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 760px) {
    .wrapper {
        overflow: hidden;
    }

    body,
    .header {
        background-image: none;
    }

    .wrapper-container {
        max-width: 640px;
    }

    .inner-page__column-middle {
        order: 10;
        min-width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .add-comments-form__input {
        min-width: 100%;
        margin: 0 0 10px 0;
    }

    .add-comments-form__btn {
        width: 100%;
        order: 10;
    }

    .add-comments-form .form__row--protect .form__caption {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .mass_comments_action,
    .comment-item__controls {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .wrapper-container {
        max-width: 480px;
    }

    .header__logo {
        font-size: 3.5rem;
        margin-right: 20px;
    }

    .header__sign-in {
        padding: 0 15px;
    }

    .section__title {
        line-height: 1.1;
    }

    .movie-item {
        width: 50%;
    }

    .update-item,
    .collection-item {
        width: 100%;
    }

    .tabs-block__select--desc span {
        font-size: 1.6rem;
    }

    .inner-page__player-controls {
        margin-bottom: 0px;
    }

    .tabs-block__select--player span {
        white-space: nowrap;
        flex: 1 1 0;
        max-width: 100%;
        min-width: auto;
        text-align: center;
        margin: 0;
        border-radius: 0;
    }

    .login {
        max-width: 90%;
        max-height: 90%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login__header,
    .login__content,
    .login__social,
    .pages-bg {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 470px) {
    .wrapper-container6 {
        max-width: 360px;
    }

    .header__sign-in {
        font-size: 0;
        padding: 0;
        width: 40px;
    }

    .header__sign-in span {
        margin-right: 0;
        font-size: 1.8rem;
        line-height: 40px;
    }

    .header__hero-title,
    .section__title {
        font-size: 2rem;
    }
}

.movie-item__label-season {
    position: absolute;
    z-index: 5;
    left: 5px;
    bottom: 42px;
    border-radius: 5px;
    background-color: var(--bg-br-info);
    color: #fff;
    padding: 3px 11px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 400;
    border: var(--br-bg);
}

.movie-item__label-2 {
    position: absolute;
    z-index: 5;
    left: 1px;
    top: 25px;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 4px 11px;
    font-size: 1.2rem;
    font-weight: 400;
}

.movie-item__label-2 .fas {
    color: greenyellow;
}

.movie-item__label-2 .nova {
    color: yellow !important;
}

.movie-item__label-3 {
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 5px;
    border-radius: 5px;
    background-color: #252323db;
    color: #fff;
    padding: 3px 11px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 400;
}

#preroll {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.filter-ctrl__caption {
    background-color: var(--bg-color-second);
    color: var(--secondary-color);
    border-radius: 0 0 4px 4px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    font-size: 1.1rem;
    position: absolute;
    right: 0%;
    top: 100%;
    text-align: center;
}

.filter-ctrl {
    padding: 15px 0;
    position: relative;
}

.filter-ctrl__column {
    flex-basis: calc(32% - 10px);
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.filter-ctrl__cell+.filter-ctrl__cell {
    margin-top: 15px;
}

.filter-ctrl__cell>input {
    padding: 0 10px;
    font-size: 13px;
}

.filter-ctrl__cell>input:not(:focus)::placeholder {
    color: white;
    opacity: 1;
    font-size: 1.3rem;
    font-weight: 400;
}

.filter-ctrl__submit input,
.filter-ctrl__clear input {
    border-radius: 4px !important;
    width: 100%;
    background: linear-gradient(130.16deg, #505add 34.4%, #be40c0 66.11%, #fba82b 96.37%) !important;
    padding: 0 !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    font-size: 13px !important
}

.filter-ctrl__clear input {
    background: linear-gradient(130.16deg, #505add 34.4%, #be40c0 66.11%, #fba82b 96.37%) !important;
     !important;
    font-size: 13px !important
}

.filter-ctrl__clear {
    text-align: center;
}

.filter-ctrl__checkbox {
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    height: 40px;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    font-size: 13px;
}

.filter-ctrl__checkbox input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.filter-ctrl__checkbox span:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #deb663;
    position: absolute;
    left: 0;
    top: 11px;
    content: '';
}

.filter-ctrl__checkbox span:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
    color: var(--bg-color);
    font-size: 24px;
    position: absolute;
    left: 3px;
    top: -4px;
    z-index: 3;
}

.filter-ctrl__checkbox input:checked+span:after {
    opacity: 1;
}

.filter-ctrl__cell>.irs {
    top: 5px;
}

.content>.filter-ctrl {
    display: none;
}

@media screen and (max-width: 950px) {
    .filter-ctrl {
        padding-top: 15px;
    }

    .filter-ctrl__column {
        flex-basis: auto !important;
        width: 48% !important;
        max-width: 48%;
        margin: 15px 0 0 0 !important;
    }
}

@media screen and (max-width: 590px) {
    .filter-ctrl__column {
        flex-basis: auto !important;
        width: 100% !important;
        max-width: 100%;
    }

    .content>.filter-ctrl {
        display: block;
        border-radius: 0;
        margin-bottom: 0px;
    }
}

.fb-sect {
    width: 98%
}

.lcomm {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: var(--secondary-text-color);
}

.lcomm-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent;
    float: left;
    border: var(--br-bg);
}

.lcomm-name {
    margin-bottom: 3px;
    opacity: .8
}

.lcomm-date {
    font-size: 13px
}

.lcomm-text {
    overflow: hidden;
    background-color: var(--bg-input);
    padding: 3px 8px;
    line-height: 1.5;
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

.lcomm-text::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    left: 40px;
    border: 10px solid transparent;
    border-bottom-color: #000
}

.lcomm-title {
    display: block
}

.my-comm-but {
    width: 100%;
}

.my-videoroll {
    display: inline-block;
    background: black;
    width: 100%;
    height: 320px;
    text-align: center;
}

.videoroll {
    display: inline-block;
    width: 100%;
    height: 320px;
}

.my-videoroll span {
    font-size: 20px;
    font-weight: 700;
}

.my-cheker {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 2px 5px;
    background-color: green;
    color: #fff;
    z-index: 999
}

.my-cheker-i {
    background: green
}

#my-war {
    background: red;
    font-weight: 700;
}

#my-subcr {
    background: linear-gradient(130.16deg, #505add 34.4%, #be40c0 66.11%, #fba82b 96.37%);
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

#vip::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
    animation: rotate 4s linear infinite;
    border-radius: 50%;
}

#vip::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 50%;
}

.alert-info {
    background: #7dc9e6;
    color: black;
    padding: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 13px;
}

.alert-danger {
    background: red;
    color: white;
    padding: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 15px;
}

.alert-info strong {
    font-weight: 700;
}

.my-seasone {
    background: #1571d4;
}

.my-quality-480 {
    background: red;
}

.my-quality-720 {
    background: #01ffa0;
    color: black;
}

.my-quality-1080 {
    background: gold;
    color: black;
}

.my-quality-2160 {
    background: #2866f9;
    color: white;
}

.my-but-link {
    width: 100%;
}

#my-btn {
    width: 100%;
    margin-bottom: 20px;
    background: #ba41c1;
    color: #ffffffe6;
}

#my-i-rand {
    margin-right: 10px;
    font-weight: 400;
}

.static-h1 {
    text-align: center;
}

.my-right {
    border: 20px solid transparent;
    border-bottom: 20px solid #121212;
    width: 10px;
    margin-left: 15px;
}

.comment-item__main {
    background: var(--bg-input);
    padding: 2%;
    font-size: 14px;
    border-radius: 5px;
    border: var(--br-bg);
}

.my-border {
    height: 1px;
    background: white;
}

.my-good {
    font-size: 20px
}

.alert-range {
    background: gold;
    color: black;
    padding: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 15px;
}

.alert-range strong {
    font-weight: 700;
}

.alert-warning {
    background: #ffbc00;
    color: black;
    padding: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 15px;
}

.alert-warning strong {
    font-weight: 700;
}

.my-main-but {
    width: 100%;
}

.my-overbutt-1 {
    width: 100%;
    margin-bottom: 20px;
    background: orange;
    color: #ffffffe6;
}

.my-ov-1 {
    margin-right: 10px;
    font-weight: 400;
}

.my-overbutt-2 {
    width: 100%;
    margin-bottom: 20px;
    background: green;
    color: #ffffffe6;
}

.my-ov-2 {
    margin-right: 10px;
    font-weight: 400;
}

.flex-grow-1 {
    flex: 1 1 0;
    min-width: 50px;
    max-width: 100%;
}

.korobok__rating-likes {
    font-weight: 500;
}

.korobok__rating-likes>span {
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 10px;
    background-color: #0ea842;
    color: #fff;
    font-size: 1em;
}

.korobok__rating-likes>span+span {
    background-color: #da3d3a;
    margin-left: 10px;
}

.korobok__rating-likes>span .fal {
    margin-right: 8px;
}

.korobok__player-bottom {
    margin-top: 10px;
}

.korobok__player-bottom .korobok__rating-stars-count {
    color: var(--primary-text-color);
}

.kartinoker__label {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    line-height: 24px;
    background-color: #0ea842;
    color: #fff;
    padding: 0 10px;
    font-size: 0.9em;
    white-space: nowrap;
}

.kartinoker__label span {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    background: #eee;
    color: #000;
    margin-left: -10px;
    margin-right: 10px;
}

.ext {
    margin-bottom: 20px;
}

.ext:not(:first-child) {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.9);
}

.ext__header {
    margin-bottom: 20px;
}

.ext__header .korobok__rating-stars {
    margin-left: 10px;
}

.ext__header .korobok__rating-stars-count {
    color: var(--secondary-text-color);
}

.ext__title>a {
    font-weight: 500;
    font-size: 1.4em;
    margin-right: 15px;
    border-left: 5px solid var(--primary-color);
    padding-left: 15px;
    font-family: 'Montserrat';
}

.ext__title>span {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
}

.ext__poster {
    width: 200px;
    height: 300px;
    margin-right: 20px;
    display: block;
}

.ext__text {
    line-height: 1.5;
    margin-bottom: 10px;
    opacity: 0.7;
}

.ext__list {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.ext__list li>span:first-child {
    font-weight: 500;
    margin-right: 6px;
}

.ext__list a {
    border-bottom: 1px dashed var(--primary-text-color);
}

.ext__list .red {
    color: var(--primary-color);
}

.ext__btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.ext__poster:hover {
    opacity: 0.8;
}

.ext__title>a:hover,
.ext__list a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

@media screen and (max-width: 590px) {
    .ext__main::after {
        content: "";
        display: table;
        clear: both;
    }

    .ext__main {
        display: block;
    }

    .ext__poster {
        width: 90px;
        height: 130px;
        margin-right: 10px;
        float: left;
    }

    .ext__desc {
        display: inline;
    }

    .ext__title>span {
        display: none;
    }

    .ext__title>a {
        margin: 0;
        font-size: 1.2em;
    }

    .ext__text {
        line-height: 1.4;
    }
}

.quotes {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    border-left: 3px solid red;
    background: #141414;
}

.sor-rek-godeaf {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #c7c7c7;
    padding: 5px 0
}

.mydeaf-block {
    background: black;
    padding: 3%;
    margin: 10px 0px 10px 0px;
    font-size: 14px
}

.mydeaf-block span {
    color: white;
}

.my-trust-news {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 2px 5px;
    background-color: green;
    color: #fff;
}

.my-trust-news-ic {
    background: green
}

.my-quality {
    background: gold;
    font-weight: 700;
    padding: 10px;
    color: black;
}

#mydeaf-overlay-wrap {
    background: #000;
    background: rgba(0, 0, 0, 0.975);
    direction: ltr;
    display: none;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    z-index: 9000000000;
}

#mydeaf-close {
    border: 0;
    width: 3.5em;
    height: 3.5em;
    text-align: left;
    background: #222;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    outline: 0;
}

#mydeaf-content-holder {
    padding: 60px;
}

#mydeaf-trailer-content {
    margin: 0 auto;
    max-width: 640px;
}

#mydeaf-trailer-player {
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 640px;
}

#mydeaf-trailer-title {
    color: #fff;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#mydeaf-trailer-title small {
    font-size: 14px;
}

#mydeaf-trailer-description {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
}

#mydeaf-trailer-watchonline {
    padding-top: 25px;
    text-align: center;
}

#mydeaf-trailer-watchonline b:visited {
    color: #000;
    text-decoration: none;
}

#mydeaf-trailer-watchonline b {
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: background-color, box-shadow 0.2s linear;
    -moz-transition: background-color, box-shadow 0.2s linear;
    -ms-transition: background-color, box-shadow 0.2s linear;
    -o-transition: background-color, box-shadow 0.2s linear;
    transition: background-color, box-shadow 0.2s linear;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 32px 20px 32px;
    text-decoration: none;
    position: relative;
}

#mydeaf-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mydeaf-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mydeaf-close:before,
#mydeaf-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}

@media screen and (max-width: 740px) {
    a#trailik {
        display: none !important;
    }
}

a#trailik {
    position: absolute;
    z-index: 9999999999999999;
    bottom: 0;
    right: 0;
}

div#dle-content.list a#trailik {}

div#dle-content.grid a#trailik {
    position: absolute;
    z-index: 0 !important;
    top: 1px;
    right: 0px;
    padding-left: 10px;
    padding-top: 12px;
    height: 43px;
    padding-right: 14px;
    background: #0000008f !important;
    border-radius: 4px 0 0 4px;
    color: #d0d0d0f7 !important;
    opacity: 0;
}

#dle-content.grid .short-cols.fx-row:hover a#trailik {
    opacity: 1;
    top: 13px;
}

.lav.img-box.js-avatar:hover {
    transform: scale(4.0);
    margin-bottom: 0px;
    transition: all .2s ease-out;
    animation-timing-function: ease-out;
    cursor: pointer;
    margin-top: 0px;
    -webkit-box-shadow: 6px 4px 15px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 4px 15px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 4px 15px 5px rgba(0, 0, 0, 0.75);
}

.video-container {
    width: 100%;
    height: 300px;
    z-index: 1000;
    right: 50px;
    top: 100px;
    overflow: hidden;
}

.inner-page__text:first-letter {
    font-size: 150%;
    font-weight: bold;
    color: var(--logo-c);
}

.ftext.full-text.cleasrfix {
    background: #121820;
    padding: 14px;
    border-radius: 9px;
    padding-left: 20px;
}

#container-fullstory {
    background: var(--bg-input);
    padding: 20px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 60%);
    border-radius: 5px;
    font-size: 15px;
    text-align: justify;
    font-style: italic;
}

.no-adv {
    background: rgb(63, 133, 251);
    background: radial-gradient(circle, rgba(63, 133, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
    width: 100%;
    height: 100px;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 3%
}

.no-adv span {
    text-transform: uppercase;
    font-weight: 700
}

.movie-item__label-cat {
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
    border-radius: 2px;
    color: #fff;
    padding: 4px 11px;
    font-size: 1.2rem;
    font-weight: 400;
}

.cinema-mi {
    background-color: #2e859e;
}

.serial-mi {
    background-color: #cd3240;
}

.cartoons-mi {
    background-color: #216d2b;
}

.anime-mi {
    background-color: #bf5295;
}

.content-movie-mi {
    background-color: black;
    border: 1px solid #313131;
    border-radius: 3px;
}

.loggcom {
    display: block;
    width: 100%;
    text-align: center;
}

.loggcomdisplay {
    display: block;
}

.my-center {
    text-align: center
}

.smile {
    cursor: pointer;
    font-size: 25px;
    flex-grow: 1;
}

.pod-smiles {
    display: flex;
    width: 100%;
}

.smiles {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}

.my-info {
    position: absolute;
    z-index: 50;
    right: 2px;
    top: 2px;
    border-radius: 1px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 4px 11px;
    font-size: 1.2rem;
    font-weight: 400;
}

.my-info:hover {
    background-color: red !important;
    z-index: 50;
}

.my-content__open {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 386px;
    z-index: 9999;
}

.my-down-block {
    display: flex;
}

.face-button {
    height: 64px;
    display: inline-block;
    border: 3px solid #e43;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #e43;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}

.face-secondary .icon {
    margin-right: 6px;
}

.face-primary,
.face-secondary {
    display: block;
    padding: 0 32px;
    line-height: 64px;
    transition: margin .4s;
}

.face-primary {
    background-color: #e43;
    color: #fff;
}

.mydeaf-item_collection {
    width: 32% !important;
    margin-right: 2%;
    margin-left: 2%;
    display: block;
    position: relative;
}

.mydeaf-item_collection_a {
    width: 21% !important;
    margin-right: 2%;
    margin-left: 2%;
    display: block;
    position: relative;
}

#mydeaf-collection {
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
}

.mydeaf-item_collection {
    text-align: center;
    margin-bottom: 20px;
}

.mydeaf-item_img-collection img {
    border-radius: 8px;
    opacity: 0.62;
    filter: saturate(1.4);
}

.mydeaf-title-layer {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.mydeaf-title-layer .my-title {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
}

.mydeaf-bcat {
    font-size: 14px;
    font-weight: 100;
}

.mydeaf-bcat h1 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 35px;
}

.mydeaf-block_rate {
    position: absolute;
    background-color: #081c22;
    width: 38px;
    height: 38px;
    padding: 2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8em;
    right: 5px;
    bottom: 5px;
}

.dop {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 0.5em;
    margin-top: -7px;
}

.img__rate>svg {
    position: absolute;
}

.track {
    fill: none;
    stroke-width: 15;
}
}

.halloween {
    background: #1d1d1d url(../images/holidays/halloween.webp) center center no-repeat !important;
    margin-top: 0px !important;
}

.mydeaf-color_one {
    color: var(--color-red);
}

.mydeaf-color_two {
    color: var(--logo-c);
}

.mydeaf-serial_allist {
    width: 50px;
    height: 75px;
    border-radius: 5px;
    border: var(--br-bg);
    margin: 5px;
}

.mydeaf-serial_list {
    width: 100%;
}

.mydeaf-serial_list table,
th,
tr {
    border: 1px solid #ffffff3d;
    font-size: 14px;
    font-weight: 400;
}

.mydeaf-tr-f {
    width: 640px;
    height: 360px;
}

.mydeaf_span span {
    flex-grow: 1;
    text-align: center;
}

.mydeaf_complaint {
    width: 100%;
    text-align: center;
}

.mydeaf__block_d {
    background: black;
    padding: 1%;
    border-radius: 0px 0px 10px 10px;
}

.mydeaf_steal {
    margin: 0px;
    background: black;
    text-align: center;
}

.mydeaf_steal_i {
    font-size: 15px;
    padding: 5px;
}

.newbie {
    color: gray
}

.starz {
    color: gold
}

.my-banner {
    width: 100%;
    text-align: center;
}

.my-share {
    width: 100%;
    text-align: center;
    padding: 2%;
}

.my-quality-f {
    border: var(--br-bg);
    padding: 5px;
    border-radius: 5px;
}

.mydeaf__tracker__download_cover {
    position: relative;
}

.mydeaf__post__status__tracker__download {
    display: flex;
    align-items: center;
    padding: 9px 24px 9px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    line-height: 17px;
    width: 100%;
    box-sizing: border-box;
    color: #fff !important;
}

.mydeaf__tracker__download_cover img {
    width: 60px;
    height: auto;
    display: block;
    border-radius: 5px;
}

.mydeaf__tracker__download_icon::before {
    background-size: 18px 23px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 23px;
    margin-top: -11px;
    margin-left: -9px;
}

.mydeaf__tracker__download_inner {
    color: #fff;
    text-align: left;
    padding-left: 35px;
    transition: color .25s ease-in-out;
}

.mydeaf__tracker__download_icon {
    border-radius: 50%;
    display: block;
    height: 42px;
    width: 42px;
    position: absolute;
    border: 3px solid #000;
    right: -25px;
    top: 50%;
    margin-top: -21px;
    background: linear-gradient(214.38deg, #03def4 6.77%, #0298c8 85.64%);
    transform: scale(1);
    transition: transform .25s ease-in-out;
}

.mydeaf__tracker__download_icon:before {
    background-image: url("../images/system/download.png");
}

.seas {
    margin-bottom: 5px !important;
}

.mydeaf-prevlink {
    padding-left: 10%;
    padding-right: 10%;
}

.mydeaf-pr-gif {
    width: 100%;
    border-radius: 9px;
    box-shadow: 10px 10px 50px rgb(0, 0, 0);
}

.mydeaf-pr-mp4 {
    width: 100%;
    border-radius: 9px;
    box-shadow: 10px 10px 50px rgb(0, 0, 0);
}

.mydeaf-pr-img {
    width: 100%;
    border-radius: 9px;
    box-shadow: 10px 10px 50px rgb(0, 0, 0);
}

.mydeaf-allstar {
    margin-top: 5px;
}

#gotop_movie {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 10px;
    bottom: 80px;
    z-index: 990;
    display: none;
    background-color: #1d1d1d;
    color: #ccc;
    cursor: pointer;
    font-size: 2.4rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#gotop_comm {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 10px;
    bottom: 150px;
    z-index: 990;
    display: none;
    background-color: #1d1d1d;
    color: #ccc;
    cursor: pointer;
    font-size: 2.4rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.emoji-category-header {
    font-size: 16px;
    border-bottom: 1px solid #15161e;
    text-align: center;
}

.emoji-category-header h1 {
    display: inline-block;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.emoji-select-wrapper {
    display: flex;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #15161e;
    margin-bottom: 10px;
}

.emoji-select-wrapper a {
    text-decoration: none;
    transition: .2s;
}

.emoji-select-wrapper *,
.emoji-select-wrapper *:after,
.emoji-select-wrapper *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.emoji-select {
    font-size: 24px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.emoji-select:after {
    content: '';
    display: block;
    clear: both;
}

.emoji-select a {
    flex: 1;
    float: left;
    min-width: 40px;
    text-align: center;
    padding: 5px 0 10px;
}

.emoji-select a:hover {
    background: #bfeafb;
}

.emoji-select a.active {
    background: #dadde2;
    cursor: default;
}

.emoji-select-adv {
    position: relative;
    flex: 0;
    font-size: 13px;
    line-height: 18px;
    padding: 0 20px;
    border-left: 1px solid #ddd;
}

.emoji-select-adv-trigger {
    display: block;
    width: 30px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABpklEQVQ4T72UMWgUQRiF39sRLAUJeOzNrXIEgkFQQbuAZSAgNiGNpLgmlQlY2QUUYmEnCKJVCNZWgkXKhMTmIEgSEZJw3LCLcK2BxNudJye5eAne3eY4nG5m3nzzv/+ff4ghDw6Zh/8LjCL7XFIFwL4xWaVW+1Hr5+hPhKVS6Zb3/lKnmOQ9QEukFiROkxjxHk+7AYMgSJ1z27TWjpLaAnAGeDL/6Fw8E0XhhMQ1AMc9Ikwl3umaw2KxeNsYrElcAfSA1Ga9nszlstxNZK2dIv1jgPtHR79eNRqNn21tFBXGs8xcKxQK69VqtdleH6jK1oZPSL4mcShhx7l4AkDWgrZyeBXQIsnzOezhThVSj9IUG8bwK4BdCQcAXwwMDAI8zDJukmoBv50C+yX5X/s9LXceKJfLV5rN42eArpNYrteT1W4X5ipKFIUfJN4E8IXEbJrqfpIk3y/i4vzDvuw97sZxvGVt8ROJyXb1ckD/Pux26wUB3pLY856fSb2ROC9pJwcMp63XKQ7DcMwYvAd4A8A75+KXeWBn/oCLHuinH6hTekGHDvwNPKeu0Wz98R8AAAAASUVORK5CYII=) no-repeat 50% 50%;
}

.emoji-select-adv-area {
    display: none;
    position: absolute;
    right: 55px;
    top: 20px;
    width: 270px;
    padding: 15px 20px;
    background: #fff;
    z-index: 1003;
    border-radius: 3px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .3);
}

.emoji-select-adv-area:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 100%;
    border: 7px solid transparent;
    border-left-color: #ccc;
}

.emoji-select-adv-area:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 100%;
    border: 6px solid transparent;
    border-left-color: #fff;
}

.emoji-select-adv-period {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.emoji-select-adv-period a {
    position: relative;
    display: block;
    padding: 4px 0 5px 30px;
    color: #222;
}

.emoji-select-adv-period a:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: .2s;
}

.emoji-select-adv-period a:hover {
    color: #0097a7;
}

.emoji-select-adv-period a:hover:after {
    border-color: #ccc;
}

.emoji-select-adv-period a.active {
    color: #000;
}

.emoji-select-adv-period a.active:after {
    border: 5px solid #0097a7;
}

.emoji-select-adv-category {}

.emoji-select-adv-category a {
    position: relative;
    display: block;
    line-height: 34px;
    padding: 0 10px;
    color: #222;
    border-radius: 2px;
}

.emoji-select-adv-category a:hover {
    color: #0097a7;
}

.emoji-select-adv-category a.active {
    background-color: #0097a7;
    color: #fff;
}

.emoji-select-adv-category a.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    background: rgba(0, 0, 0, .1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAANUlEQVQYV2P89+/ffwYGBgYmJiZGEA0CMDFGGAOmAJkPVo0sANMNMgnDKGQr8OvEayc+1wIAGgkr7HgVYQQAAAAASUVORK5CYII=) no-repeat 50% 50%;
}

.rating-emoji {
    display: flex;
    background: black;
    border-radius: 3px;
    padding: 0 1%;
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
}

.rating-emoji:after {
    content: '';
    display: block;
    clear: both;
}

.rating-emoji .rating-emoji-item {
    flex: 1 0 16%;
    float: left;
    width: 16.66%;
    text-align: center;
    text-decoration: none;
    padding: 10px 0 5px;
    font-size: 21px;
    line-height: 30px;
    position: relative;
    cursor: default;
}

a.rating-emoji-item:hover {
    cursor: pointer;
    background: rgba(0, 50, 100, .1);
    font-size: 30px;
}

.rating-emoji-item-count {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-top: 3px;
    color: rgba(217, 217, 217, 0.5);
}

a.rating-emoji-item.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2px;
    right: 2px;
    height: 3px;
    background: #00bcd4;
}

.sort {
    font-size: 12px;
    line-height: normal;
    overflow: hidden;
    margin-bottom: 10px;
}

.sort li {
    color: #999;
    display: table-cell;
    font-size: 14px;
    padding: 10px 0;
    vertical-align: middle
}

.sort li {
    float: left
}

.sort li a {
    -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    color: white;
    cursor: pointer;
    font-size: 13px;
    float: right;
    display: block;
    padding: 10px;
    text-decoration: underline;
    -webkit-font-smoothing: initial
}

.sort a:visited,
.sort a:hover,
.sort a:active {
    color: white;
}

.sort a:hover {
    background: #333;
    color: #bbb !important;
    text-decoration: none
}

.sort a.active {
    background: #000;
    color: white;
    text-decoration: none
}

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

.mydeaf-social li {
    flex: 0 0 auto;
    width: 90px;
}

.mydeaf-social li a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #171515;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
}

.mydeaf-social li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #d35400;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}

.mydeaf-social li a:hover:before {
    transform: scale(1.2);
    box-shadow: 0 0 15px #d35400;
    filter: blur(3px);
}

.mydeaf-social li a:hover {
    color: #ffa502;
    box-shadow: 0 0 15px #d35400;
    text-shadow: 0 0 15px #d35400;
}

.displayoff {
    display: none;
}

.indexed {
    z-index: 10000
}

.soc-channels__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 20px 0 55px;
    height: 40px;
    overflow: hidden;
    background: var(--linear-bg-b);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 4px
}

.tlg::before {
    background-image: url(/uploads/i-tlg.svg);
    background-size: 16px
}

.soc-channels__item::before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: rgb(0 0 0/20%);
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat
}

.pmovie__franchise .sect__title {
    font-size: 20px;
    margin-bottom: 30px;
}

.fr-list {
    counter-reset: num;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: -30px;
}

.fr::before {
    content: counter(num);
    counter-increment: num;
    width: 40px;
    text-align: center;
    margin-top: -1px;
    color: var(--logo-c);
    font-weight: 500;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.fr {
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    padding: 6px 10px;
    padding-left: 40px;
    border-radius: 5px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.fr:nth-child(2n) {
    background-color: black;
}

.fr__title {
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    height: 20px;
    font-weight: 500;
}

.fr:hover {
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.fr__year {
    color: var(--logo-c);
    margin: 0 10px;
    font-size: 13px;
    z-index: 3;
    font-weight: 700;
}

.fr__rating {
    color: black;
    font-weight: 700;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    z-index: 3;
    display: grid !important;
    place-items: center;
    background: var(--logo-c);
}

.clrrating-1,
.clrrating-2,
.clrrating-3,
.clrrating-4 {
    background-color: var(--accent-red);
}

.clrrating-7,
.clrrating-8 {
    background-color: var(--accent-green);
}

.clrrating-9,
.clrrating-10 {
    background-color: var(--accent-gold);
}

.is-active .fr__title {
    font-weight: 700;
    color: var(--logo-c);
}

.fr.is-active::before {
    content: "\25CF";
    display: block;
    left: 13px;
    background-size: 13px 15px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
}

.fr__bg_opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-br-info);
    z-index: 2;
    backdrop-filter: blur(2px);
}

.fr__linked {
    z-index: 3;
}

.my-rtb {
    opacity: 0;
    position: fixed;
    z-index: 99999;
    width: 0px;
    height: 0px;
}

.blocked {
    text-align: center !important;
    padding: 25% !important;
    background: black !important;
    font-size: 20px !important;
}

.gold {
    color: gold !important;
}

.poster-search {
    width: 50px;
    float: left;
    padding: 1%;
}

.search-texted {
    font-size: 13px;
}

.search-story {
    font-size: 12px;
}

.my-bottom {
    margin-bottom: 10px;
}

.main-h {
    margin-bottom: 10px;
    text-align: center;
}

.sta1-pr {
    color: #a8bbff !important;
    margin-right: 5px !important
}

.sta2-pr {
    color: #71ffb0 !important;
    margin-right: 5px !important
}

.sta3-pr {
    color: orange !important;
    margin-right: 5px !important
}

.sta4-pr {
    color: #f071ff !important;
    margin-right: 5px !important
}

.sta5-pr {
    color: red !important;
    margin-right: 5px !important
}

.sta6-pr {
    color: orange !important;
    margin-right: 5px !important
}

.newbie {
    color: gray
}

.starz {
    color: gold
}

.filmmi {
    background-color: #00808d;
}

.serialmi {
    background-color: #d3282d;
}

.multmi {
    background-color: #216d2b;
}

.animemi {
    background-color: gray;
}

.carousel-1 {
    border-left: 2px solid var(--bg-input);
    border-right: 2px solid var(--bg-input);
    margin: 20px 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(0, 0, 0, 0.2);
    background: var(--bg-input);
    padding: 5px 0;
}

.carousel-1 .owl-pic {
    border-left: 5px solid var(--bg-input);
    overflow: hidden;
    transform: skew(-10deg);
}

.carousel-1 .owl-pic img {
    width: 100%;
    transform: skew(10deg) scale(1.2);
    transition: 0.3s opacity ease, 0.3s transform ease;
    opacity: 0.6;
    height: 150px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .carousel-1 .owl-pic img {
        opacity: 1;
    }
}

.carousel-1 .owl-pic:hover img {
    opacity: 1;
    transform: skew(10deg) scale(1.3);
}

.carousel-1 .owl-nav .owl-prev,
.carousel-1 .owl-nav .owl-next {
    position: absolute;
    cursor: pointer;
    font-size: 60px !important;
    color: #FFF !important;
    top: 0;
    height: 100%;
    width: 70px;
    transition: 0.3s opacity ease;
    opacity: 0.2;
    margin: 0;
    padding: 0;
}

.carousel-1 .owl-nav .owl-prev:hover,
.carousel-1 .owl-nav .owl-next:hover {
    opacity: 1;
}

.carousel-1 .owl-nav .owl-prev,
.carousel-1 .owl-nav .owl-prev:hover {
    left: 0;
    background: linear-gradient(to right, #131313, rgba(19, 19, 19, 0));
}

.carousel-1 .owl-nav .owl-next,
.carousel-1 .owl-nav .owl-next:hover {
    right: 0;
    background: linear-gradient(to left, #131313, rgba(19, 19, 19, 0));
}

.info-block {
    background: #232323;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 10px 0;
    flex-flow: row wrap;
    font-size: 14px;
}

.info-block {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    background: #232323;
    border-radius: 8px;
    padding: 20px 20px 50px 20px;
    margin: 20px auto;
    transition: max-height 0.3s ease-out;
    color: #fff;
    margin: 10px;
    text-align: justify;
}

.info-block.expanded {
    max-height: 3000px;
}

.info-block .info-title {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.info-block .faq-item {
    margin: 10px 0;
    line-height: 1.5;
}

.info-block .marker {
    font-size: 1.2em;
    margin-right: 10px;
}

.info-block .fade-effect {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #232323);
    backdrop-filter: blur(1.5rem);
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    opacity: 1;
}

.info-block  .read-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    background: #232323;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 10px;
}

.info-block.expanded .fade-effect {
    display: none;
}

@keyframes highlight {
    0% { background-color: #232323; }
    50% { background-color: gold; }
    100% { background-color: #232323; }
}

.info-block.highlight {
    animation: highlight 0.5s ease-in-out 5;
}

.icon {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px
}

.icon i {
    font-size: 30px
}

.infor-text {
    font-size: 13px;
    width: 100%;
    padding: 3px
}

.linkedi {
    border-bottom: 1px solid;
    color: #fb0;
    margin-left: 5px
}

.dle_collections .pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0
}

.dle_collections .collections-block-no-main {
    width: 30%
}

@media screen and (max-width: 590px) {
    .dle_collections .collections-block-no-main {
        width: 44%
    }
}

@media screen and (max-width: 425px) {
    .dle_collections .collections-block-no-main {
        width: 90%
    }
}

.collections-block {
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%
}

.collections-block-no-main {
    cursor: pointer;
    float: left;
    height: 120px;
    margin-left: 18px;
    margin-bottom: 18px;
    position: relative
}

.collections-img-block {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 10px;
}

.collections-count-block {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.collections-cover-block {
    background: rgba(0, 0, 0, .6);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.collections-a-block {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 10px
}

.mypadcoll {
    margin-top: 15px;
    margin-bottom: 15px
}

.owl-actors {
    margin-bottom: 1rem
}

.owl-actors .psp-img {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    white-space: break-spaces;
    font-size: 13px
}

.owl-actors .psp-img img {
    width: 90px;
    height: 128px;
    object-fit: cover;
    display: block;
    min-width: 90px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0) 0 20px 20px -10px;
    border: 1px solid #f5f5dc38
}

.psp-img img:hover,
img:focus {
    background: #000;
    text-decoration: none
}

.mydeaf-soon-block {
    margin: 10px 0
}

.mydeaf-soon-table {
    width: 100%
}

.mydeaf-soon-table td {
    border: 1px solid var(--bdc);
    box-shadow: inset 0 0 0 1px;
    text-align: center;
    padding: 10px
}

.mydeaf-soon-info {
    font-weight: 900;
    overflow: hidden;
    padding: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    border: var(--br-bg);
    margin-bottom: 10px;
}

#epscape_showmore {
    text-align: center;
    background: #1b1b1b;
    text-decoration: none;
    border: 1px solid #ffffff3d;
    padding: 10px
}

.proiler a {
    font-size: 17px;
    color: #3394e6;
    text-decoration: none
}

.proiler:hover {
    cursor: pointer;
    text-decoration: underline
}

.proiler-text {
    margin: 15px 25px;
    font-size: 13px
}

.save-buttons {
    margin-top: 10px;
}

.my--rating-like {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTkiIGZpbGw9IiNmZThjMDAiIGQ9Ik0gMzE0LjUsMzEuNSBDIDMxNC41LDE3OS44MzMgMzE0LjUsMzI4LjE2NyAzMTQuNSw0NzYuNUMgMzA3LjUsNDc2LjUgMzAwLjUsNDc2LjUgMjkzLjUsNDc2LjVDIDI5NC40OTgsMzI5LjIzNyAyOTQuODMyLDE4MS45MDMgMjk0LjUsMzQuNUMgMjk2LjI3NywzMy4zOTk1IDI5OC4yNzcsMzIuNTY2MiAzMDAuNSwzMkMgMzA1LjE1NSwzMS41MDA4IDMwOS44MjEsMzEuMzM0MiAzMTQuNSwzMS41IFoiLz48L2c+CjxnPjxwYXRoIHN0eWxlPSJvcGFjaXR5OjAuOTk3IiBmaWxsPSIjZmU4NjAwIiBkPSJNIDMxNC41LDMxLjUgQyAzMjEuNTUxLDMxLjUxODMgMzI3Ljg4NCwzMy41MTgzIDMzMy41LDM3LjVDIDMzMy4xNjgsODcuMzM2MSAzMzMuNTAxLDEzNy4wMDMgMzM0LjUsMTg2LjVDIDMzMC45MDUsMTk0LjY5NSAzMjcuNTcyLDIwMy4wMjggMzI0LjUsMjExLjVDIDMyNC45NzcsMjEyLjQ3OCAzMjUuNjQzLDIxMy4zMTEgMzI2LjUsMjE0QyAzMjguODEsMjE0LjQ5NyAzMzEuMTQzLDIxNC42NjMgMzMzLjUsMjE0LjVDIDMzMy41LDMwMS41IDMzMy41LDM4OC41IDMzMy41LDQ3NS41QyAzMzIuMjA5LDQ3NS4yNjMgMzMxLjIwOSw0NzUuNTk2IDMzMC41LDQ3Ni41QyAzMjUuMTY3LDQ3Ni41IDMxOS44MzMsNDc2LjUgMzE0LjUsNDc2LjVDIDMxNC41LDMyOC4xNjcgMzE0LjUsMTc5LjgzMyAzMTQuNSwzMS41IFoiLz48L2c+CjxnPjxwYXRoIHN0eWxlPSJvcGFjaXR5OjAuOTk3IiBmaWxsPSIjZmU5MjAwIiBkPSJNIDI5NC41LDM0LjUgQyAyOTQuODMyLDE4MS45MDMgMjk0LjQ5OCwzMjkuMjM3IDI5My41LDQ3Ni41QyAyODcuNSw0NzYuNSAyODEuNSw0NzYuNSAyNzUuNSw0NzYuNUMgMjc1LjgzMywzMzYuMzMyIDI3NS41LDE5Ni4zMzIgMjc0LjUsNTYuNUMgMjc3LjMyNSw0NS42NzQ3IDI4My45OTIsMzguMzQxNCAyOTQuNSwzNC41IFoiLz48L2c+CjxnPjxwYXRoIHN0eWxlPSJvcGFjaXR5OjAuOTc0IiBmaWxsPSIjZmU4MDAwIiBkPSJNIDMzMy41LDM3LjUgQyAzNDguNDIsNDUuOTk2NSAzNTUuNTg3LDU4Ljk5NjUgMzU1LDc2LjVDIDM1OC4zOTQsMTA1LjAyIDM1NS4wNiwxMzIuNjg2IDM0NSwxNTkuNUMgMzQxLjQ4NywxNjguNTIxIDMzNy45ODcsMTc3LjUyMSAzMzQuNSwxODYuNUMgMzMzLjUwMSwxMzcuMDAzIDMzMy4xNjgsODcuMzM2MSAzMzMuNSwzNy41IFoiLz48L2c+CjxnPjxwYXRoIHN0eWxlPSJvcGFjaXR5OjAuOTk1IiBmaWxsPSIjZmU5ODAwIiBkPSJNIDI3NC41LDU2LjUgQyAyNzUuNSwxOTYuMzMyIDI3NS44MzMsMzM2LjMzMiAyNzUuNSw0NzYuNUMgMjY3Ljg1OCw0NzUuNzM3IDI2MC4xOTEsNDc1LjQwMyAyNTIuNSw0NzUuNUMgMjUyLjUsMzU4LjgzMyAyNTIuNSwyNDIuMTY3IDI1Mi41LDEyNS41QyAyNjEuODU2LDEwMy4wNTQgMjY5LjE4OSw4MC4wNTM5IDI3NC41LDU2LjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTYiIGZpbGw9IiNmZTlmMDAiIGQ9Ik0gMjUyLjUsMTI1LjUgQyAyNTIuNSwyNDIuMTY3IDI1Mi41LDM1OC44MzMgMjUyLjUsNDc1LjVDIDI0NS41MzIsNDc0LjU5NCAyMzguNTMyLDQ3My45MjcgMjMxLjUsNDczLjVDIDIzMi40OTgsMzY5LjIzNyAyMzIuODMxLDI2NC45MDQgMjMyLjUsMTYwLjVDIDIzOS45NTUsMTQ5LjI1NCAyNDYuNjIxLDEzNy41ODggMjUyLjUsMTI1LjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTciIGZpbGw9IiNmZWE1MDAiIGQ9Ik0gMjMyLjUsMTYwLjUgQyAyMzIuODMxLDI2NC45MDQgMjMyLjQ5OCwzNjkuMjM3IDIzMS41LDQ3My41QyAyMjUuNTA4LDQ3Mi41MDEgMjE5LjUwOCw0NzEuNTAxIDIxMy41LDQ3MC41QyAyMTMuODMzLDM3NC45OTkgMjEzLjQ5OSwyNzkuNjY1IDIxMi41LDE4NC41QyAyMTkuMTc3LDE3Ni40NiAyMjUuODQ0LDE2OC40NiAyMzIuNSwxNjAuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjk5NyIgZmlsbD0iI2ZlYWIwMCIgZD0iTSAyMTIuNSwxODQuNSBDIDIxMy40OTksMjc5LjY2NSAyMTMuODMzLDM3NC45OTkgMjEzLjUsNDcwLjVDIDIwNi44MzMsNDY4LjgzMyAyMDAuMTY3LDQ2Ny4xNjcgMTkzLjUsNDY1LjVDIDE5My41LDM3OC44MzMgMTkzLjUsMjkyLjE2NyAxOTMuNSwyMDUuNUMgMTk5LjQ5MiwxOTguMTc1IDIwNS44MjUsMTkxLjE3NSAyMTIuNSwxODQuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjk4IiBmaWxsPSIjZmViMTAwIiBkPSJNIDE5My41LDIwNS41IEMgMTkzLjUsMjkyLjE2NyAxOTMuNSwzNzguODMzIDE5My41LDQ2NS41QyAxODcuMjA0LDQ2NC4wMDkgMTgwLjg3LDQ2Mi42NzYgMTc0LjUsNDYxLjVDIDE3NC41MTIsNDIwLjQ5OCAxNzQuODQ2LDM3OS40OTggMTc1LjUsMzM4LjVDIDE3NS4wMTcsMzAxLjQ4NSAxNzQuNTE3LDI2NC40ODUgMTc0LDIyNy41QyAxODAuMjgyLDIxOS45MDYgMTg2Ljc4MiwyMTIuNTczIDE5My41LDIwNS41IFoiLz48L2c+CjxnPjxwYXRoIHN0eWxlPSJvcGFjaXR5OjAuOTk4IiBmaWxsPSIjZmZkNzAwIiBkPSJNIDY5LjUsMjEzLjUgQyA2OS41LDMwMi4xNjcgNjkuNSwzOTAuODMzIDY5LjUsNDc5LjVDIDY1LjQ4NjIsNDc5LjY2NiA2MS40ODYyLDQ3OS40OTkgNTcuNSw0NzlDIDU0LjMxNTYsNDc4LjI0NiA1MS42NDg5LDQ3Ni43NDYgNDkuNSw0NzQuNUMgNDkuNSwzODkuMTY3IDQ5LjUsMzAzLjgzMyA0OS41LDIxOC41QyA1MS42NDg5LDIxNi4yNTQgNTQuMzE1NiwyMTQuNzU0IDU3LjUsMjE0QyA2MS40ODYyLDIxMy41MDEgNjUuNDg2MiwyMTMuMzM0IDY5LjUsMjEzLjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTUiIGZpbGw9IiNmZmQxMDAiIGQ9Ik0gNjkuNSwyMTMuNSBDIDc2LjE2NjcsMjEzLjUgODIuODMzMywyMTMuNSA4OS41LDIxMy41QyA4OS41LDIyOC4xNjcgODkuNSwyNDIuODMzIDg5LjUsMjU3LjVDIDczLjAyNTQsMjY4LjU2NCA3MC42OTIxLDI4Mi4wNjQgODIuNSwyOThDIDg0LjcxNjcsMjk5LjcyMyA4Ny4wNSwzMDEuMjIzIDg5LjUsMzAyLjVDIDg5LjUsMzYxLjUgODkuNSw0MjAuNSA4OS41LDQ3OS41QyA4Mi44MzMzLDQ3OS41IDc2LjE2NjcsNDc5LjUgNjkuNSw0NzkuNUMgNjkuNSwzOTAuODMzIDY5LjUsMzAyLjE2NyA2OS41LDIxMy41IFoiLz48L2c+CjxnPjxwYXRoIHN0eWxlPSJvcGFjaXR5OjAuOTg4IiBmaWxsPSIjZmZjYTAwIiBkPSJNIDg5LjUsMjEzLjUgQyA5Ni44MzMzLDIxMy41IDEwNC4xNjcsMjEzLjUgMTExLjUsMjEzLjVDIDExMS41LDIyOC44MzMgMTExLjUsMjQ0LjE2NyAxMTEuNSwyNTkuNUMgMTA0LjQzMywyNTUuNTUgOTcuMDk5MywyNTQuODgzIDg5LjUsMjU3LjVDIDg5LjUsMjQyLjgzMyA4OS41LDIyOC4xNjcgODkuNSwyMTMuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjk5NSIgZmlsbD0iI2ZmYzQwMCIgZD0iTSAxMTEuNSwyMTMuNSBDIDExOC4xNjcsMjEzLjUgMTI0LjgzMywyMTMuNSAxMzEuNSwyMTMuNUMgMTMxLjUsMzAyLjE2NyAxMzEuNSwzOTAuODMzIDEzMS41LDQ3OS41QyAxMjQuODMzLDQ3OS41IDExOC4xNjcsNDc5LjUgMTExLjUsNDc5LjVDIDExMS44MzIsNDE5Ljk5OCAxMTEuNDk5LDM2MC42NjQgMTEwLjUsMzAxLjVDIDEyMi40NTEsMjkzLjEzNyAxMjUuNjE4LDI4Mi4xMzcgMTIwLDI2OC41QyAxMTcuNjM4LDI2NC45NzMgMTE0LjgwNCwyNjEuOTczIDExMS41LDI1OS41QyAxMTEuNSwyNDQuMTY3IDExMS41LDIyOC44MzMgMTExLjUsMjEzLjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTciIGZpbGw9IiNmZWJlMDAiIGQ9Ik0gMTMxLjUsMjEzLjUgQyAxNDAuNDE4LDIxMi40NjggMTQ3LjQxOCwyMTUuNDY4IDE1Mi41LDIyMi41QyAxNTEuNTAxLDMwNS42NjUgMTUxLjE2NywzODguOTk4IDE1MS41LDQ3Mi41QyAxNDYuMDEsNDc3Ljk5OCAxMzkuMzQzLDQ4MC4zMzEgMTMxLjUsNDc5LjVDIDEzMS41LDM5MC44MzMgMTMxLjUsMzAyLjE2NyAxMzEuNSwyMTMuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjk5NiIgZmlsbD0iI2ZlODAwMCIgZD0iTSAzMzMuNSwyMTQuNSBDIDM0MC4xNjcsMjE0LjUgMzQ2LjgzMywyMTQuNSAzNTMuNSwyMTQuNUMgMzU0LjIwOSwyMTUuNDA0IDM1NS4yMDksMjE1LjczNyAzNTYuNSwyMTUuNUMgMzU3LjE2LDMwMi43MTIgMzU2LjQ5MywzODkuNzEyIDM1NC41LDQ3Ni41QyAzNDYuNSw0NzYuNSAzMzguNSw0NzYuNSAzMzAuNSw0NzYuNUMgMzMxLjIwOSw0NzUuNTk2IDMzMi4yMDksNDc1LjI2MyAzMzMuNSw0NzUuNUMgMzMzLjUsMzg4LjUgMzMzLjUsMzAxLjUgMzMzLjUsMjE0LjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTMiIGZpbGw9IiNmZDc5MDAiIGQ9Ik0gMzUzLjUsMjE0LjUgQyAzNjEuMTY3LDIxNC41IDM2OC44MzMsMjE0LjUgMzc2LjUsMjE0LjVDIDM3Ni41LDMwMS41IDM3Ni41LDM4OC41IDM3Ni41LDQ3NS41QyAzNzguNzM1LDQ3NS4yMDUgMzgwLjczNSw0NzUuNTM5IDM4Mi41LDQ3Ni41QyAzNzMuMTY3LDQ3Ni41IDM2My44MzMsNDc2LjUgMzU0LjUsNDc2LjVDIDM1Ni40OTMsMzg5LjcxMiAzNTcuMTYsMzAyLjcxMiAzNTYuNSwyMTUuNUMgMzU1LjIwOSwyMTUuNzM3IDM1NC4yMDksMjE1LjQwNCAzNTMuNSwyMTQuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjk5NSIgZmlsbD0iI2ZkNzMwMCIgZD0iTSAzNzYuNSwyMTQuNSBDIDM4Mi44MzMsMjE0LjUgMzg5LjE2NywyMTQuNSAzOTUuNSwyMTQuNUMgMzk1LjUsMzAxLjUgMzk1LjUsMzg4LjUgMzk1LjUsNDc1LjVDIDM5Ni43OTEsNDc1LjI2MyAzOTcuNzkxLDQ3NS41OTYgMzk4LjUsNDc2LjVDIDM5My4xNjcsNDc2LjUgMzg3LjgzMyw0NzYuNSAzODIuNSw0NzYuNUMgMzgwLjczNSw0NzUuNTM5IDM3OC43MzUsNDc1LjIwNSAzNzYuNSw0NzUuNUMgMzc2LjUsMzg4LjUgMzc2LjUsMzAxLjUgMzc2LjUsMjE0LjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTciIGZpbGw9IiNmZDZkMDAiIGQ9Ik0gMzk1LjUsMjE0LjUgQyA0MDIuMTY3LDIxNC41IDQwOC44MzMsMjE0LjUgNDE1LjUsMjE0LjVDIDQxNS4xNywzMDAuMjM3IDQxNS41MDMsMzg1LjkwNCA0MTYuNSw0NzEuNUMgNDEwLjk1MSw0NzQuNjc5IDQwNC45NTEsNDc2LjM0NSAzOTguNSw0NzYuNUMgMzk3Ljc5MSw0NzUuNTk2IDM5Ni43OTEsNDc1LjI2MyAzOTUuNSw0NzUuNUMgMzk1LjUsMzg4LjUgMzk1LjUsMzAxLjUgMzk1LjUsMjE0LjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTMiIGZpbGw9IiNmZDY3MDAiIGQ9Ik0gNDE1LjUsMjE0LjUgQyA0MjAuNTExLDIxNC4zMzQgNDI1LjUxMSwyMTQuNTAxIDQzMC41LDIxNUMgNDMzLjQ1NywyMTUuMjc5IDQzNi4xMjMsMjE2LjExMyA0MzguNSwyMTcuNUMgNDM4LjUsMjg0LjgzMyA0MzguNSwzNTIuMTY3IDQzOC41LDQxOS41QyA0MzUuNDk3LDQyMS4yNjIgNDMyLjE2Myw0MjIuNDI4IDQyOC41LDQyM0MgNDMzLjE2NSw0MzAuODggNDM0LjY2NSw0MzkuMzggNDMzLDQ0OC41QyA0MzAuOTIzLDQ1OC42NjUgNDI1LjQyMyw0NjYuMzMxIDQxNi41LDQ3MS41QyA0MTUuNTAzLDM4NS45MDQgNDE1LjE3LDMwMC4yMzcgNDE1LjUsMjE0LjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45ODkiIGZpbGw9IiNmZDYwMDAiIGQ9Ik0gNDM4LjUsMjE3LjUgQyA0NTkuNTMsMjI2LjU0NSA0NjguMzYzLDI0Mi41NDUgNDY1LDI2NS41QyA0NjMuMDAxLDI3My44MzIgNDU5LjE2OCwyODEuMTY1IDQ1My41LDI4Ny41QyA0NTQuODY3LDI4OC44NCA0NTYuMiwyOTAuMTczIDQ1Ny41LDI5MS41QyA0NTcuMTY5LDMxMy4wMDcgNDU3LjUwMywzMzQuMzQgNDU4LjUsMzU1LjVDIDQ1Ni40MjUsMzU3LjcxOSA0NTQuMDkxLDM1OS43MTkgNDUxLjUsMzYxLjVDIDQ2My44NjksMzc4Ljg4IDQ2My4zNjksMzk1Ljg4IDQ1MCw0MTIuNUMgNDQ2Ljc5LDQxNS44OCA0NDIuOTU3LDQxOC4yMTMgNDM4LjUsNDE5LjVDIDQzOC41LDM1Mi4xNjcgNDM4LjUsMjg0LjgzMyA0MzguNSwyMTcuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjk5MiIgZmlsbD0iI2ZmZGQwMCIgZD0iTSA0OS41LDIxOC41IEMgNDkuNSwzMDMuODMzIDQ5LjUsMzg5LjE2NyA0OS41LDQ3NC41QyA0Mi4zNjY2LDQ2OS45MiAzOC41MzMzLDQ2My4yNTMgMzgsNDU0LjVDIDM3LjMzMzMsMzgyLjUgMzcuMzMzMywzMTAuNSAzOCwyMzguNUMgMzguNTMzMywyMjkuNzQ3IDQyLjM2NjYsMjIzLjA4IDQ5LjUsMjE4LjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45NiIgZmlsbD0iI2ZlYjkwMCIgZD0iTSAxNTIuNSwyMjIuNSBDIDE1NS42NjEsMjI1LjQ3NSAxNTcuODI4LDIyOS4xNDIgMTU5LDIzMy41QyAxNTkuNjY3LDMwOC44MzMgMTU5LjY2NywzODQuMTY3IDE1OSw0NTkuNUMgMTU3LjQ5Nyw0NjQuNTE5IDE1NC45OTcsNDY4Ljg1MiAxNTEuNSw0NzIuNUMgMTUxLjE2NywzODguOTk4IDE1MS41MDEsMzA1LjY2NSAxNTIuNSwyMjIuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjkxOSIgZmlsbD0iI2ZmY2IwMCIgZD0iTSA5Ny41LDI3MC41IEMgMTAzLjcsMjcxLjAzMyAxMDcuMzY3LDI3NC4zNjcgMTA4LjUsMjgwLjVDIDEwNi4zNDgsMjg4LjYxIDEwMS4zNDgsMjkxLjExIDkzLjUsMjg4QyA4Ny4zOTMsMjgwLjM1OSA4OC43MjY0LDI3NC41MjYgOTcuNSwyNzAuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eTowLjk2NCIgZmlsbD0iI2ZkNWIwMCIgZD0iTSA0NTcuNSwyOTEuNSBDIDQ2Ny43MzQsMjk5LjgwMyA0NzMuMDY3LDMxMC42MzYgNDczLjUsMzI0QyA0NzMuMTU4LDMzNi44NDYgNDY4LjE1OCwzNDcuMzQ2IDQ1OC41LDM1NS41QyA0NTcuNTAzLDMzNC4zNCA0NTcuMTY5LDMxMy4wMDcgNDU3LjUsMjkxLjUgWiIvPjwvZz4KPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MC45OTciIGZpbGw9IiNmZmNiMDAiIGQ9Ik0gMTEwLjUsMzAxLjUgQyAxMTEuNDk5LDM2MC42NjQgMTExLjgzMiw0MTkuOTk4IDExMS41LDQ3OS41QyAxMDQuMTY3LDQ3OS41IDk2LjgzMzMsNDc5LjUgODkuNSw0NzkuNUMgODkuNSw0MjAuNSA4OS41LDM2MS41IDg5LjUsMzAyLjVDIDk2LjYyOTcsMzA1LjIzNSAxMDMuNjMsMzA0LjkwMiAxMTAuNSwzMDEuNSBaIi8+PC9nPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.owl-collections .owl-prev {
    left: -25px !important;
}

.owl-collections .owl-next {
    right: -25px !important;
}

.owl-collections .owl-nav {
    top: 45% !important;
}

.collections-block {
    height: 120px;
}

.margin-border {
    margin-left: 5px;
}

.mydeaf-serial_list {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.mydeaf-serial_list tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.mydeaf-serial_list tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.mydeaf-serial_list tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}

.mydeaf-serial_list tr:last-child th:last-child {
    border-bottom-right-radius: 10px;
}

.happy_site-santa {
    width: 50px;
    position: absolute;
    left: 40px;
    top: 18px;
    transform: rotate(15deg);
}

@media screen and (max-width: 950px) {
    .happy_site-santa {
        left: 0px;
    }
}

@media screen and (max-width: 589px) {
    .happy_site-santa {
        width: 30px;
        top: 30px;
        left: 10px;
    }
}

@media screen and (max-width: 500px) {
    .owl-collections .owl-prev {
        left: -15px !important;
    }

    .owl-collections .owl-next {
        right: -15px !important;
    }
}

.wModal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(12 12 12);
    overflow: hidden;
    padding: 0 15%;
}

.wModal-content {
    margin: 20% auto;
    padding: 20px;
    border: 4px solid gold;
    width: 100%;
    max-width: 600px;
}

.wClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.wClose:hover,
.wClose:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: var(--linear-bg-b);
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

#feedbackForm {
    display: flex;
    flex-direction: column;
}

.wFirstText {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
    color: #f6d836;
}

#responseMessage {
    padding: 10px;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
}

.namepsp {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mergerep {
    margin-right: 5px;
    font-size: 12px;
    color: gold;
}

.info-block a {
    color: gold;
}

.mylists-switch,
.mylists-tabs {
    list-style: none;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.mylists-switch li,
.mylists-tabs li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    border-bottom: 1px dotted;
    padding: 3px 10px;
}

.mylists-switch li:hover,
.mylists-tabs li:hover {
    color: gold;
    cursor: pointer;
}

.mylists-switch li:last-child,
.mylists-tabs li:last-child {
    margin: 0px;
}

.mylists-switch li.active,
.mylists-tabs li.active {
    background: #373737;
    color: #fff;
    border: 0px;
    border-radius: 4px;
}

.mylists-tabs li.active a {
    color: #fff;
}

.comment-item__img {
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.comment-item__img img {
    object-fit: cover;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 1;
}

.comment-item__img::before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(255 0 31), rgb(132 18 48), rgba(0, 255, 255, 1));
    background-size: 400% 400%;
    animation: rotateNeon 8s linear infinite, glowNeon 1.5s ease-in-out infinite;
    z-index: 0;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.5),
        0 0 20px rgba(0, 255, 255, 0.3),
        0 0 30px rgba(0, 255, 255, 0.2);
}


@keyframes rotateNeon {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowNeon {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.5),
            0 0 20px rgba(0, 255, 255, 0.3),
            0 0 30px rgba(0, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.7),
            0 0 30px rgba(0, 255, 255, 0.5),
            0 0 40px rgba(0, 255, 255, 0.3);
    }
}

.js-comm-author a {
    color: white;
    text-decoration: underline;
    font-size: 600
}

.bb-editor {
    margin: 10px;
}

.star-container {
    z-index: 9999 position: relative;
    width: 12px;
    height: 12px;
}

.star-container .particle {
    position: absolute;
    margin-left: -10px;
    margin-top: 8px;
    font-size: 5px;
    color: gold;
    opacity: 0;
    transform: translate(-0%, -2%) scale(1);
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.star-container .particle:nth-child(2) {
    animation-name: spray-right;
    animation-delay: 0s;
}

.star-container .particle:nth-child(3) {
    animation-name: spray-top-right;
    animation-delay: 0.8s;
}

.star-container .particle:nth-child(4) {
    animation-name: spray-top-left;
    animation-delay: 1.6s;
}

.star-container .particle:nth-child(5) {
    animation-name: spray-left;
    animation-delay: 2.4s;
}

.star-container .particle:nth-child(6) {
    animation-name: spray-bottom-left;
    animation-delay: 3.2s;
}

@keyframes spray-right {
    0% {
        opacity: 1;
        transform: translate(-100%, -20%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-50% + 10px), -0%) scale(2);
    }
}

@keyframes spray-top-right {
    0% {
        opacity: 1;
        transform: translate(0%, -0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-100% + 20px), calc(-50% - 20px)) scale(2);
    }
}

@keyframes spray-top-left {
    0% {
        opacity: 1;
        transform: translate(-0% -0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-0% - 20px), calc(-0% - 25px)) scale(2);
    }
}

@keyframes spray-left {
    0% {
        opacity: 1;
        transform: translate(-0%, -0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-0% - 40px), -0%) scale(2);
    }
}

@keyframes spray-bottom-left {
    0% {
        opacity: 1;
        transform: translate(-0%, -0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(-0% - 20px), calc(-0% + 30px)) scale(2);
    }
}

.dle-popup-userprofile .ui-dialog-buttonpane {
    display: none;
}

.sort-container {
    text-align: center;
}

.sort-container a {
    text-decoration: underline;
}

.sort-container {
    margin-bottom: 20px;
}

.sort-container a {
    text-decoration: none;
    cursor: pointer;
}

.sort-container a.active {
    font-weight: bold;
    text-decoration: underline;
}

.sort-arrow {
    margin-left: 5px;
    font-size: 0.8em;
}

.player-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.player-reconstruction {
    width: 100%;
    height: 400px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: gray;
    padding: 20px;
    box-sizing: border-box;
}

.player-reconstruction p {
    font-size: 1.5em;
    margin: 0;
    padding: 10px;
}

@media (max-width: 768px) {
    .player-reconstruction {
        height: auto;
        padding: 40px 20px;
    }

    .player-reconstruction p {
        font-size: 1.2em;
    }
}

.ongoing-chek:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #02bc02;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%
}

.info-language-off {
	background-color: black;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: gray;
    padding: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-icon {
    width: 15px;
    height: 15px;
    background-color: #5d5d5d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.tooltip-icon:hover {
    background-color: #0056b3;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}