/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; background-size: 100% auto;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {background-color: var(--bg);}
.header {z-index: 10; left: 0; top: 0; right: 0; margin: 5px 5px; border-radius: 5px; 
    height: 45px; padding-right: 15px;}
.footer {background-color: var(--bg-3); color: var(--tt-dark); padding: 10px var(--indent);margin: 9px;
      border-radius: 5px;}
.col-main {padding: 10px var(--indent); padding-bottom: 10px; padding-top: 10px; background: #ffffff;
  margin: 10px; border-radius: 10px; box-shadow: 0px 1px 3px 1px rgba(184, 184, 184, 0.3);}
.col-side {background: #fff; padding: 15px 20px; width: 240px; position: relative;
  box-shadow: 1px 0px 1px rgba(184, 184, 184, 0.3); border-radius: 10px; margin: 10px;}
	
#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-2); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}


/* HEADER, NAV
----------------------------------------------- */
.logo {flex: 1 1 0; min-width: 50px; max-width: 100%; margin: 0px 7px;}
.logo a:hover {color: #fff3b6;}
.logo__title {color: #fff; font-size: 16px; margin-top: 5px; letter-spacing: 2px; font-weight: 700; 
    line-height: 1; font-family: 'Tahoma', sans-serif;}
.logo__caption {font-size: 18px; margin-top: 5px; font-weight: 700; color: #525252;}

.header__menu > li {margin-right: 30px; position: relative;}
.header__menu > li > a {height: 80px; display: flex; align-items: center;}
.header__menu > li:hover > a {color: var(--accent);}
.header__btn {padding: 5px; margin-right: 10px; font-size: 14px;}
.fav_btn img {width:28px;}
.search_btn img {width:33px;}

.header__search {position:relative; border-bottom: 1px solid var(--bdc); flex: 1 1 0; margin: 0 20px; max-width: 100%; min-width: 50px;}
.header__search input, .header__search input:focus {padding: 0; border-radius: 0px; 
	background: none; box-shadow: none; color: #000; padding-left: 30px;}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.3; font-size: 14px;} 
.header__search button {position:absolute; left: 0; top: 0; padding: 0; 
	background: none; color: #000; opacity: 0.6; font-size: 14px;}

.hline {padding: 9px 0px 9px 0px; margin: 3px 10px -5px 10px;
      display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.hname {font-size: 21px; color: #161a1f; padding-bottom: 4px; margin-left: 5px; font-weight: 700;
	border-bottom: 4px solid #ff9b00;}
.hsearch {color: #496D81; padding-right: 5px; padding-top: 2px;}
.hsearch img {width: 40px; border-radius: 50%; background: #ff9b00; box-shadow: 1px 2px 2px rgba(119, 119, 119, 0.3);}
      
/*Меню*/   
.selectlink {position: relative; display: inline-block; width: 150px; text-align: left; margin: 5px;}
.selectlink-control {position: relative; padding: 10px 5px; border-bottom: 3px solid #B8D4DF; cursor: pointer;
    color: #29687F;}	
.selectlink-control:hover {color:#555;}
.selectlink-control:after {content: ''; border: 5px solid transparent; border-top: 5px solid #999; position: absolute;
	top: 50%; right: 15px; margin-top: -3px;}
.selectlink ul { display: none; box-sizing: border-box; margin: 0; padding: 0; width: 100%; height: auto;
	max-height: 200px; position: absolute; top: 100%; left: 0px; border: 1px solid #dadada;
	border-top: none; background: #fff; z-index: 9999; overflow: auto; user-select: none;}	
.selectlink li {display: block; margin: 0; padding: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.selectlink li a {position: relative; display: block; margin: 0; padding: 9px 6px 9px 15px; font-weight: normal; font-size: 1em;
	line-height: 1.7; cursor: pointer; text-decoration: none; color: #5e5e5e;}			
.selectlink li a:hover {background: #03a2ff; color: #fff;}
    
@media screen and (max-width: 700px) {
	.body_pointer {
		cursor: pointer;
	}
}

.a_genre {float:left; width:100%; margin-top: -15px;}
.a_genre li {font-size: 16px; box-shadow: 0px 2px 1px 2px rgba(217, 217, 217, 0.2); 
    margin: 5px 3px 10px 3px; border-radius: 9px;}
.i_genre {padding: 7px;}
.i_genre a {display:block; line-height:40px; padding: 7px 7px; border-radius: 10px; font-size: 17px;}
.i_genre a:hover {text-decoration: none;}
.i_genre:hover {background: #f4f4f4;}
.i_genre img {float: left; width: 50px; margin: -5px 15px 3px 0px; border-radius: 50%;
    box-shadow: 0px 0px 1px 1px rgba(81, 85, 90, 0.5);}
.a_genre li span {float: right; font-size: 37px; color: #ccc;}

/* Other
----------------------------------------------- */
.shotmbtn {margin: 5px 3px; text-align: center; display: block; background: #e2f0ff; color: #2B7E9B; padding: 10px 0px; border-radius: 3px; font-size: 16px;}
.shotmbtn:hover {background: #cce5ff;}
.cloud_block {padding: 1px 0px; margin-bottom: 5px; border-radius: 7px;}
.cb_nomaine {margin-top: -20px;}
.mhmenu {width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}    
.mhm_ct li {width: 24% !important;}
.mhm_st li {width: 31% !important;}
.mhmenu li {width: 15%; font-size: 14px; margin-left:1px; margin:4px 4px 7px 4px; padding:6px 0px;
    text-align:center; border-radius:5px; box-shadow: 0px 1px 1px 1px rgba(217, 217, 217, 0.3);} 
.mhmenu li a {color:#496D81;}
.mhmenu li a:hover {color:#111;}
.mhmenu li span {display: block; font-size: 30px; color: #6AC4E8; padding-bottom: 10px; font-weight: 700;}
.mhmenu img {width: auto; height: 38px; display: block; margin: 0 auto; padding-bottom: 5px;}
.mhmenu li:hover span {color:#FF7007;}
.mhmenu svg {width: 25px; height: 30px; display: block; margin: 5px auto; fill: #277478;}
.mhmenu a {display:block; font-size: 14px;}

.activelimenu {background: #f9f9f9 !important; font-size: 16px; color: #ccc;}
.activelimenu span {color:#A8A8A8 !important;}
.keylinka a {font-size: 15px; display: inline-block; line-height: 18px; 
    margin: 4px 6px 4px 0px; padding: 5px; border-radius: 3px;}
.keylinka a:hover {}
.colllinka a {color: #2E7F87; font-size: 15px; display: inline-block; 
    padding-bottom: 4px; line-height: 18px; margin: 4px 20px 8px 0px; border-bottom: 2px solid #d9e4ef;}
.colllinka a:hover {color: #111;}
.colllinka span {color: #CAC2BE; font-size: 15px; display: inline-block; 
    padding-bottom: 4px; line-height: 18px; margin: 4px 20px 8px 0px; border-bottom: 2px solid #dbdbdb;}
.ccat {margin: 0px 5px 5px 3px; background: #FFF; padding: 5px 11px; border-radius: 5px; border: 2px solid #f0f6f8;}

		.relcolleshot {display: flex; flex-wrap: wrap; align-items: center;
  padding: 5px !important; margin: -5px 0px -10px 0px !important; border-radius: 5px; border: 2px solid #ebf6fb;}
		.relcolle_img { width: 50px;}
		.relcolle_img img {border-radius: 5px;}
		.relcolle_title {font-size: 14px; padding-left: 5px; line-height: 22px;}
		.relcolle_title b {color: var(--aa);}
		.relcolle_title span {color: var(--tt-2); font-size: 12px; display: block;}

		.relchap {display: flex; flex-wrap: wrap; align-items: center; justify-content: start; background: #f6fcff;
  padding: 5px !important; margin: 2px 0px 5px 0px !important; border-radius: 5px; border: 2px solid #ebf6fb;}
		.rl_img { width: 35px; height: 50px;}
		.rl_img img { border-radius: 5px;}
		.rl_title {width: 85%; font-size: 14px; padding-left: 5px; line-height: 22px;}
		.rl_title b {color: var(--aa);}
		.rl_title span {color: var(--tt-2); font-size: 12px; display: block;}
        .qrpica {background: #ffb426; padding: 3px 0px 2px 2px; border-radius: 3px;}
        .qrpica img {height: 70px !important; width: auto !important; background: #ccc; border-radius: 5px;}

/*Sort*/
.xsort-area {font: normal 12px/32px Arial; -moz-user-select: none; -ms-user-select: none; user-select: none;
  -webkit-user-select: none;margin: -15px 0px 15px 0px;}
.xsort-area:after {content: ""; display: table; clear: both;}
.xsort-area>div {float: left; width: 50%;}
.xsort-div {font-size: 15px; height: 40px; line-height: 40px; background: #fff; position: relative; box-sizing: content-box; margin-bottom: 7px;}
.xsort-div:hover {}
.xsort-div span {font-size: 14px !important; border:0px !important; padding:0px !important; margin:0px !important; color:#000 !important; background: none !important;}
.xsort-active {}
.xsort-selected {cursor: pointer; position: relative; padding-left: 7px; background: #fff3cd; border: 5px solid #fff; color: #44413c;}
.xsort-selected:after {position: absolute; top: 50%; margin-top: -2px; right: 10px; border: 4px solid transparent;
    border-top-color: transparent; border-top-color: #979797; content: "";}
.xsort-div-filler {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvklEQVR42o3KsUqCYRiA0RPVZg6Fg2NgU0ME7g0KTg0SLtHaFYQ0VjRFDUGjEAhBi1vQ1Fx2BVJ4Aa4FQWT6tn38llTnWR//t+7MjY6mgh9mXYjUi4ZvzoVnDUXL9r35VJWxaqxvEcCGkSczkmNhR1ZHKEuuhZKsPWFbcimsyToS6pJd4YRkTs9IUZIzMLQFmNcSbk2oeBfuHDrVF8KHugllj0IIQ23daQsrNtUsIe9BWqbLuxde/WLBlQN/+wLDfD9iwnIihwAAAABJRU5ErkJggg==);
	background-position: 50% 50%; width: 32px; padding: 0; background-repeat: no-repeat; cursor: pointer;}
.xsort-ul {display: none; background: #fff6ea; position: absolute; top: 100%; left: 7px; margin-top: 7px;
	padding: 0; max-height: 400px; overflow: auto; list-style: none; z-index: 999; border: 1px solid #fff;
	border-radius: 5px; box-shadow: 0 0 0 3px rgba(255, 127, 14, 0.1); box-sizing: content-box; min-width: 150px;}
.xsort-ul li {display: block; border-bottom: 1px solid #f6e5cc; padding: 0 20px 0 18px; line-height: 30px;
	white-space: nowrap; cursor: pointer; color: #666;}
.xsort-ul li:last-child {border: none;}
.xsort-ul li.current {color: #333; font-weight: bold; background: #fff; position: relative;}
.xsort-ul li.current:after{position: absolute; top:0; right: 5px; bottom: 0; width: 5px; content: ""; 
    display: block;	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAJUlEQVQY01XIMQEAIAwDsDivroGe6Sg3OQNxBGLVCldVzbfECA+g/g9v8ooTNAAAAABJRU5ErkJggg==) no-repeat 50% 50%}
.xsort-ul li:hover{background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAHElEQVQImWP4+vUrEwMDA9P///+ZGBgY4JjGfAByHhgFbrteLwAAAABJRU5ErkJggg==) repeat-x 0 0;
	color: #000;}
.xsort-ul li.xdesc, .xsort-ul li.xasc {background-position: 6px 50%; background-repeat: no-repeat;}
.xsort-ul li.xdesc, .xdesc {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAIElEQVQY02NgYGBgSPsPggwwQDQXwoRBFAHsekECEBoASUcnDSh9+RUAAAAASUVORK5CYII=);}
.xsort-ul li.xasc, .xasc{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAHklEQVQYV2NgAIO0/xAaygFBFA5UAMGBq0BRTDwXAPWMJw0b8PLnAAAAAElFTkSuQmCC);}
span.xasc, span.xdesc {padding-left: 10px; background-position: 0 50%;	background-repeat: no-repeat;}
.xsort_empty {font-size:16px; margin-top: 15px;	background: #fffcf3; padding: 15px;	
    text-align: center;	color: #444;}
.xsort-admin-area {padding: 0 0 0 210px;}
.xsort-admin-area:after{content: ""; display: block;	clear: both;}
.xsort-admin-area ul {list-style: none; margin: 0 0 0 -210px; padding: 0; float: left; 
    width: 200px; border-right: 1px solid #ddd;}
.xsort-admin-area ul.loading {background: url(data:image/GIF;base64,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) no-repeat 50% 50%;}
.xsort-admin-area ul li {display: block; color: #f43; cursor: pointer; padding: 1px 0;}
.xsort-admin-area ul li.current,
.xsort-admin-area ul li:hover{color: #000;}
.xsort-admin-area ul li.current {font-weight: bold;}
.xsort-admin-area p {margin: 0;	padding: 7px 0 0;}
.xsort-admin-area code {max-height: 400px; overflow: auto;}
.xsort-div-clearall {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAKklEQVQoz2NgGATA4L/Bf3QWmrTBfwSNQwEOSWQT8EjiNRqnCQRcPgAAAG+mJxC7ICdhAAAAAElFTkSuQmCC);
	background-position: 50% 50%; width: 32px; padding: 0; background-repeat: no-repeat; cursor: pointer;}


/* Navigation */
.pagi-nav {line-height:40px; margin-top:10px; text-align:center; font-size:12px;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {text-align:center; color:#333; width:70px; border-radius:3px; background-color:#EFEFEF; 
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.13);}
.pnext a, .pprev a {color:#fff; display:block; background-color:#3FA2CC; 
    border-radius:3px; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.13);}
.navigation {text-align:center; padding:0 10px;}
.navigation a, .navigation span {display:inline-block; padding:0 5px; color:#444; border-radius:10px; 
min-width:40px; margin:0 7px 7px 0; background-color:#fff; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.13);}
.navigation span {color:#555; background-color:#EFEFEF; box-shadow:none;}
.pagi-nav a:hover {color:#333; background-color:#fff; text-decoration: none}
.navigation span.nav_ext {background: #fff; color:#444; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.13);}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}

@media screen and (max-width: 950px) {
    .mhm_ct li {width: 23% !important;}
}
@media screen and (max-width: 760px) {
    .mhmenu {justify-content: space-between;}
    .mhmenu li {width: 31%;}
    .navigation {display:none !important;}
	.pprev, .pnext {font-size:18px; margin:10px; width:120px !important;}
}

@media screen and (max-width: 590px) {
    .mhmenu li {width: 30%;}
    .mhm_ct li {width: 22% !important;}
}

/*Search
----------------------------------------------- */ 
.posik_st {padding:5px 3px;}
.moypoisk {width:100%;}
.mp_b p {color: #717171;}
.mp_b input {margin: 10px 0px; height: 50px; font-size: 17px; color: #717171;}
.mp_b button {margin-top: 10px; border-radius: 5px; width: 100%;}

/*Play
----------------------------------------------- */ 
#p_iframe iframe {width: 100%; height:329px !important; 
    background: url("../images/aloader.gif") center no-repeat;}

/*Genre list
----------------------------------------------- */ 


/* TOP ITEM
----------------------------------------------- */
.carou {padding: 10px var(--indent); margin: 0 var(--indent-negative); position: relative; padding-bottom: 20px; margin-top: -20px;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 75px)/6); flex-shrink: 0; margin-right: 15px;}
.top {background-color: var(--bg-3);}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; padding: 15px; color: #fff;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 0px;}
.sect__header {margin-bottom: 10px;}
.sect__title {color: #111; font-size: 20px; font-weight: 400; margin: 5px 3px; padding: 5px 3px;}
.sect__title span {display: inline-block;}
.sect__title span::first-letter {text-transform: uppercase;}
.sect__title h2 {margin-bottom:5px; color: #111; font-size: 20px; font-weight: 400;}
.sect__title_hv__blocj {padding: 10px; margin-bottom:15px; color: #111; font-size: 20px; font-weight: 400;}
.sect__subtitle {font-size: 21px;}
.cat_bground {background: #f5fff8; border-radius: 5px;}
.desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-3);
	margin: 0 var(--indent-negative); margin-top: 10px;}
.desc h1, .desc h2, .desc h3 {font-weight: 700; font-size: 18px; color: var(--tt); line-height: 1.3;}
.desc a {color: #69778c; border-bottom: 1px solid #ccc; padding-bottom: 1.3px;}
.desc a:hover { color:#aa7f48; border-bottom: 1px solid #c5b19b;}
.desc ul li {position: relative; padding-left: 5px; margin-left: 25px; list-style-type: square !important;}
.descpage span {cursor: pointer; background: #f2f2f2; font-size: 30px; padding: 7px 3px; margin-top: 5px;
    border-radius: 5px; color: #bcbcbc; display: block; text-align: center; line-height: 22px;}
.descpage span:hover {background: #eee;}
.rellfilm div {cursor: pointer; background: #f2f2f2; font-size: 30px; padding: 7px 3px; margin-top: 5px;
    border-radius: 5px; color: #bcbcbc; display: block; text-align: center; line-height: 22px;}
.rellfilm div:hover {background: #eee;}
.showmore-button {color:#668da1; padding-left:7px; margin-top: 7px; background:#f7f7f7; 
    display:block; cursor:pointer; line-height:34px; text-align: center; border-radius: 5px;}
.showmore-button:hover {color:#395d70;}
.showmore-button-coll {color:#925b03; padding-left:7px; margin: 7px 3px; background:#ffedd1; 
    display:block; cursor:pointer; line-height:44px; text-align: center; border-radius: 5px;}
.showmore-button-coll:hover {background: #fff3e1; color:#bf7424;}
.showmetext span {cursor: pointer; background: #f6f6f6; padding: 7px 3px; margin-top: 7px;
    border-radius: 5px; color: #6d6d6d; display: block; text-align: center;}
.showmetext span:hover {background: #ededed;}
.xtag span {cursor: pointer; background: #f6f6f6; padding: 7px 3px; margin-top: 7px;
    border-radius: 5px; color: #6d6d6d; display: block; text-align: center;}
.xtag span:hover {background: #ededed;}
.showmeblock {margin: 25px 5px 0px 5px; color: #4A4A4A; line-height: 18px;}
.showmeperson span {background: #f6f6f6; color: #6d6d6d; padding: 1px 5px 1px 0px;
    border-radius: 5px; cursor: pointer; margin-left: 5px;}
.showmeperson span:hover {background: #ededed;}
.speedbar {font-size: 14px; color: var(--tt-2); background-color: var(--bg-2);
	margin: 0 var(--indent-negative); margin-bottom: -60px; margin-top: 30px; padding: 30px var(--indent);}
.speedbar a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}
.sect__btn-filter {display: flex; align-items: center; height: 30px; border-radius: 15px; padding: 0 15px; 
	font-size: 10px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; 
	border: 1px solid var(--accent); color: var(--tt); cursor: pointer; margin-left: 20px;}


/* POSTER ITEM
----------------------------------------------- */
.poster__img {box-shadow: var(--bsh); margin-bottom: 15px; border-radius: 5px;}
.poster__desc {position: relative; background: #ecf8ff; padding: 5px; border-radius: 5px;}
.poster__rating {height: 17px; width: 85px; position: absolute; right: 5px; top: 4px; pointer-events: none;
	background: url(../dleimages/rating.svg); transform: scale(0.8,0.8); transform-origin: right top;}
.poster__rating-fill {position: absolute; left: 0; top: 0; height: 100%; z-index: 1; 
	background: url(../dleimages/rating.svg) 0 -34px repeat-x;}
.poster__title {font-size: 14px;}
.pt_s {text-align: center; background: #b266ff; color: #fff; padding: 5px 3px; border-radius: 3px;}
.poster__subtitle {font-size: 0.8em; margin-top: 6px; color: var(--tt-2); margin-right: 4px;}
.poster__subtitle a {color: var(--tt-2);}
.poster__subtitle span:not(:last-child)::after {margin-left: 6px; content: '/'; opacity: 0.6;}
.poster__label {position: absolute; left: 5px; top: 5px; z-index: 10; font-size: 14px; font-weight: 700;}

.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; left: 0; bottom: 20px; z-index: 999; background: var(--bg); 
	box-shadow: var(--bsh); width: 500px; padding: 15px 15px 15px 165px; min-height: 180px;}
.poster-ext h1 {font-size: 15px; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.poster-ext .pmovie__header-list {width: 100%; margin: 0;}
.poster-ext .page__text {max-height: 100px; overflow: hidden; margin: 0 0 -6px 0; position: relative; font-size: 13px;}
.poster-ext .page__text::before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 80%; 
	background: linear-gradient(to top, #fff, transparent); z-index: 1;}
.poster-ext .pmovie__header-list li {margin: 0 !important; position: relative; z-index: 2;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.poster-ext .pmovie__header-list li > div:first-child {display: inline; margin: 0; font-size: 13px;}
.poster-ext .pmovie__poster {position: absolute; left: 0; top: 0; width: 150px; height: 100%;}
.poster-ext .not-shown-ajax {display: none !important;}


/* post_shot2
----------------------------------------------- */
.block1_conty {margin: 0px 3px -20px 3px; padding:10px 5px; box-shadow: 0px 2px 1px rgba(214, 214, 214, 0.3); 
    background:#fff; border-radius:5px;}
.block1_conty-img {width: 70px; height: 100px; margin-right: 7px; border-radius: 5px; 
    box-shadow: 2px 2px 1px rgba(119, 119, 119, 0.3);}
.block1_conty-title {font-weight: 500; font-size:16px; line-height: 21px;}
.block1_conty-info {color:#717171; margin:3px 0px; font-size:14px;}
.block1_conty-rt {color:#999999; margin:4px 0px; font-size:14px; font-weight:300; line-height: 21px;}
.block1_conty-rt span {margin-top: -5px; font-size: 16px; min-width: 34px; text-align: center; height: 34px;}
.block1_conty-rt img {display: inline-block; width: 16px; margin: 2px 0px -1px 0px;}
.infotv_colr i {color:#ae6dcb; font-style: normal;}
.hm_dol {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; 
    flex-grow: 1; max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.img_fm img {width: 100%; height: 100%;}
.img_fm {overflow: hidden; position: relative;}
.rateshot_green {border-radius: 50%; padding: 5px; border: 2px dotted #45dd47; color: #45c147;}
.rateshot_red {border-radius: 50%; padding: 5px; border: 2px dotted #ff0707; color: #e71818;}
.rateshot_yel {border-radius: 50%; padding: 5px; border: 2px dotted #f4a326; color: #d7880d;}
.rt_franshisa {float: left; margin-right: 5px; margin-top: 10px; min-width: 33px; text-align: center;} 

/* post_full
----------------------------------------------- */
.blockinfull {margin: 0px 3px 10px 3px; padding:10px 5px; box-shadow: 0px 2px 1px rgba(214, 214, 214, 0.3); 
    background:#fff; border-radius:5px;}
.blockinfull-img {width: 127px; height: 188px; margin-right: 7px; border-radius: 5px; 
    box-shadow: 2px 2px 1px rgba(119, 119, 119, 0.3);}
.blockinfull-img-seria {width: 127px; height: 85px; margin-right: 7px; border-radius: 5px; 
    box-shadow: 2px 2px 1px rgba(119, 119, 119, 0.3);}
.blockinfull-title h1 {font-weight: 500; font-size: 18px; line-height: 23px;}
.blockinfull-title div {font-size:12px; line-height: 18px; color: #9f9f9f;}
.blockinfull-title span {border-bottom: 1px solid #d0d0d0; display: inline-block; padding-bottom: 3px; 
    margin-bottom: 5px; width: 110px; color: #b6b6b6; font-size: 16px;}
.blockinfull-title b {line-height: 25px; color: #bd5212; font-weight: normal; font-size: 16px;}
.blockinfull-info {color:#717171; margin:0px;  font-size: 14px; line-height: 32px;}
.blockinfull-info span {color: #656565; padding: 5px; border-radius: 7px; background: #f7f7f7;}
.blockinfull-info i {color: #303030; padding: 5px; border-radius: 7px; background: #f3f3f3; font-style: normal;}
.blockinfull-info_rt_green {background: #ceffd1 !important; color: #356d31 !important;}
.blockinfull-info_rt_grey {background: #fff8d3 !important; color: #526251 !important;}
.blockinfull-info_rt_red {background: #ffcece !important; color: #672e2e !important;}
.blockshot_rgreen {background: #21c12b !important; color: #fff !important; padding: 3px;
  border-radius: 3px; text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);}
.blockshot_rgrey {background: #393939 !important; color: #fff !important; padding: 3px;
  border-radius: 3px; text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);}
.blockshot_rred {background: #e11a1a !important; color: #fff !important; padding: 3px;
  border-radius: 3px; text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);}

.blockinfull-rt {color:#999999; margin:4px 0px; font-size:14px; font-weight:300; line-height: 21px;}
.blockinfull-rt span {float: right; margin-top: -20px; font-size: 16px; min-width: 34px; text-align: center; height: 34px;}
.blockinfull-rt img {display: inline-block; width: 16px; margin: 2px 0px -1px 0px;}

    .title_full_rekom {padding: 7px 11px; margin: 5px 3px; font-size: 16px; border-radius: 5px; border: 2px solid #fff1e5; font-weight: 700;}
    .title_full_rekom img { float: right; width: 20px;}
    .TF_related {background: #fefcf8; color: #333; margin-bottom: -10px; 
        /*text-shadow: -1px 0px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(17, 17, 17, 0.5);*/}
    .TF_link {background: #fffaef; color: #333;}
    .TF_link span {display: block; margin-top: 7px}
    .TF_link a {font-weight: normal;}

.bf_hm_dol {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;
    flex-wrap:wrap; -ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.bf_fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.bf_fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; 
    flex-grow: 1; max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.bf_img_fm img {width: 100%; height: 100%;}
.bf_img_fm {overflow: hidden; position: relative;}

.favmod {display: block; margin: 0 auto; width: 24px; height: 24px; opacity: .8;
    background: rgba(89, 125, 133, 0.74) url(../images/icon/favme.png) no-repeat 50% 50%;
	border-radius: 50%; transition: opacity .2s;}
.favmod:hover,
.favmod.active {opacity: 1;}
.favmod.active {background-color: #ffa51e;}
.favmod.active:hover {opacity: .7;}

.battlike {display:flex; justify-content: space-between; align-items:center; 
    text-align: center;}
.battlike_safe {background: #f7f7f7; padding: 5px 9px; border-radius: 7px;}
.battlike_safe span {margin: 1px 0px; padding: 5px; font-size: 21px;}
.battlike_safe img {display: inline-block; width: 30px; height: 30px; margin-right: 0px; margin-bottom: -6px;}
.battlike_rate img {display: inline-block; width: 25px; fill:#668da1; margin-right: 7px; margin-bottom: -6px;}
.battlike_rate img:hover {fill:#0291da;}
.rate_like {height: 37px; padding: 6px 12px; background: #f7f7f7; border-radius: 7px; 
    text-decoration: none !important; -webkit-transition: all ease .2s; transition: all ease .2s;}
.rate_like span {font-size: 20px !important; display: inline-block; text-align: center; font-weight: normal;}
.rate_like .ratingplus {color: #5f747f; min-width: 39px;}
.rate_like .ratingminus {color: #5f747f; min-width: 39px;}
.rate_like span {margin: 0 .2em;}

.fullstory_bl {font-size: 14px; margin:11px 3px; padding: 7px 5px; color: #515151; 
    box-shadow: 0px 2px 1px rgba(214, 214, 214, 0.3); border-radius: 5px; background: #fff; line-height: 20px;}
.fullstory_bl b {font-size: 13px; padding: 5px 0px; display: block;}
.fullstory_bl p {font-size: 13px; color: #717171; line-height: 16px;}
.fullstory_bl i {font-style: normal; font-size: 13px;}
.actorys {text-align: left !important; cursor: default !important; background: #fafafa; padding: 5px 5px 10px 5px; display: block; border-radius: 5px; margin-bottom: 7px; margin-top: 7px;}
.actorys:hover {background: #fafafa !important;}
.fb_s {margin: -27px 3px -14px 3px;}
.nowrap {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.b_break {background: #ffe188; padding: 4px 2px; margin-left: 5px; margin-bottom: 5px; 
    line-height: 26px; border-radius: 15px; width: 40px;}
.b_back_q {background: #88b6ff}
.b_back_w {background: #f88}
.b_name {padding: 1px 0px; line-height: 25px; color: #999999; font-style: normal;}
.rline {display: block; height: 1px; background: #c9c9c9; width: 75%; margin: 7px auto;}
.s_info {color: #606060; display: block;}
.a_info {background: #f7f7f7; padding: 7px; border-radius: 5px; margin: 0px;}

		.toralinks strong {display: block}
		.toralinks img {width: 17px; margin-bottom: -3px; margin-right: 2px;}
		.toralinks a {display: inline-block; min-width: 100px; padding: 8px 5px; background: #51C76B; font-size: 15px;
  		margin-top: 10px; border-radius: 3px; font-weight: 700; color: #FFF; width: 100%;
		text-shadow: -1px 0px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(17, 17, 17, 0.5);}
		.toralinks a:hover {background: #10AE33;}
		.toralinks span {float: right; color: #FFF; background: #3FAC57; padding: 1px 3px; border-radius: 3px;}

		.mobalinks strong {display: block}
		.mobalinks img {width: 17px; margin-bottom: -3px; margin-right: 2px;}
		.mobalinks a {display: inline-block; padding: 8px 5px; background: #60CC76; font-size: 16px;
  		margin-top: 10px; border-radius: 3px; font-weight: 700; color: #FFF; width: 100%;
		text-shadow: -1px 0px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(17, 17, 17, 0.5);}
		.mobalinks a:hover {background: #46CB61;}
		.mobalinks span {float: right; color: #FFF; background: #4EB863; padding: 1px 3px; border-radius: 3px;}
		
		.onlyplay {color: #9D84A0; line-height: 34px; padding: 5px; margin-top: 9px; margin-bottom: 9px;
  border: 2px solid #f4e9f3; background: #fcf8fe; border-radius: 5px;}
		.op_title {padding: 0px 0px 5px 1px; font-size: 16px;}
		.op_title img {width: 22px; margin-bottom: -5px;}

.knopsylka_main {color: #925b03; font-size: 16px; box-shadow: 0px 1px 1px 1px rgba(217, 217, 217, 0.4); margin: 5px 3px 10px 3px; 
    border-radius: 5px; background: #ffedd1; display:block; line-height:21px; padding: 15px;}
.knopsylka_main:hover {text-decoration: none; color:#744a06;}
.knopsylka_main span {float: right; color:#d2d2d2; font-size:38px;}
    
.knopsylka {font-size: 16px; box-shadow: 0px 1px 1px 1px rgba(217, 217, 217, 0.4); margin: 5px 3px 10px 3px; 
    border-radius: 5px; background: #e1f5ff; display:block; line-height:21px; padding: 15px;}
.knopsylka:hover {text-decoration: none;}
.knopsylka span {float: right; color:#d2d2d2; font-size:38px;}

.n_seria {display:flex; justify-content: space-between; align-items:center;}
.knopsylka_seria {width: 150px; font-size: 16px; box-shadow: 0px 1px 1px 1px rgba(217, 217, 217, 0.4); 
    margin: 5px 3px 10px 3px; border-radius: 5px; background: #fff; line-height:21px; padding: 12px; 
    text-align: center;}
.knopsylka_seria span {color: #ccc;}
.ks_neaktiv {background: #f4f4f4 !important; color: #ccc  !important;}

.skach_ssyl {font-size: 16px; padding: 3px;}
.skach_ssyl a {margin-top: 12px; display: block;}
.skach_ssyl span {color: #7F7F7F; font-size: 13px; display: block;}   
.skach_ssyl br {display:none;}

.recpodb_a a {line-height: 31px; padding: 11px 0px 3px 0px; margin: 0px; font-size: 14px;}

.sp_blk {display:none;}
.sp_lnk {display: block;}

.sectionbl {margin:3px 3px 10px 3px;}
.tablinks {background: #f7f7f7; min-height: 46px; border-radius: 5px; margin-bottom: 10px;}
.tablinks a {width: 33%; float: left; padding: 5px; line-height: 36px; text-align: center; color: #698A9F;
    font-size: 13px;}
.tablinks li {cursor: pointer; font-size: 13px; line-height: 26px; width: 49%; float: left; 
    position: relative; text-align: center; padding: 5px;}
.tablinks li.current span {color: #000; font-weight: 700; background: #fff; display: block; 
    padding: 5px; border-radius: 5px; box-shadow: 1px 1px 1px rgba(96, 96, 96, 0.2);}
.tablinks li.current span:hover {color: #111}
.tablinks li span:hover {color: #7c7c7c;}
.tablinks li span {display: block; padding: 5px; color: #698A9F;}
.tablinks li sup { font-size: 12px; color: #fff; background: #C5090C; padding: 2px; 
    border-radius: 3px; font-weight: normal;}
.tablinks li:last-child { border-right: none !important;}
.tab_cont {display: none;}
.tab_cont.visible {display: block;}
.tab_cont b {display: block; color: #717171; margin-top: 10px;}
.tab_cont p {padding: 15px 0px;}

.main_chang_cat {background: #fcfcfc; min-height: 46px; border-radius: 5px; margin-bottom: 20px;
  margin-top: -7px;}
.main_chang_cat div {color: #595e65; font-size: 15px; line-height: 35px; width: 50%; float: left; 
    position: relative; text-align: center; padding: 5px;}
.main_chang_cat div.current span {display: block; line-height: 26px; 
    padding: 5px; border-bottom: 3px solid #ff9b00; font-weight: 700;
	border-top-left-radius: 5px; border-top-right-radius: 5px;}
.main_chang_cat div a {display: block; color: #698A9F; border-bottom: 3px solid #ccc;
  line-height: 26px; padding: 5px;}  
.main_chang_cat div a:hover {color: #111;}

/*xf_links tabs*
----------------------------------------------- */ 
.xf_links {background: #f7f7f7; min-height: 46px; border-radius: 5px; margin-bottom: 25px;}
.xf_links br {display: none;}
.xf_links div {cursor: pointer; font-size: 13px; line-height: 26px; width: 50%; float: left; 
    position: relative; text-align: center; padding: 5px;}
.xf_links div.current span {color: #000; font-weight: 700; background: #fff; display: block; 
    padding: 5px; border-radius: 5px; box-shadow: 1px 1px 1px rgba(96, 96, 96, 0.2);}
.xf_links div.current span:hover {color: #111}
.xf_links div a:hover {color: #7c7c7c;}
.xf_links div a {display: block; padding: 5px; color: #698A9F;}
.xf_links div:last-child { border-right: none !important;} 

/*Seria list
----------------------------------------------- */ 
.slist {width:100%; margin:5px 0px;}
.slist i {line-height:21px; font-size:34px; color:#e9e9e9;}
.slist li {font-size: 16px; box-shadow: 0px 1px 1px 1px rgba(217, 217, 217, 0.4); 
    margin: 5px 3px 10px 3px; border-radius: 5px; background: #fff;}
.slist li a {display:block; line-height:21px; padding: 15px;}
.slist li a:hover {text-decoration: none;}
.slist li span {float: right; color:#d2d2d2; font-size:38px;}

/* SIDEBAR
----------------------------------------------- */
.side-block + .side-block {padding: 30px; padding-bottom: 0; 
	border-top: 1px solid rgba(255,255,255,0.3); margin-left: -30px; margin-right: -30px;}
.side-block__title {font-weight: 700; font-size: 16px; margin-bottom: 30px;}
.side-block__menu--main {font-size: 16px;}
.side-block__menu--icon > li > a {padding-left: 26px;}
.side-block__menu > li + li {margin-top: 20px;}
.side-block__menu li {position: relative;}
.side-block__menu li .fal {position: absolute; left: 0; top: 1px; pointer-events: none; opacity: 0.8;}
.side-block__menu li span:not(.fal) {font-size: 25px; font-weight: 400; position: absolute; right: 0; top: -3px;
	border-radius: 3px; padding: 3px 6px; pointer-events: none; color: #ccc;}
.side-block__menu > li > a {display: block; border-bottom: 2px solid #efefef; padding: 5px 0px;}
.side-block__menu a:hover, .showitems-btn:hover {text-decoration: none; color: #333;}
.showitems-btn {margin-top: 13px; cursor: pointer; color: var(--accent);  
	text-transform: uppercase; font-weight: 500; font-size: 12px; letter-spacing: 1px;}
.side-block__menu-hidden {position: absolute; left: 98%; top: -30px; z-index: 999; 
	background-color: var(--bg); box-shadow: var(--bsh); padding: 30px; width: 600px; 
	column-gap: 30px; column-width: 150px; border-right: 5px solid var(--accent); 
	visibility: hidden; opacity: 0; transform: translateX(30px);}
.side-block__menu-hidden li {margin-bottom: 10px;}
.side-block__menu > li:hover .side-block__menu-hidden {visibility: visible; opacity: 1; transform: translateX(0);}

.side_sub_title {display: block; color: #333; margin-bottom: 10px; background: #f4f4f4; line-height: 34px;
  text-align: center; border-radius: 5px;}

.popular {margin: 0px 8px; padding: 5px 0px;}
.popular .poster__subtitle li {color: #a2a2a2;}
.popular__img {width: 100px; height: 55px; margin-right: 10px; box-shadow: var(--bsh); border-radius: 4px;}
.popular__title {line-height: 1.3; -webkit-line-clamp: 2; font-size: 16px; font-weight: 700;}
.popular__sinops_desc {padding: 3px 0px; margin-top: 5px; color: #777;}

.soc-channels {position: absolute; left: 0; right: 0; bottom: 30px;}
.soc-channels__item {display: flex; flex-direction: column; justify-content: center; margin: 0 8px; 
	position: relative; background-color: var(--bg); box-shadow: var(--bsh-2); border-radius: 50%; 
	background-position: center center; background-repeat: no-repeat; width: 40px; height: 40px;}
.tlg {background-image: url(../images/i-tlg.svg); background-size: 16px;}
.vk {background-image: url(../images/i-vk.svg); background-size: 20px;}
.yt {background-image: url(../images/i-youtube.svg); background-size: 20px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__btn {margin: 0 30px; height: 30px; border-radius: 15px; padding: 0 15px; text-transform: none;}
.footer__text {font-size: 13px; line-height: 1.7;}

.pagination {text-align: center; padding-top: 10px;}
.pagination__pages > a, .pagination__pages > span, .pagination__pages-btn > a, 
.pagination__pages-btn > span {display: inline-block; margin: 10px 5px 0 5px; line-height: 38px; 
	padding: 0 10px; min-width: 50px; font-size: 16px; border: 1px solid var(--bdc); border-radius: 10px;}
.pagination__pages1 > span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover,   
.pagination__pages-btn > a {background: var(--accent); color: #fff; border-color: var(--accent);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}
.pagination__pages > span:not(.nav_ext), .pagination__pages-btn > span {background: var(--bg-2); color: var(--tt-3);}

.footer_full {font-size: 13px; line-height: 23px; font-weight: 700;}
.footer_full div {color: #FFF; line-height: 34px; padding: 5px; margin-top: 9px; margin-bottom: 9px; border: 2px solid #fff;
  background: #ff9b00; border-radius: 5px; cursor: pointer; text-align: center; display: block; width: 33.3%; float: left;
  text-shadow: -1px 0px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(17, 17, 17, 0.5);}
.footer_full img {width: 20px; margin-bottom: -5px;}
.footer_full span {float: right;}
.footer_full a {color:#fff;}

.a_shoty {font-size: 18px; line-height: 23px;}
.a_shoty span {font-size: 25px; letter-spacing: 0.2em;}
.a_shoty a {color: #FFF; line-height: 34px; display: block; padding: 5px; margin-top: 9px; margin-bottom: 9px;
    background: #ff9b00; border-radius: 5px; text-shadow: -1px 0px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(17, 17, 17, 0.5);
  font-weight: 700; text-align: center;}
.a_full {font-size: 17px; line-height: 23px;}
.a_full a {color: #7F959B; line-height: 34px; display: block; padding: 5px; margin-top: 9px; margin-bottom: 9px;
    border: 2px solid #e9eff4; background: #f8fdfe; border-radius: 5px;}
.a_full div {cursor: pointer; color: #9D84A0; line-height: 34px; padding: 5px; margin-top: 9px; margin-bottom: 9px;
    border: 2px solid #f4e9f3; background: #fcf8fe; border-radius: 5px;}
.a_full div u {color: #B59EB8; float: right; font-style: normal; text-decoration: none;}
.a_full img {width: 22px; margin-bottom: -5px;}
.a_full span {float: right; color:#B7BFC2;}
.owind_online i {display: block; color: #a8b5ba; font-style: normal; font-size: 14px; padding-left: 30px; line-height: 14px;}

/* INNER PAGE
----------------------------------------------- */
.page__subcols {padding: 60px var(--indent); margin: 0 var(--indent-negative); 
	background-color: var(--bg-2); position: relative; margin-top: -30px; margin-bottom: 30px;}
.page__subcol-side {width: 200px; margin-right: 30px;}
.page__subcol-side2 {width: 300px; margin-left: 30px;}
.pmovie__poster {width: 200px; height: 300px; box-shadow: var(--bsh);}
.pmovie__poster .poster__label {border-radius: 0 0 4px 0; right: auto; bottom: auto; left: 0; top: 0;}
.pmovie__original-title {color: var(--tt-2); text-transform: uppercase; font-size: 12px; 
	margin-top: 2px; font-weight: 500; letter-spacing: 1px;}
.page__subcol-main h1 {font-size: 22px; font-weight: 700;}
.page__subcol-main h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.pmovie__year {margin-top: 15px;}
.pmovie__genres {margin: 15px 0 20px 0; font-size: 13px; color: var(--tt-2);}
.pmovie__header-list {line-height: 1.5; font-size: 13px; color: var(--tt-3);}
.pmovie__header-list li + li {margin-top: 15px;}
.pmovie__header-list li > div:first-child {color: var(--tt); font-size: 14px; margin-bottom: 3px;}
.pmovie__header-list li a {border-bottom: 1px dotted var(--accent-2); color: var(--accent-2);}
.ya-share2 {height: 36px; padding-top: 6px; padding-bottom: 6px;}
.pmovie__ratings-caption {width: 100%; margin-bottom: 15px;}
.pmovie__rating {position: relative; margin-right: 30px;}
.pmovie__rating--site .poster__rating {position: static; transform: none;}
.pmovie__rating--site .pmovie__rating-content {height: 17px; margin: 9px 0 7px;}
.pmovie__rating--site .poster__rating-fill {height: 17px; top: 9px;}
.pmovie__rating-content {font-size: 24px;}
.pmovie__rating-caption {margin-top: 2px; color: var(--tt-2); font-size: 12px;}
.pmovie__subinfo {margin-top: 30px;}
.pmovie__subinfo > * {white-space: nowrap; width: 48%; padding: 0; text-align: center;}
.pmovie__btn {background: var(--gradient); text-transform: none; font-size: 14px;}
.pmovie__fav a {display: flex; align-items: center; justify-content: center; 
	height: 40px; border-radius: 20px; padding: 0 15px; 
	font-size: 14px; border: 3px solid var(--bdc); color: var(--tt-3);}

.page__subtitle {font-size: 16px; font-weight: 700; text-align: center; margin-bottom: 20px;}
.page__text {margin-bottom: 26px;}
.pmovie__player {position: relative; margin-bottom: 30px;}
.pmovie__complaint {position: absolute; right: 0; top: 100%; white-space: nowrap;}
.pmovie__complaint a {background-color: #eb4d4b; color: #fff; display: inline-block; padding: 5px 10px;}
.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-2); color: var(--tt-3); font-weight: 500;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--bg-3); color: #fff;}
.pmovie__rating-likes {position: absolute; right: -10px; top: 0;}
.pmovie__rating-likes > * {display: flex; align-items: center; height: 30px; border-radius: 15px; 
	background-color: #6ab04c; color: #fff; box-shadow: var(--bsh-2); padding: 0 15px 0 10px; 
	font-weight: 500; margin-right: 10px;}
.pmovie__rating-likes > * .fal {font-size: 16px; margin-right: 10px;}
.pmovie__rating-likes > * + * {background-color: #eb4d4b;}
.pmovie__rating-likes > a:hover {background-color: var(--accent); color: #fff;}

.not-loaded {overflow: hidden; position: relative; text-align: center;}
.not-loaded::after {content: 'Загрузка...'; display: inline-block; position: relative; z-index: 1;}
.not-loaded::before {background: repeating-linear-gradient(45deg,#ccc,#ccc 10px,#eee 10px,#eee 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%);}
}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 15px; word-wrap: break-word;}
.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: 500;
	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;}



/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 22px; font-weight: 500; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-3); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; 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;}

.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; 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: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-3); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.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-2);}
.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-2);}
.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;}


/* 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: 17px; font-weight: 500; 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-3); margin-left: 10px; font-weight: 400; color: var(--tt-3);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-3);}
.login__caption {font-size: 14px; 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: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(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.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 {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; 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: 10px;}
 .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-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; left: 0; right: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: none; width: 40px; height: 30px; 
	background: none; color: var(--tt-2); position: absolute; top: 0; font-size: 28px; margin-top: -15px;}
 .owl-prev {left: -50px;}
 .owl-next {right: -50px;}
 .owl-prev:hover, .owl-next:hover {background: none; color: var(--accent);}
 .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; box-shadow: var(--bsh-2);}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}


/* 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: #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 .side-block__menu-hidden {background-color: var(--bg); position: static; 
	opacity: 1; visibility: visible; transform: none; border: 0; margin-top: 30px; padding-top: 20px;}

    .header__btn-menu {cursor: pointer; width: 42px; height: 42px; border-radius: 50%; line-height: 40px; 
		text-align: center; background: #ff9b00; color: #fff; display: block; margin-left: 20px; margin-top: 13px; position: absolute;}
    .header__btn-menu img {width: 35px; padding-top: 3px;}
    .header__menu, .col-side .js-this-in-mobile-menu11, .pagination__pages-btn {display: none;}
    .col-side {width: 100%; padding-top: 0; display: none;}
	.col-side .js-this-in-mobile-menu {display: none;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.header__search {flex: 1 1 0; margin: 0 20px; max-width: 100%; min-width: 50px;}
	.header {margin: 5px 5px; margin-bottom: 0; position: static; padding-right: 10px;}
	.carou {padding: 20px 5px; padding-bottom: 20px;}
	.d-grid, #dle-content {grid-gap: 20px 5px; grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
	.col-main {padding-top: 10px;}
	.side-block + .side-block {padding: 30px 20px 0 20px; margin-left: -20px; margin-right: -20px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.logo__title, .logo__caption {font-size: 18px;}
	.page__subcols {padding-top: 20px; padding-bottom: 20px;}
	.pmovie__header-list li + li {margin-top: 5px;}
	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.tabs-block__select span {margin: 0;}
	.pmovie__rating-likes {position: static; margin-top: 20px; padding-left: 20px;}
	.pmovie__complaint {margin-top: -50px;}
    .cb_nomaine {margin-top: -25px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.carou__content > .top {width: calc((100% - 60px)/5);}

	.footer {justify-content: center; text-align: center; background-image: none; padding: 5px;}
	.footer__text {min-width: 100%; margin: 0 0 5px 0;}   
    
    #p_iframe iframe { width: 100%; height:419px !important;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.carou__content > .top {width: calc((100% - 30px)/3);}
	.header__search {order: 10; min-width: 100%; margin: 0;}
	.header {height: auto; padding-bottom: 10px;}
	.page__subcol-side {margin-right: 20px;}
	.page__subcol-side2, .page__col-side {width: 100%; margin: 0; margin-top: 20px;}
    
	.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;}
    
    #p_iframe iframe { width: 100%; height:360px !important;}
}

@media screen and (max-width: 590px) {
	.wrapper-container22 {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;}
	.carou__content > .top {width: calc((100% - 30px)/3);}
	.footer .btn {width: 100%; margin: 0; margin-bottom: 20px;}
    .popular__title {line-height: 1.2; font-size: 15px;}


	.page__subcols {display: block; position: relative;}
	.page__subcol-side {width: 120px; float: left; margin-right: 10px;}
	.pmovie__poster {width: 120px; height: 180px;}
	.page__subcol-main h1 {font-size: 18px;}
	.page__subcol-main {display: inline;}
	.pmovie__ratings {margin: 0; justify-content: space-between;}
	.pmovie__ratings-caption {display: none;}
	.pmovie__rating {margin: 0;}
	.pmovie__rating--site {margin-right: 0px;}
	.pmovie__ratings {width: 100%; padding-top: 5px;}
	.pmovie__ratings::before {content: ""; display: table; clear: both; width: 100%;}
	.pmovie__subinfo {justify-content: space-between; margin: 0; margin-top: 20px;}
	.pmovie__share {min-width: 100%; text-align: center;}
    
    #p_iframe iframe { width: 100%; height:262px !important;}
    .fb_s {margin: -17px 3px -4px 3px;}
    .colllinka a {width: 44%;}
    .colsp span {width: 44%;}
    .block1_conty {margin: 0px 3px -5px 3px;}
	.tabs-block__select span {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 13px;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    #p_iframe iframe { width: 100%; height:181px !important;}
}

.filter-block {margin-bottom: 0px;}
.filter-block__form {display: flex; flex-wrap: wrap;}
.filter-block__cell {margin-left: 10px;}
.filter-block__cell--full-width {grid-column: 1 / -1;}
.filter-block__cell-caption {margin-bottom: 10px;}
.filter-block__cell-content > * {width: 100%; display: block;}
.filter-block__cell-content--two-columns {display: flex; justify-content: space-between;}
.filter-block__cell-content--two-columns > * {width: calc((100% - 10px)/2) !important;}
.filter-block__cell-content select, .filter-block__cell-content input[type="text"], 
.filter-block__cell-content--check-group {height: 40px; line-height: 36px; background-position: right 14px top 54%;
	background-color: var(--bg); color: var(--tt); border: 2px solid var(--bdc); border-radius: 20px; 
	box-shadow: none; font-size: 14px;  padding: 0 15px; background-size: 10px; display: inline-block;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: auto; box-sizing: border-box;}
.filter-block__cell-content select {padding: 0 30px 0 10px;}
.filter-block__cell-content input[type="text"]::placeholder {opacity: 1; color: var(--tt); font-size: 14px;}
.filter-block__cell-content input[type="text"]:focus::placeholder {opacity: 0;}
.filter-block__cell-content--inp-year input {width: 80px !important;}
[data-dlefilter="reset"] {width: 40px; background-color: var(--bg-2); color: var(--tt-2); 
	padding: 0; font-size: 18px; border: 1px solid var(--bdc);}
@media screen and (max-width: 1220px) {
	.filter-block {width: 100%; margin-bottom: -10px; margin-top: 20px;}
	.filter-block__cell {margin: 0 10px 10px 0;}
}
@media screen and (max-width: 470px) {
	.filter-block__form {justify-content: space-between;}
	.filter-block__cell {margin-right: 0; width: 48%;}
	.filter-block__cell:first-child {width: calc(100% - 50px); order: 10;}
	.filter-block__cell-content > * {width: 100% !important;}
	.filter-block__cell-content--inp-year input {width: 100% !important;}
	.filter-block__cell--btns {width: 40px; order: 11;}
    .poster__title {font-size: 14px; color: #374D5A;}
    .colllinka a {width: 42%;}
    .colsp span {width: 42%;}
    .l_downlod {font-size: 16px;}
}
	
/* FLEX FALLBACK FOR SMART TV
----------------------------------------------- */
/*
@media screen and (min-width: 1800px) {
    #dle-content, .d-grid {display: flex; justify-content: space-between; flex-wrap: wrap; grid-gap: 0 0;}
    #dle-content > *:not(.grid-item), #dle-content {width: 100%;}
    .poster {width: 23%; margin-bottom: 30px;}
	.pagination {margin-top: -10px;}
	.page__comments {margin-top: -30px;}
}
*/
	
	