/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; overflow: clip;}
.wrapper__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper__container--main {padding: 0 var(--indent);}
.header {background-color: var(--bgb); color: #fff; --tt: #fff; padding-top: 30px;}
.header__menu {background: var(--accent); margin-top: 30px; padding: 0 var(--indent); 
	gap: 40px; font-size: 16px; /*border: 1px solid #8164bb;*/}
.content {background-color: var(--bg); box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06); padding: 30px var(--indent); padding-bottom: 40px;}
.cols {display: grid; gap: 40px; grid-template-columns: 280px minmax(0,1fr); min-height: 100vh; grid-template-areas: "sidebar content";}
.cols__content {grid-area: content;}
.cols__sidebar {grid-area: sidebar; gap: 40px;}
.footer {background-color: var(--bgb); color: var(--ttb); --tt: var(--ttb-lighter); display: grid; gap: 30px 90px; 
	grid-template-columns: 1fr 20% 20%; padding-top: 40px; padding-bottom: 30px; font-size: 13px;}
.col2 .cols {grid-template-columns: minmax(0,1fr) 280px; grid-template-areas: "content sidebar";}

.scrolltop {position: fixed; width: 40px; height: 40px; right: 10px; bottom: 10px; padding: 0;
	z-index: 990; font-size: 18px; opacity: 0; scale: 0 0;}
.scrolltop.is-active {scale: 1 1; opacity: 1;}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #1d1924; cursor: pointer; display: none;}


/* HEADER, TOPMENU, CAROU
----------------------------------------------- */
.logo {display: inline-flex; align-items: center; font-family: 'Rex'; font-weight: 700; line-height: 1;
	padding-left: 60px; text-transform: uppercase; position: relative; font-size: 40px; 
	 background: url(../images/logo.svg) 0 center / 40px no-repeat; height: 40px; color: #fff;}
.logo span {color: var(--yellow);}
.logo__caption {font-size: 14px; color: #fff; text-transform: none; white-space: nowrap; 
	position: absolute; left: 100%; top: 50%; translate: 20px -50%; line-height: 1.2; font-family: 'Fira Sans';}

.logo:has(img) {background: none; min-width: 200px;}
.logo img {display: block; position: absolute; left: 0; top: 50%; translate: 0 -50%; max-height: 100%;}
.header__theme {background: none; padding: 0; gap: 5px; flex-direction: row-reverse;}
.header__theme::before, .header__theme .fal {display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;}
.lt .header__theme::before, .dt .header__theme .fal {background-color: var(--yellow); color: #000;}
.header__favs {padding-left: 20px; border-left: 1px solid rgba(255,255,255,0.3); margin-left: -20px;}
.header__favs::before {font-size: 1.2em;}
.header__favs span {display: inline-block; padding: 2px 8px; font-size: 12px; background: var(--accent);}
.header__login {background: none; font-size: 16px; gap: 10px; padding: 0;}
.header__login-img {width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; font-size: 18px;}

.search-block {position: relative; width: 340px;}
.search-block__input, .search-block__input:focus {padding: 0 50px 0 15px; border-radius: 0px; border: 0;}
.search-block__input:not(:focus)::placeholder {color: var(--tt-fade);}
.search-block__btn {position: absolute; right: 0; top: 0; height: 40px; font-size: 16px; width: 50px; color: #000;}

.header__menu a, .header__menu span {display: flex; align-items: center; gap: 10px; height: 40px; color: #fff; cursor: pointer;}
.header__menu a::before, .header__menu span:before {font-size: 1.2em;}
.gnr {background-color: var(--bg); padding: 40px; box-shadow: var(--bsh); width: 600px; max-width: calc(100vw - 40px);
	position: fixed; left: 50%; top: 50%; translate: -50% -50%; z-index: 998; border-radius: var(--bdrs);}
.gnr__close {position: absolute; right: 10px; top: 10px; border-radius: var(--bdrs); font-size: 18px; background-color: var(--red);}
.gnr .d-none {display: block;}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 40px;}
.sect:has(.top-carousel) {margin-bottom: 80px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 30px; font-weight: 500;}
.sect__title--smaller {font-size: 22px;}
.sect__descr {color: var(--tt-fade); font-size: 14px;}
.sect__tabs-btn {font-size: 22px; font-weight: 500; text-transform: none; 
	height: auto; border-bottom: 1px solid transparent; font-weight: 400;}
.sect__tabs-btn.is-active {color: var(--tt-colored); border-bottom: 1px dotted var(--bdc-darker); font-weight: 500;}
.speedbar {font-size: 12px; margin-bottom: 25px; color: var(--tt-fade); --tt: var(--tt-fade);}
.speedbar__inner {padding-left: 2px;}
.speedbar a {font-weight: 400;}

.descr {color: var(--tt-fade-0); padding-top: 20px;}
.descr b, .descr strong {font-weight: 400;}
.descr > *:not(:last-child) {margin-bottom: 15px;}
.descr :is(h1,h2,h3) {font-size: 22px; font-weight: 500; margin-bottom: 15px !important; color: var(--tt);}
.descr :is(h1,h2):first-child {text-align: center; padding-bottom: 20px;}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; color: var(--accent); position: absolute; left: 0; top: 0;}
.descr > img {display: block; aspect-ratio: 1 / 1; width: 110px; height: auto; margin: 0 26px 10px 0; float: left;}
.descr ul {clear: both;}
.descr__faq {counter-reset: n; border-top: 1px solid var(--bdc);}
.descr__faq-item {border: 1px solid var(--bdc); border-top-width: 0; position: relative;}
.descr__faq-item::before {position: absolute; left: 20px; top: 17px; font-size: 18px; color: var(--tt-fade); pointer-events: none;}
.descr__faq-item::after {content: counter(n)'.'; counter-increment: n; 
	position: absolute; left: 55px; top: 15px; font-size: 16px; font-weight: 500; color: var(--tt-colored);}
.descr__faq-header {display: block; padding: 15px 40px 15px 75px; font-size: 17px; 
	position: relative; cursor: pointer; color: var(--tt-colored); font-weight: 400;}
.descr__faq-header span {border-bottom: 1px dotted var(--bdc-darker);}
.descr__faq-header::after {content: attr(data-text); display: block; 
	font-size: 10px; color: var(--tt-fade); margin-top: 3px;}
.descr__faq-header::before {content:"\f107"; position: absolute; right: 20px; top: 25px;}
.descr__faq-item[open] .descr__faq-header::before {rotate: 180deg;}
.descr__faq-item[open] .descr__faq-content {display: grid; gap: 15px; padding: 15px; padding-top: 0;}
.descr__faq-item[open] {border-color: var(--accent); border-top-width: 1px; z-index: 1;}


/* ITEM
----------------------------------------------- */
.item-short {padding: 1px;}
.item-short__img {margin-bottom: 10px; border: 5px solid var(--bg); box-shadow: 0 0 0 1px var(--bdc);}
.item__title {font-size: 16px;}
.item__subtitle {font-size: 14px; color: var(--tt-fade);}
.item__subtitle span {display: flex; align-items: center; gap: 10px;}
.item__subtitle span:not(:last-child)::after {content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: var(--tt-fade);}
.item-short__meta {font-size: 12px; --tt-fade: #fff; background: rgba(0,0,0,0.6);
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 10px 10px;}
.item__dls:first-child {margin: 0;}
.item__meta-item {color: var(--tt-fade);}
.item__meta-item::before {font-size: 14px;}
.item__label-pinned {height: 30px; width: 30px; background-color: var(--bg); color: var(--tt); font-size: 14px; 
	border-radius: 50%; position: absolute; left: 50%; bottom: 100%; translate: -50% calc(50% + 5px); border: 1px solid var(--bdc);}
.item__label-year {padding: 3px 6px; background-color: #fff; color: #000; font-size: 12px; min-width: 36px; 
	position: absolute; right: 5px; top: 5px;}
.fr__rating {background: var(--grey); color: #fff; width: 30px; height: 30px; border-radius: 15px;}
.item__label-rating {position: absolute; left: 10px; bottom: 38px; z-index: 3; font-size: 12px; 
	background-color: var(--grey); color: #fff; padding: 3px 6px; min-width: 36px; text-align: center;}
.rating-1, .rating-2, .rating-3 {background-color: var(--red);}
.rating-4, .rating-5, .rating-6 {background-color: var(--yellow); color: rgba(0,0,0,0.6) !important;}
.rating-7, .rating-8, .rating-9, .rating-10 {background-color: var(--green);}
.item__label-fade {color: var(--tt-fade); background-color: var(--bg-darker-1) !important; 
	height: 20px; width: 30px; font-size: 12px; border: 1px dotted var(--bdc);}
.item-side .item__label-fade {color: var(--tt-fade) !important;}
.item__label-upd {background-color: var(--blue); color: #fff; text-align: center; padding: 6px; 
	position: absolute; left: -30px; top: 5px; rotate: -45deg; font-size: 12px; width: 100px;}
.has-carousel .item__label-pinned {display: none;}
.item__favs a {display: flex; align-items: center; gap: 10px; padding: 10px 5px; margin: -9px -1px 10px; 
	position: relative; z-index: 11; border: 1px solid var(--bdc); border-top: 0;
	justify-content: center; font-size: 12px; background-color: var(--bg-darker);}
	

/* SIDEBAR
----------------------------------------------- */
.sb__title {font-size: 22px; border-bottom: 1px solid var(--bdc); padding-bottom: 10px; margin-bottom: 10px;}
.sb__title img {display: block; width: 24px; height: 24px;}
.sb__menu li:not(.sb__menu-hidden) {position: relative; border-bottom: 1px solid var(--bdc);}
.sb__menu li:not(.sb__menu-hidden) a {display: block; color: var(--tt-colored); margin: 0 -10px;
	padding: 10px 20px; padding-left: 50px; position: relative; font-size: 17px; font-weight: 500;}
.sb__menu li:not(.sb__menu-hidden) a::after {content:"\f105"; position: absolute; right: 20px; top: 50%; translate: 0 -50%;}
.sb__menu-btn {position: absolute; right: 0; top: 50%; translate: 0 -50%; width: 30px; height: 30px; 
	padding: 0; border-radius: 50%; z-index: 5;}
.is-opened .sb__menu-btn::before {content:"\f068";}
.is-opened + .sb__menu-hidden {display: grid; gap: 6px; font-weight: 300; 
	padding: 15px 0; padding-left: 20px; border-bottom: 1px solid var(--bdc);}
.sb__menu-hidden a {display: flex; align-items: center; gap: 10px;}
.sb__menu-hidden a::before {content: ''; height: 1px; background-color: var(--tt); width: 10px;}
.sb__menu li svg, .sb__menu li img {width: 24px; height: 24px; display: block; pointer-events: none;
	position: absolute; left: 0; top: 50%; translate: 0 -50%; opacity: 0.6; z-index: 3;}
.sb:has(.sb__menu) .sb__title {margin-bottom: 0;}
.sb:has(.item-side) .sb__title {margin-bottom: 20px; padding: 0; border: 0;}
.sb__tags {gap: 5px;}
.sb__tags a {display: block; font-size: 14px; white-space: nowrap; 
	color: var(--tt-colored); background-color: var(--bg-darkest); padding: 5px 10px;}

.sb__grid {display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 20px;}
.item-side__img {width: 66px; border: 5px solid var(--bg); box-shadow: 0 0 0 1px var(--bdc);}
.tops {border: 5px solid var(--bg); box-shadow: 0 0 0 1px var(--bdc); overflow: hidden;}
.tops::before {content: ''; position: absolute; inset: 0; z-index: 3; background: linear-gradient(to bottom, var(--bgb-darker) 20%, transparent 100%);}
.tops__desc {position: relative; z-index: 5; height: 230px; padding: 20px; color: #fff;}
.tops__title {font-family: 'Rex'; font-weight: 700; font-size: 18px;}
.tops__text {position: relative; padding-left: 73px;}
.tops__img {width: 53px; position: absolute; left: 0; top: 0;}
.tops__label {position: static; display: inline-block; margin-bottom: 5px;}
.tops__btn {background-color: var(--yellow); color: #000;}

.hots {border: 5px solid var(--bg); box-shadow: 0 0 0 1px var(--bdc); overflow: hidden; background: var(--bgb-darker);}
.hots::before {content: ''; background: var(--bgb-darker); width: 160px; height: 100%; 
	position: absolute; left: -30px; top: 0; z-index: 1; transform: skew(-30deg);}
.hots::after {content: ''; background: var(--bgb-darker); width: 240px; height: 100%; 
	position: absolute; right: -30px; top: 0; z-index: 1; transform: skew(-30deg); 
	background: linear-gradient(to right, var(--bgb-darker) 20px, var(--orange) 20px, var(--orange) 80px, 
	var(--yellow) 80px, var(--yellow) 120px, var(--bgb-darker) 120px);}
.hots__desc {position: relative; z-index: 5; color: #fff; height: 120px; padding: 20px 30px;}
.hots__label {color: var(--yellow); font-size: 17px; margin-bottom: 5px;}
.hots__title {font-family: 'Rex'; font-weight: 700; font-size: 24px;}
.hots__btn {background-color: #fff; color: #000; margin-left: 20px;}
.hots__img {position: absolute; left: 100px; right: 100px; height: 100%; top: 0; opacity: 0.6;}
.hots__desc::before {width: 50px; height: 50px; border-radius: 50%; background: var(--orange); color: #fff; 
	display: grid; place-items: center; font-size: 24px; border: 10px solid var(--bgb); margin-right: 90px; box-shadow: var(--bsh);}

.lcomm {font-size: 14px;}
.lcomm__img {width: 45px;}
.lcomm__header::before {width: 22px; height: 22px; border-radius: 50%; background-color: var(--green); color: #fff;}
.lcomm__author {color: var(--tt-colored); font-weight: 500;}
.lcomm__date {font-size: 12px; color: var(--tt-fade);}
.lcomm__text {background-color: var(--bg-darker-1); 
	padding: 15px 20px; font-size: 13px; margin-top: 15px;}
.lcomm__text::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg-darker-1); 
	position: absolute; left: 35px; bottom: 100%;}
.lcomm__link {border-top: 1px solid var(--bdc); font-weight: 400; font-size: 15px; margin-top: 10px; padding-top: 10px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__stats {background-color: var(--bgb-darker); border-radius: 10px; padding: 20px 40px; 
	gap: 20px 40px; font-size: 14px;}
.footer__stats span {color: #fff;}
.footer__stats-caption {color: #fff; font-size: 17px; font-weight: 400; padding-left: 40px; height: 30px;
	background: url(../images/stats.svg) 0 center / 30px no-repeat; display: flex; align-items: center; margin-right: 40px;}
.footer__stats-item::before {font-size: 18px; margin-right: 15px; vertical-align: middle;}
.footer__text {margin-top: 30px;}
.footer__menu {gap: 3px; font-size: 14px;}
.footer__menu li:not(:has(a)) {color: #fff; font-size: 17px; padding-bottom: 10px;}

.pagination {gap: 20px 10px; padding-top: 20px;}
.pagination__pages > * {display: grid; place-items: center; height: 40px; padding: 0 10px;}
.pagination__pages {gap: 10px; font-size: 18px;}
.pagination__pages span:not(.nav_ext) {color: #fff; background: var(--accent);}
.pagination > a, .pagination > span {display: flex; align-items: center; gap: 10px;}
.pagination > span {color: var(--tt-fade);}
.pagination__btn-loader a {display: flex; align-items: center; gap: 10px; 
	padding: 10px; background-color: var(--bg-darkest); color: var(--tt-fade);}
.pagination__btn-loader:has(span:not(.fal)) {display: none;}


/* INNER PAGE
----------------------------------------------- */
.gtr__main {display: grid; gap: 25px 30px; grid-template-columns: 225px minmax(0,1fr); 
	grid-auto-flow: row dense; grid-template-rows: auto 1fr; margin-bottom: 30px;}
.gtr__poster {grid-column: 1 / 2; grid-row: 1 / 3;}
.gtr__img {border: 5px solid var(--bg); box-shadow: 0 0 0 1px var(--bdc);}
.gtr__img > a {display: block; aspect-ratio: inherit;}
.gtr__favs {position: absolute; right: 5px; top: 5px; z-index: 3;}
.gtr__favs a {display: grid; place-items: center; width: 30px; height: 30px; 
	background-color: var(--bg-darkest); color: var(--tt-fade); font-size: 18px;}
.gtr__ru {display: block; aspect-ratio: 56 / 38; text-align: center; width: 66px; font-size: 18px;
	position: absolute; left: 10px; bottom: 10px; z-index: 3; color: #fff; fill: #fff; 
	font-size: 44px; text-anchor: middle; text-transform: uppercase; border: 1px solid var(--bdc);}

.gtr__meta {color: var(--tt-fade); font-size: 12px; margin-bottom: 0px;}
.gtr__main h1 {font-size: 25px; font-weight: 500; line-height: 1.3;}
.gtr__main h1 a {font-size: 16px; margin-left: 10px; font-weight: 400;}
.gtr__info {color: var(--red); margin-top: 4px;}
.gtr__subinfo {margin-top: 15px;}
.gtr__subinfo li {border: 1px solid var(--bdc-darker); padding: 5px 10px;}
.gtr__info-list li > span:first-child {font-weight: 400; margin-right: 5px;}
.gtr__info-list a {color: var(--blue); text-decoration: underline;}
.gtr__rating .unit-rating { --size: 23px; --size-1: -23px; --size-2: -46px}
.gtr__rating-votes, .gtr__steam-rating i, .gtr__upd-info-sub {color: var(--tt-fade); font-size: 12px; font-style: normal;}
.gtr__rating-score {padding: 1px 8px; color: #fff;}
.gtr__rating-score.js-color-rating, .gtr__rating-score.rating-0 {background-color: var(--grey); color: #fff;}
.gtr__steam-rating span, .gtr__upd-info-2 b {font-weight: 400;}
.green {color: var(--green);}
.red {color: var(--red);}
.gtr__rating-likes a {display: flex; align-items: center; gap: 5px; height: 26px;}
.gtr__rating-likes .fal {color: var(--green); font-size: 24px;}
.gtr__rating-likes a:last-child .fal {color: var(--red);}
.gtr__upd-info::before {content: '*'; color: var(--red); position: absolute; top: -2px; left: -16px; font-size: 24px;} 
[data-scroll], .gtr__upd-info-sub {cursor: pointer;}
.gtr__upd-info-2 {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--bdc);}
.gtr__upd-info-hidden {margin-top: 10px; display: none;}
.gtr__upd-info-main::before {color: var(--tt-fade);}

.gtr__tr-dl {align-self: center; background-color: var(--green); height: 50px; font-size: 17px; padding: 0 40px;}
.gtr__scr ul {display: grid; gap: 10px; grid-template-columns: repeat(3,1fr);}
.gtr__scr a, .gtr__scr img {display: block; height: auto; width: 100%; aspect-ratio: 300 / 180;}
.gtr__scr img {object-fit: cover;}
.gtr__logo1 {height: 100px;}
.gtr__logo img {display: block; max-height: 200px;}
.gtr__trl-btn {width: 100%; position: relative; background: #000; cursor: pointer; 
	aspect-ratio: 3 / 1.6; border-radius: 0; height: auto;}
.gtr__trl-btn img {opacity: 0.66;}
.gtr__trl-btn::before {background-color: rgba(0,0,0,0.3); color: #fff; backdrop-filter: blur(6px); 
	position: relative; z-index: 10; width: 100px; height: 100px; border-radius: 50%; box-sizing: border-box; 
	font-size: 24px; padding-left: 5px; box-shadow: var(--bsh);}
.clip {position: fixed; z-index: 999; left: 50%; top: 50%; translate: -50% -50%; 
	width: 800px; max-width: calc(100vw - 40px); box-shadow: var(--bsh-long);}
.clip__close {font-size: 24px; position: absolute; right: 0; bottom: 100%; color: #fff;}
.clip__close:hover {background-color: var(--red); color: #fff;}
.clip .d-none {display: block;}

.gtr__alert {position: relative; isolation: isolate; padding: 20px; 
	padding-left: 68px; --clr: var(--blue); border: 1px solid rgba(0,0,0,0.1);}
.gtr__alert-caption {font-weight: 500 !important; color: var(--clr); font-size: 16px; font-style: normal;}
.gtr__alert::after {content: ''; background-color: var(--clr); opacity: 0.1; position: absolute; z-index: -1; inset: 0;}
.gtr__alert::before {position: absolute; left: 20px; top: 50%; translate: 0 -50%; 
	color: var(--clr); font-size: 28px;}
.gtr__alert b, .gtr__alert strong {font-weight: 400;}
.gtr__alert--red {--clr: var(--red);}
.gtr__alert--green {--clr: var(--green);}
.gtr__alert--orange {--clr: var(--orange);}
.gtr__alert--accent {--clr: var(--accent);}


.gtr__dl-btn {height: 50px; font-size: 17px; background-color: var(--green); position: relative; overflow: hidden; min-width: 260px;}
.gtr__dl-btn-notr {background-color: var(--bgb-darker);}
.gtr__dl-btn-tr::after {position: absolute; right: 0; bottom: 0; width: 32px; height: 28px; content: '';
	background: url(../images/utor.png) 0 0 / contain no-repeat; opacity: 0.3;}
.gtr__dl-btns-caption {font-size: 14px; margin-top: 9px; color: var(--tt-fade);}
.gtr__dl-btns-caption [data-scroll] {color: var(--tt-colored); font-weight: 400; border-bottom: 1px dotted var(--bdc-darker);}
.gtr__size {padding-bottom: 10px; border-bottom: 1px solid var(--bdc); font-size: 21px;}
.gtr__size::before {color: var(--yellow); font-size: 1.2em;}
.gtr__tech-table {font-size: 14px; width: 310px;}
.gtr__tech-table li {display: flex; border-bottom: 1px solid var(--bdc-darker);}
.gtr__tech-table li.gtr__tech-table-caption {background-color: var(--accent); color: #fff; 
	font-weight: 500; border: 0; margin: 0px; display: block; padding: 10px; font-size: 16px;border: 1px solid #474747;}
.gtr__tech-table li > div {padding: 7px 8px; flex: 1 1 0; max-width: 100%; min-width: 50px;}
.gtr__tech-table li > span:first-child {border-right: 1px solid var(--bdc-darker); 
	font-weight: 400; padding: 7px 11px; display: flex; align-items: center; width: 180px;}
.gtr__tech-table:first-child li > span:first-child {width: 130px;}
.gtr__tech-table li a {color: var(--blue); text-decoration: underline;}
.gtr__tech-has-ru::after {display: inline-block; width: 16px; height: 11px; margin: 0 0 0 10px; border-radius: 2px;
	background: linear-gradient( 180deg ,#ececec 33%,#004aac 0,#004aac 66%,#eb3935 0); content: '';}
.gtr__tags a {display: block; border: 1px solid var(--bdc); padding: 3px 10px;}
.gtr__help ol {margin-left: -17px;}
.gtr__other {cursor: pointer;}

.gtr__related .item__label-upd, .gtr__related .item-short__meta {display: none;}
.gtr__related .item__label-rating {bottom: 5px; left: 5px;}
.gtr__related .item__title {font-size: 15px;}

.dl {border: 1px dashed var(--bdc-darker); padding: 2px 12px 2px 12px;}
.dl::before {background-color: var(--orange); color: #fff; width: 28px; height: 28px; border-radius: 50%; font-size: 15px;}
.dl__title span {color: var(--tt-colored); border-bottom: 1px dotted var(--bdc-darker); 
	font-size: 16px; display: inline-block; max-width: calc(100% - 40px);}
.dl__title img {display: block; height: 20px;}
.dl__subtitle {color: var(--tt-fade); margin-top: 3px;}
.dl__btn {margin-top: 2px; font-size: 15px; height: 23px; padding: 0 10px; background-color: var(--green); border-radius: 3px;}

.gtr__dl:hover {
	background: #ccc;
}
body[data-theme="dark"] .gtr__dl:hover {
	background: #26272d;
}
.torrent-info {
    width: 100%;
    display: none;
}
.torrent-info.visible {
    display: block;
}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page__title {margin-bottom: 30px; font-size: 24px;}
.full-text {line-height: 1.6; font-size: 16px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: var(--ui-accent);}
.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 {margin-bottom: 25px;}
.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: 6px; 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: -3px; 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: -3px; 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 > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative; background-color: #000;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 0px;}
.page__comments-info {color: var(--tt-fade); font-size: 14px; padding-left: 23px; position: relative;}
.page__comments-info::before {color: var(--red); position: absolute; left: 0; top: 2px;}
.page__ac {margin-bottom: 20px;}
.ac-form {position: relative;}
.ac-form__header, .ac-form__editor, .ac-form .message-info {gap: 10px; margin-bottom: 10px;}
.ac-form__btn {padding: 0 60px;}
.ac-form__bottom {gap: 25px;}
.confidential-check {font-size: 14px;}
.ac-form__header > span {margin-left: 15px;}
.ac-form .comments_subscribe {margin-top: 0px;}

.page__ac:not(:has(.ac-toggle)) {padding-bottom: 20px;}
.ac-toggle.ac-form {cursor: pointer;}
.ac-form__header input, .ac-form__editor textarea {background-color: rgba(0,0,0,0.02);}
.ac-form__header input {height: 50px; line-height: 50px;}
.ac-toggle, .ac-toggle .ac-form__editor {position: relative;}
.ac-toggle .ac-form__bottom button {position: absolute; bottom: 20px; right: 10px; z-index: 10; pointer-events: none;}
.ac-form .bb-btn {display: none;}
.ac-form .bb-pane {background: none; box-shadow: none; border: 0; position: absolute; left: 0; bottom: 0; right: 0;}
.ac-form #b_emo, .ac-form #b_leech, .ac-form #b_quote, .ac-form #b_spoiler, 
.ac-form #b_b, .ac-form #b_u, .ac-form #b_s, .ac-form #b_color, .ac-form #b_hide {display: grid;}
.ac-toggle .bb-btn {pointer-events: none;}
.ac-toggle .ac-form__editor .bb-editor textarea {height: 160px; resize: none;}
.ac-form__editor .bb-editor textarea {height: 200px; line-height: 1.4; padding-bottom: 40px;}
.comments_subscribe + br, .ac-form .bb-editor + br {display: none;}
.ac-toggle .has-checkbox {display: none;}

.mass_comments_action {display: none; align-items: center; flex-wrap: wrap; gap: 10px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -28px 0 0; border-radius: 0; box-shadow: none; min-width: 60%;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comm__title {font-size: 18px; margin-bottom: 20px;}

.comm {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--bdc);}
.comm__img {width: 45px; height: 45px; border-radius: 50%;}
.comm__header::before {width: 26px; height: 26px; border-radius: 50%; background-color: var(--green); color: #fff; order: 10;}
.neg.comm__header::before {background-color: var(--red);}
.comm__author, .comm__author a {color: var(--tt-colored); font-weight: 500;}
.comm__author .fal {color: var(--tt-fade); font-size: 14px;}
.comm__author img {display: block; height: 14px;}
.comm__date {color: var(--tt-fade); font-size: 12px; margin-top: 3px;}
.comm__rating a {display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; 
	color: var(--green); font-size: 18px;}
.comm__rating a:last-child {color: var(--red);}
.comm__rating span {font-size: 14px; font-weight: 400;}
.comm__rating span .ratingplus {color: var(--green);}
.comm__rating span .ratingminus {color: var(--red);}
.comm__text {margin: 10px 0;}
.comm__action {font-size: 12px;}
.comm__ctrl {margin: 0 -5px -10px 0;}
.comm__ctrl-btn {font-size: 30px; height: 30px; border-radius: 15px;}
.comm__ctrl-menu li + li {margin-top: 10px;}
body:has(.pwidget) #dropmenudiv {z-index: 1000 !important;}


/* POPUP WIDGET
----------------------------------------------- */
.pwidget {background-color: var(--bg); color: var(--tt); 
	border-radius: 20px; overflow: hidden; z-index: 999; padding: 20px; padding-top: 24px; 
	position: fixed; left: 20px; bottom: 20px; right: 20px; box-shadow: 0 0 60px rgba(0,0,0,0.5);}
.pwidget::before {content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); 
	background-color: rgba(0,0,0,0.2); height: 4px; width: 40px; border-radius: 2px;}
.pwidget .wctrl__content {display: block; margin-bottom: 20px;}
@media screen and (min-width: 760px) {
	.pwidget {left: 50%; bottom: 50%; right: auto; translate: -50% 50%; width: 400px;}
	.pwidget::before {display: none;}
}


/* LOGIN
----------------------------------------------- */
.lgn {position: fixed; z-index: 999; left: 50%; top: 50%; translate: -50% -50%; width: 500px; max-width: calc(100% - 40px);}
.lgn__content {background-color: var(--bg); box-shadow: var(--bsh-long); padding: 30px 60px; position: relative;}
.lgn__ctrl > * {color: #fff !important; font-size: 22px; height: 45px; position: relative;}
.lgn__ctrl span::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg); 
	position: absolute; left: 50%; bottom: 0; margin-left: -10px; z-index: 5;}
.lgn__btn-close {font-size: 40px; color: #fff; position: absolute; right: -50px; top: 0; z-index: 10;}
.lgn__header {position: relative; padding-left: 80px; margin-bottom: 15px;}
.lgn__avatar {width: 60px; background-color: var(--bg-darkest); color: var(--tt-fade); font-size: 24px; 
	position: absolute; left: 0; top: 50%; translate: 0 -50%; overflow: hidden; border-radius: 50%;}
.lgn__title {font-size: 19px;}
.lgn__caption {color: var(--tt-fade); margin-top: 5px;}
.lgn__input input {height: 50px; line-height: 50px; border-radius: 0; padding: 0 30px;}
.lgn__input input::placeholder {font-size: 16px;}
.lgn__input input + input {margin-top: -1px;} 
.lgn__input input:focus {position: relative; z-index: 5;}
.lgn__btn button {height: 50px;}
.lgn__cell a {color: var(--ui-accent);}
.lgn__social-caption {font-size: 13px; color: var(--tt-fade); margin-top: 5px;}
.lgn__social-caption::before, .lgn__social-caption::after {content: ''; flex-grow: 1; background: var(--bdc); height: 1px;}
.lgn__social a {border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center;}
.lgn__social a img {height: 18px; width: 18px; display: block; filter: invert(1);}
.lgn__social-vk {background-color: #587ba1;}
.lgn__social-ok {background-color: #ff9800;}
.lgn__social-fb {background-color: #3b5998;}
.lgn__social-ml {background-color: #2196f3;}
.lgn__social-gg {background-color: #f44336;}
.lgn__social-ya {background-color: #fc3f1d;}
.lgn__social:not(:has(a)) {display: none;}
.lgn--logged {width: 400px;}
.lgn__menu a {display: flex; align-items: center; gap: 10px;}
.c-0 span {display: none;}



/**
 * 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-stage {position: relative; display:flex; justify-content:flex-start;}
.owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
.owl-item {position: relative; min-height: 10px;}
.owl-nav.disabled, .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-nav {position: absolute; right: 0; bottom: 100%; display: flex; translate: 0 -25px;}
.owl-prev, .owl-next {cursor: pointer; width: 40px; height: 40px; display: grid; place-items: center; 
	font-size: 18px; background: none; color: var(--tt); box-shadow: none; border: 1px solid var(--bdc);}
.owl-prev {border-right: 0;}
.owl-dots {display: flex; align-items: center; gap: 5px; justify-content: center; 
	position: absolute; left: 0; right: 0; bottom: -40px;}
.owl-dot {display: block; width: 20px; height: 20px; border-radius: 50%; cursor: pointer; 
	background-color: var(--bg-darkest); border: 5px solid var(--bg);}
.owl-dot.active {background-color: var(--bg); border: 2px solid var(--yellow); margin: 0 5px;}
.owl-dots::before, .owl-dots::after {content: ''; flex-grow: 1; background: var(--bdc); height: 1px; margin-right: 10px;}
.owl-dots::after {margin: 0; margin-left: 10px;}
.new-carousel .owl-dots {bottom: 55px; top: 0; left: auto; right: -30px; translate: 0 0; flex-direction: column;}
.new-carousel .owl-dot.active {margin: 5px 0;}
.col2 .new-carousel .owl-dots {left: -23px; right: auto;}


/* CLS FIX
----------------------------------------------- */
.has-carousel:not(.owl-carousel) {display: flex; overflow: hidden; gap: 18px;}
.has-carousel:not(.owl-carousel) > * {flex-shrink: 0;}
.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 54px)/4);}
.top-carousel:not(.owl-carousel) > .item {width: calc((100% - 72px)/5);}
@media screen and (max-width: 1220px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 72px)/5);}
	.top-carousel:not(.owl-carousel) > .item {width: calc((100% - 72px)/5);}
}
@media screen and (max-width: 950px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 54px)/4);}
	.top-carousel:not(.owl-carousel) > .item {width: calc((100% - 54px)/4);}
}
@media screen and (max-width: 760px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 36px)/3);}
	.top-carousel:not(.owl-carousel) > .item {width: calc((100% - 36px)/3);}
}
@media screen and (max-width: 590px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 18px)/2);}
	.top-carousel:not(.owl-carousel) > .item {width: calc((100% - 36px)/3);}
}
@media screen and (max-width: 480px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 18px)/2);}
	.top-carousel:not(.owl-carousel) > .item {width: calc((100% - 18px)/2);}
}


/* UPDATE
----------------------------------------------- */
.full-text table td, .full-text table th {padding:10px; border:2px solid var(--bg);}
.full-text table th {border-color: var(--bgb-darker);}
.full-text table tbody tr:nth-child(2n+1) {background-color:var(--bg-darker-1);} 
.full-text table thead {background-color:var(--bgb); color: #fff;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.neutral {color: var(--tt-colored);}
.gtr__main1 h1 a {font-size: 16px; margin-left: 10px;}
.gtr__rating-votes span[data-vote-num-id] {display: inline !important;}
.sect__link {font-weight: 300; height: 30px; padding: 0 10px;}
.grid-items:has(.news) {gap: 15px;}
.news__img {margin-bottom: 10px; border: 5px solid var(--bg); box-shadow: 0 0 0 1px var(--bdc); width: 300px;}
.news__title {font-size: 17px;}
.news__text {font-weight: 300;}
.news__title:hover {text-decoration: underline;}
.news__img:hover {opacity: 0.8;}
.sb__menu li img {opacity: 1;}
.sb__menu img[src*=\/i\/] {opacity: 0.6;}
.dt .sb__menu img[src*=\/i\/] {filter: invert(1); opacity: 0.8;}
.fr-list {counter-reset: num; display: flex; flex-direction: column-reverse; border: 1px solid var(--bdc);}
.fr::before {content: counter(num); counter-increment: num; width: 30px; height: 30px; 
	border-radius: 50%; border: 1px solid var(--bdc); color: var(--tt-fade); display: grid; place-items: center;
	position: absolute; left: 10px; top: 50%; transform: translateY(-50%); box-sizing: border-box;}
.fr {cursor: pointer; position: relative; padding: 10px 10px; padding-left: 52px; gap: 10px;}
.fr:not(:first-child) {border-bottom: 1px solid var(--bdc);}
.fr:nth-child(2n) {background-color: var(--bg-darker);}
.fr__title {display: inline-block; max-width: 100%; font-weight: 400; 
	border-bottom: 1px dotted var(--bdc-darker); color: var(--tt-colored); font-size: 17px;}
.fr:hover {background-color: var(--bg-darkest) !important;}
.fr__year {color: var(--tt-fade); font-weight: 300;}
.is-active .fr__title {color: var(--tt); border-color: transparent;}
.fr.is-active::before {background-color: var(--accent); color: #fff; border-color: var(--accent);}
@media screen and (max-width: 590px) {
	.news__img {width: 100%;}
	.pnews .gtr__rating, .news .gtr__meta {justify-content: flex-start; width: 100%;}
	.news__text {display: block;}
	.fr__title {font-size: 15px;}
	.fr__year span {display: none;}
}


/**  spoiler */
.i_spoiler {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border: 1px solid #e4e4e4;
  border-left: 2px solid #909090;
  padding: 4px 10px;
  font-weight: 500;
  margin-top: 8px;
  cursor: pointer;
  color: #000;
  user-select: none
}
.i_spoiler::before {
  padding-right: 4px;
  content: "\f067";
}
.i_spoiler.active::before {
  content: "\f068";
}

.spcast {
    display: none;
}
.spcast.visible {
    display: block;
}
.opencast {
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 10px 14px;
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.4em;
  overflow: hidden;
}
.spcast .opencast {
  margin-top: -1px;
  overflow: auto;
}
.opencast h3 {
  font-size: 18px;
}
.opencast code {
  display: block;
  color: #996655;
  border: solid #c3cbd1;
  border-width: 1px 1px 1px 2px;
  margin: 6px 0;
  padding: 2px 6px;
}
.opencast details.mce-accordion {
  margin-top: 22px;
}
.opencast details.mce-accordion[open] {
  border: 1px solid rgb(229, 229, 229);
  background: rgb(250, 250, 250);
  padding: 10px 14px;
}
.opencast details.mce-accordion[open] summary {
  margin: -11px -15px 22px -15px;
}
.opencast details.mce-accordion summary {
  position: relative;
  background: #f3f3f3;
  border: 1px solid #e4e4e4;
  font-weight: 500;
  border-left: 2px solid #909090;
  margin-bottom: 22px;
  padding: 2px;
  padding-left: 10px;
  cursor: pointer;
}

body[data-theme="dark"] .i_spoiler {
  background: #3b3d42;
  border: 1px solid #2a2c2f;
  border-left: 2px solid #4b5a6f;
  color: #c8c8c8;
}
body[data-theme="dark"] .opencast {
  border: 1px solid #000;
  background: #1c1c20;
  color: #b9b9b9;
}



/* apptag */
.apptag_ctn {position: relative; width: calc(100% - 45px); margin: 34px 0 25px 0;}
.apptag {display: flex; flex-wrap: wrap; gap: 8px;height: 32px;overflow: hidden;}
.apptag.showall {height: auto;}
.apptag_ctn.active .hidetag {display: inline-block;}

.apptag a {display: inline-block; box-sizing: border-box; word-break: break-word; background: #f4f4f4; color: #000; font-weight: 500; font-size: 0.83rem; padding: 5px 8px; border-radius: 5px; -webkit-font-smoothing: antialiased;}
.apptag a:hover {background: #eaeaea;}

.button_showtag {position: absolute; display: flex; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, .05); width: 38px; height: 24px; top: 0; right: -45px; cursor: pointer; border-radius: 16px; z-index: 1; background-color .2s ease,transform .2s ease;}
.button_showtag:hover {background-color: rgba(0, 0, 0, .1); transform: scale(1.05);}
.apptag_ctn.active .button_showtag.i_angle-down::before {transform: rotate(180deg); transition: .3s;}

body[data-theme="dark"] .apptag a {color: #c0c0c2; background: rgb(38 39 46);}
body[data-theme="dark"] .apptag a:hover {background: rgba(112,129,137,.15); color: #bfbfbf;}

/* controller */
.controller_block {display: flex; flex-direction: column; margin: 24px 0; gap: 8px;}
.device_info {font-size: 15px; font-weight: 500;}
.device_support {display: flex; flex-direction: row; gap: 6px;}

.device {display: flex; align-items: center; gap: 6px; background: #f1f1f1; padding: 5px 8px; font-weight: 500; font-size: 13px; border-radius: 3px; cursor: default;}
.device:hover {background: #eaeaea;}

.recommend_controller {display: flex; align-items: center; gap: 6px; padding: 5px 0; font-weight: 500; cursor: default;}
body[data-theme="dark"] .device {color: #c0c0c2; background: rgb(38 39 46);}

.device .i_deck {font-family: 'custom_ico' !important; font-size: 17px;}

/** for adults */
#for_adults img, 
#for_adults .moviesteam {
    filter: blur(5px) grayscale(100%) brightness(50%); 
    box-shadow: 0 0 0px 4px #000; 
    pointer-events: none; 
    cursor: default;
}

/*--- explicit ---*/
.gtr__poster {position:relative;}
.gtr__poster .explicit {top: 20%;z-index: 10001;}

.explicit {position: absolute; left: 0; padding: 8px 12px; color: #e8e8e8; font-size: 0.95rem; line-height: 1.25; background-color: rgba(0, 0, 0, 0.5); text-align: center; z-index: 1;}
.explicit::before {content: "Эта игра из категории 18+. Вы уверены, что хотите открыть контент?";}
.explicit-confirm {position: absolute; bottom: -38px; left: 12px; padding: 4px 10px; color: #fff; background: #4CAF50; border-radius: 4px; cursor: pointer;}
.explicit-confirm:hover {background: #45a049;}

/* header lan_game */
.net_header {display: inline-flex; align-items: center; background: #fedc80; gap: 4px; padding: 5px 8px; color: #634a06; font-size: 14px; font-weight: 500; border-radius: 3px;}
a.net_header:hover, a.net_header:focus {color: #000;}


/* body lan_game */
.rel_network {position: relative; display: flex; gap: 16px; margin: 24px 0; padding: 10px; background-color: #f5f5f5; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); border-radius: 10px; cursor: pointer;}
.rel_network:hover .i_square-up {opacity: 1;}
.rel_network:hover .shortnet_body .name {color: #d00;}
.rel_network.highlighted .shortnet_body .name {color: #d00;}
.rel_network.highlighted .i_square-up {opacity: 1;}

.rel_network .i_square-up {display: inherit; position: absolute; right: 14px; bottom: 14px; color: #0000004f; font-size: 22px; transition: .3s; opacity: .3;}
.shortnet_imgs {position: relative; display: contents; overflow: hidden;}
.shortnet_imgs img {width: 102px; height: 132px; border-radius: 5px;}
.shortnet_body {display: flex; flex-direction: column; gap: 10px; margin-top: 10px;}
.shortnet_body .name {color: #000; font-size: 19px; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; transition: .3s; overflow: hidden;}
.shortnet_body .net_header {max-width: 152px;}
.shortnet_sub {color: #999; font-weight: 500;}
.shortnet_v {color: #000; font-size: 15px; font-weight: 700;}
.shortnet_no_v {color: #707070; font-weight: 500;}
.link_lan {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

body[data-theme="dark"] .rel_network {background-color: #25262b;}
body[data-theme="dark"] .shortnet_body .name {color: #fff;}
body[data-theme="dark"] .shortnet_body .name:hover {color: #1465be;}
body[data-theme="dark"] .rel_network .i_square-up {color: #00000073;}

body[data-theme="dark"] .shortupd_body .name {color: #c8c8c8;}
body[data-theme="dark"] .shortupd_body .name:hover {color: #fff;}
body[data-theme="dark"] .shortnet_v {color: #fff;}
