/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20; 
	background-color: #f2f6f8; box-shadow: 0 30px 60px rgba(0,0,0,1);}
.nav {position: relative; width: 100px; z-index: 100;
	background-color: var(--bg-color-second); color: var(--third-text-color);}
.header {background: #fff; box-shadow: 0 15px 15px -15px rgba(0,0,0,0.1);}
.header__inner {padding: 20px 60px 20px 100px;}
.popular {padding: 20px 100px; background: #2f3042  center center / 100% auto no-repeat;}
.content {min-height: 100vh;}
.main {padding: 20px var(--main-indent);}
.sidebar {width: 300px; padding: 40px 40px 40px 0;}
.footer {padding: 20px 60px 20px 100px; background: var(--bg-color-second) ; color: #000000;}

#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: #fff; color: #999; cursor: pointer; font-size: 2.4rem; 
	border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.ltext {line-height: 1.5; background-color: #c1c1c13b; padding: 10px; border-radius: 10px;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.ftext {margin: 20px 0; /*padding-top: 5px; border-top: 1px dashed #ccc;*/position: relative;}

.fx-row, #dle-content {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-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;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-block; font-size: 3rem; position: relative; top: -3px;
	color: #333 !important; line-height: 50px; padding-left: 50px; font-weight: 900;
	background: url(../images/logo.png) 0 0 / 45px no-repeat;}
.logo span {background-color: var(--bg-color-second); color: var(--secondary-color); margin-left: 3px;
	display: inline-block; vertical-align: top; font-size: 0.5em; border-radius: 4px; padding: 0 5px; 
	text-transform: uppercase; height: 30px; line-height: 30px; position: relative; top: 12px;}
.header__caption {font-size: 1.3rem; color: #bd7100; padding-left: 20px; 
	margin-left: 20px; border-left: 1px solid rgba(0,0,0,0.2); opacity: 0.8;}

.nav__list {position: sticky; left: 0; top: 0px; min-height: 100vh;}
.nav__list > li > a {display: block; color: var(--third-text-color); padding: 12px 5px;
	text-transform: uppercase; font-weight: 700; font-size: 1.1rem; text-align: center; 
	box-shadow: 0 1px rgba(255,255,255,0.16); border-bottom: 1px solid rgba(0,0,0,0.8);}
.nav__list > li > a div {height: 40px; font-size: 2.6rem; color: var(--secondary-color);}
.nav__list > li:hover > a, .nav__list > li > a.is-active {box-shadow: inset 0 0 30px rgba(0,0,0,0.8) !important;}
.nav__list > li:last-child > a {border: 0; box-shadow: none;}
.header__btn-mobile-menu {display: none;}

.nav__list-hidden {background-color: #fff; width: 240px; padding: 20px 15px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.2); height: 100vh; overflow-x: hidden; overflow-y: auto; 
	position: absolute; left: 98%; top: 0; z-index: 100; color: var(--primary-text-color);
	pointer-events: none; opacity: 0; transform: translateX(30px);}
.nav__list-hidden li {height: 26px; line-height: 26px; padding: 0 10px;}
.hm-caption {font-weight: 900; text-transform: uppercase; font-size: 1.1rem;}
.nav__list-hidden a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
	opacity: 0.6; margin: 0 -10px; padding: 0 10px; font-size: 1.6rem; display: block;}
.nav__list-hidden a:hover {background-color: var(--bg-color-second); color: var(--third-text-color); opacity: 1;}
.nav__list > li:hover .nav__list-hidden {pointer-events: auto; opacity: 1; transform: translateX(0px);}

.header__search {position:relative; margin: 0 20px 0 60px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 20px; border-radius: 20px; 
	background-color: rgba(255,255,255,1); color: #333;}
.header__search input:not(:focus)::placeholder {color: var(--primary-text-color); opacity: 0.6; font-size: 1.5rem;} 
.header__search button {position:absolute; right:0px; top:1px; z-index:10; width: 60px; cursor: pointer; 
	background: none; color: var(--primary-text-color); line-height: 40px; text-align: center; font-size: 1.6rem;}

.popular__title {font-weight: 700; text-transform: uppercase; font-size: 1.8rem; color: #fff; 
	display: flex; justify-content: center; margin-bottom: 16px;}
.popular__title::before, .popular__title::after {content: ''; width: 19px; height: 40px; margin: -8px 10px -5px 0; 
	background: url(../images/logo.png) 0 0 / 50px auto no-repeat; 
	transform: rotate(-15deg); display: inline-block; vertical-align: top;}
.popular__title::after {transform: rotate(15deg) scale(-1,1); margin-right: 0; margin-left: 13px;}
.popular-item__img {display: block; height: 180px; border-radius: 4px;}
.popular-item__title {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; color: #fff; 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: 50%; background: linear-gradient(to bottom, transparent 0%,#000 100%); opacity: 1;}
.popular-item:hover .popular-item__img:before, .popular-item:hover .popular-item__title {opacity: 0;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu a {display: block; margin: 0 20px 0 0; color: var(--third-text-color);}
.footer__copyright {margin-top: 8px; font-size: 0.9em;}
.footer__copyright span {color: var(--secondary-color); border-bottom: 1px dotted var(--secondary-color);}
.footer__logo {font-size: 2.2rem; background-size: 30px; padding-left: 36px; 
	margin-right: 20px; color: #fff !important; background-position: 0 7px;}

.pagination {text-align: center; font-weight: 600; font-size: 1.6rem; padding-bottom: 30px;}
.pagination a, .pagination span {display: inline-block; margin: 10px 5px 0 5px; line-height: 60px; border-radius: 3px; 
	padding: 0 10px; min-width: 60px; background-color: #fff;}
.pagination span:not(.nav_ext) {background-color: var(--bg-color-second); color:var(--secondary-color); 
	font-weight: 700; font-size: 2.4rem;}


/* SECTION, SIDEBAR
----------------------------------------------- */
.section:not(:last-child) {margin-bottom: 20px;}
.section__header {margin-bottom: 20px;}
.section__title {font-size: 2.6rem; font-weight: 700;}
.section__subtitle {font-size: 2rem; text-align: center; font-weight: 700;}
.section__items {margin: 0 -5px 0 -5px;}
.section__title span, .site-desc h1 span, .site-desc h2 span, .site-desc h3 span, 
.section__subtitle span {color:#b3a210;}
.site-desc {padding: 60px 60px 60px 100px; background-color: rgba(0,0,0,0.05);}
.soon-item:not(:last-child) {margin-bottom: 20px;}
.soon-item__img {width: 60px; height: 60px; margin-right: 20px; border-radius: 4px;}
.soon-item__title {line-height: 20px; max-height: 40px; overflow: hidden; color: var(--primary-text-color);}
.soon-item__meta {margin-top: 6px; font-size: 1.3rem; font-weight: 300; color: var(--secondary-text-color);}


/* MOVIE ITEM
----------------------------------------------- */
.movie-item {width: 50%; padding: 0 10px; margin-bottom: 20px;}
.movie-item__inner {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); 
	height: 100%; overflow: hidden; border-radius: 4px;}
.movie-item__desc {padding: 10px; height: 210px; position: relative;}
.movie-item__text {color: var(--secondary-text-color); font-size: 1.5rem; 
	line-height: 35px; overflow: hidden; margin-bottom: 22px; font-weight: 300;}
.movie-item__link {display: block;}
.movie-item__img {width: 140px; height: 210px;}
.movie-item__label {position: absolute; z-index: 5; left: 0%; top: 20px; text-transform: uppercase;
	background-color: var(--secondary-color); color: #000; padding: 3px 6px; 
	font-size: 1.1rem; font-weight: 600;}
.movie-item__title {font-size: 1.8rem; font-weight: 700; line-height: 1.3; 
	margin-bottom: 12px; display: block; padding-right: 30px;}
.movie-item__btn {border-radius: 3px; height: 30px; line-height: 30px; padding: 0 9px; 
	margin-left: 15px; color: var(--secondary-color);}
.movie-item__meta > span {font-size: 1.1rem; font-weight: 300; color: var(--secondary-text-color); 
	height: 30px; line-height: 30px; border-radius: 15px; padding: 0 10px; margin-right: 5px; 
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); text-transform: uppercase; display: inline-block;}
.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(--bg-color-second);}
.hover:hover .hover__overlay {opacity: 1;}
.movie-item__desc > span {position: absolute; right: 20px; top: 20px; font-size: 2.4rem;}

.flight {padding: 0 65px 0 15px; border-left: 1px solid rgba(255,255,255,0.1); position: relative; cursor: pointer;}
.flight:before, .flight:after{content: '';position: absolute;top: 50%;transition: .3s;}
.flight:before{height: 22px; width: 42px; border-radius: 11px; background-color: #111; right: 15px; top: 9px;}
.flight:after{right: 38px;top: 12px; height: 16px; width: 16px; border-radius: 8px; background-color: #ffb402;}
.light-overlay {position: fixed; left: 0; top: 0; right: 0; bottom: 0; 
	z-index: 99998; background-color: rgba(0,0,0,0.8); display: none;}
.light-off .flight:after{right: 18px; background: #ccc;}
.light-off .light-overlay {display: block;}
.light-off .tabs-block__content {z-index: 99999;}
.light-off #gotop, .light-off .header {display: none !important;}
/* INNER PAGE
----------------------------------------------- */
.inner-page__sidebar {width: 240px; margin-left: 20px;}
.inner-page__main {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 4px; padding: 20px;}
.inner-page__column-left {width: 176px; margin-right: 20px;}
.inner-page__header--main { position: relative;}

.inner-page__img {height: 265px;}
.inner-page__title {font-size: 2.2rem;}
.inner-page__title a {font-size: 1.6rem; color: var(--primary-color); margin-left: 2px;}
.inner-page__header {margin-bottom: 14px; position: relative;}
.inner-page__subtitle {margin-top: -16px; color: var(--secondary-text-color); font-size: 1.2rem; font-weight: 600; text-transform: uppercase;}
.inner-page__list {line-height: 1.5; font-size: 1.5rem;}
.inner-page__list li {padding-left: 190px; position: relative;margin-bottom:10px}
.inner-page__list li > span:first-child {font-weight: 400; color: var(--secondary-text-color);
	position: absolute; left: 0; top: 0;}
.inner-page__list li a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color);}
.inner-page__rating {font-size: 1.3rem;width: 120px;}
.inner-page__rating a {display: block; height: 30px; line-height: 30px; border-radius: 6px; padding: 0 10px; 
	background-color: #6ab04c; color: #fff; font-weight: 400;}
.inner-page__rating a div {margin-right: 10px; height: 30px; line-height: 30px; 
	display: inline-block; vertical-align: top; padding-top: 3px;}
.inner-page__rating a + a {background-color: #eb4d4b;}
.inner-page__rating a img {display: inline-block; width: 20px; height: 20px;}
.inner-page__rating a + a img {transform: scale(-1,-1); position: relative; top: 4px;}
.inner-page__rating a:hover {opacity: 0.6;}

.inner-page__player-controls {margin-bottom:10px;}
.inner-page__complaint a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color); font-size: 1.5rem;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select--player span {height: 50px; line-height: 50px; border-radius: 4px; padding: 0 20px; 
	font-weight: 600; margin-right: 10px; background-color: rgba(0,0,0,0.05); color: var(--secondary-text-color);}
.tabs-block__select--player span.is-active, .tabs-block__select--player span:hover {background-color: var(--bg-color-second); color: var(--secondary-color);}
.comm-num {font-style: normal; background-color: var(--secondary-color); color: var(--primary-text-color); 
width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 15px; 
display: inline-block; vertical-align: middle; margin-left: 10px;}

.inner-page__desc {margin-top: 20px;}
.inner-page__comments {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); 
	border-radius: 4px; padding: 20px;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.text {line-height: 1.7; font-size: 1.4rem; font-weight: 300; word-wrap: break-word; text-indent: 1.3em; text-align:justify; font-size: 18px;}
.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 {font-size: 15px;line-height: 1.5em;padding: 25px;border-radius: 10px;background-color: #fde4d7; margin-bottom: 10px;list-style-type: disc;}
.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%;}
.inner-page__title {margin-bottom: 20px;}
.text h1, .text h2, .text h3, .text h4, .text h5 {font-size: 2.2rem;}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {text-align: center; margin-top: 20px;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; 
margin:0 10px 10px 0px; line-height: 35px; min-width: 35px; background-color: #f5f8ff; 
border-radius: 10px; font-weight: 500; font-size: 18px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#4caf50; color: #ffbb00;}

/* COMMENTS
----------------------------------------------- */
.add-comments-form-wrapper {}
.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-top: 20px;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 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: 6px 0 3px 0;}
.comment-item__rating {margin-left: 20px; height: 30px; line-height: 30px; border-radius: 4px; 
	background-color: #f2f6f9; 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: #06b601;}
.comment-item__rating > span > span.ratingminus {color: #ff0e0e;}
.comment-item__reply a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-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);}


/* LOGIN
----------------------------------------------- */
.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: #fff; 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: #f2f6f9;}
.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 #444; 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(--primary-color);}
.login__input input {padding-left: 40px;}
.login__row .far {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: #f2f6f9; 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: #f2f6f8; 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.3;}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {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: #fff; color: var(--primary-text-color);
 height: 60px; line-height: 60px; width: 60px;border-radius: 50%; text-align: center; 
 position: absolute; top: 0; margin-top: -30px; font-size: 24px; box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
 .owl-prev {left: -80px}
 .owl-next {right: -80px;}
 .owl-prev:hover, .owl-next:hover {color: var(--primary-text-color); background: var(--secondary-color); opacity: 1;}

.share-yan {clear:both;margin-top:2px;text-align:center;}
.collection-item {
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.collection-in {
    display: block;
    position: relative;
}
.collection-img {
    border-radius: 10px;
    box-shadow: 0 3px 35px rgb(51 51 51 / 15%);
}
.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit {
    overflow: hidden;
    position: relative;
}
.img-resp {
    padding-top: 60%;
}
.img-resp img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.img-resp img {
    position: absolute;
    left: 0;
    top: 0;
}
.img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    display: block;
}
.collection-img:before {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    content: '';
    background: linear-gradient(to top, #000 0%, transparent 100%);
}
.collection-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}
.collection-subimg {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 15px;
}
.collection-title {
    font-weight: 600;
}
.collection-in:hover .collection-img {
    box-shadow: 0 3px 35px rgb(51 51 51 / 0%);
}
.collection-in:hover img {
    filter: grayscale(0.6);
    transition: all .3s;
} 

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto; background-color: #fff;
	padding: 15px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-color-second); color: var(--third-text-color);}
.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 .nav__list {margin: 0; padding: 0; display: block;}
.mobile-menu .nav__list > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .nav__list > li > a {height: 40px; line-height: 40px; margin: 0; padding: 0; color: #fff; 
	text-align: left; box-shadow: none;}
.mobile-menu .nav__list-hidden {width: 100%; height: auto; display: block; position: static; 
	width: calc(100% + 40px); margin: 0 -20px; opacity: 1; pointer-events: auto; transform: none;}
.mobile-menu .nav__list > li > a div {display: none;}


@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper-container {max-width:1000px;}
	.wrapper-main {padding-left: 0;}
	.main, .footer, .site-desc {padding-left: 15px; padding-right: 15px;}
	.owl-nav, .nav, .header__caption {display: none;}
	.header__search {margin: 0 0 0 20px;}
	.header__btn-mobile-menu {display: block; cursor: pointer; font-size: 3rem; margin-left: 20px; 
		height: 40px; line-height: 40px;}
	.header__sign-in {margin-left: 20px; width: 40px; height: 40px; line-height: 40px; font-size: 0; padding: 0;}
	.header__sign-in .far {margin: 0; line-height: 40px; font-size: 2rem;}
	.header__inner {padding: 15px;}
	.sidebar {padding: 40px 15px 40px 0; width: 275px;}
	.footer {display: block; text-align: center;}
	.footer__logo {margin-right: 0;}
	.footer__menu, .footer__counter {justify-content: center; margin-top: 15px;}
	.popular {padding: 20px 15px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.movie-item {width: 100%;}
	.inner-page__sidebar {display: none;}
    .inner-page__main {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 4px; padding: 20px;max-width:750px}
}

@media screen and (max-width: 760px) {
	.wrapper {overflow: hidden;}
	.wrapper-container {max-width:640px;}
	.header__search {min-width: 100%; order: 10; margin: 0; margin-top: 15px;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.inner-page__main {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 4px; padding: 20px;max-width:620px}
	.inner-page__subcolumns {display: block;}
	.inner-page__column-left {margin: 0 auto 20px auto;}
	.tabs-block__select--player {min-width: 100%;}
	.inner-page__complaint {display: none;}
	
	.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;}
    .collection-item {width: 50%;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
    .fx-row.addbuttons{flex-direction:column;align-items: center;}
	.inner-page__main {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 4px; padding: 20px;max-width:450px}
	.inner-page__title {font-size: 2rem;}
	.inner-page__player1 {margin-left: -15px; margin-right: -15px;}
	.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; padding: 0 10px;}
	.inner-page__player-controls {margin-bottom: 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;}
    .share-yan{margin:15px auto;}
    .collection-item {width: 100%;margin-bottom: 10px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container6 {max-width:360px;}
	.header__logo {font-size: 2.3rem;}
	.popular-item__img {height: 160px;}
	.movie-item__text {color: var(--secondary-text-color); font-size: 1.175rem; 
	line-height: 33px; overflow: visible; margin-bottom: -15px; font-weight: 300;}
    .movie-item__meta1, .movie-item__desc > span {display: none;}
	.movie-item__img {width: 103px; height: 160px;}
	.movie-item__desc {height: 170px;}
	.movie-item__title {padding-right: 0; margin-bottom: 0px;}
	.movie-item__btn {width: 100%; margin: 0; margin-top: 10px;}
    .inner-page__main {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 4px; padding: 20px;max-width: 390px}
}

@media screen and (max-width: 380px) {
	.wrapper-container6 {max-width:280px;}
	.header__logo {font-size: 2.1rem;}
	.popular-item__img {height: 160px;}
	.movie-item__text {color: var(--secondary-text-color); font-size: 1.175rem; 
	line-height: 33px; overflow: visible; margin-bottom: -15px; font-weight: 300;}
    .movie-item__meta1, .movie-item__desc > span {display: none;}
	.movie-item__img {width: 103px; height: 160px;}
	.movie-item__desc {height: 200px;}
	.movie-item__title {padding-right: 0; margin-bottom: 0px;}
	.movie-item__btn {width: 100%; margin: 0; margin-top: 10px;}
    .inner-page__main {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 4px; padding: 20px;max-width:360px}
}
@media screen and (max-width: 350px) {
	.wrapper-container6 {max-width:270px;}
	.header__logo {font-size: 1.4rem;}
	.popular-item__img {height: 160px;}
	.movie-item__text {color: var(--secondary-text-color); font-size: 1.175rem; 
	line-height: 33px; overflow: visible; margin-bottom: -15px; font-weight: 300;}
    .movie-item__meta1, .movie-item__desc > span {display: none;}
	.movie-item__img {width: 103px; height: 160px;}
	.movie-item__desc {height: 200px;}
	.movie-item__title {padding-right: 0; margin-bottom: 0px;}
	.movie-item__btn {width: 100%; margin: 0; margin-top: 10px;}
    .inner-page__main {background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 4px; padding: 20px;max-width:300px}


}

.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: 20px; border-radius: 4px 4px 0 4px; background-color: #fff; position: relative;
	margin-bottom: 40px; box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
.filter-ctrl__column:not(:last-child) {width: 27.4%; margin-right: 15px;}
.filter-ctrl__cell + .filter-ctrl__cell {margin-top: 15px;}
.filter-ctrl__cell > input {padding: 0 10px; font-size: 13px; 
	border-radius: 6px; box-shadow: inset 0 0 0 1px #e3e3e3, inset 0 1px 2px rgba(0,0,0,0.2) !important;}
.filter-ctrl__cell > input:not(:focus)::placeholder {color: #333; opacity: 1; font-size: 1.3rem; font-weight: 400;} 
.filter-ctrl__submit input, .filter-ctrl__clear input {border-radius: 4px !important; 
	width: 100%; background: var(--bg-color-second) !important; padding: 0 !important; box-shadow: inset 0 1px 2px rgba(0,0,0,0.2) !important;}
.filter-ctrl__clear input {background: #f2f6f8 !important; color: #bbb !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: #f2f6f8; 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 {width: 48% !important; max-width: 48%; margin: 15px 0 0 0 !important;}
}
@media screen and (max-width: 590px) {
	.filter-ctrl__column {width: 100% !important; max-width: 100%;}
	.content > .filter-ctrl {display: block; border-radius: 0; margin-bottom: 0px;}
}

.nice-select{background-color:#fff; cursor:pointer; border-radius: 4px; 
	box-shadow: inset 0 0 0 1px #e3e3e3, inset 0 1px 2px rgba(0,0,0,0.2); 
	line-height:40px; padding:0 35px 0 10px; position:relative; white-space:nowrap; width:100%; font-size: 13px;}
.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}
.nice-select::after{border-bottom:1px solid #666;border-right:1px solid #666;content:"";display:block;
height:6px;margin-top:-4px;pointer-events:none;position:absolute;right:15px;top:50%;opacity: 0.7;
transform:rotate(45deg);transform-origin:66% 66% 0;transition:all 0.15s ease-in-out 0s;width:6px}
.nice-select.open::after{transform:rotate(-135deg)}
.nice-select.open .list{opacity:1; pointer-events:auto;}
.nice-select.disabled{border-color:#ededed; color:#999; pointer-events:none}
.nice-select.disabled::after{border-color:#cccccc}
.nice-select .list{background-color:#fff; box-shadow:0 0 0 1px rgba(68, 68, 68, 0.11); 
	left:0; margin-top:4px; opacity:0; overflow:hidden; pointer-events:none; 
	position:absolute; top:100%; width:100%; z-index:9}
.nice-select .list:hover .option:not(:hover){background-color:transparent}
.nice-select .option{cursor:pointer; line-height:30px; min-height:30px; padding: 0 15px;}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}
.nice-select .option.selected{font-weight:600}
.nice-select .option.disabled{background-color:transparent; color:#999; cursor:default}
.no-csspointerevents .nice-select .list{display:none}
.no-csspointerevents .nice-select.open .list{display:block}
		

/* Ion.RangeSlider css version 2.0.3 Denis Ineshin | IonDen.com */

.irs {position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;
	-moz-user-select: none; -ms-user-select: none; user-select: none;}
.irs-line {position: relative; display: block; overflow: hidden; outline: none !important;}
.irs-line-left, .irs-line-mid, .irs-line-right {position: absolute; display: block; top: 0;}
.irs-line-left {left: 0; width: 11%;}
.irs-line-mid {left: 9%; width: 82%;}
.irs-line-right {right: 0; width: 11%;}
.irs-bar {position: absolute; display: block; left: 0; width: 0;}
.irs-bar-edge {position: absolute; display: block; top: 0; left: 0;}
.irs-shadow {position: absolute; display: none; left: 0; width: 0;}
.irs-handle {position: absolute; display: block; cursor: default; z-index: 1;}
.irs-handle.single {}
.irs-handle.from {}
.irs-handle.to {}
.irs-handle.type_last {z-index: 2;}
.irs-min {position: absolute; display: block; left: 0; cursor: default;}
.irs-max {position: absolute; display: block; right: 0; cursor: default;}
.irs-from, .irs-to, .irs-single {position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap;}
.irs-grid {position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px;}
.irs-with-grid .irs-grid {display: block;}
.irs-grid-pol {position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #ec2828;}
.irs-grid-pol.small {height: 4px;}
.irs-grid-text {position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center;
font-size: 9px; line-height: 9px; padding: 0 3px; color: #ec2828;}
.irs-disable-mask {position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%;
cursor: default; background: rgba(0,0,0,0.0); z-index: 2;}
.irs-disabled {opacity: 0.4;}
.lt-ie9 .irs-disabled {filter: alpha(opacity=40);}
.irs-hidden-input {position: absolute !important; display: block !important; top: 0 !important; left: 0 !important;
width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important;
margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important;
border-style: solid !important; border-color: transparent !important;}


/* Ion.RangeSlider, Nice Skin */

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-handle {}
.irs {height: 40px;}
.irs-with-grid {height: 60px;}
.irs-line {height: 6px; top: 25px; background-color: #eee; border-radius: 3px; 
box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);}
.irs-bar {height: 6px; top: 25px; background-color:var(--bg-color-second); border-radius:3px;}
.irs-bar-edge {top: 25px; height: 8px; width: 11px; background-color:#e3e3e3;}
.irs-shadow {height: 1px; top: 34px; background: #2ecc71; opacity: 0.15;}
.irs-handle {width: 20px; height: 20px; top: 18px; background-color:#fff; border-radius:50%; 
border: 3px solid var(--secondary-color); box-shadow: 0 1px 3px rgba(0,0,255,0.3);}
.irs-handle.state_hover, .irs-handle:hover {background-position: 0 -150px;}
.irs-min, .irs-max {color: #999; font-size: 10px; line-height: 1.333; text-shadow: none;
top: 0; padding: 1px 3px; background: rgba(0,0,0,0.1); border-radius: 3px;}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {background: #ccc;}
.irs-from, .irs-to, .irs-single {font-size: 12px; margin-top: -6px;
padding: 3px 5px; background: var(--secondary-color); color: #000; border-radius: 6px;}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {background: #999;}
.irs-grid-pol {background: #99a4ac;}
.irs-grid-text {color: #99a4ac;}
.irs-disabled {}
#inner-page__comments button.tox-tbtn {padding: 3px 4px;}
.speedbar.nowrap span.fal.fa-home {margin-right:5px;}
.mtitle{margin-bottom: 30px;font-size: 24px!important;font-weight: 600;}
.orig-name {margin-bottom: 15px;color: #b9b7b7;font-size: 90%; text-align: justify; text-indent: 1.3em;}
#texts{text-align: justify;font-size: 18px; line-height: 1.5em; text-indent: 1.3em;}
.to-page{text-align:center;font-size:15px;margin:20px auto;}
.to-page select {border:1px solid #f5f8ff;height:36px;border-radius:3px;font-size:14px;width:auto;display: inline-block;}
.controls div, .controls select, .controls p{margin: 2px 2px !important;font-size: 14px !important;line-height: 18px !important;}
.controls{width: 100%;padding: 18px 0;font-size: 17px;text-align: center;font-family: arial;-ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;}
.controls .block{display: inline-block;margin:0;padding:0;}
.controls div, .controls select, .controls p{margin: 6px 2px;font-size: 15px;text-align: center;padding: 8px 7px;line-height: 23px;text-indent: 0;display: inline-block;}
.controls .mark, .controls .fontdown,.controls  .fontup, .controls .unmark, .controls .intdown, .controls  .intup, .controls  .night{border-radius: 4px;padding: 6px 13px;cursor:pointer;background:#f5f8ff;border: 1px solid #f5f8ff;}
.controls .intdown:active, .controls .intup:active, .controls .mark:active, .controls .fontdown:active, .controls  .fontup:active, .controls .unmark:active, .controls .night:active{background: #373c43;color: white;}
.controls select{background:#f2f2f2;border-radius: 4px;padding: 3px 10px;height: 35px;}
.controls p{cursor: default;}
.adv {padding:20px 0;border-bottom:1px solid #ecf0f9;min-height: 250px;}
/*.cont-seo {line-height: 1.6; text-decoration: underline; margin-top: 10px; padding: 10px; border-radius: 10px; background-color: #dcedff; margin-bottom: 19px; box-shadow: var(--bsh) }
.cont-seo ul {line-height: 1; padding: 20px; border-radius: 10px; background-color: #c8c8c8; margin-bottom: 5px }*/
.cont-seo p {text-align:justify; text-indent: 1.5em; line-height: 1.7em;}
.cont-seo ul {font-size: 16px; line-height: 2em; padding: 25px; border-radius: 10px; background-color: #d4e8d5; margin-bottom: 10px; list-style-type: disc;}
.cont-seo h1, h2, h3, h4 {font-size: 18px; font-weight: 1000; margin: 20px 0 10px 0;}
.cont-seo a {color: #0088ff;font-weight: bold; text-decoration: underline}
/*.cont-seo img {float:left; width:200px; margin:10px 10px 0 0;border-radius: 10px;}*/
.cont-seo b {font-weight: bold;}
.content-text {line-height: 1.6; text-decoration: underline; margin-top: 10px; padding: 10px; border-radius: 10px; background-color: #dcedff; margin-bottom: 19px; box-shadow: var(--bsh) }
.img-content {border-radius: 10px; float: left; margin: 10px 10px 0 10px; max-width: 200px}
.img-contentr {border-radius: 10px; float: right; margin: 10px 0 0 10px; max-width: 200px}
.banner {text-align:center; margin:20px 0 20px}