/* 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: 5px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0,0,0,1);
	}
.header {background: #302f3f;var(--third-text-color);background-position: center -130px;}
.header__inner {padding: 20px var(--main-indent1);}
.header__popular {padding: 0 var(--main-indent1);padding-bottom: 60px;padding-top: 10px;}
.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);}
::-webkit-scrollbar-button { background-image: url(""); background-repeat: no-repeat; width: 100%; height: 0px; }
::-webkit-scrollbar-track {background-color: #f8f8f8;border-radius: 5px;}
::-webkit-scrollbar-thumb {background: linear-gradient(to right, rgb(243 127 127 / 65%), rgb(148 75 140 / 65%));border-radius: 3px;}
::-webkit-resizer { background-image: url(""); background-repeat: no-repeat; width: 4px; height: 0px; }
::-webkit-scrollbar {width: 6px;}
/* HEADER, HERO
----------------------------------------------- */
.logo {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff !important;
	line-height: 40px;
	padding-left: 55px;
	background: url(../images/logoturok.svg) 0 center / 40px no-repeat;
	}
.logo span {font-weight: 600;background: linear-gradient(to right, rgb(243 127 127 / 65%), rgb(148 75 140 / 65%));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.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(--primary-color-darker);}
.header__menu-hidden {
	background-color: #fff;
	width: 600px;
	padding: 20px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	border-radius: 10px;
	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 {color: var(--primary-color-darker);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: 30px;
	background-color: rgb(255 255 255 / 14%);
	color: #fff;
	box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
	}
.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: 5px;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: #fff;font-weight: 500;}
.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.6rem;padding-top: 20px;padding-bottom: 20px;}
.pagination a, .pagination span {
	display: inline-block;
	margin: 0px 5px 0 5px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0 5px;
	min-width: 50px;
	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: 60px;}
.section__header {margin-bottom: 30px;}
.section__title {font-size: 2.5rem;font-weight: 700;position: relative;padding: 0 80px;}
.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: 16.6%;padding: 0 10px;margin-bottom: 20px;float: left;}
.movie-item__link {display: block; text-align: center;}
.movie-item__img {box-shadow: 0 15px 30px 0 rgba(0,0,0,0.1);margin-bottom: 8px;border-radius: 5px;}
.movie-item__label {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 0;
	text-transform: uppercase;
	background-color: var(--primary-color);
	color: var(--third-text-color);
	padding: 8px 15px;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 0 0 3px 3px;
	transform: translateX(-50%);
	}
.movie-item__title {font-size: 1.4rem;font-weight: 500;line-height: 1.3;color: var(--primary-text-color);}
.movie-item__meta {margin-top: 5px;font-size: 1.2rem;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.4;
	}
.hover__overlay span {font-size: 3.4rem;color: #fff;position: relative;z-index: 11;}
.hover__overlay::before {content: ''; opacity: 0.8; background-color: var(--secondary-color);}
.hover:hover .hover__overlay {opacity: 1;}

/* 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: 220px;}
.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: 265px;box-shadow: 0 15px 30px rgba(0,0,0,0.1);border-radius: 5px;}
.inner-page__title {font-weight: 700; font-size: 2.6rem; white-space: nowrap; overflow: hidden;/* text-overflow: ellipsis;*/}
.inner-page__title span {visibility: hidden; font-size: 2.6rem; font-weight: 700; color: var(--secondary-text-color);}
.inner-page-ingredient__title {color: var(--secondary-text-color);}
.inner-episode__title {font-weight: 700; font-size: 2.6rem; white-space: nowrap; overflow: hidden;/* text-overflow: ellipsis;*/}
.inner-episode__title span {visibility: hidden; font-size: 2.6rem; font-weight: 700; color: var(--secondary-text-color);}
.inner-page-ingredient__title {color: var(--secondary-text-color);}
.inner-page__title a {font-size: 1.6rem; color: var(--primary-color); margin-left: 2px;}
.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;padding-bottom: 2px;position: relative;margin: 5px 0px;border-bottom: 1px dashed rgb(244 244 244);}
.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: 0;}
.inner-page__rating_series {font-size: 1.3rem; position: absolute; right: 0; top: -40px;}
.inner-page__rating a {display: block; height: 30px; line-height: 30px; border-radius: 6px; padding: 0 10px; 
	background-color: #6ab04c; color: #fff; margin-bottom: 5px; font-weight: 400;}
.inner-page__rating_series a {display: block; height: 30px; line-height: 30px; border-radius: 6px; padding: 0 10px; 
	background-color: #6ab04c; color: #fff; margin-bottom: 5px; 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_series 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_series a + a {background-color: #eb4d4b;}
.inner-page__rating a img {display: inline-block; width: 20px; height: 20px;}
.inner-page__rating_series 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_series a + a img {transform: scale(-1,-1); position: relative; top: 4px;}
.inner-page__rating a:hover {opacity: 0.6;}
.inner-page__rating_series 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.4rem; font-weight: 400;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select--player span {
	height: 60px;
	line-height: 60px;
	border-radius: 5px 5px 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: 35px;}
.comm-num {font-style: normal;background-color: #ebe7e7;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: 84px;margin-right: 20px;border-radius: 5px;box-shadow: 0 15px 30px 0 rgba(0,0,0,0.1);}
.soon-item__title {font-weight: 500; font-size: 1.4rem; line-height: 20px; 
	max-height: 40px; overflow: hidden; color: var(--primary-text-color);}
.soon-item__meta {margin-top: 6px; font-size: 1.2rem; color: var(--secondary-text-color);}

.inner-page__desc {margin-top: 20px;}
.inner-page-bottom__desc {margin-top: 10px;padding: 20px;background-color: #fff;border-radius: 5px;box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%);}
.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 a:hover {text-decoration: none;}
.text img:not(.emoji), .text p, .text h1, .text h2, .text h3, .text h4, .text h5, 
.text > ul, .text > ol, .text table {margin-bottom: 5px;}
.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 {padding: 20px;margin-top: 35px;background-color: #fff;border-radius: 5px;box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%);}
.site-desc-collections {margin-top: 40px;}

/* 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: none;
 color: #fff;
 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; border-radius: 0;}
.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: 20px; padding-right: 20px;}
	.filter-ctrl {margin-left: 15px !important; margin-right: 15px !important; border-radius: 10px !important;}
	.header__menu, .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;}
    .header__popular {padding-bottom: 25px;}
	.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;}
    .header__search {margin-top: 25px;}
    .pagination {padding-top: 20px;} 
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.movie-item {width: 25%;}
	.inner-page__sidebar, .inner-page__complaint {display: none;}
    .header__search {margin-top: 25px;}
}

@media screen and (max-width: 760px) {
	.wrapper {overflow: hidden;}
	.wrapper-container {max-width:640px;}
	.inner-page__columns {display: block;}
    .pagination {padding-top: 20px;} 
	.inner-page__column-left {margin: 0 auto 20px auto;}
	.tabs-block__select--player {min-width: 100%; justify-content: center;}
    .header__search {margin-top: 25px;}
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px; border-radius: 0;}
    .wrapper--pages .header {background-position: 0;}
	.header__logo {font-size: 2rem; margin-right: 20px;}
	.movie-item {width: 50%;}
    .header__search {margin-top: 25px;}
    .pagination {padding-top: 20px;} 
	.inner-page__title {font-size: 2rem;}
    .inner-episode__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;}
    
  	.column img {height: 70px; border-radius: 4px; opacity: 1; margin: 0 0 4px 0;}

   	.collectionItem--count {opacity:0.8; font-weight: bold;}
    
    .popular-item__img {display: block; border-radius: 10px; height: 100%;}
    
    .fbtn {margin: 0 10px !important; margin-top: 20px;}
	.fnav .fbtn:not(.fbtn-all) {font-size: 0;}
    .video-inside embed, .video-inside object, .video-inside video, .video-inside iframe, .video-inside frame {height:300px;}
    .t-cinema {margin:20px;}
    .related-cinema {margin:10px;}
}

@media screen and (max-width: 470px) {
	.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;}
    .video-inside embed, .video-inside object, .video-inside video, .video-inside iframe, .video-inside frame {height:250px;}
}

.filter-ctrl__caption {background: linear-gradient(135deg, #f58220 0%, #ee3d3c 70%, #ee3d3c 100%); 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: 89%;/*82%;*/
	white-space: nowrap;
	font-weight: 500;
	}
.filter-ctrl {
	padding: 30px;
	padding-bottom: 10px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05);
	margin: 0 var(--main-indent);
    margin: 0 var(--main-indent1);
	margin-top: -30px;
	}
.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: linear-gradient(135deg, #f58220 0%, #ee3d3c 70%, #ee3d3c 100%); padding: 0 !important; box-shadow: inset 0 1px 2px rgba(0,0,0,0.2) !important;}
.filter-ctrl__submit input:hover {background: #ee3d3c !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;display: none;}
	.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; z-index: 20;}
.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: linear-gradient(135deg, #f58220 0%, #ee3d3c 70%, #ee3d3c 100%); 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 #ee3d3c; 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: linear-gradient(135deg, #f58220 0%, #ee3d3c 70%, #ee3d3c 100%); 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 {}
	
.fheader h1 a {margin-left: 10px; color: #fff; font-size: 18px;}
	
top100-box, .top100-box * {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.clearfix:after {content: ""; display: table; clear: both;}
.top100-box {text-align:center; font-weight:700;}
.top100-title {font-size:24px; margin-bottom:20px; font-weight:700;}
.top100-items {position:relative;}
.top100-items ol {position:relative; padding-top:490px;}
.top100-items ol {position:relative; z-index:99; counter-reset:li}
.top100-item {padding:0 10px 30px 10px; float:left; width:16.66%; position:relative;}
.top100-item::before {content:counter(li); counter-increment:li; font-size:24px; color:#FFF; font-weight:700;
position:absolute; bottom:110px; left:50%; margin-left:-25px; width:50px; height:50px; line-height:50px; text-align:center; border-radius:50%; 
background-color:#596a72; background: linear-gradient(to top, #cedce7 0%,#596a72 100%); 
box-shadow:0 0 0 10px #b5c8d7;}
.top100-item a {display:block; color:#000;}
.top100-img {overflow:hidden;}
.top100-img img {width:100%; min-height:100%;}
.top100-name {height:40px; line-height:20px; overflow:hidden; margin-top:5px;}
.top100-items::before {content:""; width:100%; height:460px; position:absolute; left:0; top:0; background-color: #7e7b8a;
background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);}
.trophy {float:none; width:200px; position:absolute; padding:10px; background-color:rgba(0,0,0,0.5);}
.trophy a {color:#fff;}
.trophy .top100-img {height:280px;}
.trophy:nth-child(2) {left:80px; top:60px;}
.trophy:nth-child(1) {left:50%; margin-left:-105px; top:20px;}
.trophy:nth-child(3) {right:80px; top:60px;}
.trophy:before {background-color:#ffd803; background: linear-gradient(to top, #ffea03 0%,#ffd803 100%); 
box-shadow:0 0 0 10px #f0dc03; color:#000; bottom:90px;}
.top100-item:hover .top100-name {text-decoration:underline;}

@media screen and (max-width: 950px) {
.top100-item {width:20%;}
.trophy {width:200px;}
.trophy:nth-child(2) {left:20px;}
.trophy:nth-child(3) {right:20px;}
}
@media screen and (max-width: 760px) {
.top100-item {width:33.33%;}
.trophy {width:200px; position:relative; left:0 !important; top:0 !important; margin:0 auto 20px auto !important;}
.top100-items::before {display:none;}
.top100-items ol {padding-top:0;}
}
@media screen and (max-width:590px) {
.top100-item {width:50%;}
.trophy {width:200px;}
}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center; margin-bottom: 40px; margin-top: -20px;}

.fbtn {display: inline-block; margin-left: 20px; height: 24px; line-height: 24px; cursor: pointer;}
.fbtn .rand-border, .rand-border {display: inline-flex;
	align-items: center;
	justify-content: center;width: 24px; height: 24px; line-height: 22px; margin-right: 7px;
	text-align: center; color:#fff;background-color: var(--fbtn-color-first);
	font-size: 8px; vertical-align: top; box-shadow: 0 20px 20px rgba(0,0,0,0.4);}
.fbtn:hover .rand-border, a.fmark:hover {background-color: var(--primary-color); color: #fff;}
.fbtn:hover, .show-text:hover, a.fmark {color: var(--primary-color);}

.fnav .fbtn .rand-border .fas.fa-ellipsis-h {
	width: 16px;
}


.fbtn.fbtn-all .rand-border {
	margin-right: 7px !important;
}

.fnav .fbtn {margin: 0; margin-top: 20px; height: 40px; line-height: 40px; text-decoration: none;}
.fnav .fbtn .rand-border {width: 80px; height: 40px; line-height: 38px; font-size: 16px;}
.fnav .fbtn:last-child .rand-border {margin: 0 0 0 10px;}
.fnav .fbtn .rand-border .fas {
	width: 8px;
	height: 16px;
    background-color:#fff;
}
.fnav .fbtn:hover .rand-border .fas {
    background-color:#fff;
}
.fnav .fbtn .rand-border .fas.fa-ellipsis-h {
	width: 16px;
}

.collectionItem--count {
    position: absolute;
    color: #fff;
    background: #2d3b43;
    border-radius: 4px;
    float: right;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    margin: 7px -50px;
    opacity: 0.8;
    font-weight: bold;
}

.collectionItem--title {
    display: block;
    margin: 10px 0 20px;
    font-size: 16px;
    text-overflow: ellipsis;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.collectionItem a:hover .collectionItem--title {
  color: #FFCD34;
}

.column {
	text-align: center;
}
.column a {
	width: 25%;
	display: block !important;
	float: left;
	line-height: 0;
}
.column img {
    width: 230px;
    height: 188px;
    border-radius: 4px;
    opacity:1;
}

@media screen and (max-width: 1024px) {
.column a {
	width: 33%;}
}   

.column img:hover {
    opacity:0.8;
}

.column-m {
	text-align: center;
}
.column-m a {
	width: 100%;
	display: block !important;
	float: left;
	line-height: 0;
}
.column-m img {
    width: 230px;
    height: 188px;
    border-radius: 4px;
    opacity:1;
}
.column-m img:hover {
    opacity:0.8;
}

.column-full {
	text-align: center;
}
.column-full a {
	width: 25%;
	display: block !important;
	float: left;
    overflow:hidden;
	line-height: 0;
    margin-bottom: 20px;
}
.column-full img {
    width: 230px;
    height: 188px;
    border-radius: 4px;
    opacity:1;
    display: inline-block;
}
.column-full img:hover {
    opacity:0.8;
}