/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; background: url(../images/bg.jpg);}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; }
.header {background: var(--bg-darkest); margin-bottom: 40px; height: 80px; position: relative; z-index: 100;}
.content {background-color: var(--bg); padding: var(--indent); padding-top: 20px; position: relative; 
	box-shadow: 0 30px 60px rgba(0,0,0,0.1);}
.content::before {content: ''; position: absolute; z-index: -1; left: 20px; right: 20px; 
	top: -10px; bottom: -10px; background-color: var(--bg-darker);}
.cols {display: grid; grid-gap: 40px 40px; grid-template-columns: minmax(0,1fr) 240px;}
.footer {color: var(--tt-lighter); padding: 15px var(--indent); margin-top: 10px;}
.footer__two {padding-top: 15px; margin-top: 15px; font-size: 14px; 
	border-top: 1px solid rgba(0,0,0,0.15); color: var(--tt-lighter);}
	
#scrolltop {position: fixed; width: 80px; height: 40px; line-height: 40px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--accent); color: #fff; 
	cursor: pointer; font-size: 24px; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}

/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex; align-items: center; justify-content: center; height: 80px; text-align: left;
	background: url(../images/logo.svg) left center / 36px no-repeat; padding-left: 46px; text-transform: uppercase;
	font-family: 'Rex'; font-weight: 700; font-size: 30px; letter-spacing: 1px; line-height: 1; 
	max-width: 200px; overflow: hidden;}
.logo__title {color: #fff; display: inline;}
.logo__subtitle {color: var(--accent); display: inline;}
.logo-caption {margin-left: 15px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,0.2); 
	font-size: 14px; line-height: 1.4; color: var(--tt-lighter-2); margin-right: 30px;}

.header__menu > li {margin-right: 30px;}
.header__menu > li > a {height: 40px; color: #fff; display: flex; align-items: center; letter-spacing: 1px;}
.header__menu > li:hover > a, .header__menu > li > a.is-active, .header__menu-hidden a:hover {color: var(--accent);}
.header__btn-login {border-radius: 20px;}
.submenu, .submenu li {position: relative;}
.submenu > a {padding: 0 15px; background-color: var(--accent); color: #fff !important;}
.header__menu-hidden {position: absolute; left: 0; top: 99%; background-color: #fff; padding: 20px 0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1); display: grid; grid-gap: 0 15px; width: 240px; 
	opacity: 0; visibility: hidden;}
.header__menu-hidden .header__menu-hidden {left: 99%; top: -20px; grid-template-columns: repeat(3,1fr); 
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1); padding: 20px;}
.header__menu-hidden a {display: block; padding: 10px 0; position: relative;}
.submenu > .header__menu-hidden > li {padding: 0 20px;}
.submenu2 > a:after {content:"\f105"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; top: 10px; right: 0;}
.header__menu li:hover > .header__menu-hidden {opacity: 1; visibility: visible; transition: all .2s linear;}

.header__search {position:relative; background-color: var(--bg-darker); margin-bottom: 40px;
	width: 100%; height: 73px; padding: 11px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 15px; border-radius: 0px; 
	background: #fff; box-shadow: 0 0 0 1px var(--bdc); color: #000; height: 50px; line-height: 50px;}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.9; font-size: 16px;} 
.header__search-box button {position:absolute; right: 0; top: 11px; width: 80px; height: 50px; padding: 0; 
	background: none; color: var(--accent); font-size: 22px;}

/* TOP ITEM
----------------------------------------------- */
.carou {padding: 20px 20px 20px 240px; margin-bottom: 20px; background-color: var(--bg-darkest); width: 100%; position: relative;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 100px)/6); flex-shrink: 0; margin-right: 20px;}
.top {background-color: var(--bg-3);}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 15px; color: #fff;}
.carou__desc {position: absolute; left: 20px; top: 0; bottom: 0; width: 180px; color: #fff;}
.carou__title {font-weight: 500; font-size: 22px; line-height: 1.2; text-transform: uppercase;}
.carou__caption {margin-top: 10px; color: var(--tt-lighter-2);}
.carou__content:not(#owl-top) {display: block; white-space: nowrap; overflow-y: hidden; overflow-x: auto; padding-bottom: 10px;}
.carou__content:not(#owl-top) > .top {width: 145px; display: inline-block; vertical-align: top; margin-right: 18px; white-space: normal;}
.carou__content:not(#owl-top) {scrollbar-width: thin; scrollbar-color: var(--accent) #111; white-space: nowrap;}
.carou__content:not(#owl-top)::-webkit-scrollbar {width: 12px; height: 8px;}
.carou__content:not(#owl-top)::-webkit-scrollbar-thumb {border-radius: 0; background-color:var(--accent); border: 0;}
.carou__content:not(#owl-top)::-webkit-scrollbar-track {background-color: #111;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 22px; font-weight: 700; text-transform: uppercase; display: flex; align-items: center;}
.sect__subtitle {font-size: 18px; margin-bottom: 15px;}
.sect__subtitle h2 {font-size: 18px; margin-bottom: 15px;}
.sect__title::after {content: ''; height: 1px; background-color: var(--bdc); 
	flex-grow: 1; margin-left: 28px; min-width: 60px;}
.site-desc {display: grid; grid-gap: 20px; line-height: 1.6; color: #5c5c5c; 
	width: 100%; padding-top: 20px; margin: 0; grid-column: 1 / -1;}
.site-desc h1 {color: var(--tt);}
.site-desc h2, .site-desc h3 {font-weight: 400; font-size: 26px; color: var(--tt); line-height: 1.3; margin-bottom: 15px;}
.site-desc a {text-decoration: underline;}
.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-2); position: absolute; left: 0; top: 0;}
.sect-desc__section {padding-top: 15px;}
.sect-desc__img {width: 130px; height: 130px; border-radius: 50%; margin-right: 15px; float: left;
	box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg); background-color: #000;}
.speedbar {font-size: 14px; color: var(--tt-lighter); margin: -20px 0 20px; padding-left: 1px;}
.speedbar a:hover, .sect__sort a:hover {text-decoration: underline;}
.speedbar .fal {color: var(--accent); margin-right: 6px;}
.sect__sort {position: relative; top: 1px; text-transform: uppercase; font-size: 11px;}
.sect__sort * {display: inline-block; vertical-align: top;}
.sect__sort a {margin-left: 10px; color: var(--tt-lighter);}
.sect__sort a::after {content: "\f107"; font-weight: 300; font-family: 'Font Awesome 5 Pro'; margin-left: 3px; display: inline-block;}
.sect__sort .desc a::after {content:"\f106";}
.sect__sort li[class] a {color: var(--accent-2);}
.sect__sort li:nth-child(4), .sect__sort li:nth-child(33) {display: none;}
.sect__sort li:nth-child(1)::before {content: 'Сортировать по: '; margin: 0 -5px 0 15px;}


/* POSTER ITEM
----------------------------------------------- */
.poster {text-align: left; position: relative;}
.poster__img {box-shadow: 0 0 0 1px var(--bdc); border: 9px solid var(--bg); margin-bottom: 15px;}
.poster__title {font-size: 17px; line-height: 1.4; font-weight: 500;}
.poster__title a {display: block;}
.poster__title a span {-webkit-line-clamp: 2;}
.poster__title a::before {display: block; content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 11;}
.poster__subtitle {margin-top: 6px;}
.poster__subtitle li {display: inline; font-size: 14px; color: var(--tt-lighter); margin-right: 3px;}
.poster__subtitle li a {color: var(--tt-lighter);}
.poster__subtitle li:not(:last-child)::after {margin-left: 6px; content: '/'; opacity: 0.9;}
.poster__label {position: absolute; z-index: 10; padding: 5px 10px; font-size: 12px; font-weight: 500;}
.poster__label--size {right: 0; bottom: 0; background-color: var(--accent); color: #fff;}
.poster__label--version {right: 0; top: 0; background-color: var(--bg-darkest); color: #fff;}
.poster__label--score {left: 0; top: 0;
	background-color: #aaaaaa; color: #fff; padding: 5px; text-align: center; width: 40px;}
.rating-1, .rating-2, .rating-3 {background-color: #eb4d4b;}
.rating-4, .rating-5, .rating-6 {background-color: #f0932b;}
.rating-7, .rating-8, .rating-9, .rating-10 {background-color: #3bb33b;}
.poster:hover .poster__img {box-shadow: 0 0 0 1px var(--accent);}
.has-overlay__mask {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; 
	background-color: rgba(0,0,0,0.6); color: var(--accent); font-size: 40px; opacity: 0;}
.has-overlay:hover .has-overlay__mask {opacity: 1;}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 25px;}
.side-block__title {font-weight: 500; font-size: 25px; line-height: 1; margin-bottom: 15px; padding-bottom: 15px; 
	border-bottom: 1px solid var(--bdc); position: relative; padding-left: 40px;}
.side-block__title .fal {color: var(--accent); font-size: 24px; margin-top: -7px;
	position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.side-block__title-bg {background-color: var(--accent); color: #fff; font-size: 18px; text-transform: uppercase; 
	font-weight: 500; padding: 25px 30px; position: relative; padding-left: 79px;}
.side-block__title-bg .fal {width: 34px; height: 34px; line-height: 34px; border-radius: 50%; text-align: center; 
	position: absolute; left: 30px; top: 50%; transform: translateY(-50%); 
	font-size: 18px; background-color: var(--accent-darker);}
.side-block--bg {background-color: var(--bg-darker);}
.side-block__menu {padding: 25px 30px; padding-top: 5px; display: grid; grid-gap: 0px;}
.side-block__menu li {position: relative;}
.side-block__menu-caption {font-size: 18px; text-transform: uppercase; font-weight: 500; padding: 20px 0 6px 0;}
.side-block__menu li span {color: var(--tt-lighter-2); font-size: 14px; 
	position: absolute; right: 0; top: 7px; pointer-events: none;}
.side-block__menu a {display: block; margin: 0 -30px; padding: 5px 30px; color: rgba(22,22,22,0.8);}
.side-block__menu a:hover {background-color: rgba(0,0,0,0.05);}
.popular {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc-lighter);}
.popular__img {width: 60px; height: 80px; margin-right: 15px;}
.popular__title {line-height: 1.4; font-size: 17px; font-weight: 500; -webkit-line-clamp: 2;}
.popular:last-child {margin-bottom: 0; border: 0; padding-bottom: 0;}
.popular:hover .popular__title {text-decoration: underline;}
.populars {counter-reset: num;}
.popular__img::before {content: counter(num); counter-increment: num; background-color: var(--bg-darkest); color: #fff; 
	position: absolute; left: 0; top: 0; padding: 5px 10px; font-weight: 500; font-size: 12px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.soc-channels__item {display: flex; align-items: center; justify-content: center; margin-left: 10px;
	position: relative; height: 30px; width: 30px; border-radius: 50%; background-color: #2daae1; color: #fff;}
.vk {background-color: #1877f2;}
.yt {background-color: #df1111;}
.rss {background-color: #f60;}
.soc-channels__item::before {content: ''; width: 30px; height: 30px; 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;}
.vk::before {background-image: url(../images/i-vk.svg);}
.yt::before {background-image: url(../images/i-youtube.svg);}
.footer__text {line-height: 1.5;}
.footer__logo .logo__title {color: #000;}
.footer .logo-caption {color: var(--tt-lighter); font-size: 16px;}
.footer__menu li {margin-right: 30px;}
.footer__menu a:hover {text-decoration: underline;}

.pagination {text-align: center; padding-top: 20px;}
.pagination__btn-loader .fal {font-size: 28px; margin-right: 10px; order: -1;}
.pagination__btn-loader a, .pagination__btn-loader > span {display: inline-flex; justify-content: center; align-items: center; 
	height: 40px; padding: 0 40px; background: var(--bg-darker); color: var(--tt-lighter); width: 100%;
	font-weight: 500; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin: -20px 0 25px 0;}
.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; border: 1px solid var(--bdc); border-radius: 0px;}
.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;}


/* INNER PAGE
----------------------------------------------- */
.page__header {display: grid; grid-gap: 20px 20px; grid-template-columns: 200px 1fr 260px; justify-items: start;
	grid-template-rows: min-content 1fr min-content; grid-auto-flow: row dense; margin-bottom: 15px; position: relative;}
.pgame__poster {width: 200px; height: 300px; grid-row: span 3; order: -1;
	box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg);}
.pgame__poster .poster__label--version {right: auto; left: 0; top: 30px;}
.page__header h1 {font-size: 25px; font-weight: 700; grid-column: span 2;}
.page__header h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.pgame__fav a {position: absolute; top: 0; right: 10px; display: block; width: 30px; height: 30px; text-align: center; 
	line-height: 30px; color: #fff; background-color: var(--accent-2); font-size: 14px;}
.pgame__fav a::before, .pgame__fav a::after {content: ''; border: 8px solid transparent; display: block; 
	position: absolute; top: 100%; border-top-color: var(--accent-2); transform: scale(1,0.5);}
.pgame__fav a::before {left: 0; border-left-color: var(--accent-2); transform-origin: left top;}
.pgame__fav a::after {right: 0; border-right-color: var(--accent-2); transform-origin: right top;}

.pgame__dl-caption {color: var(--tt-lighter); text-transform: uppercase; font-size: 12px; 
	letter-spacing: 1px; margin-top: -15px; margin-bottom: 15px;}
.pgame__list {line-height: 1.3; font-size: 15px; color: var(--tt-lighter);}
.pgame__list li + li {margin-top: 5px;}
.pgame__list li > span:first-child {color: var(--tt); margin-right: 3px;}
.pgame__list a {color: var(--accent-2); border-bottom: 1px dotted var(--accent-2);}
.pgame__list-accent > span:first-child {color: var(--accent) !important;}
.pgame__subinfo {display: grid; align-content: start; justify-items: start; justify-self: stretch;
	grid-gap: 12px 0; grid-row: span 3; line-height: 1.3;}
.pgame__subinfo .pgame__list {font-size: 16px;}
.page__minisubtitle {font-size: 14px; font-weight: 400; color: var(--tt-lighter); 
	padding-top: 3px; width: 100%; text-transform: uppercase;}
.page__minisubtitle::after {content: ''; height: 1px; background-color: var(--bdc); 
	flex-grow: 1; margin-right: 10px; min-width: 20px; max-width: 20px; display: inline-block;}
.page__minisubtitle::after {margin: 0; margin-left: 10px; max-width: 100%;}
.pgame__btn-dl {order: 10; font-size: 14px;}
.pgame__steam {border: 1px solid var(--accent-2); color: var(--accent-2); font-weight: 400; 
	position: absolute; left: 400px; bottom: 20px; background-color: transparent;}
.pgame__mg {background-color: var(--accent-2); color: #fff; font-size: 14px;}

.pgame__user-activity {padding: 15px; background-color: var(--bg-darker);}
.pgame__rating {font-size: 14px;}
.pgame__rating .rating {margin: 0 6px 0 10px;}
.pgame__rating-score {font-weight: 500; margin-right: 10px;}
.pgame__rating-votes {color: var(--tt-lighter); font-style: italic;}
.pgame__updated {padding: 12px 15px; padding-left: 55px; line-height: 1.4; background-color: #f3fdee; 
	margin-bottom: 20px; margin-top: -20px; position: relative;}
.pgame__updated::before {content: '\f013'; font-family: 'Font Awesome 5 Pro'; font-weight: 300;  
	position: absolute; left: 0; top: 0%; font-size: 18px; background-color: var(--accent); color: #fff; 
	width: 40px; height: 100%; display: flex; justify-content: center; align-items: center;}

.page__text {margin-top: -5px; margin-bottom: -10px; color: #5c5c5c;}
.pgame__screenshots .xfieldimagegallery {display: grid; grid-gap: 10px 10px; 
	grid-template-columns: repeat(auto-fill,minmax(240px,1fr));}
.pgame__screenshots a, .pgame__screenshots img, .pgame__screenshots li {height: 150px; display: block !important; 
	margin: 0 !important; max-width: 100% !important; width: 100%;}
.pgame__screenshots img {width: 100%; object-fit: cover;}
.pgame__player .video-inside {box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg);}
.pgame__caption {font-size: 15px; line-height: 1.5; position: relative;
	color: #2c521a; background-color: #f3fdee; margin-bottom: 40px; margin-top: -40px;
	padding: 18px 18px 18px 75px; border: 1px solid var(--accent);} 
.pgame__caption::before {content: '\f05a'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; margin-top: -1px; 
   position: absolute; left: 20px; top: 50%; font-size: 34px; color: var(--accent); transform: translateY(-50%);}
.pgame__important {background-color: var(--bg-darker); padding: 20px; border-left: 3px solid var(--accent-2);}
.pgame__important-title {font-weight: 500; font-size: 18px; margin-bottom: 15px; text-transform: uppercase;}
.pgame__important ul {margin-left: -39px; font-size: 15px;}
.pgame__important li + li {margin-top: 5px !important;}

.page__tags {margin: 0 -16px -15px 0; font-size: 0; padding-top: 30px;}
.page__tags .fal {height: 30px; line-height: 30px; margin: 0 10px 10px 0; font-size: 16px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; margin: 0 10px 10px 0;
	color: var(--accent-2); border: 1px solid var(--accent-2);}
.page__tags a:hover {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.pgame__latest {display: grid; grid-gap: 15px 15px; grid-template-columns: repeat(auto-fill,minmax(120px,1fr));}
.pgame__latest .poster__img {border: 0; box-shadow: none;}
.pgame__latest .poster__title {font-weight: 400; font-size: 14px;}
.mb15 {margin-bottom: 15px;}

.pgame__related .sect__header {padding-right: 110px;}
.rels:not(.owl-carousel) {display: flex; overflow: hidden;}
.rels > .poster {width: calc((100% - 60px)/4); flex-shrink: 0; margin-right: 20px;}
.rels .poster {padding: 1px !important;}

.has-loader {overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; min-width: 164px;}
.has-loader::after {content: 'Загрузка...'; display: inline-block; position: relative; z-index: 1;}
.has-loader::before {background: repeating-linear-gradient(45deg,#f5f5f5,#f5f5f5 10px,#ccc 10px,#ccc 20px); 
	animation: move 10s infinite linear; animation-direction: alternate; content: ''; width: 200%; height: 100%; 
	position: absolute; left: 0; top: 0%;}
@keyframes move {
	from {transform: translateX(-50%);}
	to {transform: translateX(0%);}
}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6; font-size: 16px; 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: 5px;}
.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 > lite-youtube, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}
.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-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);}
.fdl-btn:hover, .fdl-btn:active {background: linear-gradient(to bottom, #27ae60, #2ecc71);}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 22px; font-weight: 500; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-lighter); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 0px; border-bottom: 0px solid var(--bdc);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-lighter); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; background-color: var(--bg-darker); padding: 15px; position: relative;}
.comment-item__main::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg-darker); 
	position: absolute; left: 30px; bottom: 100%;}
.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-lighter);}
.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-lighter);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 17px; font-weight: 500; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lighter);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lighter);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; right: 40px; bottom: 40px; z-index: 10;}
 .owl-prev, .owl-next {display: inline-flex; cursor: pointer; box-shadow: none; width: 40px; height: 40px; font-size: 16px;
	background-color: rgba(0,0,0,0.5); color: #fff; margin-left: 10px; border-radius: 50%; border: 2px solid var(--accent);}
 .owl-prev {right: 0; padding-right: 2px;}
 .owl-next {right: 0; padding-left: 2px;}
 .owl-prev:hover, .owl-next:hover {background-color: var(--accent); color: #fff;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -25px; display: flex;}
 .owl-dot {display: inline-block; width: 10px; height: 6px; border-radius: 0%; 
	cursor: pointer; background: var(--bg-darker); margin: 0 1px; flex-grow: 1;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}
.pgame__related .owl-nav {right: 0; top: -64px; bottom: auto;}
.carou .owl-nav {right: auto; left: -300px; bottom: 50%; width: 50px; margin-bottom: -40px;}
.carou .owl-next {margin-top: 10px;}


/* 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: 0; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-darkest); 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: 10px 20px; padding-top: 0; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px;}
.mobile-menu li.submenu {margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); margin-bottom: 10px;}
.mobile-menu .submenu > .header__menu-hidden {display: none;}
.mobile-menu .header__menu-hidden {position: static; width: 100%; 
	opacity: 1; visibility: visible; box-shadow: none; padding-top: 10px; padding-bottom: 0;}
.mobile-menu .header__menu-hidden .header__menu-hidden {background-color: var(--bg-darker); 
	font-size: 14px; width: calc(100% + 40px); margin: 5px -20px; padding-bottom: 10px; 
	grid-template-columns: repeat(4,1fr);}
.mobile-menu .header__menu-hidden li:last-child .header__menu-hidden {margin-bottom: 0;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.header {margin-bottom: 0px;}
	.header .header__menu, .col-side {display: none;}
	.header__logo {margin-left: 20px;}
	.logo-caption {flex-grow: 1;}
	.header__btn-menu {cursor: pointer; font-size: 30px; margin: 0 20px; color: #fff; display: block;}
	.header__search {margin-left: 0; width: 100%; padding: 5px; height: auto; margin-bottom: 25px;}
	.header__search-box button {top: 6px;}
	.cols {grid-template-columns: minmax(0,1fr);}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.speedbar {margin-top: 0;}
	.carou {padding: 20px; border-top: 3px solid rgba(0,0,0,0.3); margin-bottom: 0;}
	.carou__desc {position: static; width: 100%; margin-bottom: 20px;}

	.pgame__latest {display: block; overflow-y: hidden; overflow-x: auto; white-space: nowrap;}
	.pgame__latest .poster {white-space: normal; display: inline-block; vertical-align: top; 
		width: 140px; margin-right: 12px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.footer__two, .footer__one {display: block; text-align: center;}
	.footer__text {margin-bottom: 15px;}
	.footer .logo-caption {margin: 0; padding: 0; border: 0; margin-bottom: 15px;}
	.soc-channels {justify-content: center; margin-left: -10px;}
	.footer__menu {justify-content: center;}
	.footer__menu li {margin: 0 10px 20px 10px;}
	.carou__content > .top {width: calc((100% - 80px)/5);}
	
	.pgame__steam {display: none;}
	.rels > .poster {width: calc((100% - 40px)/3);}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.slide__desc {padding: 20px;}
	.owl-nav {bottom: 20px; right: 20px;}
	.slide__title {font-size: 24px;}
	.slide {height: 280px;}
	.header .logo-caption, .sect__sort {display: none;}
	.header__btn-login {flex: 1 1 0; min-width: 60px; max-width: 100%; margin-left: 20px; padding: 0;}
	.carou__content > .top {width: calc((100% - 60px)/4);}
	
	.page__header {grid-template-columns: 1fr 1fr; grid-template-rows: unset;}
	.page__header h1 {order: -3; text-align: center; justify-self: center;}
	.pgame__poster {grid-column: 1 / -1; justify-self: center; grid-row: span 1;}
	.pgame__dl-caption {margin-top: 0;}
	.pgame__btn-dl {justify-self: stretch;}
	.pgame__steam {bottom: 0px; right: 0; display: inline-flex; position: static; order: 11px; justify-self: stretch;}
	.pgame__subinfo {grid-row: span 1;}

	.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;}
	.slider, .btn-filter .fal {display: none;}
	.sect__title, .site-desc h2, .site-desc h3 {font-size: 18px;}
	#dle-content, .d-grid {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
	.btn-filter {padding: 0 10px; font-size: 11px;}
	.pagination {padding-top: 30px;}
	.sect__title::before, .sect__title::after {margin-right: 15px; min-width: 60px;}
	.sect__title::after {margin: 0; margin-left: 15px;}
	.sect-desc__img {width: 80px; height: 80px; border-width: 5px;}
	.speedbar {text-align: center;}
	.carou__content > .top {width: calc((100% - 40px)/3);}

	.pgame__share {min-width: 100%; margin: 20px 0 0 0; text-align: center; order: 10;}
	.pgame__screenshots .xfieldimagegallery {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
	.pgame__screenshots a, .pgame__screenshots img, .pgame__screenshots li {height: 100px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.header__logo {font-size: 26px; max-width: 176px;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 13px;}
	.carou__content:not(#owl-top) > .top {width: calc((100vw - 20px)/3); margin-right: 8px;}

	.pgame .sect__title::after {display: none;}
	.page__header {grid-template-columns: 1fr; grid-gap: 20px 0; margin-bottom: 20px;}
	.page__header > * {grid-column: 1 / -1;}
	.pgame__user-activity, .pgame__important {margin-left: -20px; margin-right: -20px;}
	.pgame__screenshots .xfieldimagegallery {grid-template-columns: repeat(auto-fill,minmax(100px,1fr));}
	.rels > .poster {width: calc((100% - 20px)/2);}
	.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;}
}

.subhname{margin-top:8px;font-weight:500;color:#909090;font-size:1.08em}.subhname.red{color:#f13802}
.itembutton_games{position:relative;display:block;width:220px;margin:12px 12px;border-radius:3px;background:#57c541;color:#fff;transition:all .3s;font-size:1.4em;font-weight:500;text-align:center;height:42px;line-height:42px}
.itembutton_games:hover{background:#51ba3c;color:#fff}
.torrentrazmer{text-align:center;font-size: 20px;margin:-15px 0px 0px}
.btnsdl {gap: 15px;}
.mget {background-color: #f1950a;}

.moviesteam {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.moviesteam video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

/* Кнопка Play */
.play_video {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(170, 170, 170, 0.3);
  border-radius: 50%;
  opacity: 0.8;
  transition: opacity 0.4s ease, transform 0.3s ease;
  cursor: pointer;
  z-index: 2;
}

.play_video:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

/* Исчезновение кнопки */
.play_video.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  pointer-events: none;
}

.play_video::before {
   content: "\f04b";
   font-family: "Font Awesome 5 Pro";
   font-size: 20px;
}