/* Generated base/listing CSS. Edit common.css or styles.css, then run build_songfind_css.sh. */
/* 
Datalife Engine template, design by Bogdan Zelinskij, 
name: Cinemax, creation date: 29 may 2022, version dle: 14 and higher
*/
:root {
	--bsh-poster: 0 3px 10px 0px rgba(0,0,0,0.10);
    --bg: #fff; --bg-brighter: #dfdfdf; --bg-tx: #fff;
	--tt: #444; --tts: #6a6a6a; --tt-brighter: #969696; --tt-fader: #6a6a6a; --tt-fader-gray: #000000;
	--bdc: #e3e3e3; --bdc-lighter: rgba(255,255,255,0.6);
	--gradient-top: linear-gradient(to top, #eee 0%, transparent 100%);
	--accent: #e84444; --accent2: #000; --accent-text: #fff;
	--btn-bg: #4d5e69; --btn-bg-hover: #6f7191; --btn-tt: #eee;
	--ui-bg: #fff; --ui-bg-darker: #f5f5f5; --ui-bg-darkest: #ccc;
	--ui-bg-accent: #0a0c13; --ui-text-color-on-accent: #fff; --ui-bdc: #ccc;
    --ui-green: #65c03e;
	--indent-negative: -120px;
	--indent: 120px;
	--max-width: 1366px;
	--bg-2: rgb(245 245 245);
	--bg-d:#e5e5e5;
	--bg-3:#fbfbfb; --bg-ser:#f5f5f5; --bg-ser2: #fbfbfb;
	--bg-bg: url(../images/logo.svg) 42px center / 35px no-repeat;
		--bg-sh1: url(../images/logo.svg) 6px center / 20px auto no-repeat;
--bg-s:rgb(255 255 255 / 74%);
     --bg-bgr:url(../images/logo.svg) 6px center / 20px auto no-repeat;
}
@media screen and (max-width: 1220px) {
	:root {
		--indent-negative: -20px;
		--indent: 20px;
	}

}

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img, table, iframe, video, frame, embed, object {max-width: 100%;}
body {font: 16px 'Circe', sans-serif; line-height: normal; padding: 0; margin: 0;       
	color: var(--tt); background: var(--bg); 
	min-height: 100%; width: 100%; font-weight: 300; overflow-x: hidden; letter-spacing: 0.02em;}
a {color: var(--tt); text-decoration: none;}
a:hover, a:focus {color: var(--accent); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 24px;}
::selection {background: #ff0000; color: #fff;}
b, strong, .bolder {font-weight: 400;}

button, select, textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
	{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: inherit;}
button, .btn, input[type="button"], input[type="reset"], input[type="submit"], .form__btn, 
.qq-upload-button, .pm__links a, .usp__btn a {display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    background-color: var(--accent);
    color: var(--bg-tx);
    border-radius: 9px;
    box-shadow: none;}
button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
.form__btn:hover, .qq-upload-button:hover, .pm__links a:hover, .usp__btn a:hover 
{     background: #a12727;}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
.page_hh {font-size: 13px; font-weight: 500;}
.color-btn, [class*=fr], [class*=plyr], [class*=owl-], [id*=mceu] {padding: 0; margin: 0; 
	line-height: normal; border: 0; box-shadow: none; background: none; border-radius: 0;}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px; border-radius: 4px; padding: 0 15px;}
select {height: 40px; padding: 0 15px; display: block;}
select:not([multiple]) {background-image: url(../dleimages/chevron.svg); padding-right: 30px;
	background-repeat: no-repeat; background-position: right 15px top 50%; background-size: .6em auto;}
select option {padding: 6px 10px;}
select[multiple] {padding: 0 5px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: var(--bg); color: var(--tt); 
border: 1px double var(--bg-d);	}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
	{box-shadow: inset 0 0 0 1px var(--accent), inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: var(--tt); opacity: 0.4; font-size: 15px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

/* SNIPPETS
----------------------------------------------- */
.img-box, .img-wide, .img-responsive, .img-fit-cover {overflow: hidden; position: relative;}
.img-responsive {padding-top: 60%;}
.img-responsive--portrait {padding-top: 150%;}
.img-box > img, .img-responsive > img, .img-responsive > picture > img {width: 100%; min-height: 100%; display: block;}
.img-responsive > img, .img-responsive > picture > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a {width: 100%; display: block;}
.img-fit-cover img {width: 100%; height: 100%; object-fit: cover;    border-radius: 12px;}
.clr {clear: both;}
.clearfix::after {content: ""; display: table; clear: both;}
.ws-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.line-clamp {display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
.img-mask::before {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 60%; 
	background: linear-gradient(to top, #000 0%, transparent 100%); opacity: 0.8;}
.d-flex, .fx-row, #dle-content {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column, .fx-col {flex-direction: column; flex-wrap: nowrap;} 
.jc-space-between, .fx-row {justify-content: space-between;}
.jc-flex-start, .fx-start, #dle-content {justify-content: flex-start;}
.jc-center, .fx-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center, .fx-middle {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.flex-grow-1, .fx-1, .stretch-free-width {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.btn-icon, .centered-content {display: inline-flex; justify-content: center; align-items: center;}
.icon-at-left [class*="fa-"], .icon-left .icon {margin-right: 0.5em;}
.icon-at-right [class*="fa-"], .icon-right .icon {margin-left: 0.5em;}
.hidden, #dofullsearch, .form__header .form__btn, .comment-item__main .quote + br, .d-none {display: none;}
[hidden] {display: none !important;}
#searchsuggestions {position: absolute; z-index: 99998; left: 0; right: 0; top: calc(100% + 4px);
	word-wrap: break-word; max-height: 60vh; overflow-x: hidden; overflow-y: auto; border-radius: 9px;
	background: var(--ui-bg); box-shadow: 0 10px 20px rgba(0,0,0,0.3); width: 100%; max-width: 500px;}
#searchsuggestions span {display: block; font-size: 15px;}
#searchsuggestions span.notfound {padding: 20px; border-bottom: 1px solid var(--ui-bdc); text-align: center;}
#searchsuggestions span.seperator a {padding: 20px; text-align: center; background-color: var(--ui-bg-darker); display: block;}
.fs-result {padding: 10px; border-bottom: 1px solid var(--ui-bdc);}
.fs-result__img {width: 40px; height: 60px; margin-right: 10px; border-radius: 9px; overflow: hidden; flex: 0 0 40px;}
.fs-result__img img {width: 100%; height: 100%; object-fit: cover;}
.fs-result__title {font-weight: 400; font-size: 15px;}
.fs-result__meta {margin-top: 6px; color: var(--tt-fader); font-size: 13px; gap: 10px;}
.item__rating--songs .tf-rating-icon {display: inline-block; vertical-align: middle; width: 17px; height: 17px;
	min-width: 17px; max-width: 17px; margin-right: 4px;}
.item__rating.item__rating--songs {display: inline-flex; align-items: center; gap: 3px; width: auto;
	padding: 4px 6px; font-size: 10px; line-height: 1; border-radius: 6px;}
.anim, button, .btn, a, a img, .btn-accent, .header__btn-search {transition: all 0.2s linear;}

#dle-content, .grid-items {display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); grid-gap: 30px 30px;}
.grid-items > *:not(.grid-item), #dle-content > *:not(.grid-item) {grid-column: 1 / -1;}

@font-face {font-family: 'Circe'; src: url('../webfonts/Circe-400-site.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}

.header__btn-menu, .header__login-pm, .item-slide__text, .item-poster__meta, .filter-block__cell-caption, 
.pmovie__list, .pmovie__text,  .pmovie__devices, .pmovie__caption, .site-desc {color: var(--tts);}
.pmovie__list a {color: var(--accent);
    padding: 0 4px;
	font-size: 15px;
    line-height: 28px;}
.logo, .item-slide__title {font-weight: 900;}
.pmovie__header-main h1 {font-weight: 500;}
.site-desc, .item-slide__text, .pmovie__text, .pmovie__caption {color: var(--tt-fader-gray);}

.item-slide__img:hover .item__play-btn {opacity: 0 !important;}
.item:hover .item__play-btn, .item:hover .item-poster__desc-btn {opacity: 1;}
.item-poster__desc-btn:hover {color: var(--accent); border-color: var(--accent); transform: scale(1.3,1.3);}

.theme-toggle {display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: var(--bg-2);
    height: 36px;
    border-radius: 12px;
    padding: 5px 0;
    margin-right: 0px;}
.theme-toggle li {cursor: pointer; width: 26px; height: 26px; line-height: 28px; 
	border-radius: 9px; text-align: center; color: var(--tt-fader); margin: 0 5px;} 
.theme-toggle:hover li {color: #fff;}
.lt-is-active .theme-toggle li:first-child, body:not(.lt-is-active) .theme-toggle li:last-child 
{background-color:var(--accent); color: var(--accent-text);}
.lt-is-active {
    --bsh-poster: 0 3px 10px 0px rgba(0,0,0,0.10);
	--bg: #1f1f1f; --bg-brighter: #383838;
	--tt: #eee; --tts: #e5e5e5; --tt-brighter: #fff; --tt-fader: #ff7171; --tt-fader-gray: #b9b8b8;
	--bdc: rgba(255,255,255,0.13); --bdc-lighter: rgba(255,255,255,0.6);
	--gradient: radial-gradient(circle closest-side at center, #37394e 0%, transparent 100%);
	--gradient-top: linear-gradient(to top, #181d2d 0%, transparent 100%);
	--accent: #ff5757; --accent2: #fff; --accent-text: #000;
	--btn-bg: #4d4f69; --btn-bg-hover: #6f7191; --btn-tt: #eee;
	--ui-bg: #1f1f1f; --ui-bg-darker: #404040; --ui-bg-darkest: #0a0c13;
	--ui-bg-accent: #0a0c13; --ui-text-color-on-accent: #fff; --ui-bdc: #0a0c13;
    --ui-green: #65c03e;
    --indent-negative: -120px;
	--indent: 120px;
	--max-width: 1366px;
	--bg-2: rgb(56 56 56);
	--bg-d:#585858;
	--bg-3:#161616; --bg-ser:#111111; --bg-ser2: #161616;
	--bg-bg: url(../images/music-note-single-svgrepo-com.svg) 42px center / 35px no-repeat;
	--bg-sh1: url(../images/logod.svg) 6px center / 20px auto no-repeat;
	--bg-s:rgb(0 0 0 / 74%);
     --bg-bgr:url(../images/music-note-single-svgrepo-com.svg) 6px center / 20px auto no-repeat;
}

@media screen and (min-width: 1220px) {
	
	.lt-is-active .pmovie .pmovie__list {--tt-fader: #d2e1eb;}
	.lt-is-active .pmovie .pmovie__header-main h1 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.lt-is-active .pmovie .pmovie__header {min-height: 69px;}
	.lt-is-active .infull .blurred-bg, .lt-is-active .wrapper.infull::after {height: 415px;}
}
@media screen and (max-width: 1220px) {
		.lt-is-active  {
    --indent-negative: -20px;
    --indent: 20px;
}
	.lt-is-active .infull .blurred-bg, .lt-is-active .wrapper.infull::after {display: none !important;}

}
@media screen and (max-width: 950px) {
	.lt-is-active .blurred-bg, .lt-is-active .wrapper.add-bg::after {height: 430px;}
}
@media screen and (max-width: 470px) {
	.lt-is-active .blurred-bg, .lt-is-active .wrapper.add-bg::after {height: 410px;}
	.lt-is-active .infull .blurred-bg, .lt-is-active .wrapper.infull::after {display: block !important;}
	
}
/* 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: 10px;
    border-bottom: 1px solid var(--bdc);
    background: none;} 
.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: 26px; letter-spacing: 5px;}
.logo span {color: var(--accent);}
.header__logo {
    min-width: 200px;
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    background: none;
    padding-left: 0;
}
.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 - 60px); background-color: var(--bg); overflow-x: hidden; overflow-y: auto;}
.header__menu.is-open {display: block;}
.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: var(--bg-2);
    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: rgba(0,0,0,0.5); 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: var(--bg-ser2);}
.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;}

/* Skip layout and paint for home-page sections until they approach the viewport. */
.deferred-section {content-visibility: auto; contain-intrinsic-size: auto 620px;}


/* 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);}


