/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.header {background-color: var(--bg); user-select: none;}
.content {min-height: 80vh; background-color: var(--bg); margin-top: -120px; margin-bottom: -120px; 
	position: relative; z-index: 10; padding: 30px var(--indent); padding-bottom: 60px; box-shadow: 0 30px 60px rgba(0,0,0,.1);}
.cols {display: grid; gap: 30px var(--indent); grid-template-columns: minmax(0,1fr) 280px; grid-template-areas: "main sidebar";}
.cols__main {grid-area: main; background-color: var(--bg);}
.cols__side {grid-area: sidebar; user-select: none;}
.footer {background-color: var(--bg-black); color: var(--tt-footer);}
.footer__main {padding-top: 150px; padding-bottom: 30px; gap: 15px 30px;}
.footer__bottom {background-color: var(--bg-blackest); padding-top: 20px; padding-bottom: 20px; gap: 15px;}

.scrolltop {position: fixed; width: 44px; height: 44px; right: -60px; bottom: 62px;z-index: 990; border-radius: 50%; font-size: 18px; background-color: var(--bg);opacity: 0; transition: right 0.2s, opacity 0.2s; color: var(--tt-fade); box-shadow: var(--bsh)}
.scrolltop.is-active {right: 23px; opacity: 1;}


.oot {background-color: var(--bg);color: var(--tt-2);font-size: 11px;position: absolute;right: 10px;top: 8px;border-radius: 3px;padding: 3px 6px;pointer-events: none;}
.nav__hidden .oot {top: 6px;}
.nav__hidden li {position: relative;}
.other-repack .title_spoiler {margin-top: -11px;}

/* HEADER
----------------------------------------------- */
.header__main {padding: 20px 0; gap: 30px;}
.logo {display: block; font-size: 34px; font-weight: 900; text-transform: uppercase; 
	padding-left: 55px; background: url(../images/logo.svg) 0 center / 50px no-repeat;}
.logo span {color: var(--blue)}

.header__menu {border-top: 1px solid var(--bdc); gap: 40px;}
.header__menu li {position: relative;}
.header__menu > li > a, .header__menu > li > span {cursor: pointer; gap: 10px; font-size: 18px; font-weight: 500; 
	display: flex; align-items: center; height: 60px;}

.header__fav {gap: 10px; margin-right: -50px; padding-right: 30px; height: 40px; border-radius: 20px 0 0 20px; 
	border: 1px solid var(--bg-darker); padding-left: 10px;}
.header__fav::before {color: var(--yellow);}
.header__fav > span {background-color: var(--blue); color: #fff; width: 24px; height: 24px; 
	border-radius: 50%; display: grid; place-items: center; font-size: 12px; margin-left: -2px;}
.header__btn-login {padding: 5px; padding-right: 15px; border-radius: 20px; gap: 10px; 
	background-color: var(--bg-darker); color: var(--tt);}
.header__btn-login img {width: 30px; height: 30px; object-fit: cover; border-radius: 50%;}
.header__btn-login::before {width: 30px; height: 30px; border-radius: 50%; background-color: var(--blue); 
	color: #fff; display: flex; justify-content: center; align-items: center; font-size: 14px;}

.search-block form {position: relative; max-width: 500px;}
.search-block__input, .search-block__input:focus {border-radius: 6px; padding: 0 86px 0 15px; 
	box-shadow: none; background-color: var(--bg); border: 2px solid var(--yellow);}
.search-block__input:not(:focus)::placeholder {color: var(--tt-fade); opacity: 1; font-size: 15px;}
.search-block__btn {position: absolute; right: 0; top: 0; padding: 0 10px 0 20px;
	border-radius: 0; font-size: 15px; color: var(--tt); background-color: var(--yellow);}
.search-block__btn::after {content: ''; border: 20px solid transparent; border-left-color: var(--yellow); 
	position: absolute; left: 100%; top: 0; transform: scale(0.6,1); transform-origin: left center;}

.header__hero {padding-top: 60px; padding-bottom: 120px; color: #fff; overflow: hidden;
	background: #000 url(../images/bg1.webp) center 0 no-repeat; background-size: cover}
.header__hero::before {height: 150%; opacity: 0.66;}
.header__hero-title {font-weight: 900; font-size: 51px; text-transform: uppercase;
	line-height: 0.66; margin-left: var(--indent); position: relative; z-index: 5;}
.speedbar {padding-bottom: 30px; margin-top: -30px; position: relative; z-index: 5;}
.speedbar a {color: #fff;}
.speedbar::before {color: var(--blue); display: inline-block; margin-right: 10px;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 30px;}
.sect__header {margin-bottom: 30px; gap: 15px;}
.sect__title {font-size: 25px; font-weight: 600; display: flex; align-items: center; gap: 15px;}
.sect__title::after {content: ''; flex-grow: 1; height: 1px; background-color: var(--bdc);}

.hh1 { font-size: 28px;font-weight: 500;}

.sect__subtitle {font-size: 24px; font-weight: 700; margin-bottom: 30px; gap: 10px;}
.sect__subtitle span {display: flex; align-items: center; height: 24px; border-radius: 12px; padding: 0 12px; 
	background-color: var(--green); color: #fff; font-size: 12px; font-weight: 400;}

.sorter,.sect__link {position:relative; cursor:pointer; height: 30px; line-height: 26px; text-transform: uppercase;
    padding: 0 10px; border-radius: 4px; font-size: 12px; display: block; border: 2px solid var(--yellow);}
.sorter:before {content:attr(data-label); display: inline-block; vertical-align: top;}
.sorter > span {display: inline-block; vertical-align: top; margin-left: 2px;}
.sorter form {display:none; background-color: var(--bg); padding:10px; line-height:26px; box-shadow: var(--bsh); 
	position:absolute; right:0; top:100%; width:160px; z-index:999; border-radius: 4px;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:"Font Awesome 5 Pro";
	display:inline-block; margin-left:10px; font-weight: 300;}
.sort li.desc a:after {content:"\f062"}

.has-carou:not(.owl-carousel) {display: flex; overflow: hidden;}
.has-carou {padding-bottom: 10px; line-height: normal;}
.has-carou:not(.owl-carousel) > .entry {flex-shrink: 0; margin-right: 20px; width: calc((100% - 60px)/4);}
.has-carou--wide:not(.owl-carousel) > .entry {width: calc((100% - 96px)/7);}
.has-carou .entry__img {padding-top: 56%; border: 0; box-shadow: none;}

.descr {display: grid; gap: 18px; line-height: 1.6; font-size: 15px; grid-template-columns: minmax(0,1fr);}
.descr h1, .descr h2, .descr h3 {font-size: 21px; font-weight: 700; line-height: 1.3;}


/* SHORT STORY
----------------------------------------------- */
.entry__img {    padding-top: 142%;/* border: 5px solid var(--bg); *//* border-radius: 4px; */box-shadow: 0 0 0 1px var(--bdc);margin-bottom: 12px;}
.entry__img_col {padding-top: 60% !important;border: 0;border-radius: 2px;}
.entry__title {display: block;}
.entry__title, .entry__title * {font-size: 15px; font-weight: 500;}
.entry__meta {font-size: 11px; position: absolute; inset: 0; z-index: 1;}
.entry__meta-item {display: flex; align-items: center; gap: 5px; height: 24px; padding: 0 6px; color: #fff;}
.entry__year {background-color: var(--blue);}
.entry__size {background-color: var(--green);}
.entry__views {padding: 0; padding-right: 6px; white-space: nowrap;}

.entry--collection {grid-column: span 2; margin-bottom: -20px;}
.entry--collection .entry__img::before {height: 60%;}
.entry--collection .entry__img, .entry--news .entry__img {padding-top: 0; height: 200px;}
.entry--collection .entry__meta {inset: 0 0 auto 0;}
.entry--collection .entry__title *, .entry--collection .entry__title {font-size: 21px; font-weight: 700; color: #fff;}
.entry--collection .entry__desc {position: absolute; inset: 0; z-index: 10; 
	display: flex; align-items: flex-end; padding: 40px 30px;}
.entry--news {grid-column: span 2;}
.entry--news .entry__title *, .entry--news .entry__title {font-size: 18px; font-weight: 700;}
.entry__text {margin-top: 10px; color: var(--tt-fade); font-size: 13px;}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 40px;}
.side-block__title {font-size: 21px; font-weight: 700; margin-bottom: 20px; white-space: nowrap;}
.side-block__content--grid {display: grid; gap: 10px; grid-template-columns: repeat(auto-fill,minmax(260px,1fr));}
.side-block__scroll {max-height: 500px; overflow-x: hidden; overflow-y: auto; padding-right: 15px;}
.scroller__content {scrollbar-width: thin; scrollbar-color: var(--blue) var(--bg-darkest);}
.scroller__content::-webkit-scrollbar {width: 10px; height: 10px;}
.scroller__content::-webkit-scrollbar-thumb {border-radius: 5px; background-color:var(--blue); border: 0;}
.scroller__content::-webkit-scrollbar-track {background-color:var(--bg-darkest); border-radius: 5px;}
.side-block__link {display: flex; align-items: center; justify-content: center; border: 2px solid var(--yellow); gap: 10px;
	font-size: 12px; font-weight: 500; text-transform: uppercase; height: 40px; border-radius: 4px; margin-top: 15px;}

.side-block__nav {margin-top: -10px;}
.side-block__nav > li > a, .side-block__nav > li > span {display: flex; align-items: center; height: 40px; gap: 10px;
	border-bottom: 1px solid var(--bdc); cursor: pointer; font-size: 15px; position: relative; padding-left: 20px;}
.side-block__nav-hidden {border-bottom: 1px solid var(--bdc); padding: 8px 0; display: none;}
.side-block__nav-hidden li {display: flex; align-items: center; gap: 10px;} 
.side-block__nav-hidden li a {font-size: 14px; display: flex; align-items: center; 
	height: 28px; padding-left: 20px; flex-grow: 1; gap: 10px;}
.side-block__nav-hidden li a::after {content: ''; flex-grow: 1; height: 1px; border-top: 2px dotted var(--bdc);}
.side-block__nav-hidden li span {font-size: 12px; color: var(--tt-fade);}
.side-block__nav > li > a::after, .side-block__nav > li > span::after {font-family: 'Font Awesome 5 Pro'; content: "\f054"; 
	position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 12px;}
.side-block__nav > li > span::before {position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--blue);}
.side-block__nav-has-submenu.is-active > span::before {content: '\f056';}
.side-block__nav-has-submenu.is-active > span {border-color: var(--blue);}

.side-item {border-bottom: 1px solid var(--bdc); padding-bottom: 10px;}
.side-item__img {width: 65px; height: 85px; margin-right: 15px;}
.side-item__title {font-weight: 500; line-height: 1.3;}
.side-item__meta {font-size: 13px; color: var(--tt-fade); margin-top: 8px;}
.side-item__meta > span:not(:last-child)::after {content: "•"; margin: 0 4px; display: inline-block;}
.side-item__date, .side-item__rating {font-size: 13px; color: var(--tt-fade); margin-top: 1px;}
.side-item__date {font-size: 11px; margin-top: 5px;}
.side-item__rating.green {color: var(--green);}
.side-item__rating.orange {color: var(--orange);}
.side-item__rating.red {color: var(--red);}
.side-item__rating.blue {color: var(--blue);}

.lcomm + .lcomm {margin-top: 10px;}
.lcomm__meta {padding-left: 48px; position: relative; font-size: 14px; font-weight: 500; margin-bottom: 12px;}
.lcomm__date {font-weight: 400; font-size: 11px; margin-top: 2px; color: var(--tt-fade);}
.lcomm__avatar {width: 36px; height: 36px; margin-top: -18px; border-radius: 18px; position: absolute; left: 0; top: 50%;}
.lcomm__text {font-size: 13px; background-color: var(--bg-darker); border-radius: 4px; position: relative; padding: 10px;}
.lcomm__text::after {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg-darker); 
	position: absolute; left: 26px; bottom: 100%;}
.lcomm__text .line-clamp {-webkit-line-clamp: 3; margin-top: 10px;}
.lcomm__title {color: var(--blue); font-size: 14px; font-weight: 500; text-decoration: underline;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__logo {color: #fff;}
.footer__menu {gap: 40px;}
.footer__menu a {color: #fff; line-height: 1;}
.footer__text {font-size: 13px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,0.2);}
.footer__text a {color: var(--blue); border-bottom: 1px dotted var(--blue);}

.pagination {gap: 15px; line-height: 1; padding-top: 20px;}
.pagination a, .pagination span, .pagination__btn {display: flex; justify-content: center; align-items: center; 
	height: 36px; border-radius: 4px;}
.pagination__btn {width: 100px; border: 1px solid var(--bdc); gap: 10px;}
.pagination__pages {gap: 10px 10px; font-size: 15px;}
.pagination__pages * {width: 36px; border: 1px solid var(--bdc);}
.pagination__pages span:not(.nav_ext) {background-color: var(--yellow); border-color: var(--yellow);}
.pagination > span {color: var(--tt-fade);}


/* INNER PAGE
----------------------------------------------- */
.page__header {margin-bottom: 30px;}
.page__header h1 {font-weight: 900; font-size: 30px;}
.page__header h1 a {font-size: 14px; font-weight: 400; margin-left: 10px;}
.page__meta-item {margin-left: 15px; gap: 5px; color: var(--tt-fade); font-size: 14px;}
.page__cols {margin-bottom: 30px;}
.page__poster {width: 220px;height: 305px;margin-right: 20px;border: 3px solid var(--bg);border-radius: 3px;box-shadow: 0 0 0 1px var(--bdc);}
.page__has-ru::before {content: ''; width: 54px; height: 62px; position: absolute; left: 5px; bottom: 5px;
	background: url(../images/ru-lang.png) 0 0 / contain no-repeat;}

.android_has::before {content: ''; width: 54px; height: 62px; position: absolute; left: 5px; bottom: 5px;
	background: url(../images/android.png) 0 0 / contain no-repeat;}


.page__fav {position: absolute; left: 0; top: 0; background-color: var(--green); color: #fff;  font-size: 11px; text-transform: uppercase;}
.page__fav::before {display: grid; place-items: center; width: 30px; height: 30px; font-size: 16px;  background-color: var(--blue);}
.page__fav a span {color: #fff; display: flex; align-items: center;height: 30px; padding: 0 10px;}

.page__subname {color: var(--tt-fade); line-height: 1.8;}
.page__subname.red {color: var(--red);font-weight: 500;}
.page__info-list {margin: 20px 0;}
.page__info-list > li {padding: 10px; padding-left: 160px; position: relative;}
.page__info-list > li:nth-child(2n+1) {background-color: var(--bg-darker);}
.page__info-list > li > span:first-child {font-weight: 500; position: absolute; left: 10px; top: 10px;}
.page__info-list a {color: var(--blue); border-bottom: 1px dotted;}
.page__rating-score {background: var(--blue); color: #fff; width: 30px; height: 30px; border-radius: 50%; 
	display: grid; place-items: center; font-size: 14px; font-weight: 500; margin-right: 20px;}
.page__rating-likes a {display: flex; align-items: center; gap: 10px; margin-right: 10px;}
.page__rating-likes .far {width: 30px; height: 30px; border-radius: 20%; font-size: 16px;
	background-color: var(--green); color: #fff; display: grid; place-items: center;}
.page__rating-likes a + a .far {background-color: var(--red);}
.page__rating-metacritic {height: 30px; border-radius: 4px; padding-right: 10px; border: 2px solid var(--blue); font-weight: 500;}
.page__rating-metacritic div {height: 26px; background-color: var(--blue); color: #fff; 
	padding: 0 10px; margin-right: 10px; font-size: 12px; text-transform: uppercase; display: flex; align-items: center;}
	
.page__important::after {position: absolute; top: 0px; left: -15px;
	color: var(--red); content: "*"; font-weight: 700; font-size: 18px;}
.page__upd-date {font-weight: 500; margin-top: 20px;}
.page__upd-more {color: var(--tt-fade); border-bottom: 1px dashed; margin-top: 3px;}
.page__question {position: relative; display: inline-block; cursor: pointer;}
.page__question::before {color: var(--green); position: absolute; right: -21px; top: 50%; transform: translateY(-50%);}

.page__subtitle {margin-bottom: 15px; font-size: 21px; font-weight: 700;}
.page__scr {margin-bottom: 15px;}
.page__scr-list .xfieldimagegallery {display: grid; gap: 10px; grid-template-columns: repeat(2,1fr);}
.page__scr-list li {border: 6px solid var(--bg); border-radius: 4px; box-shadow: 0 0 0 1px var(--bdc);}
.page__scr-list a, .page__scr-list img {display: block; width: 100%; height: 195px;}
.page__scr-list img {object-fit: cover;border-radius: 4px;}
.page__scr, .page__video, .page__repack-spoiler, .page__text, .page__reviews-info, .page__help {margin-bottom: 15px;}
.page__repack-spoiler { margin-bottom: 0px;width: 100%;}

.sect_rep {width: 100%;margin-bottom: 0px; }
.repack_title {font-size: 18px;font-weight: 500;display: flex;align-items: center;gap: 15px;}


.page__reviews-info .green {color: var(--green);}
.page__reviews-info .red {color: var(--red);}
.page__game-poster img {max-width: 320px; display: block; margin-bottom: 30px;}
.page__repack-info {border-color: 1px solid var(--bdc); padding: 8px 15px; background-color: var(--bg-darker); font-size: 16px; margin-bottom: 15px;}

.page__dl-btns {gap: 20px; margin-bottom: 15px; border: 2px dashed var(--blue); border-radius: 10px; padding: 20px;}
.page__dl-btn-utor, .page__dl-btn-no-tor {height: 50px; border-radius: 4px; font-size: 20px; 
	position: relative; background-color: var(--green); color: #fff;}
.page__dl-btn-utor:after {position: absolute; right: 0; bottom: 0; width: 32px; height: 28px; content: '';
	background: url(../images/utor.png) 0 0 / contain no-repeat; opacity: 0.5;}
.page__dl-btn-no-tor {background-color: var(--blue);}
.page__dl-btn-no-tor span {position: absolute; right: 10px; bottom: 0; line-height: 1; font-size: 14px; opacity: 0.8;}
.page__dl-other {width: 100%;}
.page__dl-version a, .page__dl-version span {background-color: var(--bg-darker); padding: 5px 10px; border-radius: 4px; margin-left: 2px;}
.page__dl-size span {background: var(--bg-black); color: #fff; padding: 5px 10px;
	font-size: 13px; font-weight: 400; border-radius: 4px; margin-left: 6px;}
.page__upd-info-2 {margin-top: 15px;}


.page__tech {gap: 20px; margin: 30px 0;}
.page__tech-list {width: 340px;}
.page__tech-list-caption {font-size: 18px !important; font-weight: 700;padding-left: 8px;padding-bottom: 8px;}
.page__tech-list li {padding: 8px 10px; font-size: 14px;}
.page__tech-list li:nth-child(2n+1) {background-color: var(--bg-darker);}
.page__tech-list li span:first-child {font-weight: 500;}
.page__tech-list a {color: var(--blue);}
.page__tech-has-ru span:first-child::after {display: inline-block; width: 16px; height: 11px; margin: 0 4px; border-radius: 2px;background: linear-gradient( 180deg ,#ececec 33%,#004aac 0,#004aac 66%,#eb3935 0); content: '';}
.page__help {font-weight: 500; margin-bottom: 26px;}
.page__tags {position: relative; margin-bottom: 30px; gap: 8px;}
.page__tags a {display: inline-block; border: 1px solid transparent; word-break: break-word;background: var(--bg-darker); font-size: 13px; padding: 4px 10px; border-radius: 4px;}
.page__caption {background-color: var(--bg-darker); color: var(--tt-fade); border-radius: 4px; padding: 20px; font-size: 14px;}
.page__caption::before {color: var(--blue); font-size: 34px; float: left; margin: 0 15px 0 0;}


.page--collection .page__header {margin-bottom: 20px;}
.page--collection .page__header h1 {font-weight: 700; font-size: 24px;}
.page--collection .page__poster {width: 400px; height: 200px;}
.page__header-caption {display: inline-block; border-radius: 4px; padding: 5px 10px; 
	background-color: var(--blue); color: #fff; margin-bottom: 20px;}
.page--news .page__poster {width: 100%; height: 300px; margin: 0; margin-bottom: 30px;}
.page--news .page__rating {position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; z-index: 5;}
.page--news .entry__meta {bottom: auto;}
.page--news .page__rating a, .page--news .page__meta-item {color: #fff;}
.page--news .mce-toc {display: none;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.5; font-size: 16px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: var(--blue);}
.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(--green); 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(--green); 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(--green); 
	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 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: 56%; 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;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}

.downloadr {width: 100%;text-align: center;}
.full-text .title_spoiler a {text-decoration: none;color: #484c4c;}



/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 0px;}
.page__comments-title {font-size: 24px;}
.page__comments-info {color: var(--tt-fade); display: block; margin: 5px 0 20px;}
.page__comments-info::before {color: var(--ui-red); margin-right: 10px;}
.ac-form {margin-bottom: 20px;}
.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: 8px;}

.ac-form__editor .bb-editor textarea, .ac-form__editor .fr-wrapper {height: 100px !important;}
.ac-form__editor .fr-view {min-height: 80px !important;}
.ac-form .tox-tinymce {height: 160px !important;}
.comments_subscribe + br, .ac-form .bb-editor + br {display: none;}

.mass_comments_action {display: flex; 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: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.comm__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comm__letter {width: 100%; height: 100%; text-transform: uppercase; border-radius: inherit;
	position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; font-weight: 500;}
.comm__author, .comm__author a {color: var(--tt); font-weight: 500; font-size: 14px; gap: 10px;}
.comm__author > span:last-child {  background: var(--bg-darker); color: var(--tt-fade); font-size: 12px; 
	display: inline-block; padding: 1px 4px; border-radius: 2px; font-weight: 400;}
.comm__date {color: var(--tt-fade); font-size: 13px; margin-top: 2px;}
.comm__main {margin: 10px 0 6px 0;}
.comm__action {gap: 20px; font-size: 13px;}
.comm__action li, .comm__action li a {color: var(--tt-fade); cursor: pointer; gap: 8px;}
.comm__action-more {font-size: 15px; position: relative; top: 1px;}
.comm__ctrl, .comm__ctrl a {font-size: 15px; gap: 10px 15px; color: var(--tt-fade);}
.comm__ctrl li.has-checkbox {transform: scale(0.8,0.8); margin: 0 -10px 0 -5px;}
.comm__ctrl li.has-checkbox input {border-color: var(--tt-fade);}
.comm__rating {gap: 10px; font-size: 14px;}
.comm__rating a {display: grid; place-items: center; color: var(--red); font-size: 14px;
	width: 22px; height: 22px; border: 1px solid var(--bdc); border-radius: 3px;}
.comm__rating a:last-child, .ratingplus {color: var(--green);}
.comm__rating .ratingtypeplusminus {font-size: 14px; font-weight: 500;}
.ratingplus {color: var(--green);}
.ratingminus {color: var(--red);}
ul.confirm1 {line-height: 1.4; list-style: disc;}
.confirm2 {margin-top: 12px; text-align: center;}
.confirm2 .cfreg {background: var(--blue); color: #fff; padding: 4px 8px; margin: 0 6px; border-radius: 4px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow-y: auto;
	background-color: var(--ui-bg); width: 440px; border: 10px solid var(--ui-bg-darker); display: none;
	box-shadow: 0 15px 45px rgba(0,0,0,1); max-width: calc(100vw - 40px); max-height: calc(100vh - 40px);}
.login__header {padding: 20px 50px 25px 50px; border-bottom: 1px solid var(--ui-bdc); position: relative;}
.login__title {font-size: 24px; font-weight: var(--ui-fw-bolder);}
.login__caption {font-size: 13px; color: var(--ui-tt-fade); margin-top: 3px;}
.login__close {font-size: 23px; position: absolute; right: 10px; top: 10px; padding: 0; width: 40px; height: 40px;}
.login__content {display: grid; gap: 20px; padding: 25px 50px; padding-bottom: 30px; position: relative;}
.login__row, .login__row.far {position: relative; display: grid; gap: 10px; justify-content: stretch;}
.login__row-caption a, .login__caption a {margin-left: 10px;}
.login__row::before {position: absolute; left: 2px; bottom: 0; width: 40px; height: 50px; 
	display: grid; place-items: center; opacity: 0.4; font-size: 14px;}
.login__input input {padding-left: 40px; border-radius: 4px; height: 50px; line-height: 48px;}
.login__row button {width: 100%; height: 40px; border-radius: 4px;}
.login__social {padding-top: 10px; text-align: center; gap: 10px;}
.login__social-caption {font-size: 13px; color: var(--ui-tt-fade); width: 100%;}
.login__social a, .login__social img {display: block; width: 34px; height: 34px;}
.login--logged .login__header {padding-left: 115px;}
.login__avatar {width: 50px; height: 50px; position: absolute; left: 50px; top: 25px;}
.login__menu a {border-bottom: 1px solid var(--ui-bdc); padding: 10px 0; width: 100%; 
	display: flex; justify-content: flex-start; align-items: center;}
.login__menu li:last-child a {border: 0;}
.login__menu a::before {width: 20px; font-size: 18px; text-align: center; color: var(--ui-accent); margin-right: 10px;}

/* MY
----------------------------------------------- */
.button_net {
    height: 22px;
    display: block;
}
.button_net a {
    display: inline-block;
    line-height: 22px;
    padding: 5px 6px 6px 8px;
    color: #f9f8f8;
    background-color: var(--blue);
    margin-right: 2px;
    border-radius: 4px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;}



/**
 * 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 600ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; left: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: var(--bsh-2); width: 40px; height: 40px; 
	background-color: var(--bg); color: var(--tt); position: absolute; left: -60px; top: 0; 
	font-size: 14px; border-radius: 3px 0 0 3px;}
 .owl-prev {margin-bottom: -40px;}
 .owl-next {background-color: var(--accent); color: #fff; margin-top: -40px;}
 .owl-prev:hover, .owl-next:hover {background-color: var(--accent); color: #fff;}
 .owl-dots {display: flex; justify-content: center; gap: 10px; position: absolute; left: 0; right: 0; bottom: -25px;}
 .owl-dot {width: 15px; height: 15px; padding: 0; background-color: var(--bg-darkest); 
	border-radius: 8px; transition: width 0.2s linear, background-color 0.2s linear;}
.owl-dot.active, .owl-dot:hover {background: var(--blue);}
.owl-dot.active {width: 40px;}


/* 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;
	z-index: 999; position: fixed; left: -360px; top: 0; transition: left 0.4s; 
	background-color: var(--bg); visibility: hidden;}
.mobile-menu.is-active {left: 0; visibility: visible;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu__header {padding: 20px 20px; gap: 10px;}
.mobile-menu__btn-close {font-size: 24px; width: 40px; height: 40px; margin-right: -10px;}
.mobile-menu__content {padding: 20px; padding-top: 0;}
.mobile-menu__content .side-block__title {display: none;}

@media screen and (max-width: 1220px) {
	:root {--indent-negative: -20px; --indent: 20px;}
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.has-carou:not(.owl-carousel) > .entry {width: calc((100% - 60px)/4);}
	.has-carou--wide:not(.owl-carousel) > .entry {width: calc((100% - 100px)/6);}
	.footer, .content, .header, .footer__bottom {padding-left: var(--indent); padding-right: var(--indent);}
	.scrolltop {bottom: 10px;}
	.scrolltop.is-active {right: 10px;}
	.cols {display: block;}
	.cols__side {margin-top: 30px;}
	.cols__side .js-this-in-mobile-menu {display: none;}
	.header__hero {padding-top: 35px;}
	.header__hero-title {font-size: 5vw;}
	.header__menu {flex-wrap: nowrap; overflow-y: hidden; overflow-x: auto;}
	.header__menu > * {flex-shrink: 0;}
	.header__btn-mobmenu {display: flex; font-size: 40px;}
	.side-block__scroll {overflow: visible; padding: 0; max-height: none;}
	.speedbar {margin-top: -5px;}

	.page__poster {margin-right: 20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.header__main {gap: 15px 20px; padding-top: 15px; padding-bottom: 15px;}
	.header__fav {display: none;}
	.header__logo {flex: 1 1 0; min-width: 100px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.search-block {min-width: 100%; order: 11;}
	.search-block form {max-width: 100%;}
	.has-carou:not(.owl-carousel) > .entry {width: calc((100% - 60px)/4);}
	.header__menu > li > a {height: 50px; font-size: 15px;}
	.header__menu {gap: 20px;}
	.pagination__pages {width: 100%; justify-content: space-between;}
	.pagination > span, .pagination > a, .pagination__pages > * {flex-grow: 1; order: 10;}
	.pagination__btn {width: 100%;}
	.footer__text {min-width: 100%; border: 0; padding: 0;}
	.footer__logo, .footer__counter {order: 10;}
	.footer__main {padding-bottom: 20px;}
	.footer__menu {gap: 10px 20px;}
	.entry--collection {grid-column: 1 / -1; margin-bottom: -10px;}
	.entry--news {grid-column: 1 / -1;}

	.page__tech-list {width: 100%;}
	.page--collection .page__cols {display: flex;}
	.page--collection .page__poster {width: 100%; height: 200px; margin: 30px 0 0 0; order: 10;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.has-carou:not(.owl-carousel) > .entry {width: calc((100% - 40px)/3);}

	.page__meta {min-width: 100%; margin-top: 10px;}
	.page__meta-item {margin: 0; margin-right: 20px;}
	.page__cols {display: block;}
	.page__poster {margin: -3px auto 20px auto;}
	.page__header h1 {font-size: 24px;}
	.page--collection .page__meta, .page--news .page__meta {display: none;}

	.page__title {font-size: 24px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 20px;}
	.page__intro, .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;}
	
	.ac-form__bottom {gap: 10px;}
	.ac-form__bottom button {padding: 0 20px;}
	.ac-form__header input + input {min-width: 100%; order: 10;}
	.ac-form__header > span, .comm__rating::before {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.header__btn-login {width: 40px; padding: 0;}
	.header__btn-login span {display: none;}
	.sorter::before {content: 'По ';}
	.sect__title {font-size: 24px;}
	.side-block__scroll {overflow-y: auto; overflow-x: hidden; padding-right: 20px; max-height: 400px;}
	.logo {font-size: 24px; background-size: auto 100%; padding-left: 40px;}
	.header__hero {background-image: none; padding-top: 20px;}
	.header__hero-title {line-height: 1; padding-bottom: 20px;}
	.sect__subtitle {font-size: 21px;}
	.speedbar {padding-bottom: 15px; margin-top: -5px;}
	
	.page__scr-list a, .page__scr-list img {height: 100px;}
	.page__dl-btns {border-radius: 0; border-left: 0; border-right: 0; 
		margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.page__dl-btns .btn, .page__features, .page__dl-btn {min-width: 100%; width: 100%;}
	.page__reviews-info .page__question {font-size: 14px; margin-right: 22px;}
	.page__repack-info {margin-left: -20px; margin-right: -20px; padding: 8px 20px;}
	.page__video-content {margin-left: -20px; margin-right: -20px; padding-top: 62%;}
}

@media screen and (max-width: 470px) {
	.wrapper-container123 {max-width:360px;}
	.login__header, .login__content {padding-left: 20px; padding-right: 20px;}
	.login--logged .login__header {padding-left: 85px;}
	.login__avatar {left: 20px;}
	.login__title span {display: none;}
	.login__input input, .login__row::before {height: 40px; line-height: 38px;}
	.login__menu {margin: -15px 0;}

	.d-grid-items {gap: 20px; grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
    .d-grid-items-rel {display: grid;gap: 20px 12px;grid-template-columns: repeat(auto-fill,minmax(150px,1fr));}
    .d-grid-items-col {gap: 10px; grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}

	.entry__meta {align-items: flex-start;}
	.entry__views {align-self: flex-end;}
	.footer__menu li {width: 100%;}
	.has-carou:not(.owl-carousel) > .entry {width: calc((100% - 20px)/2); margin-right: 20px;}
	
	.page__scr-list .xfieldimagegallery {display: grid; gap: 8px; grid-template-columns: repeat(2,1fr);}
	.page__info-list li {padding-left: 140px; margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.page__info-list li > span:first-child {left: var(--indent);}
	.page__rating-likes {min-width: 80%;}
	.page__rating-metacritic {margin-top: 20px;}
	.page__dl-other {gap: 15px;}
	.page__tech li {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding: 8px var(--indent);}
	.page__caption {margin-left: var(--indent-negative); margin-right: var(--indent-negative); 
		padding: 16px var(--indent); border-radius: 0;}
	.page--news .page__poster {height: 200px;}
	
	.ac-form__bottom .comments_subscribe {font-size: 13px;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}