
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; background: #313536;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh;}
.header {position: fixed; z-index: 11; left: 0; top: 0; right: 0; height: 80px; padding-left: 30px; padding-right: 30px; background: #313536;}
.header:before {content: ''; position: absolute; top: 0; left: 0; width: 259px; height: 82px; background: #3e4243;}
.content--sidebar-hid .header:before {width: 100px;}
.content--sidebar-hid .header__logo {margin-left: 50px;}
.header:after {    content: ''; position: absolute; top: 0; left: 259px;width: 1px; height: 82px; background: #2e3030;}
.content--sidebar-hid .header:after {left: 99px;}
.header__line {position: absolute; bottom: -1px; left: 260px; right: 0; height: 1px; background: #292b2c;}
.content--sidebar-hid .header__line {left: 100px;}
.footer {gap: 30px; line-height: 1.7; border-top: 1px solid #292b2c; margin-left: 260px; color: var(--tt-dark); padding: 30px var(--indent);}
.content--sidebar-hid .footer {margin-left: 100px;}
.col-main {padding-top: 84px; padding-left: 260px;}
.col-side {position: fixed; z-index: 9; background: #3e4243; top:80px; bottom:0; border-right: 1px solid #2e3030; color: #e6e6e6; padding: 20px 25px; width: 260px;}
.col-side > * {z-index: 1;}
.col-side:after {content: '';position: absolute;top: 2px; left: 20px; width: 220px; height: 1px;background: #313536;}
.content--sidebar-hid .col-side:after {width: 60px;}
.col-main__cols {display: grid; min-height: 50vh;}
.col-main__right {padding: var(--indent); padding-top: 30px;}
.sect--padding, .page-padding {padding: var(--indent); padding-top: 40px;}
.hbg {background: var(--bg-dark);}
.header__burger {display: inline-flex;flex-direction: column;justify-content: center; z-index: 1; color: #939393;
    margin-right: 20px;margin-left: 10px;cursor:pointer; font-size: 25px;}
.content--sidebar-hid .col-side {width: 100px;}
.content--sidebar-hid .col-main {padding-left: 100px;}
	
#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 {display: inline-flex; flex-direction: column; justify-content: center; height: 60px; margin-right: 90px;}
.logo span {color: var(--accent);}
.logo__title {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 400;
	line-height: 1;
	font-family: 'Fredoka One', sans-serif;
	z-index: 1;
	}
.logo__caption {font-size: 10px; font-weight: 500; color: #fff; 
	opacity: 0.9; text-transform: uppercase; letter-spacing: 3px; margin-top: 5px;}
.header__btn, .footer__btn {background: var(--bg-btn-dark); box-shadow: var(--bsh-btn-dark); color: #fff; gap: 10px;}

.header__search {position:relative; width: 400px;}
.header__search input, .header__search input:focus {padding: 0 60px 0 20px; border-radius: 20px;  background: #3e4243; 
    border: 1px solid #2e3030; box-shadow: var(--bsh-btn-dark); color: #fff; height: 45px; line-height: 45px;}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.6; font-size: 14px;} 
.header__search button {position:absolute; right: 6px; top: 6px; padding: 0; width: 60px;
	background: #fed223; width: 33px; height: 33px; border-radius: 50%; color: #000; font-size: 14px;}
.search-btn .fal {font-weight: 600;}


/* TOP ITEM
----------------------------------------------- */
.carou {padding: 30px var(--indent); margin-top: -84px; padding-top: 84px;
	background-color: var(--bg-dark); position: relative; padding-bottom: 60px;}
.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-darkest);}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; padding: 15px; color: #fff;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 30px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 24px; font-weight: 700;padding: 0 0 10px 0; gap: 10px; display: flex; align-items: center; flex-wrap: wrap;}
.sect__title .fal {color: var(--accent);}
.sect__link {margin-left: 20px; padding: 0 10px; border-radius:4px; height: 30px; 
	background-color: var(--bg-btn-dark); color: var(--tt); font-weight: 500; font-size: 13px;}
.sect__subtitle {font-size: 21px;}
.desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-3);padding: 0 var(--indent) 40px;}
.desc h1, .desc h2, .desc h3 {font-weight: 700; font-size: 18px; color: var(--tt); line-height: 1.3;}
.desc a {text-decoration: underline;}
.desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.speedbar {font-size: 14px; color: var(--tt-3); background-color: var(--bg);
	margin: 0 var(--indent-negative); margin-bottom: -60px; margin-top: 30px; padding: 30px var(--indent);}
.speedbar a:hover {text-decoration: underline;}
.sect--tags {gap: 10px;}
.sect--tags .sect__title {padding-right: 10px; font-size: 16px;}
.sect.sect--tags a {font-size: 14px;}
.sect--tags a {border: 1px solid var(--bdc); border-radius: 3px; display: flex; align-items: center; height: 30px; 
	padding: 0 10px; font-weight: 500; color: var(--tt-3);}


/* POSTER ITEM
----------------------------------------------- */
.poster {background: #3e4243;border: 1px solid #2e3030; border-radius: 8px;}
.poster__img {border-radius: 8px 8px 0 0;}
.poster__label {display: flex; align-items: center; gap: 4px; padding: 3px 5px; font-size: 12px; border-radius: 0.3rem;
	background: rgba(39, 45, 53, 0.7); color: #fff; position: absolute; right: 10px; top: 10px; z-index: 3;}
.poster__label.poster__label-views {top: inherit; bottom: 10px; color: #cacaca;}
.poster__label.poster__label-views .fas {font-size: 11px;}
.poster__label.thumb__label--milf {background: var(--accent);color: #000;}
.poster__rating-likes {left: 10px; right: inherit; color: #cacaca; top: inherit; bottom: 10px;}
.poster__desc {position: relative; padding: 10px;}
.pmovie__related .poster__desc {padding-right: 10px;}
.poster__title {font-size: 14px; font-weight: 500; color: var(--tt); overflow: hidden; height: 40px;}
.poster__subtitle {color: var(--tt-2); font-size: 13px; margin-top: 5px;padding: 0 0 5px 0;}
.pmovie__ratings-score {font-weight: 700; font-size: 11px; 
	width: 35px; height: 35px; border-radius: 50%; position: absolute; right: 5px; top: 10px;
border: 1px solid var(--bg-btn-dark); color: var(--bg-btn-dark);}
.poster__rating {height: 17px; width: 170px; position: relative; background: url(../dleimages/rating.svg);}
.poster__rating-fill {position: absolute; left: 0; top: 0; height: 100%; width: 0; transition: width 1s ease-in-out;
	z-index: 1; background: url(../dleimages/rating.svg) 0 -34px repeat-x;}
	
.poster.thumb--model .poster__title {height: 20px;}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 20px;}
.side-block__title {font-weight: 700; font-size: 18px; margin-bottom: 30px;}
.side-block__menu > li > a {padding: 15px 0 15px 60px; color: #e6e6e6; display: block; font-size: 14px;}
.content--sidebar-hid .side-block__menu > li > a {padding: 15px 0 15px 0;}
.content--sidebar-hid .side-block__menu > li > a .menu-item {font-size: 0;}
.side-block__menu li {margin-left: 5px; position: relative; font-size: 17px;margin-bottom: 5px; height: 49px;}
.side-block__menu li [class*="fa-"] {position: absolute; font-size: 16px; left: 0px; top: 5px; pointer-events: none; color: #828282;  width: 40px;
    height: 40px; background: #313536; border-radius: 50%; -webkit-transition: opacity .3s; transition: opacity .3s; text-align: center; line-height: 40px;}
.side-block__menu > li:hover [class*="fa-"] {color:#fff;}
.side-block__menu li.menu-active a {font-weight: 600;}
.side-block__menu li.menu-active [class*="fa-"] {background: #fed223;color:#222;}

.menu2 {border-top: 1px solid #313536; padding-top: 20px;}
.menu2 .side-block__menu li {height: auto;}
.menu2 .side-block__menu > li > a {padding: 5px 10px 5px; padding-right: 40px;}
.menu2 .side-block__menu > li > a:hover {color: #939393;}
.content--sidebar-hid .menu2 {display:none;}
.menu2 li span {position: absolute; right: 10px;top: 5px; color: var(--tt-3);font-size: 12px;pointer-events: none;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.pagination__pages {text-align: center; padding-top: 10px; gap: 10px;}
.pagination__pages > a, .pagination__pages > span, .pagination__pages-btn > a, 
.pagination__pages-btn > span {display: inline-block; line-height: 36px; 
	padding: 0 10px; min-width: 38px; font-size: 14px; border: 1px solid #3e4243; border-radius: 4px;}
.pagination__pages1 > span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover,   
.pagination__pages-btn > a, .sect--tags a:hover, .sect__link:hover {background: var(--accent); color: #000; border-color: var(--accent);}
.pagination__pages > span:not(.nav_ext), .pagination__pages-btn > span {background: #3e4243; color: #fff;}


/* INNER PAGE
----------------------------------------------- */
.mb {margin-bottom:20px;}
.mb40 {margin-bottom:40px;}
.page__subcol-header h1 {font-size: 22px; font-weight: 700; color: #fff;}
.page__subcol-header h1 a {margin-left: 10px; font-size: 14px; font-weight: 400; color: #fff; opacity: 0.5;}
.pmovie__ratings-votes {color: var(--tt-dark); margin-left: 13px; font-size: 12px;}
.page__cols {display: grid;grid-template-columns: 1fr 300px; grid-gap: 30px 40px; margin-bottom: 30px;}

.pmovie__header-list {line-height: 1.5; color: var(--tt);}
.pmovie__header-list li {position: relative;}
.pmovie__header-list li + li {margin-top: 11px;}
.pmovie__header-list li > span:first-child, .pmovie__header-list li > div:first-child {color: var(--tt-2); margin-right: 5px;}
.pmovie__header-list li a {border-bottom: 1px dotted var(--accent); color: var(--accent);}
.tags a {margin-right: 7px;}

.page__text {grid-column: 1 / -1;}

.pmovie__player {position: relative; margin-bottom: 30px;}

.pmovie__player-bottom-2 {background-color: var(--bg); color: #fff; padding: 15px;}
.pmovie__ratings-score {position: static; width: 40px; height: 40px; font-size: 12px; margin-left: 15px;}
.pmovie__player-bottom-222 .pmovie__ratings-score {color: var(--accent-green); border-color: var(--accent-green);}
.page__meta {gap: 10px 20px; margin-bottom: 15px; position: relative;}
.page__meta-item {font-size: 13px;}
.page__meta-item .fal {margin-right: 8px; color: var(--tt-3);}
.pmovie__rating-likes > * {display: flex; align-items: center; height: 40px; border-radius: 20px; 
	background-color: var(--accent-green); color: #fff; box-shadow: var(--bsh-2); padding: 0 20px 0 15px; 
	font-weight: 500; margin-left: 10px;}
.pmovie__rating-likes > * .fal {font-size: 16px; margin-right: 10px;}
.pmovie__rating-likes > * + * {background-color: var(--accent-red);}
.pmovie__rating-likes > a:hover, .pmovie__fav a:hover, .pmovie__complaint a:hover {background-color: var(--accent); color: #000;}
.pmovie__fav a {display: flex; align-items: center; justify-content: center; font-weight: 500;
	height: 40px; border-radius: 20px; padding: 0 20px; margin-right: 15px; letter-spacing: 1px;
	font-size: 12px; text-transform: uppercase; background-color: var(--bg-darkest);; color: var(--tt-dark);}

.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, .clrrating-5 {color: #fff; background: rgb(243 75 41 / 80%);}
.clrrating-6, .clrrating-7, .clrrating-8, .clrrating-9, .clrrating-10 {color:#fff; background: rgb(22 178 43 / 80%);}

.pmovie__ratings-score.clrrating-1, .pmovie__ratings-score.clrrating-2, .pmovie__ratings-score.clrrating-3, .pmovie__ratings-score.clrrating-4, .pmovie__ratings-score.clrrating-5 
{border-color: var(--accent-red); color:var(--accent-red); background: inherit;}
.pmovie__ratings-score.clrrating-6, .pmovie__ratings-score.clrrating-7, .pmovie__ratings-score.clrrating-8, .pmovie__ratings-score.clrrating-9, .pmovie__ratings-score.clrrating-10 
{border-color: var(--accent-green); color:var(--accent-green); background: inherit;}

.mpage__img {width: 200px; margin-right: 40px;}
.mpage__social {width: 200px; margin-left: 40px;}
.mpage__text.desc {padding: 0;color: #fff;}
.mpage__img img {width: 100%;}
.mpage__bio {display: grid; grid-gap: 13px 40px; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); margin-top: 20px;}
.mpage__bio li {display: flex; justify-content: space-between; font-size: 14px;}
.mpage__bio li > span:first-child {color: var(--tt-3); display: inline-flex; align-items: center;
	flex: 1 1 0; min-width: 100px; max-width: 100%; margin-right: 10px; white-space: nowrap;}
.mpage__bio li > span:first-child::after {content: ''; border-top: 1px dotted var(--tt-3); 
	flex: 1 1 0; min-width: 10px; max-width: 100%; margin-left: 10px;}
.mpage__bio a {color: var(--accent); border-bottom: 1px dotted var(--accent);}
.mpage__social-item {display: block; margin-bottom: 10px; border-radius: 4px; 
	padding: 10px; text-align: center; background-color: #1877f2; color: #fff;}
.tw {background-color:#2daae1; color: #fff;}
.insta {background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}


/* 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: #fed223;}
.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;}
.video-responsive {padding-top: 60%; position: relative; background-color: #000;}
.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: 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 #3e4243; 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 10px 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: #e6e6e6; 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: var(--accent-green); margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: var(--accent-red);}
.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;}


/* 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-dark); 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 {margin: 0; padding: 10px 20px; display: block; 
	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 {color: #fff;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	body.content--sidebar-hid {position: fixed;overflow: hidden; width: 100%;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.header:before, .header:after, .col-side:after {display:none;}
	.content--sidebar-hid .header__line, .header__line {left: 0;}
	.sect--padding, .page-padding {padding-top: 30px;}
	.pagination__pages-btn {display: none !important;}
	.header {position: relative; padding: 0 var(--indent);}
	.header__search {flex: 1 1 0; max-width: 100%; min-width: 50px;}
	.carou {padding-left: var(--indent); padding-right: var(--indent); padding-bottom: 60px;}
	.col-main, .content--sidebar-hid .col-main {padding: 0;}
	.content--sidebar-hid .footer, .footer, .content--sidebar-hid .header__logo {margin:0;}
	.content--sidebar-hid .header__logo {margin-right:20px;}
	.col-side {display: none; left: 0; margin-left: 0;}
	.content--sidebar-hid .col-side {display: block; width:260px;}
	.content--sidebar-hid .menu2 {display:block;}
	.content--sidebar-hid .side-block:not(.menu2) .side-block__menu > li > a {padding: 15px 0 15px 60px;}
	.content--sidebar-hid .side-block__menu > li > a .menu-item {font-size: 14px;}
	.page__cols {grid-template-columns: 1fr;}
	
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.logo {width: auto;margin-right:20px;}
	.d-grid-mob {display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); grid-gap: 20px 20px;}
	.d-grid-mob > * {margin: 0 !important;}
	.lcomm {padding-left: 0 !important; padding-right: 0 !important;}

	.pmovie__header-list li + li {margin-top: 5px;}
	.page__subcols {grid-template-areas: "pside pheader" "pside pmeta" "pside pctrl" "pinfo pinfo"; 
		grid-template-columns: 200px minmax(0,1fr);}
}

@media screen and (max-width: 950px) {
	.carou__content > .top {width: calc((100% - 60px)/5);}
	.d-grid, #dle-content {grid-gap: 30px 20px;}
	.col-main__cols {display: block;}
	.col-main__right {padding: var(--indent); padding-top: 30px;}
	.slider-box {margin-top: -84px; background-color: var(--bg-dark);}
	.footer {justify-content: center; text-align: center; background-image: none; padding: 20px;}
	.footer__text {min-width: 100%; margin: 0;}
	.header .header__btn span:last-child {display: none;}
	.header .header__btn {width: 40px; padding: 0; font-size: 18px;}
	.speedbar {margin-bottom: -20px;}
	.mpage__desc {min-width: 100%; order: -1; margin-bottom: 20px;}
	.mpage__social {flex: 1 1 0; margin-left: 0;}
	.mpage__img {margin-right: 20px;}
	
	.page__subcols {gap: 30px 20px;}
	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
}

@media screen and (max-width: 760px) {
	.carou__content > .top {width: calc((100% - 30px)/3);}
	.carou {margin-top: -120px; padding-top: 140px;}
	.header__search {order: 10; min-width: 100%; margin: 0;}
	.header {height: 120px;}
	.header__logo {margin-right: 0;}
	.header__line {bottom: -10px;}
	.col-side {top: 73px; z-index:11;}
	.page__subcols {margin-top: -150px; padding-top: 150px;}
	.blurred-bg, .page__subcols::before {height: 260px;}
	.pmovie__player-bottom-2 .pmovie__ratings {order: 10; min-width: 100%; justify-content: center; padding-top: 10px;}

	.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) {
	.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%;}

	.page__subcols {grid-template-areas: "pheader" "pside" "pmeta" "pinfo" "pctrl"; grid-template-columns: minmax(0,1fr);}
	.page__subcol-header, .page__subcol-meta {text-align: center;}
	.page__subcol-side {justify-self: center;}
	.page__subcol-header .pmovie__ratings {justify-content: center; padding-top: 10px;}
	.page__subcols {padding-top: 140px;}
	.blurred-bg, .page__subcols::before {height: 360px;}
	.pmovie__ext-ratings {justify-content: center; text-align: left;}
	.pmovie__quality {margin-top: 10px; margin-bottom: -15px; justify-content: center;}
	.pmovie__player-bottom-2 {justify-content: space-between;}
	.pmovie__fav {margin: 0;}
}

@media screen and (max-width: 470px) {
	.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;}
	.poster .poster__title {font-size: 14px;}
	.poster .poster__subtitle {font-size: 12px;}
	.mpage__img {width: 160px;}
}


.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit;height:240px!important}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;visibility:visible;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:before,.simplebar-content:after{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}[data-simplebar]{flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;right:0;width:11px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#1a1d1f;border-radius:0;left:0;right:-1px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:1;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}