/* 
Datalife Engine template by Broncolli.com,
name: KinoBilet, creation date: 04 august 2020, version dle: 14
*/

/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding: 30px;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20; 
	background-color: #f8f8f8; border-radius: 10px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,1);}
.header {background: #000 url(../images/bg-hero.jpg) center top / 100% auto no-repeat; var(--third-text-color);}
.header__inner {padding: 20px var(--main-indent);}
.header__popular {padding: 0 var(--main-indent); padding-bottom: 60px;}
.content {min-height: 100vh; padding: 60px var(--main-indent);}
.footer {padding: 20px var(--main-indent); 
	background-color: var(--bg-color-second); color: var(--secondary-text-color);}
.wrapper--pages .header {background-position: center -130px;}

#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);}

.fsubtext {font-size: 14px; font-weight: 300; margin-top:15px; text-align: center;}

/* HEADER, HERO
----------------------------------------------- */
.logo {display: inline-block; font-size: 2.6rem; font-weight: 700;
	color: #fff !important; line-height: 40px; padding-left: 5px;
	background: url(../images/logo.svg) 50 center / 40px no-repeat;}
.logo span {color: var(--secondary-color);}

.header__menu > li {margin-left: 30px; position: relative;}
.header__menu > li > a {display: block; height: 60px; line-height: 60px; 
	color: var(--third-text-color); font-weight: 500; font-size: 1.4rem;}
.header__menu > li:hover > a, .header__menu > li > a.is-active {color: var(--secondary-color);}
.header__menu-hidden {background-color: #fff; width: 600px; padding: 20px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.2); border-radius: 20px;
	position: absolute; left: 0; top: 95%; z-index: 100; color: var(--primary-text-color);
	pointer-events: none; opacity: 0; transform: translateY(30px);}
.hm-col {width: 33.33%; float: left;}
.hm-col li {height: 26px; line-height: 26px; padding: 0 10px;}
.hm-caption {font-weight: 500;}
.hm-col a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
	opacity: 0.8; margin: 0 -10px; padding: 0 10px; font-size: 1.3rem; display: block;}
.hm-col a:hover {background-color: var(--primary-color); color: var(--third-text-color); opacity: 1;}
.header__menu > li:hover .header__menu-hidden {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.one-col {width: 180px;}
.one-col .hm-col {width: 100%;}

.header__sign-in {padding: 0; font-size: 1.8rem; margin-left: 30px; border-radius: 30px; 
	height: 60px; line-height: 60px; width: 60px;}
.header__show-search {cursor: pointer; color: #fff; font-size: 1.8rem;}

.header__search {position:relative; width: 100%; margin-top: 20px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 20px; border-radius: 6px; 
	background-color: rgba(255,255,255,0.2); color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
.header__search input:not(:focus)::placeholder {color: var(--third-text-color); opacity: 1; font-size: 1.4rem;} 
.header__search button {position:absolute; right:0px; top:0px; z-index:10; width: 50px; cursor: pointer; 
	background: none; color: var(--third-text-color); line-height: 40px; text-align: center; font-size: 1.6rem;}

.popular-item__img {display: block; border-radius: 10px; height: 200px;}
.popular-item__title {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; 
	padding: 15px; color: #fff; font-weight: 500; 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, PAGINATION
----------------------------------------------- */
.footer__menu a {display: block; margin: 0 20px 0 0; color: var(--third-text-color); font-weight: 500;}
.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; padding-left: 40px; margin-right: 60px;}

.pagination {text-align: center;font-weight: 500;font-size: 1.8rem;padding-top: 10px;padding-bottom: 25px;}
.pagination a, .pagination span {display: inline-block; margin: 10px 5px 0 5px; line-height: 60px; border-radius: 10px; 
	padding: 0 10px; min-width: 60px; background-color: #fff; box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05);}
.pagination span:not(.nav_ext) {background-color: var(--primary-color); color: #fff;}

/* SECTION
----------------------------------------------- */
.section:not(:last-child) {margin-bottom: 20px;}
.section__header {margin-bottom: 30px;}
.section__title {font-size: 2.0rem; margin-top: 20px; margin-bottom: 10px; font-weight: 700; position: relative; padding: 0 80px; text-align: center;}
.section__title::before, .section__title::after, .section__subtitle::after {content: ''; position: absolute; left: 0; top: 50%; margin-top: -10px; 
	height: 20px; width: 64px; background: url(../images/wave.svg) 0 -5px / 80px auto no-repeat;}
.section__title::after, .section__subtitle::after {left: auto; right: 0;}
.section__subtitle {font-size: 2.0rem; font-weight: 700; position: relative; padding-right: 80px; 
	white-space: nowrap; display: inline-block; max-width: 100%;}
.section__items {margin: 0 -10px -20px -10px;}
.section__items-10 {margin: 0 -5px -10px -5px;}
.section__tab {cursor: pointer; height: 30px; line-height: 30px; border-radius: 15px; padding: 0 15px; 
	font-size: 1.2rem; font-weight: 500; text-transform: uppercase; 
	margin-right: 15px; background-color: rgba(0,0,0,0.05); color: var(--secondary-text-color);}
.section__tab.is-active, .section__tab:hover {background-color: var(--secondary-color); color: var(--third-text-color);}
.section__content > .far {font-size:100px; color: var(--secondary-text-color); display:block;
	text-align:center; margin: 0 auto 20px auto; width: 100px;}

/* MOVIE ITEM
----------------------------------------------- */
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: left;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 21px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 15px;}
.movie-item__label {
	position: absolute;
	z-index: 8;
	left: 30%;
	top: 88%;
	/* text-transform: uppercase; */
	background-color: var(--primary-color);
	color: var(--third-text-color);
	padding: 2px 2px;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 0 0 2px 2px;
	transform: translateX(-50%);
	}
.movie-item__title {font-size: 1.1rem; font-weight: 100; line-height: 1.0; color: var(--primary-text-color);}
.movie-item__meta {margin-top: 5px; font-size: 0.8rem; color: var(--secondary-text-color); text-align: center;}
.hover__overlay, .hover__overlay::before {position: absolute; left: 0; top: 0; 
	width: 100%; height: 100%; z-index: 10; opacity: 0;}

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

/* INNER PAGE
----------------------------------------------- */
.inner-page__gridcolumns {margin: 0 var(--main-indent-negative); margin-top: -60px; padding: 60px var(--main-indent);
background-color: #fff; box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05); margin-bottom: 60px; padding-bottom: 20px;}
.inner-page__column-left {width: 176px; margin-right: 20px;}
.inner-page__sidebar {width: 240px; margin-left: 60px;}
.inner-page__header--main {padding-right: 80px; position: relative;}

.inner-page__img {height: 200px; width: 145px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-radius: 10px;}

.inner-page__column-left .inner-page__img {
    height: auto;
    width: 100%;
}
.inner-page__title {font-weight: 700; font-size: 2.6rem; text-align: center;}
.inner-page__title a {font-size: 2.0rem;color: #0a14fb;margin-left: 10px;}
.inner-page__header {margin-bottom: 16px; position: relative;}
.inner-page__subtitle {margin-top: -16px; color: var(--secondary-text-color); font-size: 1.8rem; font-weight: 500;}
.inner-page__list {font-size: 1.3rem; line-height: 1.6;}
.inner-page__list li {padding-left: 120px; position: relative;}
.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;position: absolute;right: 0;top: 220px;}
.inner-page__rating a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	padding: 0 15px;
	background-color: #6ab04c;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 500;
	margin-right: 11px;
	}
.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-top: 20px;}
.inner-page__complaint a {color: var(--primary-color);border-bottom: 1px dotted var(--primary-color);font-size: 1.6rem;font-weight: 500;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select--player span {height: 60px; line-height: 60px; border-radius: 10px 10px 0 0; padding: 0 30px; 
	font-weight: 500; 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(--primary-color); color: var(--third-text-color);}
.video-inside {box-shadow: 0 15px 30px rgba(0,0,0,0.1);}
.inner-page__player {margin-top: -260px; margin-bottom: 60px;}
.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;}

.soon-item:not(:last-child) {margin-bottom: 20px;}
.soon-item__img {width: 60px; height: 80px; margin-right: 20px; border-radius: 10px; box-shadow: 0 15px 30px 0 rgba(0,0,0,0.1);}
.soon-item__title {font-weight: 500; font-size: 1.0rem; line-height: 10px; 
	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__desc {margin-top: 20px;}
.inner-page__comments {background-color: #fff; box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15); 
	border-radius: 10px; padding: 30px;}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.text {line-height: 1.7;font-size: 1.4rem;word-wrap: break-word;}
.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%;}
.inner-page__title {margin-bottom: 20px;}
.text h1, .text h2, .text h3, .text h4, .text h5 {font-size: 1.8rem;}
.site-desc {margin-top: 60px;}

/* 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: none;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: none; color: var(--secondary-color); box-shadow: none; 
 height: 20px; line-height: 20px; position: absolute; top: -10px; font-size: 34px;}
 .owl-prev {left: -75px;}
 .owl-next {right: -75px;}
 .owl-prev:hover, .owl-next:hover {color: var(--third-text-color);}

/* 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); 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 .header__menu {margin: 0; padding: 0; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px; line-height: 40px; margin: 0; padding: 0; color: #fff;}
.mobile-menu .header__menu-hidden {width: 100%; display: block; position: static; 
width: calc(100% + 40px); margin: 0 -20px; opacity: 1; pointer-events: auto; transform: none;}
.mobile-menu .hm-col {width: 50%;}
.mobile-menu .one-col .hm-col {width: 100%;}
.mobile-menu .hm-caption {white-space: nowrap;}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.header__inner, .footer, .content, .header__popular {padding-left: 15px; padding-right: 15px;}
	.filter-ctrl {margin-left: 15px !important; margin-right: 15px !important; border-radius: 10px !important;}
	.header__menu, .header__search, .owl-nav, .filter-ctrl__caption {display: none;}
	.header__btn-mobile-menu {display: block; cursor: pointer; font-size: 3rem; margin-left: 20px; 
		height: 40px; line-height: 40px; color: #fff;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__sign-in {margin-left: 20px; width: 40px; height: 40px; line-height: 40px;}
	.content, .site-desc {padding-top: 30px;}
	.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;}

	.inner-page__gridcolumns {margin-top: -30px; margin-left: -15px; margin-right: -15px; 
		padding-left: 15px; padding-right: 15px; padding-top: 20px;}
	.inner-page__sidebar {margin-left: 20px;}
}

@media screen and (max-width: 950px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
	.wrapper-container {max-width:768px;}
	.movie-item {width: 25%;}
	.inner-page__sidebar, .inner-page__complaint {display: none;}
}

@media screen and (max-width: 760px) {
    
    
    
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
	.wrapper {overflow: hidden;}
	.wrapper-container {max-width:640px;}

	.inner-page__columns {display: block;}
	.inner-page__column-left {margin: 0 auto 20px auto; width: 100%;}
	.tabs-block__select--player {min-width: 100%; justify-content: center;}
	
	.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;}
    .inner-page__header--main {
    	padding-right: 0px;
    }
    
}

@media screen and (max-width: 590px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
	.wrapper-container {max-width:480px;}
	.header__logo {font-size: 2rem; margin-right: 20px;}
	.movie-item {width: 50%;}

	.inner-page__title {font-size: 2rem;}
	.inner-page__player {margin-left: -15px; margin-right: -15px; margin-bottom: 30px;}
	.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;}
	
	.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) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
	.wrapper-container6 {max-width:360px;}
	.header {background-position: center center; background-size: cover;}
	.header__logo1 {background-image: none; padding-left: 0;}
	.section__title {font-size: 1.6rem; text-align: center;}
}

.filter-ctrl__caption {background-color: #686de0; color: #fff; border-radius: 10px 0 0 10px; 
	width: 30px; height: 100%; position: absolute; left: -30px; top: 0; text-align: center;}
.filter-ctrl__caption span {display: block; transform: rotate(-90deg); transform-origin: left top; 
	position: absolute; left: 5px; top: 82%; white-space: nowrap; font-weight: 500;}
.filter-ctrl {padding: 30px; border-radius: 0 10px 10px 0; background-color: #fff; position: relative;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05); margin: 0 var(--main-indent); margin-top: -40px;}
.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: 6px !important; 
	width: 100%; background: #6ab04c !important; padding: 0 !important; box-shadow: inset 0 1px 2px rgba(0,0,0,0.2) !important;}
.filter-ctrl__clear input {background: #f8f8f8 !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: #eee; position: absolute; left: 0; top: 11px; content: '';}
.filter-ctrl__checkbox span:after{content: '\f00c'; font-family: 'Font Awesome 5 Pro'; opacity: 0;
	color: #6ab04c; 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;}
@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%;}
}

.nice-select{background-color:#fff; cursor:pointer; border-radius: 6px; 
	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:20px;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:#686de0; 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 #686de0; 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: #686de0; color: #fff; 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 {}

.far fa-heart {color: #fc0; text-decoration: none;}
.fas fa-heart {color: #000; text-decoration: none;}
.fas {color: #f00;}
.fav {color: #ffcc00;}

.carou-menu {
 text-align: center;
 overflow: hidden;
 background-color: #f7f7f7;
 position: relative;
 z-index: 200;
 padding: 10px 0px;
 border: 2px solid #fc0;
 border-radius: 10px;
 margin-top: 8px;
 color: #000;
 font-weight: 500;
}

/*favmod*/
.short-fav{box-shadow: inset 0 0 0 1px #000000;border-radius:4px;padding:0 15px;color:#ccc;height:40px;line-height:40px;cursor:pointer;background: #18252a;}
.short-fav .fa{/*color:#0dada6; margin-right:10px;*/}
.fa-plus-square{color:#fc0;}
.fa-minus-square{color:#f00;}
.short-btm a{display:block;}
.sr-plus, .sr-minus{display:inline-block;vertical-align:top;}
.sr-plus .fa , .sr-minus .fa{display:inline-block;line-height:30px;vertical-align:top;width:30px;height:30px;text-align:center;border-radius:50%;margin-right:10px;font-size:16px;}
.sr-plus .fa{color:#fff;background:#6cc43c;}
.sr-minus .fa{color:#fff;background:#f1656f;}
.r3-hide{display:none;}
.sr-minus{margin-left:10px;}
.sr-plus:hover, .sr-minus:hover{cursor:pointer;opacity:0.8;}
/*favmod*/
.favmod .favmod-unset, .favmod.active .favmod-add{display:none;}
.favmod.active .favmod-unset{display:block;}
.short-top-right {
  font-size: 1.7rem;
  position: absolute;
  right: 0;
  top: 0;
}

.row {
     display: flex;
     flex-wrap: wrap
 }

 .card-serial {
     flex: 0 0 33.333%;
     .width: 120px; 
height:: 150px; 
padding: 0 10px; 
     margin-bottom: 20px
 }

 .card-serial-inner {
     box-shadow: 0 0 1px 0 #0000003b;
     display: flex
 }

 .card-serial-img {
     flex: 0 0 20%
.width: 120px; 
height:: 150px; 
padding: 0 10px; 
margin-bottom: 20px;}
 }

 .card-serial-main {
     flex: 0 0 60%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 0 0 0 20px
 }

 .card-serial-main b {
     font-weight: 600;
     margin: 0 0 10px 0
 }

 .card-serial-main span {
     font-size: 11px
 }

 .card-serial-date {
     background: #f6e58d;
     flex: 0 0 20%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center
 }

 .card-serial-date span:first-child {
     font-size: 21px;
     font-weight: 500;
     margin: 0 0 6px 0
 }

 .card-serial-date span:last-child {
     font-size: 11px
 }

 .card-serial img {
     height: 100%;
     width: 100%;
     object-fit: cover
 }

 .flex-column {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column
 }

 .roll {
     cursor: pointer;
     transition: all .3s;
     -webkit-transition: all .3s;
     -moz-transition: all .3s;
     -ms-transition: all .3s;
     -o-transition: all .3s
 }

 .roll:hover {
     color: #fc0
 }

/* COLLECTION ITEM
----------------------------------------------- */
.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;}

/* UPDATE ITEM
----------------------------------------------- */
.update-item {width: 50%; padding: 0 5px; margin-bottom: 10px;}
.update-item__link {
	display: block;
	position: relative;
	background-color: #15161E;
	padding: 20px 140px 20px 20px;
	height: 100%;
	overflow: hidden;
	}
.update-item__img {width: 60px; height: 100%; position: absolute; right: 60px; top: 0;}
.update-item__title {font-size: 1.6rem; font-weight: 500; line-height: 1.2; color: var(--primary-text-color);}
.update-item__meta {margin-top: 8px; font-size: 1.4rem; color: var(--secondary-text-color);}
.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;}

.filter-ctrl {
    padding: 30px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    position: relative;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%);
    margin: 0 var(--main-indent);
    margin-top: -40px;
}
 .filter-ctrl>form {
     flex-wrap: wrap;
     width: 100%;
     justify-content: space-between;
     display: flex
 }

 .filter-ctrl__caption {
     background-color: #686de0;
     color: #fff;
     border-radius: 10px 0 0 10px;
     width: 30px;
     height: 100%;
     position: absolute;
     left: -30px;
     top: 0;
     text-align: center
 }

 .filter-ctrl__caption span {
     display: block;
     transform: rotate(-90deg) translate(-50%, -50%);
     transform-origin: left top;
     position: absolute;
     left: 5px;
     top: 50%;
     white-space: nowrap;
     font-weight: 500;
     text-align: center;
     left: 50%
 }

 .filter-ctrl {
     padding: 30px;
     border-radius: 0 10px 10px 0;
     background-color: #fff;
     position: relative;
     box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .05);
     margin: 0 var(--main-indent);
     margin-top: -40px
 }

 .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, .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: 6px!important;
     width: 100%;
     background: #6ab04c!important;
     padding: 0!important;
     box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2)!important
 }

 .filter-ctrl__clear input {
     background: #f8f8f8!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, .2);
     background-color: #eee;
     position: absolute;
     left: 0;
     top: 11px;
     content: ''
 }

 .filter-ctrl__checkbox span:after {
     content: '\f00c';
     font-family: 'Font Awesome 5 Pro';
     opacity: 0;
     color: #6ab04c;
     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
 }
 @media screen and (max-width:1240px) {
      #dle-content {
    justify-content: center;
}
 @media screen and (max-width:950px) {
      #dle-content {
    justify-content: center;
}
     
     .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%
     }
 }

 .irs-bar {
     height: 6px;
     top: 25px;
     background-color: #686de0;
     border-radius: 3px
 }

 .irs-bar-edge {
     top: 25px;
     height: 8px;
     width: 11px;
     background-color: #e3e3e3
 }

 .irs-shadow {
     height: 1px;
     top: 34px;
     background: #2ecc71;
     opacity: .15
 }

 .irs-handle {
     width: 20px;
     height: 20px;
     top: 18px;
     background-color: #fff;
     border-radius: 50%;
     border: 3px solid #686de0;
     box-shadow: 0 1px 3px rgba(0, 0, 255, .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, .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: #686de0;
     color: #fff;
     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 {}

 .row {
     display: flex;
     flex-wrap: wrap
 }

 .card-serial {
     flex: 0 0 33.333%;
     max-width: 33.333%;
     padding: 0 10px;
     margin-bottom: 20px
 }

 .card-serial-inner {
     box-shadow: 0 0 1px 0 #0000003b;
     display: flex;
     height: 100px;
 }

 .card-serial-img {
     flex: 0 0 20%
 }

 .card-serial-main {
     flex: 0 0 60%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 0 0 0 20px
 }

 .card-serial-main b {
     font-weight: 600;
     margin: 0 0 10px 0
 }

 .card-serial-main span {
     font-size: 11px
 }

 .card-serial-date {
     background: #f6e58d;
     flex: 0 0 20%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center
 }

/* ADAPTIVE
----------------------------------------------- */
@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.header .header-menu, #gotop, .col-right, .th-info {display: none !important;}
.btn-menu {display: block; background-color: rgba(255,255,255,0.15); color: #f7f7f7;}
.btn-search, .btn-login {width: auto; background: transparent !important; color: #ccc !important; right: 81px;}
.btn-search {right: 135px;}
.header-in {padding-left: 0;}
.sect-items {margin-left: -7px; margin-right: -7px;}
.th-item, .collection-item {padding-left: 7px; padding-right: 7px;}

.search-close, .overlay-box {cursor: pointer;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
.wrap-center {max-width:768px;}
.upd-item {width: 46%;}
.popular-in {padding: 96px 0 30px 0;}
.popular-desc {position: relative; height: 100px; width: 100%; text-align: center; margin-top: 30px;}
.popular-caption {padding: 0;}
.popular .owl-nav {display: none !important;}
.popular .owl-dots {position: static; width: 100%; display: block; margin-top: 15px; text-align: center;}
.popular .owl-dot {display:inline-block; margin: 0 5px;}
.footer-left {width: 100%; padding: 0 0 15px 0; text-align: center;}
.footer-two {display: block; text-align: center;}
.footer-menu {justify-content: center;}
.footer-menu li {margin: 0 10px 20px 10px;}
.th-item {width: 25%;}
.card-serial-img {width: 100%;}

.fleft {margin: auto;}
.fright {min-width: 100%; margin-top: 15px;}
.th-rel:nth-child(5n) {display: none;}
}

@media screen and (max-width: 760px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
.wrap-center {max-width:640px;}
.th-item {width: 33.33%;}
.collection-item {width: 50%;}

.flight, .fcompl {display: none;}
.fctrl {justify-content: center;}
.tabs-sel {min-width: 100%; display: flex; flex-wrap: wrap;}
.tabs-sel > span {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50%; text-align: center;}
.yx-share {text-align: center; padding: 0px;}
.comm-item {padding-left: 65px;}
.th-rel:nth-child(5n) {display: block;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
    
.inner-page__column-left .img-fit-cover img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);    
    }
    
.inner-page__column-left .inner-page__img {
    height: 100%;
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}    
.inner-page__list {
    font-size: 15px;
    line-height: 1.6;
}    
}

@media screen and (max-width: 590px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
.wrap-center {max-width:480px;}
.footer-menu-col {width: 48%; margin-bottom: 10px; text-align: center;}
.footer-menu-col:nth-child(5) {display: none;}
.footer-cols {margin-left: 0;}
.login-box {width: 100%;}
.login-left {display: none;}
.login-title {font-size: 18px;}
.login-right {padding: 15px;}
.login-header {margin-bottom: 15px;}
.login-menu li {padding: 10px 10px; font-size: 14px;}

.add-comms {padding-left: 0;}
.ac-av {display: none;}
.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
.wrap-center {max-width:360px;}
.logo {padding-left: 30px; width: calc(100% - 180px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.logo:before {display: none;}
.popular-desc {height: 80px;}
.popular-title {font-size: 20px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.upd-item {width: 100%;}
.sect-carou  .sect-title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 120px); 
padding-right: 0; margin-right: 10px; height: 35px; font-size: 18px; position: relative; top: 5px;}
.sect-carou  .sect-title:after {display: none;}
.sect-carou .sect-link {bottom: 8px;}
.th-item {width: 50%;}
.collection-item {width: 100%;}

.full {padding-top: 0;}
.full h1 {font-size: 24px;}
.full .sect-title {font-size: 18px;}
.fviews, .fmessage-icon {display: none;}
.th-rel:nth-child(5n) {display: none;}
.frates {justify-content: center;}
.frate {margin-bottom: 10px;}
.frate-site {margin-right: 0; margin-bottom: 30px;}
.frate-down {right: -36px;}
.frate-up {right: auto; left: -36px;}
.fmessage {padding: 15px;}
}

@media screen and (max-width: 356px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
.wrap-center22 {max-width:320px;}

.card-serial, .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

 @media (min-width:950px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
     .b-topnav__item:hover .b-topnav__sub {
         display: block!important
     }
 }

 @media (max-width:590px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
     .social {
         display: none
     }
     .card-serial {
         flex: 0 0 100%;
         max-width: 100%
     }
     .card-bottom-inner {
         flex-wrap: wrap
     }
     .roll-down {
         max-height: 100%
     }
     .roll-down .card-serial:nth-child(5) {
         display: none
     }
     .roll-down .card-serial:nth-child(6) {
         display: none
     }
 }

 @media (max-width:430px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
     .card-serial {
         flex: 0 0 100%;
         max-width: 100%
     }
 }

 @media (max-width:640px) {
.movie-item { width: 120px; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 110px; height:: 140px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
     .card-serial {
         flex: 0 0 100%;
         max-width: 100%
     }
 }

 @media (max-width:731px) {
   
     
#dle-content {
    justify-content: flex-center !important;
}     
.movie-item__title {
	font-size: 14px;
}  
     
     
.movie-item { width: 33%; height:: 150px; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block; text-align: center;}

.movie-item__img {width: 100%; height: 150px; box-shadow: 0 15px 5px 0 rgba(0,0,0,0.1); margin-bottom: 16px; border-radius: 5px;}
     .card-serial {
         flex: 0 0 100%;
         max-width: 100%
     }
 }

.name_gdz_online{   
float: left;
width:730px;
clear:both;
}

.name_gdz_online h2{
width: 100%;
   overflow: hidden;
margin:10px 0px 5px 0px;
background-color: #f0f3f5;
padding:5px;
text-align: center;
font-size:17px;
color:#474747;
}


.razdely_uchebn{
width: 100%;
   overflow: hidden;
margin:10px 0px;
background-color: #f3f3f3;
padding:5px 0 5px 5px;
font-size:28px;
    background-color: rgba(0,0,0,0.05); color: var(--secondary-text-color);
color:#636363;
clear:both;
width: 100%;
}

.razdely_uchebn_lvl2{
width: 100%;
   overflow: hidden;
margin:5px 0px;
background-color: #f5f5f5;
padding:2px 0 2px 2px;
font-size:14px;
color:#636363;
clear:both;
width: 100%;
}


/* флеш плееры  */
#fastserv_player {background:#F6F6F6; border:solid 2px #999; width:406px; height:30px;}
#fastserv {width:446px; height:40px;}
#audioplayer {width:446px; height:46px;}
#fastserv audio {width:450px;}

.audioplayer {width:450px; height:46px;}
.audioplayer1 {width:450px; height:46px;}

#player {height:48px;}

#fastserv_player span {color:#4f4f4f; font-size:12px; margin:8px 0 0 5px;}
#fastserv_player a {color:#2dc9ff; font-size:12px;}
#fastserv_player a:hover {color:#2dc9ff; font-size:12px; text-decoration:none;}

#metadata {padding:6px 0 0 0; width:450px; height:28px; overflow:hidden; border-bottom:dashed 1px #999999;}
#metadata a {background:none!important; padding:0 0 0 0!important;}
#metadata .metadata-icon {margin:3px 4px 5px 0px; width:16px; height:16px; background:none!important; padding:0 0 0 0!important;}
#metadata span {font-size:14px; font-weight:bold; color:#d60303; line-height:24px; padding:4px 0 0 0;}
#metadata .metadata-cap {font-family:Arial, Helvetica, sans-serif; margin:0 1px 0 0; font-size:14px!important; color:#5C5C5C!important; text-shadow:#FFF 1px 1px 1px, #CCC 0 0 2px; font-weight:bold; }
#metadata-track {font-family:Arial, Helvetica, sans-serif; font-size:14px!important; color:#d60303; text-shadow:#FFF 1px 1px 1px, #CCC 0 0 2px; font-weight:bold; }
#meta {padding:4px 0 0 0; width:450px; height:23px; overflow:hidden; border-bottom:dashed 1px #999999; font-family: 'Arimo', sans-serif; font-weight:bold; color:#d60303; line-height:19px; padding:4px 0 0 0;}

#playlist {border:solid 1px #d3d3d3; background:#FFF; width:448px; margin:10px 0 2px 0; padding:6px 0 7px 0; position:relative; float:left; display:block;}
#playlist p {font-family: 'Arimo', sans-serif; font-weight:bold; text-align:center;}
#playlist a {border-bottom:dashed 1px #0a68b5; font-weight:normal;}
#playlist a:hover {color:#ce0303; text-decoration:none; border-bottom:solid 1px #ce0303;}