<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;
	}
.wrapper::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; 
	background-color: rgba(0,0,0,0.7);}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; background-color: #fff; box-shadow: 0 30px 60px rgba(0,0,0,1);}
.header {color: #f1ff15; background-color:#368593; padding: 10px calc(var(--indent)/2); position: relative; z-index: 11;}
.footer {background: #368593; color: var(--tt-dark);  padding-bottom: 20px;}
.col-main {padding: 7px;}
 
	
#scrolltop {position: fixed; width: 80px; height: 80px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: #fff; 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; text-align: left;
	margin-right: calc(var(--indent)/2);    height: 100px;     background: url(../images/logo.svg) 4px 19px / 100px no-repeat;padding-left: 110px;

}
.logo__title {text-transform: uppercase; color: #fff; font-size: 15px; letter-spacing: 4px; line-height: 1;}
.logo__caption {font-size: 10px; font-weight: 400; color: #fff; 
	opacity: 0.9; text-transform: uppercase; letter-spacing: 3px; margin-top: 5px;}

.header__menu {position: relative;}
.header__menu &gt; li {margin-right: 40px;}
.header__menu &gt; li &gt; a {height: 80px;color: white; display: flex; align-items: center; text-transform: uppercase; font-size: 14px;}
.header__menu &gt; li:hover &gt; a, .header__btn:hover, .header__menu-hidden a:hover {color: var(--accent);}
.header__menu-hidden {position: absolute; left: 0; top: 98%; z-index: 999; 
	background-color:#fff; box-shadow: var(--bsh); padding: 30px; width: 600px; 
	column-gap: 30px; column-width: 150px; border-left: 5px solid var(--accent); 
	visibility: hidden; opacity: 0; transform: translateX(30px);}
.header__menu-hidden li {margin-bottom: 10px; color: red;}
.header__menu &gt; li:hover .header__menu-hidden {visibility: visible; opacity: 1; transform: translateX(0);}

.header__btn {font-size: 16px; text-transform: uppercase; cursor: pointer; margin-left: 40px;}
.header__btn .fal {padding: 0; width: 40px; font-size: 14px; height: 40px; border-radius: 50%;
	display: inline-flex; justify-content: center; align-items: center;
	box-shadow: var(--bsh-2); margin-right: 10px; background-color: var(--accent); color: #fff;}

.header__search {position:relative;}
.header__search input, .header__search input:focus {padding: 0 60px 0 20px; border-radius: 20px; 
	background: rgba(255,255,255,0.1); box-shadow: var(--bsh); color: #fff;}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 14px;} 
.header__search button {position:absolute; right: 0; top: 0; padding: 0; 
	background: none; color: #eee; font-size: 16px; width: 60px;}

/* BIG SLIDER
----------------------------------------------- */
.big-slider {margin: 0 var(--indent-negative); margin-bottom: 90px;  
	background-color: #4e6ad1; height: 610px; overflow: hidden;}
.bslide {height: 610px; position: relative; color: #eee; padding: var(--indent); padding-top: 0;}
.bslide &gt; img {position: absolute; left: 0; top: 0;}
.bslide::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; 
	background-color: rgb(118 21 21 / 70%)}
.bslide__poster {width: 240px; height: 370px; margin: 0 40px 0 50px; z-index: 5;}
.bslide__label {position: absolute; z-index: 5; left: 0; top: 15px; background-color: var(--accent-3); font-size: 12px; 
	color: #fff; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; padding: 6px 10px;}
.bslide__desc {position: relative; z-index: 5; min-height: 360px; padding-right: 140px;}
.bslide__cat {font-size: 16px; margin-bottom: 0px; opacity: 0.8;}
.bslide__title {font-size: 34px; margin-bottom: 0px;}
.bslide__subtitle {font-size: 22px; margin-bottom: 20px;}
.bslide__text {line-height: 1.7; margin: 20px 0; max-width: 500px; -webkit-line-clamp: 3; opacity: 0.8;}
.bslide__btn {height: 60px; padding: 0 40px; border-radius: 12px;}
.bslide__trailer {position: absolute; top: 50%; right: var(--indent); z-index: 6; 
	transform: translateY(-50%); cursor: pointer;}
.bslide__trailer .fal {width: 70px; height: 70px; border-radius: 50%; background: #eee; color: #000;
	display: flex; justify-content: center; align-items: center; font-size: 20px; padding-left: 3px; 
	box-shadow: 0 0 0 26px rgba(255,255,255,0.2);}
.bslide__trailer::before {content: ''; width: 140px; height: 140px; position: absolute; left: -35px; top: -35px;
	background: url(../images/traler.png); background-size: contain; 
	animation: rotate 8s infinite linear;}
@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

/* TOP ITEM
----------------------------------------------- */
.fullstory { color: black;
    margin: -15px;
    font-size: 18px;
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    text-align: justify;
    background: white;
    font-family: georgia;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 60px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 44px;}
.sect__title span {display: block; color: #636372; margin-top: 5px; 
	font-weight: 400;   font-family: 'Manrope';}
.sect__subtitle {font-size: 21px;}
.desc {display: flow-root;
    grid-gap: 20px;
    line-height: 1.7;
    color: #000;
    background: #fff;
    margin: 10px;
    padding: 10px;
    font-size: 16px;}
.desc h1, .desc h2, .desc h3 {font-weight: 700; text-align: justify; line-height: 1.3;}
.desc a {text-decoration: underline;     margin: 7px;    display: inline-block;}
.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-2); background-color: #f5f5f5;
	margin: 0 var(--indent-negative);   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: 700; letter-spacing: 1px; 
	border: 1px solid var(--accent); color: var(--tt); cursor: pointer; margin-left: 20px;}
.usp__columns {
    background: var(--ui-bg-accent) url(../dleimages/usp-bg.jpg) center center / cover no-repeat;
    padding: 20px;
    color: var(--ui-text-color-on-accent);
    position: relative;
/* POSTER ITEM
----------------------------------------------- */
.poster {display: block; position: relative; border-radius: 12px;}
.poster__img {box-shadow: var(--bsh-poster); margin-bottom: 20px; border-radius: 12px;}
.poster__img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.poster__rating {position: relative; background: url(../dleimages/rating.svg); height: 17px; width: 85px;}
.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 a {display: block;}
.poster__title a::before {position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 10; content: '';}
.poster__subtitle li {display: inline-block; margin: 8px 0 10px 0; color: var(--tt-2); margin-right: 4px;}
.poster__subtitle li a {color: var(--tt-2);}
.poster__subtitle li:not(:last-child)::after {margin-left: 6px; content: '/'; opacity: 0.6;}
.poster__label {position: absolute; left: 0; top: 0; right: 0; font-weight: 700; padding: 10px 10px 30px 15px; 
	background: linear-gradient(to bottom, #000, transparent); text-transform: uppercase; 
	font-size: 12px; color: #fff; letter-spacing: 1px;}
.poster:hover .poster__img {box-shadow: var(--bsh);}

.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; text-transform: uppercase; margin-bottom: 5px; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: none;}
.poster-ext .pmovie__header-list {width: 100%; margin: 0;}
.poster-ext .page__text {max-height: 130px; 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, #111113, 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 &gt; span:first-child {display: inline; margin: 0; 
	font-size: 13px; color: var(--tt); font-weight: 700;}
.poster-ext .pmovie__header-list li a {color: var(--accent); border-color: var(--accent);}
.poster-ext .pmovie__poster {position: absolute; left: 0; top: 0; margin: 0;
	width: 150px; height: 100%; box-shadow: none;}
.poster-ext .not-shown-ajax {display: none !important;}

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__two {margin-top: 20px;}
.footer__btn {font-size: 14px;}
.footer__text {line-height: 1.7;}

.pagination__pages11 {text-align: center;
    margin: 5px;
    padding: 0;
    background: var(--bg-3);
    justify-content: center;}
.pagination__pages {background: var(--bg-2); padding: 0 15px;}
.pagination__pages &gt; a, .pagination__pages &gt; span, .pagination__pages-btn &gt; a, 
.pagination__pages-btn &gt; span {display: inline-block; margin: 0; line-height: 60px; 
	padding: 0 10px; min-width: 50px; background-color: var(--bg-2); font-size: 24px;}
.pagination__pages1 &gt; span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover,   
.pagination__pages-btn &gt; * {background: var(--accent) !important; color: #fff; min-width: 60px !important;}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}
.pagination__pages &gt; span:not(.nav_ext), .pagination__pages-btn1 &gt; span {background: var(--bg-2); color: var(--tt-2);}

/* INNER PAGE
----------------------------------------------- */
.pmovie .big-slider {margin-bottom: 40px;}
.pmovie .big-slider, .pmovie .bslide {height: auto;}
.pmovie .bslide {padding-top: 20px;}
.pmovie .bslide__poster {margin-left: 0;}
.pmovie .bslide__cat {color: var(--tt-dark); opacity: 1;}
.pmovie .bslide__text {opacity: 1; margin-top: 0;}
.pmovie li.line-clamp {-webkit-line-clamp: 3;}

.pmovie h1 a {margin-left: 10px; font-size: 14px; font-weight: 400; color: #ccc;}
.pmovie__header-list li + li {margin-top: 15px;}
.pmovie__header-list li &gt; span:first-child {margin-right: 3px; color: var(--tt-dark);}
.pmovie__header-list li a {border-bottom: 1px dotted var(--accent-2); color: var(--accent-2);}
.pmovie__fav a {display: inline-flex; align-items: center; justify-content: center; margin-left: 20px;
	height: 60px; width: 60px; border-radius: 50%; font-size: 24px; border: 1px solid #b1b1b1; color: var(--tt-dark);}
.pmovie__ratings-caption {width: 100%; margin-bottom: 0px;}
.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: 30px 0 7px;}
.pmovie__rating--site .poster__rating-fill {height: 17px;     left: -20px;
    margin: 20px; top: 9px;}
.pmovie__rating--kp {margin-right: 0;}
.pmovie__rating-content {font-size: 24px;     padding: 5px}
.pmovie__rating-caption {margin-top: 2px; color: var(--tt-dark); font-size: 12px;}

.page__col-left {width: 240px; margin-right: 40px;}
* + .page__subtitle {margin-top: 40px;}
.page__subtitle {font-size: 20px;
    color: #ffffff;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    /* font-weight: bold; */
    letter-spacing: 2px;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); */
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
    background-color: rgb(0 46 10 / 70%);
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: underline;
}

.page__subtitle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery, 
.pmovie__screenshots &gt; p {display: grid; grid-gap: 5px 5px; width: 100%; grid-column: 1 / -1;
	grid-template-columns: repeat(auto-fill,minmax(100px,1fr)); grid-auto-flow: row dense;}
.pmovie__screenshots a, .pmovie__screenshots img, .pmovie__screenshots li {height: 90px; display: block !important; 
	margin: 0 !important; max-width: 100% !important; width: 100%;}
.pmovie__screenshots img {width: 100%; object-fit: cover;}
.pmovie__screenshots br {display: none;}
.pmovie__list {border-radius: 12px; margin-top: -40px; background-color:#f4f4ff; color: var(--tt-dark);
	padding: 30px 20px; display: grid; grid-gap: 20px; line-height: 1.5;}
.pmovie__list li &gt; div:first-child {margin-bottom: 2px; font-weight: 700; color: var(--tt);}
.pmovie__list a {color: #b30f0f;}
.pmovie__related {margin: 0 var(--indent-negative); padding: 40px var(--indent); 
	 margin-bottom: -40px;}

.page__text {margin-bottom: 26px;}
.pmovie__player {position: relative; margin-bottom: 30px;}
.pmovie__complaint {position: absolute; right: 0; top: 10px; white-space: nowrap;}
.pmovie__complaint a {color: var(--accent); border-bottom: 1px dotted var(--accent);}
.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); color: var(--tt-3); font-weight: 700;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--accent); color: #fff;}
.pmovie__player-bottom {margin-top: 10px;}
.pmovie__rating-likes {margin: 0;}
.pmovie__rating-likes &gt; * {display: flex; align-items: center; height: 60px; border-radius: 12px; background-color: #03a5e0; color: #fff; box-shadow: var(--bsh-2); padding: 0 20px 0 0; 
	font-weight: 700; font-size: 18px;}
.pmovie__rating-likes &gt; * .fal {height: 60px; width: 60px; background: rgba(0,0,0,0.1);border-radius: 12px;
	display: flex; justify-content: center; align-items: center; margin-right: 20px; font-size: 24px;}
.pmovie__rating-likes &gt; * + * {background-color: #ea162a;}
.pmovie__rating-likes &gt; a:hover {background-color: var(--accent); color: #fff;}
.pmovie__share .page__subtitle {margin: 0; margin-right: 10px;}
.ya-share2 {height: 36px; padding: 6px 0; min-width: 164px;}

.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,#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%);}
}
#dropmenudiv a {
    display: block;
    text-decoration: none;
    padding: 5px 8px;
    width: 154px;
}
.page__caption {    font-size: 14px;
    line-height: 1.4;
    
    margin-top: 10px;
    color: var(--tt-dark);} 
.page__caption::before {content: '\f2f7'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
   position: absolute; left: 20px; top: 50%; font-size: 38px; color: var(--accent-3); transform: translateY(-50%);}
.pmovie__items {counter-reset: num;}
.ftop-item + .ftop-item {margin-top: 15px;}
.ftop-item, .ftop-item__desc {position: relative; z-index: 5; color: var(--tt-2)}
.ftop-item__img {width: 60px; height: 90px; margin-right: 15px; z-index: 5;}
.ftop-item__title {font-weight: 700; margin-bottom: 10px; color: var(--tt)}
.ftop-item::before {content: counter(num); counter-increment: num; color: var(--tt-2); opacity: 0.5; 
	position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 40px; font-weight: 700;}
.soc-channels__item {display: flex; flex-direction: column; justify-content: center;  
	position: relative; padding: 0 20px 0 55px; height: 40px; overflow: hidden;
	background-color: #2daae1; color: #fff !important; box-shadow: var(--bsh-2); 
	font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; border-radius: 4px;}
.soc-channels__item div {font-size: 14px; text-transform: none; font-weight: 700; margin-top: -1px;}
.soc-channels__item::before {content: ''; width: 40px; height: 40px; background-color: rgba(0,0,0,0.2); 
	position: absolute; left: 0; top: 0; background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.tlg::before {background-image: url(../images/i-tlg.svg); background-size: 16px;}

/*--- DROP NENU ---*/
#dropmenudiv {font: 13px Arial; padding: 10px; display: none; background: var(--ui-bg); 
	border-radius: 8px;  box-shadow: 0 0 50px 0 rgba(0,0,0,0.22); z-index:200 !important;}
#dropmenudiv a {display: block; text-decoration: none; padding: 5px 8px; width: 154px;}



/* 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 &gt; ul, .full-text &gt; ol, .full-text table, .page__title {margin-bottom: 20px;color: #1d4e8f;}
.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 {color: black;
    padding: 6px;
    background: #fff;
    margin-bottom: 0;
    text-align: justify;
    border-radius: 12px;}
.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-title {text-align: center; color: #fff; background: rgb(26 54 90);padding: 5px 15px 25px 5px; font-size: 20px; text-transform: uppercase; font-weight: 700; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -10px; 
	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 #111; border-radius: 12px;}
.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: 12px; padding: 0 10px;}
.show-comms &gt; a {display: inline-block; font-weight: 700; color: var(--accent); text-decoration: underline; margin-bottom: 30px;}

.comment-item__title {font-weight: 700; 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: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 700; 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 &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-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 &gt; 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: #ffffff; 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: #ffffff;}
.login__title {font-size: 17px; color: black; font-weight: 700; 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 { 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:50px; height: 50px; 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;
	 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, #owl-big button:hover, .bslide__trailer:hover .fal {background: var(--accent); color: #fff;}
#owl-big .owl-nav {right: auto; top: 0; bottom: 0; left: calc(var(--indent)/2); 
	display: flex; flex-direction: column; justify-content: center; padding-top: 50px;}
#owl-big .owl-prev, #owl-big .owl-next {position: static; height: 40px; margin: 10px 0; font-size: 18px;
	background-color: #eee; color: #000; border-radius: 50%;}
#owl-big .owl-dots {bottom: 0px; display: flex; gap: 0 5px; left: var(--indent); right: var(--indent);}
#owl-big .owl-dot {flex: 1 1 0; height: 10px; border-radius: 0; margin: 0; opacity: 0.6;}
#owl-big .owl-dot.active {opacity: 0.6;}
@keyframes slideOutDown {
  from {transform: translate3d(0, 0, 0);}
  to {visibility: hidden; transform: translate3d(0, 100%, 0);}
}
.slideOutDown {animation-name: slideOutDown;}
@keyframes slideInDown {
  from {transform: translate3d(0, -100%, 0); visibility: visible;}
  to {transform: translate3d(0, 0, 0);}
}
.slideInDown {animation-name: slideInDown;}

@keyframes slideOutUp {
  from {transform: translate3d(0, 0, 0);}
  to {visibility: hidden; transform: translate3d(0, -100%, 0);}
}
.slideOutUp {animation-name: slideOutUp;}
@keyframes slideInUp {
  from {transform: translate3d(0, 100%, 0); visibility: visible;}
  to {transform: translate3d(0, 0, 0);}
}
.slideInUp {animation-name: slideInUp;}

/* 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: #fff;  color: black; 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 {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.header .header__menu {display: none;}
	.header__btn .fal {display: none;}
	.header__btn-menu {cursor: pointer; width: 40px; height: 40px; border-radius: 50%; line-height: 40px; 
		text-align: center; box-shadow: var(--bsh-2); background: var(--accent); color: #fff; 
		display: block; margin-left: 20px; font-size: 18px;}
	.header__search {flex: 1 1 0; margin: 0 0 0 20px; max-width: 100%; min-width: 50px;}
	.header {position: relative; padding: 10px var(--indent);}
	.d-grid, #dle-content {grid-gap: 30px 20px; grid-template-columns: repeat(auto-fill,minmax(160px,1fr));}
	#scrolltop {width: 80px; height: 80px; line-height: 40px; font-size: 18px;}
	.poster__title a {font-size: 20px; font-weight: 700; font-family: 'Manrope';}
	.poster__subtitle {font-size: 17px;}
	.poster .poster__rating {transform: scale(0.8,0.8); transform-origin: left center;}
	.poster__subtitle li {margin: 6px 4px 6px 0;}
	.pagination__pages {flex: 1 1 0; max-width: 100%; min-width: 0; display: flex; flex-wrap: wrap; justify-content: center;}
	.big-slider {margin-bottom: 40px;}
	.footer__one, .footer__two {display: block; text-align: center;}
	.footer__menu  {justify-content: center; margin-top: 20px;}
	.footer__menu li, .footer__text {margin: 0 10px 20px 10px;}
	.footer__menu &gt; li &gt; a {margin: 0; height: auto;}
	.main-slider .owl-nav {display: none !important;}
	.main-slider .owl-dots {display: flex !important;}
	.main-slider.big-slider, .main-slider .bslide {height: 460px;}
	.main-slider .bslide {padding: 20px; padding-bottom: 30px;}
	.bslide__poster {margin-left: 0; margin-right: 20px; width: 200px; height: 260px;}
	.bslide__desc {padding-right: 120px; min-height: 300px;}
	.bslide__cat, .bslide__subtitle {font-size: 14px;}
	.bslide__title {font-size: 38px; padding: 170px 0; margin: 0; line-height: 1.4;}
	.bslide__btn {height: 40px; padding: 0 20px; font-size: 15px;}

	.pmovie .bslide__desc {padding: 0;}
	.pmovie .bslide__title {padding-right: 120px;}
	.pmovie__fav a {width: 40px; height: 40px; font-size: 18px;}
	.pmovie__ratings {margin-top: -20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.carou__content &gt; .top {width: calc((100% - 60px)/5);}
	.sect__title {font-size: 34px;}

	.page__col-left {width: 100%; margin: 0; margin-bottom: 40px;}
	.pmovie__list {margin-right: -20px; margin-left: -20px;}
	.hm, .pmovie__ratings-caption {display: none;}
	.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery, 
	.pmovie__screenshots &gt; p {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.carou__content &gt; .top {width: calc((100% - 30px)/3);}
	.header__search {order: 10; min-width: 100%; margin: 0; margin-top: 10px;}
	.header {height: auto;}
	.logo {flex: 1 1 0; min-width: 50px; max-width: 100%; margin-right: 20px;}
	.big-slider {margin-top: -200px;}
	.main-slider.big-slider, .main-slider .bslide {height: 420px;}
	.main-slider .bslide__text, .bslide__trailer::before {display: none;}
	.main-slider .bslide__poster {height: 180px; width: 120px;}
	.main-slider .bslide__desc {padding-right: 0; min-height: 180px;}
	.main-slider .bslide__btns {margin-top: 20px;}
	.main-slider .bslide__title {padding: 0; font-size: 32px;}
	.main-slider .bslide__subtitle {margin-bottom: 10px;}
	.bslide__trailer {right: 20px; bottom: 30px; top: auto; display: flex; align-items: center;}
	.bslide__trailer .fal {width: 20px; height: 20px; box-shadow: none; font-size: 8px; margin-right: 10px;}
	.bslide__trailer::after {content: 'citeste'; display: inline; font-weight: 700;}

	.pmovie .bslide {padding-top: 20px; display: block;}
	.pmovie .bslide__poster, .pmovie__poster-hm {margin: 0 auto; margin-bottom: 20px; display: none;}
	.pmovie__poster-hm {display: block; width: 200px; height: 300px;}
	.pmovie h1, .pmovie .bslide__subtitle, .pmovie .bslide__cat {text-align: center;}
	.pmovie .bslide__title {padding-right: 0;}
	.pmovie__ratings-caption {display: block;}
	.pmovie__ratings {width: 100%; margin: 0; margin-top: 20px;}
	.pmovie__fav {justify-content: flex-end; display: flex;}

	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.tabs-block__select span {margin: 0;}
	.pmovie__rating-likes {width: 100%; margin: -10px 0 15px;}
	 
	.pmovie__share {text-align: center; justify-content: center; width: 100%;}
	.pmovie__complaint {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;}
	.carou__content &gt; .top {width: calc((100% - 30px)/3);}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.carou__content &gt; .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 13px;}
	.header__logo {background-image: none; padding-left: 0; margin: 0;}
	.header__logo &gt; * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__btn {margin-left: 20px;}
	.main-slider .bslide__btn {font-size: 0; width: 90px; position: relative;}
	.main-slider .bslide__btn::after {content: 'ÑÐ¼Ð¾Ñ‚Ñ€ÐµÑ‚ÑŒ'; font-size: 12px; position: absolute; width: 100%; text-align: center;}
	.bslide__poster {margin-right: 10px;}
	.d-grid, #dle-content {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}

	.pmovie__rating {margin-right: 15px;}
	.pmovie .bslide__trailer {bottom: 62px;}
	.soc-channels__item {width: 100%; margin-bottom: 30px; order: -1; margin-top: -20px;}
	.pmovie__related .poster:nth-child(5n) {display: none;}
}

.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 &gt; * {width: 100%; display: block;}
.filter-block__cell-content--two-columns {display: flex; justify-content: space-between;}
.filter-block__cell-content--two-columns &gt; * {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: 1px 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); border-radius: 20px;}
@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 &gt; * {width: 100% !important;}
	.filter-block__cell-content--inp-year input {width: 100% !important;}
	.filter-block__cell--btns {width: 40px; order: 11;}
}
.wrapper-main {display: block;}

.pravilolevo {
  float: left;
  margin: 0 1em 1em 0;
}

/* FLEX FALLBACK FOR SMART TV
----------------------------------------------- */
/*
@media screen and (min-width: 1200px) {
    #dle-content, .d-grid {display: flex; justify-content: space-between; flex-wrap: wrap; grid-gap: 0 0;}
    #dle-content &gt; *:not(.grid-item), #dle-content {width: 100%;}
    .poster {width: 18%; margin-bottom: 40px;}
	.pagination {margin-top: -10px;}
	.desc {display: block;}
	.desc &gt; * + * {margin-top: 20px;}
	.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery, 
	.pmovie__screenshots &gt; p {display: block; grid-gap: 0 0;}
	.pmovie__screenshots a, .pmovie__screenshots li {margin: 0 0 5px 0 !important;}
}
*/

.docs-button {
  display: inline-block;
 top: -1px;
    margin: 23px;
  padding: 1px;
  background-color: #1a73e8;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  width: 200px;
  position: absolute;
  left: 35%;
  transform: translateX(-50%);
}

.docs-button:hover {
  background-color: #0d47a1;
}

.docs-button a {
  color: white;
  text-decoration: none;
}

       
    /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: -20px;
  width: 100%; /* Full width */

  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
   width: 100%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close { padding: 10px 15px 0px 15px; background: #305ca5; color: white; float: right; font-size: 48px; font-weight: bold; }
 
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
    
}
 @keyframes pulse {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.2);
      }
      100% {
        transform: scale(1);
      }
    }

    .pulsating-image img {
      animation: pulse 2s infinite;
    }
 
 </pre></body></html>