/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; padding: 0 var(--indent); display: grid; 
	grid-template-columns: 240px minmax(0,1fr); grid-template-rows: min-content 1fr min-content;
	grid-template-areas: "header header" "side main" "footer footer"; align-content: start;}
.col-main {grid-area: main; padding: 40px; padding-right: 0;}
.col-side {grid-area: side; padding: 40px 0;}
.header {grid-area: header; background-color: var(--bg); box-shadow: var(--bsh); 
	padding-top: 15px; padding-bottom: 15px; height: 76px; position: relative; z-index: 100;}
.footer {grid-area: footer; border-top: 0px solid var(--bdc); 
	padding-top: 30px; padding-bottom: 30px; background-color: var(--bg-3); color: #fff;}


/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 40px; letter-spacing: 1px;
	background: url(../images/logo.svg) 0 center / 22px no-repeat; padding-left: 34px; 
	color: var(--tt-4); font-weight: 700; font-size: 20px; min-width: 240px; margin-right: 40px;}

.header__search-box {position: relative; max-width: 400px;}
.header__search input, .header__search input:focus {border-radius: var(--bdrs); box-shadow: 0 0 0 1px var(--bdc); 
	background-color: var(--bg-2); color: #000; font-size: 16px; padding: 0 60px 0 16px;}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.5; font-size: 12px;} 
.header__search button {position:absolute; right: 0; top: 0; width: 40px; padding: 0; 
	font-size: 14px; border-radius: 0 var(--bdrs) var(--bdrs) 0;}

.header__pm {color: var(--tt-3); font-size: 24px; margin: 0 -20px 0 40px; cursor: pointer; position: relative;}
.header__pm i {font-style: normal; font-size: 10px; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; 
	position: absolute; top: -3px; right: -10px; background-color: var(--bg-2); color: var(--tt-3); text-align: center;}
.header__pm #i {background-color: var(--accent); color: #fff;}
.header__login {width: 40px; height: 40px; border-radius: 50%; cursor: pointer; margin-left: 40px;
	background-color: var(--accent); color: #fff; box-shadow: var(--bsh-accent);}
.header__order {font-size: 12px; color: var(--tt-2); display: block; text-align: center;}
.header__order div {height: 24px; border-radius: var(--bdrs); display: flex; align-items: center; padding: 0 10px; 
	border: 1px solid var(--bdc); color: var(--tt-4); margin-top: 5px; justify-content: center; 
	text-transform: uppercase; font-size: 10px; letter-spacing: 1px;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 60px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 20px; font-weight: 500;}
.sect__link {height: 30px; border-radius: var(--bdrs); padding: 0 10px; font-size: 12px;}
.sect--desc {display: grid; grid-gap: 20px 0; color: var(--tt-2); line-height: 1.6;}
.sect--desc h1, .sect--desc h2, .sect--desc h3 {font-size: 20px; font-weight: 500; color: var(--tt); line-height: 1.3;}
.sect--desc a {text-decoration: underline; color: var(--accent);}
.sect--desc ul  {margin-left: 20px; line-height: 1.7;}
.sect--desc ul li, .calcsub__list li {position: relative; padding-left: 25px;}
.sect--desc ul li::before, .calcsub__list li:before {content:"\f00c"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.speedbar {font-size: 12px; color: var(--tt-2); margin-bottom: 20px;}
.speedbar123 a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}

.sorter {display:inline-block; cursor:pointer; position: relative; margin-left: 15px;padding:0 10px; line-height:30px; height: 30px; border-radius: var(--bdrs);}
.sorter:before {content:attr(data-label); padding:0 10px 0 5px; display: inline-block; vertical-align: top;}
.sorter form {overflow: hidden; display:none; background-color: var(--bg); padding:10px; line-height:26px; border-radius: var(--bdrs); box-shadow: var(--bsh-2);  position:absolute; right:0; top:100%; width:160px; z-index:999;}
.sorter a:hover {text-decoration:underline;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:FontAwesome; display:inline-block; margin-left:10px;}
.sort li.desc a:after {content:"\f062"}
.sorter .fa {margin-left: 5px; margin-right: 5px;}


.t100-item {margin-bottom: 25px; width: 32%; display: block; text-align: center; position: relative;}
.t100-img {width: 100px; height: 100px; margin: 0 auto; margin-bottom: -50px; z-index: 10; 	border-radius: 20px;position: relative; overflow: hidden;}
.t100-desc {padding: 15px; padding-top: 65px;background-color: var(--bg);border-radius: var(--bdrs);overflow: hidden;box-shadow: var(--bsh-2);}
.t100-text {line-height: 20px; height: 60px; overflow: hidden; opacity: 0.6;}
.t100-title {font-size: 18px; margin-bottom: 15px;white-space: nowrap;overflow: hidden;}
.sect-top100 {counter-reset: a;}
.t100-item::before {content: counter(a); counter-increment: a; width: 30px; height: 30px; line-height: 30px;text-align: center; box-shadow: inset 0 0 0 2px var(--accent-2); color: var(--accent-2); border-radius: 15px; 
font-weight: 700; font-size: 13px; position: absolute; top: 10px; left: 50%; margin-left: -95px;}

/* SIDEBAR
----------------------------------------------- */
.side-sticky {position: sticky; left: 0; top: 20px;}
.side-block {margin-bottom: 40px;}
.side-block--bg {box-shadow: var(--bsh-2); border-radius: var(--bdrs); overflow: hidden; 
	background-color: var(--bg); padding: 20px; padding-top: 0;}
.side-block--bg .side-block__title {border-radius: 0;}
.side-block__title {margin: 0 -20px 20px -20px; border-radius: var(--bdrs); padding: 10px 20px; font-size: 16px;
	background-color: var(--accent); color: #fff; box-shadow: var(--bsh-accent); font-weight: 500;}
.side-block__title [class*=fa-] {width: 30px;}
.side-nav {display: grid; grid-gap: 20px; line-height: 1.6;}
.side-nav li {position: relative;}
.side-nav--icon [class*=fa-] {position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	pointer-events: none; color: var(--tt-3); margin-top: -1px;}
.side-nav--icon a {padding-left: 30px; font-size: 16px;}
.side-nav a {display: block; color: var(--tt);}
.side-nav a:hover {color: var(--accent);}
.side-nav--simple {font-size: 12px; grid-gap: 15px;}

.top-item {width: 100%; margin-bottom: 15px; }
.top-item:hover {color: var(--accent);}
.top-img {width: 40px; height: 40px; margin-right: 8px; border-radius: 6px;}

/* SHORT ITEM
----------------------------------------------- */
.thumb {position: relative; background-color: var(--bg); border-radius: var(--bdrs); 
	overflow: hidden; box-shadow: var(--bsh-2); padding-top: 20px;}
.thumb__img {width: 100px; height: 100px; margin: 0 auto; border-radius: 20px; position: relative; overflow: hidden;}
.thumb:hover img {width: 105px; height: 105px;}
.thumb__img img {width: 100%; height: 100%; object-fit: cover;
	position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.thumb__desc {padding: 15px; padding-top: 30px;}
.thumb__title a {font-size: 14px; display: block; font-weight: 500;}
.thumb__title a::before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 5;}
.thumb__subtitle {font-size: 12px; color: var(--tt-2); margin-top: 5px; margin-bottom: 16px;}
.thumb__desc .ws-nowrap {position: relative; display: block; text-overflow: clip;}
.thumb__desc .ws-nowrap::before {content: ''; background: var(--gradient-mask); 
	position: absolute; right: 0; top: 0; bottom: 0; width: 30px;}
.thumb__rating > div {transform: scale(0.66,0.66); transform-origin: left center; margin: -2px 0 -4px 0;}
.thumb__version {color: var(--accent-2); font-weight: 500; font-size: 13px; padding-left: 16px; 
	background: url(../images/android.svg) 0 center / auto 12px no-repeat;}
.thumb__rating .unit-rating li {background:url(../dleimages/rating-short.svg) no-repeat;}



/* NEWS ITEM
----------------------------------------------- */
.news {display: block; grid-column: span 3; height: 230px; border-radius: var(--bdrs);}
.news::before {height: 100%; transition: all .2s;}
.news__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; 
	padding: 30px 40px; text-align: center; color: #fff; line-height: 1.6; white-space: normal;}
.news__title {font-size: 20px; font-weight: 500; line-height: 1.3;}
.news__desc p {opacity: 0.8; margin-top: 24px;}
.news:hover::before {height: 200%;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.scroller .news {width: 460px; margin-right: 15px;}
.scroller {position: relative;}
.scroller__content > * {display: inline-block; vertical-align: top; margin-right: 15px;}
.scroller__content > *:last-child {margin-right: 0;}
.scroller__content {overflow-x: auto; overflow-y: hidden; padding-bottom: 15px; 
	scrollbar-width: thin; scrollbar-color: var(--accent) var(--bg-2); white-space: nowrap;}
.scroller__content::-webkit-scrollbar {width: 12px; height: 8px;}
.scroller__content::-webkit-scrollbar-thumb {border-radius: 0; background-color:var(--accent); border: 0;}
.scroller__content::-webkit-scrollbar-track {background-color:var(--bg-2);}
.scroller__btn {display: flex; cursor: pointer; box-shadow: var(--bsh); 
   width: 40px; height: 40px; border-radius: 50%; font-size: 18px; margin-top: -35px;
   background-color: var(--bg); color: var(--tt-3); position: absolute; top: 50%; right: -20px; z-index: 10;}
.scroller__btn--prev {right: auto; left: -20px; opacity: 0; visibility: hidden;}
.scroller__btn--prev.is-active {opacity: 1; visibility: visible;}
.scroller__btn:hover {background-color: var(--accent); color: #fff;}
.label {
position: absolute;
    top: 4px;
    right: 8px;
    z-index: 1;
    font-size: 9px;
	font-weight: bolder;
}
.label-up { color: #37b6e5 }
.label-new { color: #f9563d }
/* FOOTER, PAGINATION
----------------------------------------------- */
.footer a, .footer__logo {color: #fff;}
.footer__tlg {text-transform: uppercase; font-weight: 700; font-size: 13px; 
	color: var(--accent); display: flex; align-items: center;}
.footerlang { width: 30px; height: 30px; border-radius: 50px; transition: 0.1s;}
.footerlang:hover {transform: scale(1.1);}
.footer__tlg .fas {width: 29px; height: 29px; border-radius: 50%; margin-right: 15px; font-size: 14px;
	background-color: var(--bg); color: var(--accent-2); display: flex; justify-content: center; align-items: center;}
.footer__up {font-size: 24px; margin-left: 40px; color: var(--bg); width: 40px; height: 40px;}

.pagination {text-align: center; padding-top: 25px;}
.pagination__btn-loader a, .pagination__btn-loader span {display: inline-flex; justify-content: center; align-items: center; 
	height: 40px; padding: 0 50px; background: var(--bdc); color: var(--tt); width: 100%;
	font-weight: 500; text-transform: uppercase; font-size: 12px; letter-spacing: 2px;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; background-color: var(--bg);
	border: 1px solid var(--bdc); border-radius: var(--bdrs);}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover  
{background: var(--accent); color: #fff; border-color: var(--accent);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}
.footer-callback{margin:10px 0 0;}
.footer-callback a{margin:0 10px 0 0; font-size: 12px; color: #bebebe;}

/* INNER PAGE
----------------------------------------------- */
.page__poster-bg {position: absolute; left: 0px; top: 50%; width: 60%; height: 200%; 
	opacity: 0.6; filter: grayscale(0.5); transform: translateY(-50%);}
.page__header::after {content: ''; position: absolute; left: 0px; top: 50%; width: 60%; height: 200%; 
	background-image: var(--gradient-blur); transform: translateY(-50%); backdrop-filter: blur(12px);}
.page__header::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; 
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzE0MjYzNicgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==); 
	background-size: 15px; opacity: 0.3;}
.page__header {display: grid; grid-template-columns: 180px 1fr min-content; grid-gap: 20px;
	grid-template-areas: "pposter pmain pflow" "pposter pctrl pctrl"; align-items: start; 
	margin-bottom: 20px; padding: 20px; background-color: var(--bg-3); color: #fff; 
	position: relative; overflow: hidden;}
.page__poster {grid-area: pposter; min-height: 180px;}
.page__posterd {margin: 20px auto; width: 180px;}
.page__main {grid-area: pmain; }
.page__flow {grid-area: pflow; white-space: nowrap;}
.page__ctrl {grid-area: pctrl; align-self: end;}
.page__header > *:not(.page__poster-bg, .npage__poster) {position: relative; z-index: 5;}
.page__header h1 {font-weight: 700; font-size: 24px; margin-bottom: 10px; line-height: 1.3;}
.page__header h1 a {margin-left: 10px; font-size: 18px; color: #fff;}
.page__main-info li {margin: 0 15px 10px 0; font-weight: 500; font-size: 12px; color: var(--tt-dark);}
.page__main-info li a {color: var(--accent);}
.page__main-info li a:hover {text-decoration:underline;}
.page__main-meta li {margin: 0 15px 10px 0; font-weight: 500; color: var(--accent-2); text-shadow: 0 1px 1px rgba(0,0,0,0.4);}
.page__main-meta .fas {margin-right: 5px;}
.page__android {padding-left: 16px; background: url(../images/android.svg) 0 center / auto 12px no-repeat;}
.page__verify {margin-bottom: 10px; font-weight: 500; line-height: 20px; padding-left: 26px; 
	background: url(../images/verify.svg) 0 center / auto 20px no-repeat; 
	color: #04eb84; font-size: 12px; letter-spacing: 1px;}
.page__rating-count {margin-left: 20px; color: var(--tt-dark); font-size: 13px; font-weight: 500;}
.page__ctrl > a:not([class]) {border: 1px solid var(--accent); color: #fff; height: 40px; 
	padding: 0 20px; border-radius: var(--bdrs); margin-left: 15px; font-size: 15px;
	display: flex; align-items: center; justify-content: center;}
.page__ctrl > a:not([class]):hover {box-shadow: 0 0.25rem 0.5rem 0 rgb(69 195 104 / 30%), 0 0 0 0.25rem rgb(69 195 104 / 30%);}
.page__fav a {padding-left: 50px; position: relative; display: block; 
	color: var(--tt--dark); line-height: 1.3; font-size: 13px;}
.page__fav a:hover {color: var(--accent);}
.page__fav .fas {width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; 
	border: 1px solid var(--accent); border-radius: 50%; color: var(--accent);
	position: absolute; left: 0; top: 50%; margin-top: -20px;}

.page__left-main {background-color: var(--bg); box-shadow: var(--bsh-2); padding: 30px 20px 20px 20px; margin-top: -20px;}
.page__right {width: 300px; margin-left: 40px;}
.page__related {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
.page__related-news {grid-template-columns: repeat(auto-fill,minmax(280px,1fr)) !important;}

.page__list {padding-top: 0px; display: grid; grid-gap: 20px 20px; margin-bottom: 20px;
	grid-template-columns: repeat(auto-fill,minmax(280px,1fr));}
.page__list li {display: flex; justify-content: space-between;}
.page__list li > span:first-child {color: var(--tt-2); display: inline-flex; align-items: center;
	flex: 1 1 0; min-width: 100px; max-width: 100%; margin-right: 10px; white-space: nowrap;}
.page__list li > span:first-child::after {content: ''; border-top: 1px solid var(--bdc); 
	flex: 1 1 0; min-width: 10px; max-width: 100%; margin-left: 10px;}
.page__list li a {color: var(--accent); text-decoration: underline;}
.page__list li a:hover {text-decoration: none;}

.page__listd {padding-top: 0px; display: grid; grid-gap: 20px 20px; margin-bottom: 20px;}
.page__listd li {display: flex; justify-content: space-between;}
.page__listd li > span:first-child {color: var(--tt-2); display: inline-flex; align-items: center;
	flex: 1 1 0; min-width: 100px; max-width: 100%; margin-right: 10px; white-space: nowrap;}
.page__listd li > span:first-child::after {content: ''; border-top: 1px solid var(--bdc); 
	flex: 1 1 0; min-width: 10px; max-width: 100%; margin-left: 10px;}
.page__listd li a {color: var(--accent); text-decoration: underline;}
.page__listd li a:hover {text-decoration: none;}

.page__text {margin-bottom: 20px;}
.page__message {padding: 15px; margin-bottom: 3px; border-radius:20px;}
.yellow {background-color: #ffecb3; color: #BF360C;}
.blue {background-color: #e8eaf6; color: #1A237E;}
.green {background-color: #e0f2f1; color: #004D40;}

.page__scr {margin: 0 0 20px 0;}
.page__scr br {display: none;}
.page__scr li, .page__scr .scroller__content > p, .page__scr .scroller__content > a, .page__scr .scroller__content > img 
{display: inline-block; vertical-align: top; margin-right: 15px; height: 200px;}
.page__scr li:last-child, .page__scr .scroller__content > *:last-child {margin-right: 0;}
.page__scr img {height: 200px;}
.page__scr a {display: block; position: relative; min-width: 100px; height: 200px;}
.page__scr a img {height: 100%; width: 100%; object-fit: cover;}
.page__scr a::before {content:"\f00e"; font-family:'Font Awesome 5 Pro'; font-weight: 900; box-shadow: var(--bsh);
	width: 40px; height: 40px; text-align: center; line-height: 40px; background-color: var(--accent); color: #fff; 
	position: absolute; left: 50%; top: 50%; margin: -20px 0 0 -20px; z-index: 5; border-radius: 50%; font-size: 18px;}
.page__trailer-btn {width: 200px; position: relative; padding-top: 0; cursor: pointer;}
.page__trailer-btn .fas {position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); 
	background-color: var(--accent); color: #fff; width: 60px; height: 60px; border-radius: 50%; 
	display: flex; justify-content: center; align-items: center; font-size: 16px; box-shadow: var(--bsh-a);}

.page__message + .page__dl {margin-top: 20px;}
.page__dl-header {margin-bottom: 20px; position: relative;}
.page__dl-header img {height: 46px; margin-right: 26px;}
.page__dl-title {font-size: 15px; font-weight: 500;}
.page__dl-header::before {content: ''; width: 34px; height: 34px; border-radius: 50%; 
	background: rgba(255,255,255,0.5) url(../images/verify.svg) center center / 22px no-repeat; 
	position: absolute; left: 32px; top: 50%; margin-top: -17px; backdrop-filter: blur(6px);}
	
.popular-item__img {width: 100px; height: 60px; margin-right: 15px;}
.popular-item__title {line-height: 1.4; -webkit-line-clamp: 3;}
.popular-item:hover, .page__prev-next-link:hover {text-decoration: underline;}
.npage__header {display: block; min-height: 200px;}
.npage__header::after {left: 0; top: 50%; width: 100%; max-width: 1000px; backdrop-filter: blur(0);}
.npage__header h1 {max-width: 600px; font-size: 30px; margin-bottom: 30px;}
.npage__poster {position: absolute; left: 0; top: 0; bottom: 0; width: 100%; max-width: 1000px;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 14px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.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; font-weight: 300;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 0px;}
.fdl-btn + .fdl-btn {margin-top: 10px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
	text-decoration: none !important; padding: 15px 15px 15px 130px;
	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn:hover {box-shadow: 0 0.25rem 0.5rem 0 rgb(69 195 104 / 30%), 0 0 0 0.25rem rgb(69 195 104 / 30%);}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}

/* DOWNLOAD PAGE
----------------------------------------------- */

.downloadspage {margin-top:20px;}
.downloads-back {display: block;position: relative;overflow: hidden;}
.downloads-back:hover {box-shadow: 0 0.25rem 0.5rem 0 rgb(69 195 104 / 30%), 0 0 0 0.25rem rgb(69 195 104 / 30%);border-radius: var(--bdrs);}
.downloads-back a {border: 1px solid var(--accent); color: var(--tt-2); height: 40px;	padding: 15px 15px 15px 120px; border-radius: var(--bdrs);  font-size: 15px;	display: flex; align-items: center; justify-content: center;}
.downloads-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13);}
.bklinks {margin: 20px 0 0px 0; width: 100%;}
.bklinks a {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1);text-decoration: none !important; padding: 15px 15px 15px 130px;	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.bklinks a:hover {box-shadow: 0 0.25rem 0.5rem 0 rgb(69 195 104 / 30%), 0 0 0 0.25rem rgb(69 195 104 / 30%);}
.seccounter {}
.bklinks a+a {margin-top: 10px;}

/* CATEGORY
----------------------------------------------- */
.cat-menu-list::before{content:"";display:block;height:0.2rem}
.cat-menu-list ul{display:flex;flex-wrap:wrap;margin: auto;}
.cat-menu-list ul>li{padding:.125rem}
.cat-menu-list ul>li a{display:block;padding:.375rem .5rem;border-radius:.375rem;background-color: var(--accent-2);color:#fff;font-weight:700;font-size:.75rem;}
.cat-menu-list ul>li.active a{cursor:default;background-color:#4ccb70!important;box-shadow:0 .5rem 1.5rem -.25rem rgba(0,0,0,.25);position:relative}
.cat-menu-list ul>li a{transition:background-color .2s ease}
.cat-menu-list ul>li a:hover{background-color: var(--ui-bg-accent);}
.cat-menu-btn{transition:color .2s ease}.cat-menu-btn:hover{color:#fede4a}

/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 40px;}
.page__comments-title {font-size: 21px; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-2); line-height: 1.5;}
.page__comments-info .fas {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 var(--bdc); border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ccc;background-color: var(--bg); border-radius: var(--bdrs); box-shadow: var(--bsh-2);padding:20px;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-2); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-2);}
.comment-item__reply a .fas {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fas {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;}
.comment-item__header--admin a {color: #eb4d4b;}

/* 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 .fas {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 .fas {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: 20px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg); color: var(--tt);}
.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: 0; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px;}
.mobile-menu .header__menu-hidden {width: 100%; height: auto; display: block; position: relative; left: 0; top: 0;
	width: calc(100% + 40px); margin: 15px -20px; opacity: 1; visibility: visible; transform: none;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none;}
	.wrapper-container {max-width:1000px;}
	.col-side {display: none;}
	.col-main {padding: 20px 0px 20px 0px; padding-left: 0;}
	.downloadspage {margin-top:27px;}
	.storyp {margin-top:-11px;}
	.wrapper-main {grid-template-columns: minmax(0,1fr); grid-template-areas: "header" "main" "footer";}
	.logo {min-width: 0; margin-right: 20px;}
	.header {position: sticky; left: 0; top: 0; z-index: 100;}
	.header.sticky {transform: translateY(-150%);}
	.header__search-box {max-width: 100%;}
	.header__search {margin-right: 40px;}
	.header__btn-menu {font-size: 24px; cursor: pointer; margin-left: 20px; height: 40px; 
		display: flex; align-items: center; justify-content: center; color: var(--accent);}
	
	.speedbar {margin-top: -20px;}
	.page__poster-bg, .page__header::after {width: 100%; left: 0;}
	.page__header {grid-gap: 20px 20px; margin-left: -20px; margin-right: -20px;}
	.page__right {width: 100%; margin: 0; margin-top: 20px;}
	.page__left-main {margin-left: -20px; margin-top: -40px; margin-right: -20px;}
	.page__scr {margin-right: 0;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	#dle-content, .d-grid {grid-template-columns: repeat(4,minmax(120px,1fr));}
	.footer {display: block; text-align: center;}
	.footer__text {margin: 20px 0;}
	.footer__tlg {justify-content: center; margin-bottom: 20px;}
	.footer__tlg .fas {margin-right: 0px;}
	.footer__up {margin: 0;}
	.header {height: auto;}
	.header__search {min-width: 100%; margin: 20px 0;}
	.header__logo {order: -2; margin-right: 0; flex: 1 1 auto; min-width: 50px; max-width: 100%;}
	.header__btn-menu, .header__btn-more {order: -1;}
	.header__order {flex: 1 1 auto; min-width: 50px; max-width: 100%;}
	.header__btn-more {font-size: 24px; margin: 0 -10px 0 10px; cursor: pointer; color: var(--tt-2); 
		display: flex; justify-content: center; align-items: center; height: 40px; width: 30px;}
	.not-active .header__search, .not-active .header__pm, .not-active .header__login, 
	.not-active .header__order {display: none;}
	.header.sticky:not(.not-active) {transform: none;}
    .t100-item {width: 48%;}
	.page__header {grid-template-columns: 1fr; grid-template-areas: "pmain" "pflow" "pposter" "pctrl"; text-align: center;}
	.page__poster {margin: 0 auto; width: 180px;}
	.page__main-meta, .page__main-info {justify-content: center;}
	.page__flow {justify-content: center; display: flex; flex-wrap: wrap; text-align: left;}
	.page__verify, .page__rating-block {margin: 0 10px;}
	.npage__header {text-align: left;}
	.npage__header .page__main-info {justify-content: flex-start; margin-bottom: -10px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.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-bg1 {padding-left: 20px; padding-right: 20px;}
	#dle-content, .d-grid {grid-template-columns: repeat(2,minmax(120px,1fr));}	
	.scroller .news {width: calc(100vw - 100px);}	
	.news__desc {padding-left: 10px; padding-right: 10px;}
	.news__title {font-size: 16px; -webkit-line-clamp: 3; line-height: 1.5;}
    .t100-item {width: 100%;}
	.page__ctrl > a:not(.btn) {order: 10; margin: 20px 0 0 0; width: 100%;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}

	.npage__header {display: flex; flex-direction: column; justify-content: center;}
	.page__header h1 {font-size: 20px;}
	.page__rating-block {width: 100%; margin-top: 10px; justify-content: center;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
 /* .fdl-btn {padding: 130px 15px 15px 15px; margin-left: -20px; margin-right: -20px;}
    .fdl-btn-icon {margin-left: -25px; margin-top: 0; left: 50%; top: 40px;}  */
}
.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;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.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%;
}
.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}
.quote_link {
	float: right;
}
.quote_link svg {
	color: #6c838e;
	vertical-align: middle;
}