/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.header {background-color: var(--bg-color); color: var(--third-text-color); 
	margin: 0 -30px; padding: 15px 30px; box-shadow: 0 0 15px rgba(0,0,0,0.2); 
	transition: top .2s linear; position: relative; z-index: 100;}

.content {min-height: 100vh;padding: 60px 0;}
.footer {padding: 30px; margin: 0 -30px; 
	background-color:  var(--bg-color); color: var(--secondary-text-color);}
.header.sticky {
position: fixed;
    margin: 0 auto;
    border-radius: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
#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);}

body {background: #444;padding-top: 200px;position: relative;background: #444 url(/bag.webp) center top fixed;background-size: 100% auto;padding-top: 200px;padding-bottom: 200px;}
.wrapper {max-width: 1200px; margin: 0 auto; background: #141414; padding: 0 30px;}
.header.sticky .header__inner {padding: 0 30px;}
.inner-page, .inner-page__sidebar {height: 100%;}
/* HEADER, HERO
----------------------------------------------- */
.logo {
	display: inline-block;
	text-transform: uppercase;
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff !important;
	margin-right: 20px;
	line-height: 40px;
	padding-left: 55px;
	background: url(../images/logo_pink.png) 0 center / 40px no-repeat;
	}
.logo span {color: var(--primary-color);}

.header__menu > li {margin-left: 20px; position: relative;}
.header__menu > li > a {display: block; height: 40px; line-height: 40px; 
	color: var(--third-text-color); text-transform: uppercase; font-weight: 500; font-size: 1.4rem;}
.header__menu > li:hover > a, .header__menu > li > a.is-active {color: var(--primary-color);}
.header__menu-hidden {background-color: var(--bg-color); width: 600px; padding: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.3), inset 0 0 80px rgba(0,0,0,0.1); 
	position: absolute; left: 0; top: 95%; z-index: 100; color: var(--primary-text-color);
	pointer-events: none; opacity: 0; transform: translateY(30px);}
.hm-col {
    display: flex;
    flex-wrap: wrap;}
.hm-col li {height: 26px; line-height: 26px; padding: 0 10px;    width: 33%;}
.hm-caption {font-weight: 500;}
.hm-col a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 400; 
	opacity: 0.6; margin: 0 -10px; padding: 0 10px; font-size: 1.4rem; 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__menu {flex: 1 1 0;}

.header__menu li:has(.header__menu-hidden.d-flex) {position: static;}
.header__menu-hidden.d-flex {width: 100%; --bdc: rgba(255,255,255,0.2); 
    background-color: var(--bg-color); padding: 0;}
.header__menu-hidden.d-flex .hm-col {align-content: start; padding: 20px; box-shadow: inset 0 0 80px rgba(0,0,0,0.1);}
.hm-left {width: 260px; font-size: 1.4rem; padding: 20px;}
.hm-left a {display: flex; align-items: center; height: 26px; padding: 0 10px;}
.hm-left a:hover {background-color: var(--primary-color); color: #fff;}
.hm-left-submenu {margin-top: 20px; padding-top: 10px; border-top: 1px solid var(--bdc);}
.hm-right {width: 300px; padding: 20px; display: grid; gap: 5px; justify-items: center; 
    align-items: center; grid-template-columns: repeat(2,minmax(0,1fr)); align-content: start;}
.hm-right img {display: block; max-height: 60px; filter: grayscale(1) brightness(150%); transition: filter 0.2s;}
.hm-right a {display: block; border-radius: 4px; padding: 10px;}
.hm-right a:hover {background-color: rgba(0,0,0,0.2);}
.hm-right a:hover img {filter: grayscale(0) brightness(100%);}
.col-1 {width: 240px; display: block; padding: 20px 10px;}
.col-1 .hm-col li {width: 100%;}
.col-1 a {display: flex; align-items: center; gap: 3px;}
.pro {font-size: 12px; text-transform: uppercase; font-weight: 500; border-radius: 2px; 
    background-color: red; color: #fff; padding: 4px 6px; display: block; line-height: 1.2;}
.pro-1 {background-color: green;}
.pro-0 {margin-left: 5px;}
.light .header__menu-hidden.d-flex {--bdc: rgba(0,0,0,0.1); --bg-color: #fff;}
.mobile-menu .hm-left, .mobile-menu .hm-right {width: 100%;}
.mobile-menu .header__menu-hidden {width: calc(100% + 40px) !important;}
.header .col-1 {width: auto; left: 50%; translate: -50% 0;}

.header__search {position:relative;margin-top: 25px;margin-bottom: -35px;}

.header__search input, .header__search input:focus {
    padding: 0 50px 0 20px;
    border-radius: 2px;
    background-color: #1f1f1f;
    color: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    }
.header__search input:not(:focus)::placeholder {color: var(--primary-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(--fourth-text-color); line-height: 40px; text-align: center; font-size: 1.6rem;}

.header__hero-title {font-size: 3rem; font-weight: 700; line-height: 1.4;}
.header__hero-title span {color: var(--primary-color);}
.header__hero-text {opacity: 0.9; line-height: 1.7; margin: 15px 0 30px 0; max-width: 560px;}
.header__hero-btn {align-self: start; text-transform: uppercase; background-color: #fff; overflow: hidden;
	font-size: 1.4rem; font-weight: 400; line-height: 40px; padding-left: 20px; border-radius: 3px; display: inline-block;}
.header__hero-btn span:last-child {display: inline-block; padding: 0 20px; margin-left: 20px; 
	background-color: var(--primary-color); color: #fff;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu a {display: block; margin: 0 20px 0 0; color: var(--third-text-color);
	text-transform: uppercase; font-weight: 500; font-size: 1.2rem;}
.footer__copyright {margin-top: 8px; font-size: 0.9em;}
.footer__copyright span {color: var(--primary-color); border-bottom: 1px dotted var(--primary-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: 400; padding-top: 10px;}
.pagination a, .pagination span {display: inline-block; margin: 10px 5px 0 5px; line-height: 60px; padding: 0 10px;}
.pagination span:not(.nav_ext) { background-color: var(--primary-color); color: #fff; border-radius: 30px;
	min-width: 60px; margin: 10px 10px 0 10px; font-size: 2.4rem; font-weight: 500;}

@view-transition {
            navigation: auto;
        }
        @media (prefers-reduced-motion:reduce) {
        	@view-transition {
                navigation: none;
            }
        }
/* SECTION
----------------------------------------------- */
.section {margin-bottom: 60px;}
.franchise {margin:20px 0px;}
.section__header {margin-bottom: 20px;}
.section__title {font-weight: 500;margin-right: 20px;font-size: 16px;}
.section__title h2 {font-size: 18px;font-weight: 500;margin-top: 20px;}
.section__link-more {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color); 
	font-size: 1.4rem; font-weight: 400;}
.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;}
.side-block__title span, .section__title span, .inner-page__caption span, 
	.text h1 span, .text h2 span, .text h3 span {color: var(--primary-color);}
.nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.speedbar{margin-bottom:10px;}

/* MOVIE ITEM
----------------------------------------------- */
.movie-item {width: 16.66%; padding: 0 10px; margin-bottom: 20px;}
.movie-item__link {display: block;}
.movie-item__img {box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25); margin-bottom: 15px;}
.movie-item__label {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
	background-color: var(--primary-color);
	color: var(--third-text-color);
	padding: 4px 15px;
	font-size: 1.2rem;
	font-weight: 500;
	}
.movie-item__title {font-size: 1.4rem; font-weight: 500; line-height: 1.2; color: var(--primary-text-color);}
.movie-item__meta {margin-top: 5px; font-size: 1.3rem; color: var(--secondary-text-color);}
#owl-top{margin-bottom: 30px;margin-top: 20px;}
.movie-top__item .movie-item__title{
	padding: 7px;
    text-align: center;
    background-color: #1c222b;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    font-weight: 600;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,#1f1f1f 100%);
    display: inline-grid;
    align-items: flex-end;
}
.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.5; background-color: var(--secondary-color);}
.hover:hover .hover__overlay {opacity: 1;}
.short-addlist{
	bottom: 0;
    right: 0;
    width: 100%;
    text-transform: uppercase;
    padding: 5px 10px;
    transform-origin: center;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    display: inline-block;
    position: absolute;
    z-index: 20;
    color: #fff;
}
.movie-item__link .thrown{
    background-color: #bfbfbf;
    color: #fff;
}
.movie-item__link .viewed{
    background-color: #3cce7b;
    color: #fff;
}
.movie-item__link .watching{
    background-color: #ff6766;
    color: #fff;
}
.movie-item__link .scheduled{
    background-color: #9954d8;
    color: #fff;
}
.movie-item__link .postponed{
    background-color: #ffd800;
    color: #0b2651;
}

.announce {
    background-color: #ff6666b8!important;
}
.released {
    background-color: #48d34087!important;
}
.ongoing {
    background-color: #9954d8a8!important;
}
.status.announce,
.status.released,
.status.ongoing {
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
}
.movie-item__rating {text-align: center;border-radius: 2px 0 0 2px;background-color: #ffd400;color: #000;position: absolute;top: 1px;right: -3px;padding: 4px 9px 4px 6px;font-weight: 700;line-height: 10px;font-size: 12px;}
.movie-item__rating:before{position:absolute;border:6px solid transparent;border-top: 6px solid #ffd400;border-right: 6px solid #ffd400;left: -11px;top:0px;content:'';}
.movie-item__rating:after{position:absolute;border:6px solid transparent;border-right: 6px solid #ffd400;border-bottom: 6px solid #ffd400;left: -11px;bottom:0px;content:'';}
.movie-item__rating.low {background-color: #e13535;color: #fff;}
.movie-item__rating.low:before{position:absolute;border:6px solid transparent;border-top: 6px solid #e13535;border-right: 6px solid #e13535;}
.movie-item__rating.low:after{position:absolute;border:6px solid transparent;border-right: 6px solid #e13535;border-bottom: 6px solid #e13535;}
.movie-item__rating.middle {background-color: #ff6702;color: #fff;}
.movie-item__rating.middle:before{position:absolute;border:6px solid transparent;border-top: 6px solid #ff6702;border-right: 6px solid #ff6702;}
.movie-item__rating.middle:after{position:absolute;border:6px solid transparent;border-right: 6px solid #ff6702;border-bottom: 6px solid #ff6702;}

/* INNER PAGE
----------------------------------------------- */
.inner-page__column-left {width: 200px; margin-right: 20px;position: relative;z-index: 1;}
.inner-page__sidebar {width: 240px;margin-left: 30px;}
.inner-page__main {background-color: var(--bg-color); box-shadow: 0 20px 50px rgba(0,0,0,0.1); padding: 20px;}

.inner-page__img {height: 300px; box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
.inner-page__title {font-weight: 500;font-size: 2.4rem;}
.inner-page__title h1   { font-size: 21px;}
.inner-page__title a {font-size: 1.6rem; color: var(--primary-color); margin-left: 2px;}
.inner-page__header {margin-bottom: 20px; position: relative;}
.inner-page__subtitle {color: var(--primary-color);font-size: 1.8rem;font-weight: 500;margin-top: 10px;}
.inner-page__list {font-size: 1.4rem; line-height: 1.6;}
.inner-page__list li {padding-left: 120px; position: relative;padding-bottom: 5px;
    padding-top: 5px;}
.inner-page__list li > span:first-child {font-weight: 400;
    color: var(--secondary-text-color);
    position: absolute;
    left: 7px;
    top: 5px;}

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

.inner-page__list li:nth-child(odd) {
	    background-color: var(--bg-color-second);
}
.inner-page__rating {font-size: 1.3rem; white-space: nowrap;}
.inner-page__rating a {display: block; height: 30px; line-height: 30px; border-radius: 15px; padding-right: 15px; 
	background-color: var(--bg-color-second); margin-right: 15px; font-weight: 400;}
.inner-page__rating a div {background-color: #6ab04c; color: #fff; margin-right: 10px; 
	width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 15px; 
	display: inline-block; vertical-align: top; padding-top: 3px;}
.inner-page__rating a + a div {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.9;}
.inner-page__player-controls {padding: 15px 0;    border-bottom: 1px solid #141414;  margin-bottom: 20px;}
.inner-page__complaint a {color: #16a085; font-size: 1.4rem; font-weight: 400;}
.inner-page__player-topcontrols{    
    padding: 15px 0;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select--player span {
height: 36px;
    line-height: 38px;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    background-color: var(--bg-color-second);
    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 20px 50px rgba(0,0,0,0.1);}

.soon-item:not(:last-child) {margin-bottom: 20px;}
.soon-item__img {width: 60px;height: 80px;margin-right: 20px;border-radius: 3px;}
.soon-item__title {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 20px;
	max-height: 80px;
	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;}
@media screen and (min-width: 1220px) {
	.inner-page__sidebar .movie-item {width: 50%;}
}
.show-comms {text-align: center; padding-top: 20px;}
.show-comms > a {height: 30px; line-height: 30px; border-radius: 15px; padding: 0 15px; 
	font-size: 1.2rem; font-weight: 500; text-transform: uppercase; display: inline-block;
	margin-right: 15px; background-color: var(--secondary-color); color: var(--third-text-color);}

.soc-channels__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 5px 20px 0 55px;
    height: 40px;
    overflow: hidden;
    background-color: #2daae1;
    color: #fff !important;
    box-shadow: var(--bsh-2);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 4px;
    display: inline-block;
}

.soc-channels__item::before {content: ''; width: 40px; height: 40px; background-color: rgba(0,0,0,0.2); 
    position: absolute; left: 0; top: 0; background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.telega::before {
    background-size: 17px;background-image: url(../images/tlg.svg);}

.telega__full .telega::before {    width: 35px;
    height: 30px;}

.telega__full{
	position: absolute;
    right: 37%;
    top: 19px;
}
.telega__full .telega {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0 45px;
    animation: glowing 1300ms infinite;
}
@keyframes glowing {
      0% { background-color: #2daae1; box-shadow: 0 0 5px #2daae1; }
      50% { background-color: #3dc4ff; box-shadow: 0 0 20px #3dc4ff; }
      100% { background-color: #2daae1; box-shadow: 0 0 5px #2daae1; }
}

.yt::before {
    background-size: 17px;background-image: url(../images/i-youtube.svg);}

.telega__full .yt::before {    width: 35px;
    height: 30px;}

.telega__full .yt {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0 45px;
    animation: glowing1 1300ms infinite;
}

@keyframes glowing1 {
      0% { background-color: #ec425d; box-shadow: 0 0 5px #ec425d; }
      50% { background-color: #f26077; box-shadow: 0 0 20px #ec304e; }
      100% { background-color: #e75f75; box-shadow: 0 0 5px #cf2540; }
}



/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.text {line-height: 1.7; font-size: 1.6rem; 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__player {margin-top: 20px;    position: relative;}
.inner-page__title h2 {margin-top: 20px;font-size: 18px;text-align: center;}
.text h1, .text h2, .text h3, .text h4, .text h5 {font-size: 1.8rem;}
.site-desc h1 {font-size: 25px;text-align: center;font-weight: 500;}
.site-desc {margin-bottom: 20px;}
.site-desc img {width: 240px;height: 140px;float: left;margin-right: 30px;margin-bottom: 15px;margin-top: 15px;}
.rate__wrapper{
	position: absolute;
    right: 0;
    top: 20px;
}
.rate__shiki {
    margin-right: 10px;
}
.rate__player span {
width: 35px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-weight: 500;
    margin-left: 5px;
    font-size: 14px;
    background: linear-gradient(to right, #fec008 0%, #efc532 100%);
    color: #000;
    padding: 5px 8px;
    border-radius: 25px;
    border-radius: 3px;
}
.rate__shiki span {
    background: linear-gradient(to right, #2daae1 0%, #3ebdf5 100%);
    color: #fff;
}

.movie-item__age{
	    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 40px;
    line-height: 24px;
    background-color: #f85b49;
    color: #fff;
    padding: 0 10px;
    font-size: 0.9em;
    white-space: nowrap;
}
/* COMMENTS
----------------------------------------------- */
.add-comments-form-wrapper {margin: 20px -20px; padding: 20px; background-color: rgba(0,0,0,0.05);}
.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;margin-top: 30px;}
.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;  padding-bottom: 14px;border-bottom: 1px solid #141414;}
.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: var(--bg-color-second); 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;margin-right: 20px;}
.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);}

.comment-item__footer .com-icon{display:none;}
.comment-item__footer .com-text{display:inline-block;}

/* 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: var(--bg-color-second); border-radius: 4px; width: 400px; 
    box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--bg-color);}
.login__title {font-size: 2rem; font-weight: 500; padding: 1px 0;}
.login__close {cursor: pointer; font-size: 2.4rem; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--secondary-text-color); margin-left: 10px; font-weight: 400; color: var(--secondary-text-color);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 1.2rem; color: var(--secondary-text-color);}
.login__caption {font-size: 1.2rem; color: var(--primary-text-color); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--secondary-color);}
.login__input input {padding-left: 40px;}
.login__row .far {opacity: 0.6; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: #15161e; 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: var(--bg-color); box-shadow: inset 0 0 10px rgba(0,0,0,0.1);}
.login__menu .far {display: block; height: 30px; font-size: 2.4rem; opacity: 0.6;}
.rules-comm{
	background-color: #141414;
	margin: 5px -20px;
}

.rc-title{
	padding: 0px 20px 0 55px;
	height: 44px;
	line-height: 44px;
	background-color: #141414;
	color: var(--primary-text-color);
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #202124;
	position: relative;
	margin: 0px 5px;
}

.rc-title .fa{
	margin-right: 5px;
	color:  var(--primary-color);
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: 44px;
	line-height: 45px;
	font-size: 19px;
	text-align: center;
	background: #141414;
	border-right: 1px solid #d93baa14;
}

.rc-list_cont{
	padding: 0 20px;
	border: 0;
	overflow: auto;
	position: relative;
}

.rc-list li {
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--primary-text-color);
    /* line-height: 21px; */
    padding: 15px 0px;
    /* line-height: 14px; */
}

.rc-list li:nth-child(even) {
    background-color: var(--bg-color);
    border-radius: 2px;
    padding: 15px 20px;
    margin: 0 -20px;
}

.rc-list li .fa{
	/* font-size: 9px; */
	color: #53bf2b;
	margin-right: 3px;
	margin-top: -5px;
}
/* RELATED
----------------------------------------------- */
.section__rel{margin-top: 30px; margin-bottom: 30px;}

/* FULL POSTER BTN
----------------------------------------------- */
.item__btns{
    margin-top: 10px;
        display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    grid-gap: 10px 30px;
}
.favmod{width: 100%;}
.favmod .favmod-unset,.favmod.active .favmod-add {display: none;}
.favmod.active .favmod-unset {display: block;}
.item__btn{width: 100%;margin-bottom: 5px;}
.favmod .item__btn {background-color: var(--bg-color-second);box-shadow: none;padding: 0 10px;}
.favmod .item__btn span{color: var(--primary-color);margin-right: 3px;}
.js-scrollto span {margin-right: 3px;}
/* CHANGE COLOR
----------------------------------------------- */
.change-color {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 35px;
    width: 24px;
    border-radius: 20px;
    padding: 5px 0;
    margin: 0 10px;
    font-size: 35px;
    margin-right: 30px;
}

.change-color .fas {
	color: #fff;
}
.change-color .fas:before{
	content: "\f185";
}


.change-color:hover .fas{
    color: var(--primary-color);
}


/**
 * 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 {width: 100%; position: relative; z-index: 5;}
 .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; 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 {border-radius: 15px; border: 2px solid var(--bdc); overflow: hidden; 
	height: 30px; min-width: 85px; display: flex;}
 .owl-prev, .owl-next {    display: block;
    cursor: pointer;
    background-color: #141414;
    box-shadow: none;
    width: 50%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: var(--primary-text-color);}
 .owl-prev {margin: 0;}
 .owl-next {border-left: 2px solid #1f1f1f !important;}
 .owl-prev:hover, .owl-next:hover {    background-color: var(--primary-color);
    color: #fff;}

.owl-carousel .movie-item{
	width: 100%;
    padding: 0;
}

#owl-rels .owl-nav,
#owl-franchize .owl-nav {
    position: absolute;
    top: -44px;
    right: 0;
}
#owl-top .owl-nav {
    height: 0;
    border-radius: 0;
}

#owl-top .owl-prev, #owl-top .owl-next {
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%;
	width: 34px;
    height: 35px;
    line-height: 35px;
}
#owl-top .owl-prev {
	border-radius: 0 15px 15px 0;
    border-right: none!important;
}
#owl-top .owl-next {
	border-radius: 15px 0 0 15px;
    border-left: none!important;
    right: 0;
    left: auto;
}
.side-block__list{
  margin-bottom: 20px;
}
.side-block__list div {
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    border-radius: 25px;
    padding: 0 25px;
    margin-right: 5px;
    color: var(--primary-text-color);
    background: #1f1f1f;
}
.side-block__list div.is-active, 
.side-block__list div:not(.is-active):hover {
	background: var(--primary-color);
    color: #fff;
}




.utabs-profile {
	margin-bottom: 30px;
    margin-top: 30px;
}

.utabs-profile .tabs__caption {
    font-size: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
        background: #252525;
    border-bottom: 3px solid var(--primary-color);
    color: #fff;
}

.utabs-profile .tabs__caption li {
    display: inline-block;
    font-size: 13px;
    padding: 12px 15px;
    cursor: pointer;
}

.utabs-profile .tabs__caption li.active {
    background: var(--primary-color);
}

.utabs-profile .tabs_content {
    display: none;
        background: transparent;
    margin: 15px 0;
}

.utabs-profile .tabs_content.active {
	display: block;
}

.utabs-profile .tabs-searchform {
	padding-bottom: 10px;
    background-color: var(--white);
    box-shadow: var(--bshsec);
    padding: 12px 0;
}

.utabs-profile .tabs-searchform::after {
	content: "";
    
	clear: both;
    
	display: table;
}

.utabs-profile .clearsearch {
	position: relative;
}

.utabs-profile .clearsearch input {
	padding-right: 35px;
}

.utabs-profile .clearsearch .clear {
	position: absolute;
	
	top: 50%;
	right: 10px;
	
	width: 15px;
	
	transform: translateY(-50%);
	
	cursor: pointer;
	
	font-size: 25px;
	
	color: #ccc;
	
	display: none;
}


.utabs-profile .news-list .transfer {
	padding: 0;
	margin: 0;
	
	list-style: none;
	
	font-size: 0;
}
.tabs__caption li .fa{margin-right:5px;vertical-align:middle;}
.popular-item__tabs-control {
    display: none;
}

.utabs-profile .news-list .transfer li {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
        background-color: #131313;
    box-shadow: inset 0 0 0 1px #131313, inset 1px 2px 5px rgb(0 0 0 / 0%);
    border-radius: 3px;
    width: 33px;
    height: 33px;
    line-height: 43px;
    text-align: center;
}

.utabs-profile .news-list .transfer li i {
    font-size: 14px;
        color: var(--primary-text-color);
    opacity: .7;
}

.utabs-profile .news-list .transfer li:hover {
    background: var(--primary-color);
    box-shadow: inset 0 0 0 1px #c740d3, inset 1px 2px 5px rgb(0 0 0 / 0%);
}
.utabs-profile .news-list .transfer li:hover i {
	color: #fff;
    opacity: 1;
}
.utabs-profile .news-list .transfer li:last-child {
	margin-right: 0;
}

.utabs-profile .news-list.nomargin {
	margin: 0;
	width: 100%;
}

.utabs-profile .news-list .news-item::after {
	content: "";
    
	clear: both;
    
	display: table;
}

.utabs-profile .news-list .news-column {
	float: left;
	width: 32%;
	
	padding-right: 15px;

}

.utabs-profile .news-list .news-column.right {
	float: right;
	padding-right: 0;
}

.utabs-profile .news-list .news-item {
	padding: 15px;
}
.utabs-profile .news-list .news-item:nth-child(even) {
	background: #f5f5f5;
}

.utabs-profile .news-list .news-column img {
	width: 100px;
	height: 100px;
	
	object-fit: cover;
	object-position: center;
}

.utabs-profile .column {
	float: left;
	width: 24%;
	
	padding-right: 15px;
}
.utabs-profile .tabs-searchform-button{display:none;}
.utabs-profile .column.right {
	float: right;
	
	padding-right: 0;
}


.utabs-profile input[type="text"] {
    height: 40px;
    line-height: 40px;
	width: 100%;
	    background-color: #131313;
    color: #fff;
    box-shadow: inset 0 0 0 1px #131313, inset 1px 2px 5px rgb(0 0 0 / 10%);
}
.utabs-profile input, .utabs-profile select {
     width: 100%;
    margin: 0;
        background-color: #131313;
    box-shadow: none;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: .6em auto;
    border-radius: 3px;
    height: 40px;
    padding: 0 15px;
    display: block;
    font-size: 14px;
}

.news-list .popular-item {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    padding: .5rem;
	box-shadow: #141414 0 1.1875rem 2.125rem -0.9375rem;
	overflow: hidden;
}
.news-list .popular-item__desc small {
    color: #999;
    font-size: 12px;
margin: 4px 0;
    line-height: 20px;
    }

	.news-list .popular-item__desc small span {color: #fff;background-color: #d93baa;transform-origin: center;text-align: center;font-weight: 400;padding: 2px 10px;}
.news-list .popular-item__big .th-meta-rate, 
.news-list .popular-item__last .th-meta-rate {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    font-size: 12px;
}
.news-list .popular-item__img {
    width: 50px;
    height: 70px;
    border-radius: 3px;
    margin-right: 10px;
}
.news-list svg{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    margin-right: 3px;
}
.news-list .popular-item__title:hover{
    text-decoration: underline;
}
.statlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.statlist ul li:not(:last-child){
	margin-bottom: 10px;
}

.statlist {
    position: absolute;
    top: 35px;
    padding: 15px;
    z-index: 9999;
    display: none;


        background-color: #141414;
    border: 1px solid rgb(19 19 19);
    border-radius: 2px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    min-width: 280px;
    border-radius: 4px;
}

.statlist::before {
	content: '';
	border: 8px solid transparent;
	border-bottom-color: #c640d2;
	position: absolute;
	bottom: 100%;
	left: 20%;
}

.statlist tbody tr:first-child{
    color: var(--primary-text-color);
    font-weight: 500;
    font-size: 14px;
}
.statlist tbody tr {
	color: #000;
}
.statlist tbody tr td:nth-child(2) {
    padding: 0 15px;
}
.statlist tbody tr td:nth-child(1),
.statlist tbody tr td:nth-child(3) {
	font-size: 14px;
}


.statlist tbody tr td:nth-child(1), .statlist tbody tr td:nth-child(1),
.statlist tbody tr td:nth-child(1), .statlist tbody tr td:nth-child(2),
.statlist tbody tr td:nth-child(1), .statlist tbody tr td:nth-child(3) {
	color: var(--primary-text-color);
}





.statlist tbody tr td .bar{
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    border-radius: 2px;
}
.statlist tbody tr .my-1{
	width: 200px;
    background-color: #1f1f1f;
    position: relative;
}
.statlist.active {
	display: block;
}

.statlist-area {
	position: relative;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 7px;
}


.statlist .bar {
    position: relative;
    height: 24px;
    line-height: 26px;
    font-size: 13px;
}

.statlist .list-name {
	display: inline-block;
	vertical-align: middle;
}

.statlist .bar .progressz {
	position: relative;
	
	height: 30px;
	
	background: #3cce7b;
}

.statlist .bar .number {
	position: absolute;
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
}
.mylists-tabs{
    display: flex;
    justify-content: center;
    z-index: 1;
    flex-wrap: nowrap;
}
.mylists-tabs li{
	position: relative;
	align-items: center;
	padding: 5px 10px;
	margin-bottom: -1px;
    background-color: var(--bg-color-second);
	width: 100%;
	text-align: inherit;
	cursor: pointer;
	font-size: 13px;
	color: #fff;
}
.mylists-tabs li a{
    color: #fff;
    opacity: 1;
}
.mylists-tabs li span {
    margin-right: 10px;
}
.mylists-tabs li:hover,.mylists-tabs li.active {background-color: var(--primary-color);
    color: #fff;}
.mylists-tabs li:hover a,.mylists-tabs li.active a{color:#fff}
.page__mylist {
    position: absolute;
    width: 100%;
    bottom: 38px;
}
.mylists-tabs li:nth-child(1),
.mylists-tabs li:nth-child(2),
.mylists-tabs li.mylists-tabs_linkwrap{
    display: flex;
}
.mylists-tabs li:nth-child(1),
.mylists-tabs li:nth-child(2){
	    border-right: 1px solid #6e6e71;
}
.mylists-tabs li.mylists-tabs_linkwrap{
	padding: 0;
    border: 0;
}
.mylists-tabs_wrap li {
	border-right: 0!important;
    border-bottom: 1px solid #fff;
}
.mylists-tabs_wrap li:last-child{
	border-bottom: 0;
}
.tab_obe {display: block !important;border: 0px !important;text-align: center !important;}
.mylists-tabs_wrap{
display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    opacity: 0;
    right: 0;
    top: 10px;
    visibility: hidden;
    background-color: var(--bg-3);
}
.mylists-tabs_wrap::before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: var(--bg-color);
    position: absolute;
    bottom: 100%;
    right: 22px;
}


.mylists-tabs_wrap li{
	display: flex;
	/* background-color: #f0f0f0; */
}
.mylists-tabs_wrap.is_active{
    top: 45px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}
.mylists-tabs_link.is_active{
    background-color: var(--primary-color);
	color: #fff;
}
.mylists-tabs_linkwrap{
    padding: 0!important;
}
.mylists-tabs_linkwrap a {
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#showstatlist{
    color: var(--primary-text-color);
    border-bottom: 1px dashed #bbb;
    line-height: 1.1;
    padding-bottom: 3px;
    cursor: pointer;
}
.page__main-btns{
	/* margin-top: 12px; */
}
.my-list-statistics{
	width: 100%;
}
.statlist__none-text{
    color: var(--primary-text-color);
    font-size: 14px;
}
.bar_count{
	position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 12;
    height: 24px;
    line-height: 27px;
    font-size: 14px;
}

.header .header__search {display: none;}

.section-sticky {
    position: sticky;
    left: 0;
    top: 80px;
}

.section-asidead{
	margin:15px auto;
	text-align: center;
	display: grid;
	place-items: center;
}

.full__light {
    position: relative;
    cursor: pointer;
    padding: 8px 18px;
    text-transform: uppercase;
    background: #f2f2f2;
    background-color: rgba(0,0,0,0.05);
    color: #C8C8C8;
    border: 1px solid #4f4f4f;
    margin-right: -142px;
        border-radius: 2px;
}
.my-list-statistics.list-head{margin-bottom:10px;}
.my-list-statistics.list-head td{width:33.33%;}
.my-list-statistics .w-100{width:100%;}

.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 .light__overlay {
	display: block;
}
.light__off .full__light,
.light__off .tabs-block__content,
.light__off .tabs-block__select{
	z-index: 99999;
    position: relative;
}
.light__off #scrolltop, 
.light__off .header {
	display: none !important;
}
.yx-share-title{
	margin-bottom: 5px;
    display: block;
}
.page__countdown{
	width: 100%;
    margin: 25px 0;
}

.countdown-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
.countdown__wrp {
    color: #000!important;
        padding: 15px 0;
}
.countdown__text{
	font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.countdown div {
    margin: 0 3px;
    font-size: 13px;
    text-align: center;
    color: #a2a2a2;
}
.countdown-value{font-size: 70px!important;font-weight: 500;width: 100%;color: #fff!important;}
.timer-sep {
	font-size: 70px!important;font-weight: 500;color: #fff!important;
}

#side-carou .owl-nav{
	position: absolute;
	top: -15%;
	right: 0;
	min-width: 74px;
}

#side-carou .owl-next,
#side-carou .owl-prev{
    background-color: var(--primary-color);
    color: #fff;
}
#side-carou .owl-next:hover,
#side-carou .owl-prev:hover{
    background-color: var(--primary-color-darker);
    color: #fff;
}
#side-carou .owl-next {
    border-left: 2px solid #141414 !important;
}

/* 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__search {width: 100%; margin: 0 0 10px 0; padding: 0; display: flex;}
.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 li {width: 50%;}
.mobile-menu .one-col .hm-col {width: 100%;}
.mobile-menu .hm-caption {white-space: nowrap;}





@media screen and (max-width: 1220px) {
	.rules-comm {
   margin: 5px 0px;
   /* padding: 0px 20px; */
}
    .section__items {
        margin: 0;
    }
	.wrapper {padding: 0;}
	.content {padding-left: 15px; padding-right: 15px;}
	.header__menu, .header__search {display: none;}
	.header__btn-mobile-menu {display: flex; cursor: pointer; font-size: 1.8rem; margin-left: 15px; 
		background-color: rgba(0,0,0,0.8); border-radius: 3px; justify-content: space-between;  height: 40px; line-height: 40px; padding: 0 15px;}
	.header__btn-mobile-menu > * {line-height: 40px !important;}
	.header__logo {flex: 1 1 0;max-width: 100%;min-width: 100px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.content, .site-desc {padding-top: 20px;}
	.section {margin-bottom: 20px;}
	.footer {display: block; text-align: center;    margin: 0;}
	.footer__logo {margin-right: 0;}
	.footer__menu, .footer__counter {justify-content: center; margin-top: 15px;}
	
    .header {
        margin: 0;
        padding: 15px 13px;
    }
    
    .section-sticky {
    	/* position: relative; */
    	top: 40px;
    }
    body {padding-top: 0;padding-bottom: 0;background-image: none;}
	.inner-page__sidebar {display: none;}

	.change-color {
        order: 1;
    	margin: 30px 0 0 0;
	}
    #quicksearch{width: 100%;}
    .header .header__search {
        display: flex;
        order: 1;
        flex: none;
        max-width: 93%;
        min-width: 50px;
        margin: 30px 35px 0 0;
        width: 100%;
    }
    #side-carou .owl-nav {
        top: -11.5%;
    }
    

       .header__search input, .header__search input:focus {
        background-color: #141414;
    }
    
    .header.sticky {
        position: unset;
    }


}

@media screen and (max-width: 950px) {
	.movie-item {width: 25%;}
    .header .header__search {
       max-width: 92%;
   	   margin: 30px 26px 0 0;
    }
}

@media screen and (max-width: 760px) {
	.wrapper {overflow: hidden;}
	body, .header {background-image: none;}
	.section__tabs {white-space: nowrap; overflow-y: hidden; overflow-x: auto; display: block;}
	.section__tab {display: inline-block; vertical-align: top; margin-right: 5px;}
	.section__link-more {display: none;}
	.site-desc img {width: 100%;height: auto;}
	.inner-page__columns {display: block;}
	.inner-page__column-left {margin: 0 auto 20px auto;}

	.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{display: none;}
        .inner-page__rating a { margin-right: 8px;}
    
    .utabs-profile .column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
}
	.statlist::before {
    content: '';

    left: 50%;
}
     .statlist {
        min-width: 436px;
        max-width: 336px;
        left: -60%;
    }
    .statlist tbody tr {
        font-size: 13px!important;
    }
    .statlist tbody tr .my-1 {
        width: auto;
    }
    .statlist tbody tr td:nth-child(1), .statlist tbody tr td:nth-child(3) {
        font-size: 11px!important;
    }
    .yx-share-title {
        display: none;
    }
    .timer-sep, .countdown-value {
        font-size: 65px!important;
    }
    
    .speedbar {
        display: none;
    }
    
    .inner-page__player-controls {
        flex-direction: column;
    }
    
    .full__light,.yx-share{order: -1;margin-bottom: 20px;    margin-right: 0;}
    .yx-share{order: 0;}
    .inner-page__right{order: -3;margin-bottom: 20px;}
    .rate__shiki {
        padding-right: 10px;
    }

    .news-list .popular-item {
    	margin-bottom: 12px;
    }
    .news-list .popular-item__desc small {
        margin-bottom: 6px;
		
    }

	
    .inner-page__title,
    .inner-page__subtitle {
        text-align: center;
    }
        .telega__full{
	    position: relative;
	    width: 100%;
	    text-align: center;
	    justify-content: center;
	    right: unset;
	    top: unset;
	    order: 1;
	    margin-top: 15px;
    }
	
	.utabs-profile .news-list .transfer li:last-child{margin-right: 5px;}
	.utabs-profile .news-list .transfer{display: flex;text-align: right;transform: translateX(41px);transition: .8s;position: absolute;top: 0;left: 13px;background: #000;padding: 5px;}
	.utabs-profile .news-list .transfer.open{transform: translateX(-100%);left:1px;}
	.popular-item__tabs {position: relative;background: #000;padding: 5px;
}   
	.popular-item__tabs-control{display:block;cursor: pointer;background-color: #141414;box-shadow: inset 0 0 0 1px #141414, inset 1px 2px 5px rgb(0 0 0 / 0%);border-radius: 3px;width: 33px;height: 33px;line-height: 33px;text-align: center;}
	.popular-item__tabs-control{font-size: 14px;color: #939393;}
	
	.utabs-profile .tabs-searchform-button{display: flex;background:var(--primary-color);color: #fff;padding: 0 16px;margin: 0 0 10px 0;align-items: center;justify-content: center;border-radius: 3px;}
	.utabs-profile .clearsearch{flex-grow: 1;}
	.utabs-profile .column.s{display:flex;}
	.utabs-profile .column.h{display:none;}
	.utabs-profile .column.show{display:block;}
	
	.utabs-profile li .name{display:none;}
	.utabs-profile .tabs__caption{text-align:center;}
	.utabs-profile .tabs__caption li {padding: 12px 25px;}
	
	.utabs-profile li .name {display: none;}
	.utabs-profile .tabs__caption {text-align: center;}
}
@media screen and (max-width: 700px) {
	.header .header__search {
        max-width: 91%;
    }
}
@media screen and (max-width: 660px) {

.utabs-profile .tabs__caption li {
    padding: 12px 22px;
}
}
@media screen and (max-width: 590px) {
	.header__logo {font-size: 2rem; margin-right: 20px;}
	.header__sign-in {padding: 0 15px;}
	.section__title {line-height: 1.1;}
	.movie-item {width: 50%;}
.rate__wrapper{
        position: relative;
        width: 100%;
        text-align: center;
        justify-content: center;
        right: unset;
        top: unset;
        margin-top: 0;
           color: var(--primary-text-color);
        padding-left: 10px!important;
        padding-right: 10px!important;
        padding: 6px;
        order: 1;
        margin-top: 6px;
    }
    .inner-page__player-topcontrols {
    margin-bottom: 0;
    padding: 15px 0 0px 0;
}
	.inner-page__main {margin: -20px -15px 20px -15px; padding: 15px; max-width: calc(100% + 30px); width: calc(100% + 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;}
	
	.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;}
    
    .header .header__search {
        max-width: 89%;
    }
	.tabs-block__select--player {min-width: 100%; justify-content: center;}
 .statlist {
        min-width: 329px;
        max-width: 336px;
        left: -35%;
    }

	.utabs-profile .tabs__caption li {
    padding: 12px 19px;
}
	.comment-item__footer .com-icon{display: inline-block;}
	.comment-item__footer .com-text{display: none;}
}
@media screen and (max-width: 490px) {
    .header .header__search {
        max-width: 87%;
    }
	.utabs-profile .tabs__caption li {
    padding: 12px 12px;
}
}

@media screen and (max-width: 470px) {
	.header__logo {background-image: none; padding-left: 0;}
.speedbar {
    margin-bottom: 30px;
}
    
    .item__btns {
        grid-template-columns: repeat(auto-fit,minmax(209px,1fr));
    }
    .timer-sep, .countdown-value {
        font-size: 60px!important;
    }
}
@media screen and (max-width: 440px) {
    .timer-sep, .countdown-value {
        font-size: 55px!important;
    }
}

@media screen and (max-width: 420px) {
    .header .header__search {
        max-width: 84%;
    }
    .timer-sep, .countdown-value {
        font-size: 50px!important;
    }
}

@media screen and (max-width: 400px) {
    .side-block__list div {
        padding: 0px 15px;
    }
	.utabs-profile .tabs__caption li {
    padding: 12px 5px;
}
}



@media screen and (max-width: 360px) {
    .timer-sep, .countdown-value {
        font-size: 43px!important;
    }
}    
@media screen and (max-width: 350px) {
	.header__logo {
	    min-width: 70px;
	}
    .side-block__list div {
        padding: 0px 10px;
    }
    .header .header__search {
        max-width: 80%;
    }
    .inner-page__right {
        flex-direction: column;
    }
    .inner-page__rating {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 330px) {
	.timer-sep, .countdown-value {
        font-size: 39px!important;
    }
}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0;}
	body::before {display: none;}
	.header.sticky .header__inner {padding: 0;}
}


body:not(.light) .fast-search-result-item { color: #fff !important; }
body:not(.light) .fast-search-result-item:hover { color: #000 !important; }
.light .fast-search-result-item { color: #000 !important; }

.grid-items {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(260px,1fr));}
.coll {display: block; font-size: 18px; font-weight: 500;}
.coll__img {box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25); margin-bottom: 15px;}
.coll__count {position: absolute; left: 0; bottom: 0; z-index: 1; font-size: 14px;
    background-color: var(--primary-color); color: #fff; padding: 6px 10px;}
.grid-items .pagination {grid-column: 1 / -1;}
.grid-comms {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(min(50%,500px),1fr));}
.grid-comms .comment-item {margin: 0; padding: 0;}
.lcomm-link {margin-top: 5px; font-weight: 500; display: block;}
	
.schedule .section__title {font-size: 26px;}
.schedule__day {margin-bottom: 20px; font-size: 18px; font-weight: 500;}
.schedule__day .far {color: var(--primary-color); margin-right: 10px;}
.section__content + .schedule__day {margin-top: 40px; padding-top: 20px; border-top: 3px dashed rgba(255,255,255,0.2);}
.light .section__content + .schedule__day {border-color: rgba(0,0,0,0.2);}