/* BASIC LAYOUT
----------------------------------------------- */
.js-toggle-fav:not(:hover) {
    background-color: #3792ad;
}
.js-toggle-fav {
    width: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    font-weight: 300;
    margin-top: 15px;
    text-align: center;
}
               .poster_subscribes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.poster_subscribes-item:last-child {
    border-radius: 0 0 4px 0;
}
.poster_subscribes-item:first-child {
    border-radius: 0 0 0 4px;
}
.poster_subscribes-item {
    line-height: 28px;
    padding: 0 8px;
    background: #283d5e;
    color: #fff;
}     
.telega {
    font-size: 28px;
    margin-right: 0px;
    margin-top: 2px;
}
.telega a {
        color: var(--accent);
}
    .slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
    background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}

    .slice-btn span {display:inline-block; cursor:pointer;  color:#f0542e; font-weight: 500;}

.slice { overflow:hidden;  position:relative;  -webkit-transition:height .2s;  -o-transition:height .2s;  transition:height .2s;  z-index: 0; }

.slice-btn {
    padding: 8px 30px;
    backdrop-filter: blur(5px);
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    background: var(--bg-2);
    margin-top: -80px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; 
 }


.animeblok {
    margin-bottom: 60px;
	    overflow: hidden;
}
.newserh2{font-weight: 500;
    text-align: center;
	margin-bottom: 20px;}
.newseriibl{margin-top: 40px;}
.ac-navigation {
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 34px;
	margin-right: -8px;
	justify-content: center;
}
	.ac-navigation > span,
	.ac-navigation > a {
		box-sizing: border-box;
		padding: 0 10px;
		margin: 5px 8px 0 0;
		border-radius: 9px;
		min-width: 36px;
		color: var(--accent2);
	background-color: var(--bg-2);
		text-align: center;
		transition: .2s;
	}
	.ac-navigation > a:hover,
	.ac-navigation > span {
		background-color: var(--accent);
		color: #fff;
		border-color: transparent;
	}
	.ac-navigation a.disabled {
		cursor: default;
		opacity: .2;
	}
	.ac-navigation > span {
		cursor: default;
	}
	.ac-navigation span.nav_ext {
		background: transparent;
		color: #aaa;
	}
.dropdown_button {
        padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin: 10px 0;
        }
 
        .courses {
           display: none;
    position: absolute;
   background: var(--bg);
    border-radius: 12px;
    max-width: 230px;
    box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
        }
	
 
       
		
		
.mylists-switch, .mylists-tabs {
		list-style: none;
    margin: 0 0px 20px;
    line-height: 1.6;
    font-size: 15px;
    word-wrap: break-word;
    border-radius: 12px;
    text-align: center;
	}
	.mylists-switch li, .mylists-tabs li {
		  display: inline-block;
    margin: 0px 10px 5px 0px;
    color: var(--accent);
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    border: 2px solid var(--accent);
    border-radius: 9px;
	}
	.mylists-switch li:hover, .mylists-tabs li:hover {
		    color: #fff;
    cursor: pointer;
    background: var(--accent);
	}
	.mylists-switch li:last-child, .mylists-tabs li:last-child {
		margin: 0px;
	}
	.mylists-switch li.active, .mylists-tabs li.active {
		background: var(--accent);
		color: #fff;
		border: 0px;
			
	}
	.mylists-tabs li.active a {
		color: #fff;
	}




.serii {    color: var(--accent);
    font-size: 24px;}
.serii span {    color: #767676;
   }
.pmovie__franchise .sect__title {font-size: 20px; margin-bottom: 30px;}
.fr-list {counter-reset: num; display: flex; flex-direction: column-reverse; margin-bottom: -30px;}
.fr {cursor: pointer; position: relative; padding: 6px 10px; padding-left: 10px; border-radius: 8px;}

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

.fr__year {color: var(--tt-2); margin: 0 10px; font-size: 13px;}


.fr:nth-child(2n) {background-color: var(--bg-2);}
.fr1:nth-child(4n+3), .fr1:nth-child(4n+4) {background-color: var(--bg-3);  }

.fr-list1 {counter-reset: num; display: flex; flex-direction: column-reverse; margin-bottom: -30px;}
.fr1 {cursor: pointer;
    position: relative;
    padding: 6px 4px 6px 15px;
    border-radius: 8px;
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    background-color: var(--bg-2);
  }
  .fr2 {cursor: pointer;
    position: relative;
    padding: 6px 4px 6px 15px;
    border-radius: 8px;
    width: 32.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    background-color: var(--bg-2);
  }
  .fr2:nth-child(3n) { margin-right: 0;}
.fr1:nth-child(2n) { margin-right: 0;}
.fr__title1 {display: inline-block; max-width: 100%; line-height: 28px; height: 20px; font-weight: 500;}
.fr:hover, .fr1:hover {
       background: var(--bg-d);}
.fr__year1 {color: var(--tt-2); margin: 0 6px; font-size: 13px;}
.fr__year1 span{
    color: var(--accent);
    font-weight: 500;
    font-size: 16px;
}
.fr__rating {background: var(--accent-gray); color: #fff; font-weight: 700; font-size: 12px; width: 30px; height: 30px; border-radius: 15px;}
.clrrating-1, .clrrating-2, .clrrating-3, .clrrating-4 {background-color: var(--accent-red);}
.clrrating-7, .clrrating-8 {background-color: var(--accent-green);}
.clrrating-9, .clrrating-10 {background-color: var(--accent-gold);}
.is-active .fr__title {font-weight: 700; color: #000;}
.fr.is-active::before {content: ""; display: block; left: 13px; 
	background-size: 13px 15px; background-repeat: no-repeat; width: 13px; height: 15px; 
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='15px' viewBox='0 0 13 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='sprite' transform='translate(-170.000000, -111.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='play_black' transform='translate(170.000000, 111.000000)'%3E%3Cpath d='M12.508581,8.36085 L1.50873,14.86076 C1.033253,15.14173 0.420037,14.98404 0.139074,14.50857 C0.048028,14.35449 0,14.1788 0,13.99984 L0,1 C0,0.44772 0.447715,0 1,0 C1.178966,0 1.354653,0.04803 1.50873,0.13908 L12.508581,6.63899 C12.984057,6.91996 13.141741,7.53317 12.860778,8.00865 C12.774963,8.15388 12.653806,8.27503 12.508581,8.36085 Z' id='Triangle'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.podborki{margin: 30px 0;}
.podborki a{    background: var(--bg-2);
    line-height: 36px;
    padding: 3px 10px;
    border-radius: 9px;
	font-weight: 400;}

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

.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;     padding: 0 20px;}
.content {min-height: calc(100vw - 200px); padding-top: 60px; padding-bottom: 25px;}
.header__inner {    padding: 10px 0;
    gap: 30px;
    border-bottom: 1px solid var(--bdc);
    background: var(--bg-bg);} 
.header {position: sticky; left: 0; top: 0; z-index: 100;     background: var(--bg);}
.header.sticky {transform: translateY(-150%);}
.header.is-active, .menu-is-opened .header {background-color: var(--bg); box-shadow: 0 0 15px rgb(0 0 0 / 19%);}
.header.is-active .header__inner {border-color: transparent;}
.menu-is-opened .header {transform: none !important;}
.menu-is-opened .header__inner {border-color: var(--bdc) !important;}
.footer {padding-top: 30px; padding-bottom: 30px; gap: 30px; border-top: 1px solid var(--bdc);}
.blurred-bg {position: absolute; left: 0; top: 0; z-index: 1; width: 1%; height: 1px; overflow: hidden; display: none;}
.blurred-bg img {width: 1%; height: 1%; object-fit: cover; filter: blur(8px) grayscale(0.6); opacity: 0.35;}
.blurred-bg::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: var(--gradient-top);}
	
 #scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg); color: var(--tt-fader); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.5); visibility: hidden;} 


/* HEADER, NAV
----------------------------------------------- */
.logo {display: block; text-transform: uppercase; font-size: 25px; letter-spacing: 4px;}
.logo span {color: var(--accent);}
.header__logo {min-width: 200px;margin-left: 30px;}
.header__btn-menu {font-size: 24px; padding: 0; background: none !important; width: 24px;}

.header__search-box {position:relative; max-width: 500px;}
.header__search-box input, .header__search-box input:focus {padding: 0 60px 0 13px; border-radius: 9px; 
	background: var(--bg-2); box-shadow: none; height: 36px; line-height: 36px;}
.header__search-box input:not(:focus)::placeholder {color: var(--tt-fader); opacity: 1; font-size: 15px;} 
.header__search-box button {position:absolute; right: 0; top: 0; padding: 0; 
	background: none; color: var(--tt-fader); font-size: 18px; width: 50px; height: 36px;}

.header__login-btn--not-logged {height: 36px; padding: 0 15px;}
.header__login-pm {position: relative; font-size: 24px; margin-right: 20px;}
.header__login-pm::after {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	background-color: var(--accent); position: absolute; right: -1px; top: 3px;}
.header__login-btn--logged {padding: 0; display: block; width: 40px; height: 40px; border-radius: 50%;}
.header__login-pm:not(.header__login-pm--0)::after {animation: pmNew 1s infinite linear; animation-direction: alternate;}
@keyframes pmNew {
	from {background-color: #7ae026; box-shadow: 0 0 0 0 rgba(81, 175, 5,1);}
	to {background-color: #51af05; box-shadow: 0 0 0 10px rgba(81, 175, 5,0);}
}

.header__menu {position: absolute; left: 0; top: 100%; width: 100%; display: none;
	height: calc(100vh - 100px); background-color: var(--bg); overflow-x: hidden; overflow-y: auto;}
.header__menu-inner {padding-top: 40px; padding-bottom: 40px; display: grid; gap: 30px; 
	grid-template-columns: repeat(auto-fit,minmax(260px,1fr));}
.nav-title {font-size: 22px; font-weight: 400; margin-bottom: 10px; color: var(--tt-fader);}
.nav-menu + .nav-title {margin-top: 20px;}
.nav-menu li + li {margin-top: 10px;}
.nav-menu {    column-gap: 20px;
    column-width: 120px;
    break-inside: avoid;
    font-size: 16px;}
.nav-menu li span {margin-left: 10px; color: var(--tt-fader-gray); font-size: 16px;}
.nav-col{
    border-radius: 12px;
    border: 2px solid var(--bg-2);
    padding: 15px 20px;
}

/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 30px;}
.sect__header {margin-bottom: 30px;}
.sect__header--bordered {border-bottom: 1px solid var(--bdc);}
.sect__title {font-size: 1.3em; font-weight: 400; margin-top: 15px;}
.sect__title1 { font-weight: 400;
    padding-bottom: 15px;
    text-align: center;}
.sect__menu {gap: 30px; font-size: 1.3em; margin-bottom: -1px; font-weight: 400;}
.sect__menu a, .sect__menu span {display: inline-block; padding-bottom: 15px;}
.sect__menu span, .sect__menu a.is-active {box-shadow: inset 0 -2px var(--accent)}
.sect--slider, .sect--carousel .sect__content {margin: 0 110px;}
.sect--carousel .sect__content:not(.owl-carousel), .sect--slider:not(.owl-carousel) {display: flex; overflow: hidden;}
.sect__content > .item-poster--carousel {width: calc((100% - 90px)/4); flex-shrink: 0; margin-right: 30px;}
.sect--slider > .item-slide {width: 100%; flex-shrink: 0;}
.site-desc {display: grid; grid-gap: 5px; line-height: 1.7; margin-top:30px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-weight: 400; font-size: 1.3em; color: var(--tt);}
.site-desc a {color: var(--tt);}
.site-desc li {position: relative; padding-left: 25px; margin-left: 25px; list-style: none;}
.site-desc li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}


/* COMMON ITEM
----------------------------------------------- */
.pmovie__rating-likes span{
      color: #fff;
}

.item__rating {  width: 50px; text-align: center;
    padding: 5px 0 2px 0px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    z-index: 10;
    margin-left: 10px;
    background-color: rgb(74 191 23 / 86%);
    border-radius: 9px 11px 11px 0;}
.item__rating1 {  width: 70px;
    padding: 5px 0 2px 18px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 37px;
    font-size: 16px;
    z-index: 10;
    background: var(--bg-bgrs);
    margin-left: 10px;
    background-color: var(--bg-2);
    border-radius: 0 0 9px 9px;}
.item__play-btn {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 5; 
	display: grid; place-items: center; background-color: rgb(179 28 199 / 34%); opacity: 0;}
.item__play-btn span {font-size: 22px; width: 70px; height: 70px; border-radius: 50%; padding-left: 3px;
	display: grid; place-items: center; border: 2px solid #ffffff; color: #ffffff;}
	

/* SLIDER ITEM
----------------------------------------------- */
.item-slide .item__play-btn {background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%); opacity: 1;}
.item-slide .item__play-btn span {width: 100px; height: 100px; font-size: 28px;}
.item-slide {gap: 30px;}
.item-slide__img {width: 425px; height: 255px; display: block; border-radius: 12px;}
.item-slide__title {font-size: 30px; letter-spacing: 2px;}
.item-slide__ext-rating {margin-left: 30px; font-weight: 400; font-size: 22px; }
.item-slide__ext-rating--imdb {padding: 4px 4px 4px 32px;
    background: var(--bg-sh1);
    margin-left: 15px;
    background-color: var(--bg-2);
    border-radius: 9px;}
.item-slide__ext-rating--kp {padding: 4px 4px 4px 32px;
    background: var(--bg-sh);
    margin-left: 15px;
    background-color: var(--bg-2);
    border-radius: 9px;}
.item-slide__ext-rating--kp span {	color: #b8b8b8; font-size: 16px;}

.item-slide__meta {margin-top: 5px;}
.item-slide__text {margin-top: 25px; -webkit-line-clamp: 5; text-align: justify;}
.footer__copyright {font-size: 12px;}

/* POSTER ITEM
----------------------------------------------- */
.sect--carousel .item-poster__title {font-size: 1.1em;}
.item-poster {display: block; text-align: center;}
.item-poster__img {margin-bottom: 20px; border-radius: 12px;}
.item-poster__title {font-weight: 400;}
.item-poster__meta {margin-top: 5px; font-size: 0.8em;}
.item-poster__desc-btn {font-size: 16px; cursor: pointer; position: absolute; right: 10px; top: 8px; z-index: 10; 
	display: grid; place-items: center; border: 2px solid var(--tt); color: var(--tt); 
	width: 30px; height: 30px; border-radius: 50%; opacity: 0;}

.poster-ext.not-loaded {display: flex; padding: 30px; flex-direction: column; justify-content: center;}
.poster-ext.not-loaded::before {height: 100%; top: 0; margin: 0;}
.poster-ext {position: fixed !important; z-index: 999; top: 0; height: 100vh; width: 400px; right: 0px; 
	background-color: var(--bg); padding: 30px; overflow: hidden;}
.pop-left .poster-ext {right: auto; left: 0;}
.poster-ext:not(.not-loaded):after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 100px; background: var(--gradient-top);}
.not-loaded {overflow: hidden; position: relative; text-align: center;}
.not-loaded::after {content: 'Ð—Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°...'; display: inline-block; position: relative; z-index: 1; font-size: 24px;}
.not-loaded::before {background: repeating-linear-gradient(45deg,#000,#000 10px,#111 10px,#111 20px); 
	animation: move 10s infinite linear; animation-direction: alternate; content: ''; width: 200%; height: 20px; 
	position: absolute; left: 0; top: 50%; margin-top: -10px;}
@keyframes move {
	from {transform: translateX(-50%);}
	to {transform: translateX(0%);}
}
.poster-ext .pmovie__header-main h1 {font-size: 22px; line-height: 1.2; font-weight: 400; letter-spacing: 0;}
.poster-ext .pmovie__actors {min-width: 100%; margin: 20px 0;}
.poster-ext .not-shown-ajax, .poster-ext .pmovie__header-main h1 a {display: none !important;}
.poster-ext .pmovie__text {margin-top: 15px;}
.poster-ext .item-slide__ext-rating {font-size: 18px; margin: 0; margin-left: 15px;}
.poster-ext .pmovie__list {margin-top: 15px; gap: 5px;}

.grid-series {column-gap: 20px; column-width: 500px; position: relative; padding-bottom: 85px;}
.ns {break-inside: avoid; margin-bottom: 5px; border-radius: 6px; padding: 10px; 
    background-color: var(--bg-ser); gap: 10px;}
.ns:nth-child(2n) {background-color: #171c16;}
.ns__title {font-weight: 400;}
.ns__serie {color: var(--tt-brighter); font-size: 0.8em; margin-right: 1%;}
.ns__serie span {font-weight: 400; color: var(--accent); font-size: 1em;}
.grid-series .pagination {position: absolute; left: 0; right: 0; bottom: 0;}
.grid-series .pagination__pages-btn {display: none;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu {gap: 20px; font-weight: 400;}

.pagination {gap: 30px; text-align: center; padding-top: 25px;}
.pagination__pages {gap: 5px;}
.pagination__pages a, .pagination__pages span, .pagination__pages-btn a, .pagination__pages-btn > span 
{display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; font-weight: 400;}
.pagination__pages span:not(.nav_ext) {background-color: var(--accent); color: var(--accent-text); margin: 0 5px;}
.pagination__pages-btn > span, .pagination__pages-btn a {border: 1px solid var(--bdc-lighter);}


/* INNER PAGE
----------------------------------------------- */
.pmovie__grid {display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 30px 50px; margin: -10px 0 30px 0; 
	grid-template-areas: "pleft pheader" "pleft pmain" "pleft pbottom"; align-items: start; align-content: start;}
.pmovie__header {grid-area: pheader;}
.pmovie__left {grid-area: pleft;}
.pmovie__main {grid-area: pmain;}
.pmovie__bottom {grid-area: pbottom;}

.pmovie__img {width: 230px; height: 340px; border-radius: 12px;}
.pmovie__fav {margin-top: 20px; margin-bottom: 15px; width: 100%; padding: 0;}
.pmovie__fav a {display: flex; align-items: center; justify-content: center; height: 100%; gap: 10px; color: var(--bg-tx);}
.pmovie__fav button {display: flex; gap: 10px; color: var(--bg-tx);}

.pmovie__subtitle {margin-bottom: 20px;}
.pmovie__devices li {text-align: center; font-size: 0.7em; text-transform: uppercase;}
.pmovie__devices [class*=fa] {display: block; height: 40px; font-size: 38px;}
.pmovie__devices li:last-child [class*=fa] {font-size: 30px; padding-top: 6px;}
.pmovie__caption {
    font-size: 0.9em;
        background: var(--bg-2);
    padding: 10px;
    border-radius: 12px;
    margin-top: 15px;}
.pmovie__rating-likes {position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 10; gap: 20px;}
.pmovie__rating-likes > * {display: flex; align-items: center; height: 40px; gap: 10px; font-weight: 400;}
.pmovie__rating-likes .fal {background-color: #37ad43; color: #fff; display: grid; place-items: center; 
	width: 40px; height: 40px; border-radius: 12px;}
.pmovie__rating-likes > * + * .fal {background-color: #e84444;}

.pmovie__header-main h1 { font-size: 24px;
    letter-spacing: 1px;
    text-transform: none;}
.pmovie__header-main h1 a {margin-left: 10px; font-size: 16px;}
.pmovie__original {text-transform: uppercase; font-weight: 400; font-size: 0.8em; letter-spacing: 1px; margin-top: 5px; color: #959595;}
.pmovie__actors {margin-left: 30px; gap: 6px;}
.pmovie__actors img {width: 40px; height: 40px; border-radius: 12px; object-fit: cover;}
.pmovie__list {font-weight: 400; display: grid; grid-gap: 8px; font-size: 16px;}
.pmovie__list li > span:first-child {color: #39af07;}
.pmovie__text {margin: 26px 0 0 0;}

.pmovie__player {position: relative; margin-bottom: 20px;}
.tabs-block__content {background-color: #000;}
.pmovie__complaint {position: absolute; right: 0; top: 10px; white-space: nowrap;}
.pmovie__complaint a {color: #bc43c7; border-bottom: 1px dotted #a237bd;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select span {height: 40px; line-height: 40px; padding: 0 20px;
	margin-right: 10px; background-color: var(--bg-brighter); color: var(--tt-fader-gray); font-weight: 400;     border-radius: 9px 9px 0 0;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {color: var(--bg-tx); background-color: var(--accent);}

#lesc{overflow:hidden;padding:0 0 0 3px;cursor:pointer;width:13px;height:13px;top:2px;position:relative;border:none;margin: 0 !important}
#player{background:#000;min-height:460px}
.b-player{background:#000;position:relative}
.b-player iframe{overflow:hidden;width: 100% !important}
.b-player iframe::-webkit-scrollbar{display:block}
.b-player__restricted{background:#000;height:360px;position:relative}
.b-player__restricted_string{color:#fff;display:block;font-size:14px;font-weight:bold;margin-top:-30px;position:absolute;top:50%;left:0;text-align:center;text-transform:uppercase;width:100%}
.b-player__restricted_string a{text-decoration:underline}
.b-post__lastepisodeout{background:#ccc no-repeat 13px 50%;overflow:hidden;padding: 10px 7px 10px 5px;}
.b-post__lastepisodeout h2{color:#222;font-size: 14px !important;font-weight:bold;line-height:16px;margin:0 0 0 0}
#player-loader-overlay{background:#000 url(../images/ajax-loader-big-black.gif) no-repeat 50% 50%;display:none;height: calc(100% - 50px);position:absolute;width:100%}
.b-translators__block{background:#151515;padding-top:10px;padding-left:10px;padding-bottom:10px;text-align:left !important}
.b-translators__title{color:#fff;font-size:15px;font-weight:bold}
.b-translators__title h2,.b-translators__title h3{display:inline}
.b-translators__list{overflow:hidden;-moz-padding-start:0px;padding-start:0px;-webkit-padding-start:0px;margin:0 0 0 0}
.b-translator__item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#2d2d2d;color:#fff;cursor:pointer;float:left;font-size:14px;margin-left: 3px !important;margin-top:3px;overflow:hidden;padding:5px 0 5px 10px;text-overflow:ellipsis;white-space:nowrap;width:32.5%}
.b-translator__item.single{float:none;display:inline-block;margin-left:0;padding:5px 10px;width:auto}
.b-translator__item:nth-child(3n +1){margin-left:0px}
.b-translator__item.active,.b-simple_season__item.active,.b-simple_episode__item.active{background:#5d5d5d !important;cursor:default}
.b-translator__item:hover,.b-changeplayer__list li:hover,.b-simple_season__item:hover,.b-simple_episode__item:hover{background:#4d4d4d}
.b-changeplayer__list{overflow:hidden}
.b-changeplayer__list li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#2d2d2d;color:#fff;cursor:pointer;float:left;font-size:14px;margin-top:5px;overflow:hidden;padding:5px 10px}
.b-changeplayer__list li.active{background:#000 !important;cursor:default}
.b-episodes__wrapper{border-bottom:1px solid #dcdcdc;margin-bottom:18px;-webkit-transition:opacity 0.5s ease;-moz-transition:opacity 0.5s ease;-o-transition:opacity 0.5s ease;transition:opacity 0.5s ease}
.b-episodes__list{margin-left:-16px;padding:32px 0 15px;-webkit-transition:opacity 0.5s ease;-moz-transition:opacity 0.5s ease;-o-transition:opacity 0.5s ease;transition:opacity 0.5s ease}
.b-episodes__list li{float:left;margin:0 0 17px 17px}
.b-episodes__list .resume-main img{background-position:50% 0;background-size:166px}
.b-episodes__list .string{z-index:1}
.b-episodes__list .string span{background:#000;padding:2px 4px}
.b-episodes__list .play{z-index:2}
.b-simple_seasons__list{margin:0 auto;padding:10px;padding:4px 10px 12px 13px;list-style:none}
.b-simple_seasons__title{color:#fff;font-size:15px;font-weight:bold;padding-top:10px;padding-left:11px;text-align:left}
.b-simple_season__item{background:#2d2d2d;color:#fff;cursor:pointer;float:left;font-size:13px;margin: 0 2px 2px 0 !important;min-width:11.8%;padding:5px 7px;text-align:left;list-style: none !important}
.b-simple_episodes__list{margin:0 auto;padding:10px 10px 12px 13px;text-align:left}
.b-simple_episode__item{background:#2d2d2d;color:#fff;cursor:pointer;display:inline-block;font-size:13px;margin: 0 2px 2px 0 !important;min-width:11.8%;padding:5px 7px;text-align:left}
#kodik_player_ajax{min-height:460px}
#simple-episodes-tabs{white-space:nowrap;overflow:hidden;margin:0 30px 0 30px;display:block;position:relative}
@media only screen and (max-width: 590px) {
    #simple-episodes-tabs {-webkit-overflow-scrolling: touch;overflow-x:scroll}
    #kodik_player_ajax{min-height:300px}
    #player{background:#000;min-height:300px}
}
#simple-episodes-list{-moz-padding-start:0px;padding-start:0px;-webkit-padding-start:0px;text-align:left}
.b-simple_episode__item{display:inline-block;font-size:11px;background:#242424;color:#F0F0F0;cursor:pointer;padding:5px;margin:0 3px;-webkit-transition:background .3s ease;-moz-transition:-moz-background .3s ease;-o-transition:-o-background .3s ease;transition:background .3s ease;text-align:left}
.b-simple_episode__item.active{background:#525252 !important;cursor:default}
.prenext{position:relative}
.prevpl,.nextpl{position:absolute;top:0px;font-size:xx-large;width:25px;height:20px;color:#D5D9D9;cursor:pointer;font-weight:bold;z-index:999}
.prevpl{left:0px}
.nextpl{right:0px}
#player_wrap.premact{width:100%}


.page {position: relative;}
.page__bg {position: absolute; left: var(--indent-negative); top: -30px; 
    right: var(--indent-negative); height: 310px; display: none;}
.page__bg img {opacity: 0.5; border-radius: 0;}
.page__bg::before {position: absolute; left: 0; bottom: 0; right: 0; height: 50%; content: ''; 
	background: linear-gradient(to top, var(--bg) 0%, transparent 100%); z-index: 5;}
.pmovie__grid {position: relative; z-index: 10;}
.clamp-btn .btn {margin-top: 10px; color: var(--tt); background: var(--bg-2);}
.pmovie__order, .pmovie__count {margin-top: 30px;}
.sect__title--colored {color: var(--accent);}
.ns__title .fal {margin-right: 12px; margin-left: 1%;}
.countdown {margin-top: -20px;}
.countdown-container {display: flex; flex-direction: column; align-items: center; 
    justify-content: center; border-radius: 3px; line-height: 1;}
.countdown-container div:last-child {margin: 0 3px; font-size: 14px; text-align: center; color: var(--tt-brighter);}
.countdown-value {font-size: 60px; font-weight: 400; width: 100%;}
.timer-sep {font-size: 30px; font-weight: 400; color: var(--tt-brighter);}
.pmovie__new {padding-top: 20px;}
.nsp + .nsp {margin-top: 10px;}
.nsp__img {width: 60px; height: 60px; margin-right: 20px;}
.nsp__title {line-height: 1.2; font-weight: 400;}
.nsp__subtitle {color: var(--tt-brighter); font-size: 0.8em; margin-top: 5px;}
.nsp:hover {text-decoration: underline;}



/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6;
    font-size: 15px;
    word-wrap: break-word;
    margin-bottom: 20px;
	text-align: justify;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 700;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-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%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {    margin: 40px 0;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 40px; display: none;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {border-radius: 0; background-color: var(--ui-bg-darker);}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: none; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.show-comms > a {display: inline-block; font-weight: 400; color: var(--accent);}
.page__comments-header {margin-bottom: 30px; gap: 15px;}

.comment-item__title {font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--bdc);}
.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: 400; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 400; font-size: 14px; color: var(--accent);}
.comment-item__date {font-weight: 400; color: var(--tt); margin-top: 4px; font-size: 14px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 16px; }
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-fader);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) { color: var(--tt-fader);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}

@media screen and (min-width: 1220px) {
	.comment-item {padding-left: 55px; position: relative;}
	.comment-item__img {margin: 0; position: absolute; left: 0; top: 0;}
	.comment-item__meta {display: flex; gap: 10px;}
	.comment-item__date {margin: 0; font-size: 14px; opacity: 0.6;}
	
}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); 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(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 400; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-fader); margin-left: 10px; font-weight: 400; color: var(--tt-fader);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 16px; color: var(--tt-fader);}
.login__caption {font-size: 16px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {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: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; 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:60px; height: 60px; 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(--ui-bg-darker); font-size: 15px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; 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 {position: relative; z-index: 1; user-select: none;}
 .owl-stage-outer {position: relative; overflow: hidden;}
 .owl-stage {display:flex; justify-content:flex-start; will-change: transform;}
 .owl-nav.disabled, .owl-dots.disabled {display: none;}
 .owl-carousel .animated {animation-duration: 0.6s; animation-fill-mode: both; position: relative;}
 .owl-animated-in {z-index: 0;}
 .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-carousel .fadeIn {animation-name: fadeIn;}
 @keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }
 
 .owl-nav {position: absolute; left: 0; right: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; 
	border: 1px solid var(--bdc-lighter); color: var(--tt); position: absolute; top: 0; font-size: 24px;}
 .owl-prev {left: -110px; padding-right: 5px;}
 .owl-next {right: -110px; padding-left: 5px;}
 .owl-prev:hover, .owl-next:hover, .sect--slider .owl-next {border-color: var(--accent); color: var(--accent); background: none;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -37px;}
 .owl-dot {display: inline-block; width: 16px; height: 16px; border-radius: 50%; 
	cursor: pointer; background: var(--bg); margin: 0 5px;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}
	
.sect--carousel .owl-nav button {margin-top: -45px;}
.sect--carousel .owl-stage-outer {overflow: visible;}
.sect--carousel .owl-item:not(.active) {opacity: 0.25; filter: grayscale(0.6); pointer-events: none;}
.sect--carousel .owl-item {transition: opacity .3s linear;}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 10px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background: var(--bg-3); color: #fff;}
.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: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu, .mobile-menu .side-block__menu-hidden {margin: 0; padding: 10px 20px; display: block; background: var(--bg-3); 
	width: calc(100% + 40px); margin: -10px -20px 25px -20px; max-width: none;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px; color: #fff;}
.mobile-menu .header__menu-hidden {background-color: var(--bg); position: static; width: calc(100% + 40px);
	opacity: 1; visibility: visible; transform: none; border: 0; margin: 10px -20px; padding: 20px;}

@media screen and (min-width: 800px) {
.fixed-menu-btm {display: none !important;}
}
@media screen and (max-width: 1220px) {
	body {background-image: none;}
    .wrapper--user .site-desc, .wrapper--user .footer {display: none;}
    .wrapper--user .sect:last-of-type {margin-bottom: 0;}

	.wrapper-container {max-width:1000px;}
	.header__logo {min-width: auto;}
	.header__search-box {max-width: 100%;}
	.item-slide__img {width: 255px;}
	.sect__content > .item-poster--carousel {width: calc((100% - 45px)/4); margin-right: 15px;}
	.sect__menu {font-size: 1em; gap: 20px;}
	.grid-items, #dle-content {grid-gap: 30px 15px; grid-template-columns: repeat(auto-fill,minmax(160px,1fr));}
	.menu-is-opened {overflow: hidden;}
	.content {overflow: hidden; padding-left: var(--indent); padding-right: var(--indent); 
		margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
    .sect__content--hide .item:nth-child(5) ~ .item {display: none;}
	
	.pmovie__grid {gap: 30px 20px;}
	.pmovie__header-main h1 {min-width: 100%;}
	.pmovie__header-main .item-slide__ext-rating {margin: 0;}
	.pmovie__header-main .item-slide__ext-rating--imdb {margin-right: 20px;}
	
}

@media screen and (max-width: 950px) {
	.newseriibl {display: none;}
	.pmovie__caption, .sect__menu {display: none;}
    .sect__content--hide .item:nth-child(4) ~ .item {display: none;}
	
	.wrapper-container {max-width:768px;}
	.item-slide__img {display: none;}
	.sect__content > .item-poster--carousel {width: calc((100% - 30px)/3);}
	
	.pmovie__grid {grid-template-areas: "pleft pheader" "pleft pmain" "pbottom pbottom";}
	.pmovie__devices, .pmovie__left .pmovie__subtitle {display: none;}
	.pmovie__caption {margin: 0;}
	.pmovie__fav {margin: 20px 0;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {  padding: 0;}
	.header__logo {
    margin-left: 40px;
    letter-spacing: 2px;
}.content {
		margin-left: 0; margin-right: 0; margin-bottom: 100px;}
		.courses {

    max-width: 90%;

}
	.fr1 {
    cursor: pointer;
    position: relative;
    padding: 6px 4px 6px 15px;
    border-radius: 8px;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
    background-color: var(--bg-2);
}
	.fr2 {
    cursor: pointer;
    position: relative;
    padding: 6px 4px 6px 15px;
    border-radius: 8px;
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    background-color: var(--bg-2);
}
.fr2:nth-child(3n) {
     margin-right: 1%;
}
.fr2:nth-child(2n) { margin-right: 0;}
.fr1:nth-child(2n) {background-color: var(--bg-2);}
.fr1:nth-child(4n+3), .fr1:nth-child(4n+4) {background-color: var(--bg-2);  }
	.wrapper-container {max-width:640px;}
	.header__inner {padding-top: 15px; padding-bottom: 15px; gap: 15px;    margin: 0 10px;}
	.header__search {min-width: calc(100% - 100px); width: calc(100% - 100px); max-width: calc(100% - 100px);order: 10;}
	.theme-toggle {order: 11; margin: 0; margin-left: 10px;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 50px; white-space: nowrap; overflow: hidden; }
	.sect--slider, .sect--carousel .sect__content {margin: 0 70px;}
	.owl-prev {left: -70px;}
	.owl-next {right: -70px;}
	.item-slide__title {font-size: 22px; white-space: normal;}
	.item-slide__ext-rating {font-size: 18px;}
	.sect--carousel .item-poster__title {font-size: 1em;}
	.sect__menu {min-width: 100%;}
	.sect__menu li {flex-grow: 1; white-space: nowrap; text-align: center; min-width: auto;}
	.pagination__pages-btn {display: none;}
	.pagination__pages {justify-content: center;}
	.footer {justify-content: center;}
	.footer__menu {min-width: 100%; justify-content: center;}
	#scrolltop {width: 0px; height: 0px; line-height: 40px; font-size: 18px; visibility: hidden;} 
    .sect__content--scroll-mob {display: flex !important; gap: 10px !important; scrollbar-width: none;
        overflow-y: hidden; overflow-x: auto; margin-right: var(--indent-negative); scroll-snap-type: x mandatory;}
    .sect__content--scroll-mob::-webkit-scrollbar {display: none;}
    .sect__content--scroll-mob > * {width: 130px; flex-shrink: 0; scroll-snap-align: start;}
    .sect__content--hide .item:nth-child(4) ~ .item {display: block;}
    .site-desc, .footer {display: none;}
    .sect:last-of-type {margin-bottom: 0;}

	.header__menu {height: calc(100vh - 220px);}
	.header__menu-inner {padding: 20px 20px;}
	.nav-title {font-size: 18px; margin-bottom: 5px;}
	.nav-menu + .nav-title {margin-top: 10px;}
	.nav-menu li + li {margin-top: 6px;}
	.nav-menu {font-size: 16px;}
	.nav-menu li span {font-size: 14px;}

    .page__bg {display: block;}
	.pmovie__grid {grid-template-areas: "pleft" "pheader" "pmain" "pbottom"; grid-template-columns: minmax(0,1fr); margin-bottom: -10px;}
	.pmovie__img {margin: 0 auto;}
	.pmovie__header-main {justify-content: center;}
	.pmovie__header-main .item-slide__ext-rating--kp {flex-grow: 0;}
	.pmovie__header-main h1, .pmovie__caption, .pmovie__original {text-align: center;}
	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.tabs-block__select span {margin: 0;}
	.tabs-block__select {gap: 5px;}
	.pmovie__complaint, .pmovie__actors {display: none;}
	.tabs-block__select span {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}

	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.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, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.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;}
	.item-slide__title {min-width: 100%;}
	.item-slide__ext-rating {margin: 0;}
	.item-slide__ext-rating--imdb {margin-right: 20px;}
	.item-slide__text {font-size: 0.9em; margin-top: 15px;}
	.sect__content > .item-poster--carousel {width: calc((100% - 15px)/2);}
}

@media screen and (max-width: 470px) {
	.wrapper-container123 {max-width:360px;}
	.sect--slider {margin-left: 0;}
	.sect--slider .owl-prev {display: none;}
	.item-slide__title {white-space: nowrap;}
	.sect__content > .item-poster--carousel {width: 100%;}
	.grid-items, #dle-content {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
	.blurred-bg {height: 300px;}
	.blurred-bg img {filter: blur(5px) grayscale(0.6); opacity: 0.5;}
	.content {padding-top: 30px;}

    .pmovie__count .sect__title {font-size: 5vw;}
    .countdown-value {font-size: 50px;}
	.pmovie__related .item-poster:nth-child(5n), .page__comments .sect__title {display: none;}
}

.filter-block {margin-top: -35px; flex-grow: 1; min-height: 53px;}
.filter-block__form {display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 30px;}
.filter-block__cell-caption {font-size: 16px; position: relative; padding-right: 23px; 
	margin-bottom: 1px; display: inline-block; font-weight: 400;}
.filter-block__cell-caption::before {content:"\f078"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; right: 0; top: 0px; font-size: 16px;}
.filter-block__cell {position: relative;}
.filter-block__cell-content select {height: 20px; display: none;}

.nice-select{cursor:pointer; position:relative; white-space:nowrap;}
.nice-select::before {content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 53px;}
.nice-select .current {font-size: 1.2em; font-weight: 400; display: inline-block;}
.nice-select .list {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    padding: 9px 0;
    background-color:var(--bg-s); 
    border-radius: 12px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);

}
.nice-select.open .list {display: block; max-height: 300px; overflow-x: hidden; overflow-y: auto; z-index: 999; background: var(--bg);}
.nice-select .list li {padding: 3px 15px; cursor: pointer;}
.nice-select .selected, .nice-select .list li:hover, .nice-select:hover .current {color: var(--accent);}

@media screen and (max-width: 1220px) {
	.filter-block__form {gap: 12px;}
	.nice-select .current {font-size: 1em;}
	.filter-block {min-height: 46px; padding-bottom: 26px;}
}
@media screen and (max-width: 760px) {
	.sect__title[style] {padding-bottom: 0;}
    .filter-block__form {margin: 10px 0 -20px;}
}
@media screen and (max-width: 760px) {
	.sect__to {margin-top: 40px;}
}
@media screen and (max-width: 1220px) {
	.sect__to {margin-top: 40px;}
}