<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½ Ð¸ Ð´Ð¾Ñ€Ð°Ð±Ð¾Ñ‚Ð°Ð½ DLETM.RU */
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;overflow: hidden;}
.wrapper::before {content: ''; position: absolute; left: 0%; top: 0; z-index: 3;
	background: var(--gradient); width: 100%; padding-top: 100%; box-sizing: border-box;}
.wrapper-container {max-width: var(--max-width); padding: 0 var(--indent); margin: 0 auto; position: relative; z-index: 20;}
.content {min-height: calc(100vh - 194px); padding-top: 60px; padding-bottom: 80px;}
.header__inner {padding: 30px 0; gap: 30px; border-bottom: 1px solid var(--bdc);}
.header {position: sticky; left: 0; top: 0; z-index: 100;}
.header.sticky {transform: translateY(-150%);}
.header.is-active, .menu-is-opened .header {background-color: var(--bg); box-shadow: 0 0 15px rgba(0,0,0,0.6);}
.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: 100%; height: 500px; overflow: hidden; display: none;}
.blurred-bg img {width: 120%; height: 120%; object-fit: cover; filter: blur(2px) grayscale(0.5); 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);}


/* HEADER, NAV
----------------------------------------------- */
.logo {display: block; text-transform: uppercase; font-size: 22px; letter-spacing: 5px;}
.logo span {color: var(--accent);}
.header__logo {min-width: 200px;}
.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: 3px;
	background: rgba(255,255,255,0.1); box-shadow: none; color: #fff; height: 36px; line-height: 36px;}
.header__search-box input:not(:focus)::placeholder {color: var(--tt-fader); opacity: 1; font-size: 15px;}
.header__search-box button {position:absolute; right: 0; top: 0; padding: 0;
	background: none; color: var(--tt-fader); font-size: 18px; width: 50px; height: 36px;}

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

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


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 80px;}
.sect__header {margin-bottom: 30px;}
.sect__header--bordered {border-bottom: 1px solid var(--bdc);}
.sect__title {font-size: 1.3em; font-weight: 400;}
.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 {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 &gt; .item-poster--carousel {width: calc((100% - 90px)/4); flex-shrink: 0; margin-right: 30px;}
.sect--slider &gt; .item-slide {width: 100%; flex-shrink: 0;}
.site-desc {display: grid; grid-gap: 20px; line-height: 1.7;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-weight: 400; font-size: 1.3em; color: var(--tt);}
.site-desc a {text-decoration: underline; color: var(--tt);}
.site-desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.site-desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro';
	color: var(--accent); position: absolute; left: 0; top: 0;}


/* COMMON ITEM
----------------------------------------------- */
.item__rating {background-color: var(--accent); color: var(--accent-text); width: 40px; text-align: center;
	padding: 1px 0; border-radius: 0 3px 3px 0; font-weight: 400; font-size: 0.8em;
	position: absolute; left: 0; top: 10px; z-index: 10;}
.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 var(--tt); color: var(--tt);}


/* 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: 3px;}
.item-slide__title {font-size: 30px; letter-spacing: 2px;}
.item-slide__ext-rating {margin-left: 30px; font-weight: 400; font-size: 22px; color: var(--accent);}
.item-slide__ext-rating--imdb {padding-left: 38px; background: url(../images/imdb.svg) 0 center / 30px auto no-repeat;}
.item-slide__ext-rating--kp {padding-left: 26px; background: url(../images/kp.svg) 0 center / 20px auto no-repeat;
	color: #ff6600; margin-left: 15px;}
.item-slide__meta {margin-top: 5px;}
.item-slide__text {margin-top: 25px; line-clamp: 5; text-align: justify;}


/* 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: 3px;}
.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;}


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

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


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

.pmovie__img {width: 230px; height: 340px; border-radius: 3px;}
.pmovie__fav {margin-top: 20px; margin-bottom: 50px; width: 100%; padding: 0;}
.pmovie__fav a {display: flex; align-items: center; justify-content: center; height: 100%; gap: 10px;}
.pmovie__subtitle {margin-bottom: 20px; margin-top: 50px; text-align: center;}
.pmovie__devices li {text-align: center; font-size: 0.7em; text-transform: uppercase;}
.pmovie__devices [class*=fa] {display: block; height: 40px; font-size: 38px;}
.pmovie__devices li:last-child [class*=fa] {font-size: 30px; padding-top: 6px;}
.pmovie__caption {margin-top: 20px; font-size: 0.9em;}
.pmovie__rating-likes {position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 10; gap: 20px;}
.pmovie__rating-likes &gt; * {display: flex; align-items: center; height: 40px; gap: 10px; font-weight: 400;}
.pmovie__rating-likes .fal {background-color: #5d9b42; color: #fff; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;}
.pmovie__rating-likes &gt; * + * .fal {background-color: #ea162a;}

.pmovie__header-main h1 {font-size: 30px; letter-spacing: 2px;}
.pmovie__header-main h1 a {margin-left: 10px; font-size: 16px;}
.pmovie__original {text-transform: uppercase; font-weight: 400; font-size: 0.8em; letter-spacing: 1px; margin-top: 5px;}
.pmovie__actors {margin-left: 30px; gap: 6px;}
.pmovie__actors img {width: 40px; height: 40px; border-radius: 50%; object-fit: cover;}
.pmovie__list {font-weight: 400; display: grid; grid-gap: 8px; font-size: 0.9em;}
.pmovie__list li &gt; span:first-child {color: var(--tt);}
.pmovie__text {margin: 26px 0 0 0;}

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


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6; 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 &gt; ul, .full-text &gt; ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text &gt; img[style*="left"], .full-text &gt; .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text &gt; img[style*="right"], .full-text &gt; .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text &gt; ul li, .full-text &gt; ol li {padding-left: 60px; position: relative;}
.full-text &gt; ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%;
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text &gt; ol {counter-reset: num;}
.full-text &gt; ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff;
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 700;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text &gt; 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 &gt; ul li + li, .full-text &gt; ol li + li {margin-top: 10px;}
.full-text table, .video-inside &gt; * {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 &gt; *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive &gt; iframe, .video-responsive &gt; 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-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 40px; display: none;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea,
.mass_comments_action select {border-radius: 0; background-color: var(--ui-bg-darker);}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: none; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.show-comms &gt; a {display: inline-block; font-weight: 400; color: var(--accent);}
.page__comments-header {margin-bottom: 30px; gap: 15px;}

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

@media screen and (min-width: 1220px) {
	.comment-item {padding-left: 55px; position: relative;}
	.comment-item__img {margin: 0; position: absolute; left: 0; top: 0;}
	.comment-item__meta {display: flex; gap: 10px;}
	.comment-item__date {margin: 0; font-size: 14px; opacity: 0.6;}
	.wrapper::before {animation: blink 20s infinite ease-in-out; animation-direction: normal; will-change: transform;
		--gradient: radial-gradient(circle closest-side at center, #50536b 0%, transparent 100%);}
	@keyframes blink {
		0% {transform: translateX(0%); opacity: 1;}
		25% {transform: translateX(-75%); opacity: 0;}
		50% {transform: translateX(0%); opacity: 1;}
		75% {transform: translateX(75%); opacity: 0;}
		0% {transform: translateX(0%); opacity: 1;}
	}
}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px;
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 400; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-fader); margin-left: 10px; font-weight: 400; color: var(--tt-fader);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 16px; color: var(--tt-fader);}
.login__caption {font-size: 16px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width: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: 15px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}

/*--- ÐŸÐ¾Ð´ÑÐ²ÐµÑ‚ÐºÐ° Ð¸ÑÑ…Ð¾Ð´Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð´Ð° ---*/
.hljs-comment, .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
  color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr,
.hljs-selector-pseudo, .hljs-number {
  color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

.comments-image-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}


.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {position: relative; z-index: 1; user-select: none;}
 .owl-stage-outer {position: relative; overflow: hidden;}
 .owl-stage {display:flex; justify-content:flex-start; will-change: transform;}
 .owl-nav.disabled, .owl-dots.disabled {display: none;}
 .owl-carousel .animated {animation-duration: 0.6s; animation-fill-mode: both; position: relative;}
 .owl-animated-in {z-index: 0;}
 .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-carousel .fadeIn {animation-name: fadeIn;}
 @keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }

 .owl-nav {position: absolute; left: 0; right: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; width: 50px; height: 50px; border-radius: 50%; margin-top: -25px;
	border: 1px solid var(--bdc-lighter); color: var(--tt); position: absolute; top: 0; font-size: 24px;}
 .owl-prev {left: -110px; padding-right: 5px;}
 .owl-next {right: -110px; padding-left: 5px;}
 .owl-prev:hover, .owl-next:hover, .sect--slider .owl-next {border-color: var(--accent); color: var(--accent); background: none;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -37px;}
 .owl-dot {display: inline-block; width: 16px; height: 16px; border-radius: 50%;
	cursor: pointer; background: var(--bg); margin: 0 5px;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}

.sect--carousel .owl-nav button {margin-top: -45px;}
.sect--carousel .owl-stage-outer {overflow: hidden;}
.sect--carousel .owl-item:not(.active) {opacity: 0.25; filter: grayscale(0.6); pointer-events: none;}
.sect--carousel .owl-item {transition: opacity .3s linear;}


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

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper-container {max-width:1000px;}
	.header__logo {min-width: auto;}
	.header__search-box {max-width: 100%;}
	.item-slide__img {width: 255px;}
	.sect__content &gt; .item-poster--carousel {width: calc((100% - 45px)/4); margin-right: 15px;}
	.sect__menu {font-size: 1em; gap: 20px;}
	.grid-items, #dle-content {grid-gap: 30px 15px; grid-template-columns: repeat(auto-fill,minmax(160px,1fr));}
	.menu-is-opened {overflow: hidden;}
	.content {overflow: hidden; padding-left: var(--indent); padding-right: var(--indent);
		margin-left: var(--indent-negative); margin-right: var(--indent-negative);}

	.pmovie__grid {gap: 30px 20px;}
	.pmovie__header-main h1 {min-width: 100%;}
	.pmovie__header-main .item-slide__ext-rating {margin: 0;}
	.pmovie__header-main .item-slide__ext-rating--imdb {margin-right: 20px;}
	.pmovie__header-main .item-slide__ext-rating--kp {flex-grow: 1;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.item-slide__img {display: none;}
	.sect__content &gt; .item-poster--carousel {width: calc((100% - 30px)/3);}

	.pmovie__grid {grid-template-areas: "pleft pheader" "pleft pmain" "pbottom pbottom";}
	.pmovie__devices, .pmovie__left .pmovie__subtitle {display: none;}
	.pmovie__caption {margin: 0;}
	.pmovie__fav {margin: 15px 0;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.header__inner {padding-top: 15px; padding-bottom: 15px; gap: 15px;}
	.header__search {min-width: calc(100% - 100px); width: calc(100% - 100px); max-width: calc(100% - 100px);order: 10;}
	.theme-toggle {order: 11; margin: 0; margin-left: 10px;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 50px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.sect--slider, .sect--carousel .sect__content {margin: 0 70px;}
	.owl-prev {left: -70px;}
	.owl-next {right: -70px;}
	.item-slide__title {font-size: 22px; white-space: normal;}
	.item-slide__ext-rating {font-size: 18px;}
	.sect--carousel .item-poster__title {font-size: 1em;}
	.sect__menu {min-width: 100%;}
	.sect__menu li {flex-grow: 1; white-space: nowrap; text-align: center; min-width: auto;}
	.pagination__pages-btn {display: none;}
	.pagination__pages {justify-content: center;}
	.footer {justify-content: center;}
	.footer__menu {min-width: 100%; justify-content: center;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}

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

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

	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}

	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.item-slide__title {min-width: 100%;}
	.item-slide__ext-rating {margin: 0;}
	.item-slide__ext-rating--imdb {margin-right: 20px;}
	.item-slide__text {font-size: 0.9em; margin-top: 15px;}
	.sect__content &gt; .item-poster--carousel {width: calc((100% - 15px)/2);}
}

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

	.pmovie__related .item-poster:nth-child(5n), .page__comments .sect__title {display: none;}
}

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

.nice-select{cursor:pointer; position:relative; white-space:nowrap; z-index: 50;}
.nice-select::before {content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 53px;}
.nice-select .current {font-size: 1.3em; font-weight: 400; display: inline-block;}
.nice-select .list {position: absolute; left: 0; top: 100%; display: none; padding: 9px 0; background-color: rgba(0,0,0,0.5); box-shadow: 0 0 15px 0 rgba(0,0,0,0.3); backdrop-filter: blur(10px);}
.nice-select.open .list {display: block; max-height: 300px; overflow-x: hidden; overflow-y: auto;}
.nice-select .list li {padding: 3px 15px; cursor: pointer;}
.nice-select .selected, .nice-select .list li:hover, .nice-select:hover .current {color: var(--accent);}

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

.mce-accordion summary { cursor: pointer; }
.self_delete_link { border: 0 none; display: inline-block; vertical-align: middle; cursor: pointer; padding: 12px 27px; border-radius: 10px; outline: none; background-color: #f44336; color: #fff; text-shadow: 0 1px #333; text-decoration: none !important; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); box-sizing: border-box; transition: all ease .1s; transition: all ease .1s; }
.DLEPush { z-index: 2001; position: fixed; right: 20px; top: 20px }

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper { animation-name: DLEPush-show; animation-duration: 1s; position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; color: #333; margin-bottom: 10px; width: 100%; max-width: 400px; box-shadow: 0 10px 15px rgb(0 0 0 / 20%); background-color: #fff; border-radius: 10px }
.DLEPush-notification .DLEPush-icon { grid-column: 1; grid-row: 1 / span 2; display: flex; align-items: center; justify-content: center; color: #fff; width: 45px; height: 100%; border-top-left-radius: 10px; border-bottom-left-radius: 10px; text-align: center; }
.DLEPush-notification .DLEPush-icon svg { scale: .8; }
.DLEPush-notification .DLEPush-header { font-weight: 500; grid-column: 2; grid-row: 1; font-size: 1rem; margin-left: 1rem; margin-top: .5rem; }
.DLEPush-notification .DLEPush-header:empty { margin-top: 0; }
.DLEPush-notification .DLEPush-message { grid-column: 2; grid-row: 2; font-size: .875rem; margin: 1rem; }
.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul { list-style-type: none; padding-left: 0; }
.DLEPush-notification .DLEPush-close { position: absolute; top: 8px; right: 10px; font-weight: 300; background: none; border: 0; font-size: 1.15rem; cursor: pointer; line-height: 1; padding: 0; color: inherit; outline: 0; opacity: 0.75; }
@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper { min-width: 400px; }
}
.DLEPush-notification .DLEPush-close:hover { opacity: 1; }
.DLEPush-notification.wrapper.push-success { background-color: #e0f2f1; }
.DLEPush-notification.wrapper.push-success .DLEPush-icon { background-color: #00897b; }
.DLEPush-notification.wrapper.push-warning { background-color: #FFF3E0; }
.DLEPush-notification.wrapper.push-warning .DLEPush-icon { background-color: #FF9800; }
.DLEPush-notification.wrapper.push-error { background-color: #FBE9E7; }
.DLEPush-notification.wrapper.push-error .DLEPush-icon { background-color: #FF5722; }
input[type="text"].comments_author_field { width: 100%; margin-bottom: 10px; }
.ui-dialog-buttonset button.ui-button-delete { background-color: #f44336; border-color: #f44336; color: #fff; text-shadow: 1px 1px 2px rgba(51, 51, 51, .5); }
.ui-dialog-buttonset button.ui-button-delete:hover { background-color: #db3a2f; border-color: #db3a2f; color: #fff; text-shadow: 1px 1px 2px rgba(51, 51, 51, .5); }
.form-check-label { cursor: pointer; }
.form-check-input { color: #0c5f7eed; flex-shrink: 0; width: 1.12rem; height: 1.12rem; margin: -0.188rem 0.625rem 0 0; appearance: none; background-color: transparent; background-image: none; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid #0c5f7eed; vertical-align: middle; }
.form-check-input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
.form-check-input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e"); }
.form-check-input[type=checkbox] { border-radius: .25rem; }
.form-check-input[type=radio] { border-radius: 50%; }
</pre></body></html>