
/* BASIC LAYOUT
----------------------------------------------- */
.site-wrap {min-width: 320px; position: relative;}
.site-contain {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.header {background-color: var(--bg); user-select: none;}
.wrap-cont {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);}
.colonki {display: grid; gap: 30px var(--indent); grid-template-columns: minmax(0,1fr) 280px; grid-template-areas: "main sidebar";}
.left_cols {grid-area: main; background-color: var(--bg);}
.right_cols {grid-area: sidebar; user-select: none;}
.podval {background-color: var(--bg-black); color: var(--tt-footer);}
.podval_m {padding-top: 150px; padding-bottom: 30px; gap: 15px 30px;}
.podval_podval {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;}

	hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

/* HEADER
----------------------------------------------- */
.top__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)}

.top__menuu {border-top: 1px solid var(--bdc); gap: 40px;}
.top__menuu li {position: relative;}
.top__menuu > li > a, .top__menuu > 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;}

.top__poisk form {position: relative; max-width: 500px;}
.top__poisk__input, .top__poisk__input:focus {border-radius: 6px; padding: 0 86px 0 15px; 
	box-shadow: none; background-color: var(--bg); border: 2px solid var(--yellow);}
.top__poisk__input:not(:focus)::placeholder {color: var(--tt-fade); opacity: 1; font-size: 15px;}
.top__poisk__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);}
.top__poisk__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;}

.top__super {padding-top: 60px; padding-bottom: 120px; color: #fff; overflow: hidden;
	background: #000 url(../images/bg1.webp) center 0 no-repeat; background-size: cover}
.top__super::before {height: 150%; opacity: 0.66;}
.top__super-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
----------------------------------------------- */
.block:not(:last-child) {margin-bottom: 30px;}
.block__header {margin-bottom: 30px; gap: 15px;}
.block__title {font-size: 25px; font-weight: 600; display: flex; align-items: center; gap: 15px;}
.block__title::after {content: ''; flex-grow: 1; height: 1px; background-color: var(--bdc);}

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

.block__subtitle {font-size: 24px; font-weight: 700; margin-bottom: 30px; gap: 10px;}
.block__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,.block__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) > .short-n {flex-shrink: 0; margin-right: 20px; width: calc((100% - 60px)/4);}
.has-carou--wide:not(.owl-carousel) > .short-n {width: calc((100% - 96px)/7);}
.has-carou .short-kart {padding-top: 56%; border: 0; box-shadow: none;}

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


/* SHORT STORY
----------------------------------------------- */
.short-kart {    padding-top: 142%;/* border: 5px solid var(--bg); *//* border-radius: 4px; */box-shadow: 0 0 0 1px var(--bdc);margin-bottom: 12px;}
.short-kart_col {padding-top: 60% !important;border: 0;border-radius: 2px;}
.short-name {display: block;}
.short-name, .short-name * {font-size: 15px; font-weight: 500;}
.short-mmeta {font-size: 11px; position: absolute; inset: 0; z-index: 1;}
.short-item-meta {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 .short-kart::before {height: 60%;}
.entry--collection .short-kart, .entry--news .short-kart {padding-top: 0; height: 200px;}
.entry--collection .short-mmeta {inset: 0 0 auto 0;}
.entry--collection .short-name *, .entry--collection .short-name {font-size: 21px; font-weight: 700; color: #fff;}
.entry--collection .short-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 .short-name *, .entry--news .short-name {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);}

.right-news {border-bottom: 1px solid var(--bdc); padding-bottom: 10px;}
.right-news__img {width: 65px; height: 85px; margin-right: 15px;}
.right-news__title {font-weight: 500; line-height: 1.3;}
.right-news__meta {font-size: 13px; color: var(--tt-fade); margin-top: 8px;}
.right-news__meta > span:not(:last-child)::after {content: "•"; margin: 0 4px; display: inline-block;}
.right-news__date, .right-news__rating {font-size: 13px; color: var(--tt-fade); margin-top: 1px;}
.right-news__date {font-size: 11px; margin-top: 5px;}
.right-news__rating.green {color: var(--green);}
.right-news__rating.orange {color: var(--orange);}
.right-news__rating.red {color: var(--red);}
.right-news__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
----------------------------------------------- */
.podval_logo {color: #fff;}
.podval_menu {gap: 40px;}
.podval_menu a {color: #fff; line-height: 1;}
.podval_txt {font-size: 13px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,0.2);}
.podval_txt 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
----------------------------------------------- */
.fulka__header {margin-bottom: 30px;}
.fulka__header h1 {font-weight: 900; font-size: 30px;}
.fulka__header h1 a {font-size: 14px; font-weight: 400; margin-left: 10px;}
.fulka__meta-item {margin-left: 15px; gap: 5px; color: var(--tt-fade); font-size: 14px;}
.fulka__cols {margin-bottom: 30px;}
.fulka__poster {width: 380px;height: 220px;margin-right: 20px;border: 3px solid var(--bg);border-radius: 3px;box-shadow: 0 0 0 1px var(--bdc);}
.fulka__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;}


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

.fulka__subname {color: var(--tt-fade); line-height: 1.8;}
.fulka__subname.red {color: var(--red);font-weight: 500;}
.fulka__info-list {/* margin: 20px 0; */}
.fulka__info-list > li {padding: 10px; padding-left: 160px; position: relative;}
.fulka__info-list > li:nth-child(2n+1) {background-color: var(--bg-darker);}
.fulka__info-list > li > span:first-child {font-weight: 500; position: absolute; left: 10px; top: 10px;}
.fulka__info-list a {color: var(--blue); border-bottom: 1px dotted;}
.fulka__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;}
.fulka__rating-likes a {display: flex; align-items: center; gap: 10px; margin-right: 10px;}
.fulka__rating-likes .far {width: 30px; height: 30px; border-radius: 20%; font-size: 16px;
	background-color: var(--green); color: #fff; display: grid; place-items: center;}
.fulka__rating-likes a + a .far {background-color: var(--red);}
.fulka__rating-metacritic {height: 30px; border-radius: 4px; padding-right: 10px; border: 2px solid var(--blue); font-weight: 500;}
.fulka__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;}
	
.fulka__important::after {position: absolute; top: 0px; left: -15px;
	color: var(--red); content: "*"; font-weight: 700; font-size: 18px;}
.fulka__upd-date {font-weight: 500; margin-top: 20px;}
.fulka__upd-more {color: var(--tt-fade); border-bottom: 1px dashed; margin-top: 3px;}
.fulka__question {position: relative; display: inline-block; cursor: pointer;}
.fulka__question::before {color: var(--green); position: absolute; right: -21px; top: 50%; transform: translateY(-50%);}

.fulka__subtitle {margin-bottom: 15px; font-size: 21px; font-weight: 700;}
.fulka__scr {margin-bottom: 15px;}
.fulka__scr-list .xfieldimagegallery {display: grid; gap: 10px; grid-template-columns: repeat(3,1fr);}
.fulka__scr-list li {border: 6px solid var(--bg); border-radius: 4px; box-shadow: 0 0 0 1px var(--bdc);}
.fulka__scr-list a, .fulka__scr-list img {display: block; width: 100%; height: 195px;}
.fulka__scr-list img {object-fit: cover;border-radius: 4px;}
.fulka__scr, .fulka__video, .fulka__repack-spoiler, .fulka__text, .fulka__reviews-info, .fulka__help {margin-bottom: 20px;}
.fulka__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;}


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

.fulka__dl-btns {gap: 20px; margin-bottom: 15px; border: 2px dashed var(--blue); border-radius: 10px; padding: 20px;}
.fulka__dl-btn-utor, .fulka__dl-btn-no-tor {height: 50px; border-radius: 4px; font-size: 20px; 
	position: relative; background-color: var(--green); color: #fff;}
.fulka__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;}
.fulka__dl-btn-no-tor {background-color: var(--blue);}
.fulka__dl-btn-no-tor span {position: absolute; right: 10px; bottom: 0; line-height: 1; font-size: 14px; opacity: 0.8;}
.fulka__dl-other {width: 100%;}
.fulka__dl-version a, .fulka__dl-version span {background-color: var(--bg-darker); padding: 5px 10px; border-radius: 4px; margin-left: 2px;}
.fulka__dl-size span {background: var(--bg-black); color: #fff; padding: 5px 10px;
	font-size: 13px; font-weight: 400; border-radius: 4px; margin-left: 6px;}
.fulka__upd-info-2 {margin-top: 15px;}


.fulka__tech {gap: 20px; margin: 30px 0;}
.fulka__tech-list {width: 340px;}
.fulka__tech-list-caption {font-size: 18px !important; font-weight: 700;padding-left: 8px;padding-bottom: 8px;}
.fulka__tech-list li {padding: 8px 10px; font-size: 14px;}
.fulka__tech-list li:nth-child(2n+1) {background-color: var(--bg-darker);}
.fulka__tech-list li span:first-child {font-weight: 500;}
.fulka__tech-list a {color: var(--blue);}
.fulka__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: '';}
.fulka__help {font-weight: 500; margin-bottom: 26px;}
.fulka__tags {position: relative; margin-bottom: 30px; gap: 8px;}
.fulka__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;}
.fulka__caption {background-color: var(--bg-darker); color: var(--tt-fade); border-radius: 4px; padding: 20px; font-size: 14px;}
.fulka__caption::before {color: var(--blue); font-size: 34px; float: left; margin: 0 15px 0 0;}


.page--collection .fulka__header {margin-bottom: 20px;}
.page--collection .fulka__header h1 {font-weight: 700; font-size: 24px;}
.page--collection .fulka__poster {width: 400px; height: 200px;}
.fulka__header-caption {display: inline-block; border-radius: 4px; padding: 5px 10px; 
	background-color: var(--blue); color: #fff; margin-bottom: 20px;}
.page--news .fulka__poster {width: 100%; height: 300px; margin: 0; margin-bottom: 30px;}
.page--news .fulka__rating {position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; z-index: 5;}
.page--news .entry__meta {bottom: auto;}
.page--news .fulka__rating a, .page--news .fulka__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: 2px; 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: 10px;}

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



/* COMMENTS
----------------------------------------------- */
.fulka__comments {margin-top: 0px;}
.fulka__comments-title {font-size: 24px;}
.fulka__comments-info {color: var(--tt-fade); display: block; margin: 5px 0 20px;}
.fulka__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;}
	.site-wrap {padding: 0; background-image: none; overflow: hidden;}
	.site-contain {max-width:1000px;}
	.has-carou:not(.owl-carousel) > .short-n {width: calc((100% - 60px)/4);}
	.has-carou--wide:not(.owl-carousel) > .short-n {width: calc((100% - 100px)/6);}
	.podval, .wrap-cont, .header, .podval_podval {padding-left: var(--indent); padding-right: var(--indent);}
	.scrolltop {bottom: 10px;}
	.scrolltop.is-active {right: 10px;}
	.colonki {display: block;}
	.right_cols {margin-top: 30px;}
	.right_cols .js-this-in-mobile-menu {display: none;}
	.top__super {padding-top: 35px;}
	.top__super-title {font-size: 5vw;}
	.top__menuu {flex-wrap: nowrap; overflow-y: hidden; overflow-x: auto;}
	.top__menuu > * {flex-shrink: 0;}
	.top__btn-mobm {display: flex; font-size: 40px;}
	.side-block__scroll {overflow: visible; padding: 0; max-height: none;}
	.speedbar {margin-top: -5px;}

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

@media screen and (max-width: 950px) {
	.site-contain {max-width:768px;}
	.top__main {gap: 15px 20px; padding-top: 15px; padding-bottom: 15px;}
	.header__fav {display: none;}
	.top__logo {flex: 1 1 0; min-width: 100px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.top__poisk {min-width: 100%; order: 11;}
	.top__poisk form {max-width: 100%;}
	.has-carou:not(.owl-carousel) > .short-n {width: calc((100% - 60px)/4);}
	.top__menuu > li > a {height: 50px; font-size: 15px;}
	.top__menuu {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%;}
	.podval_txt {min-width: 100%; border: 0; padding: 0;}
	.podval_logo, .podval_count {order: 10;}
	.podval_m {padding-bottom: 20px;}
	.podval_menu {gap: 10px 20px;}
	.entry--collection {grid-column: 1 / -1; margin-bottom: -10px;}
	.entry--news {grid-column: 1 / -1;}

	.fulka__tech-list {width: 100%;}
	.page--collection .fulka__cols {display: flex;}
	.page--collection .fulka__poster {width: 100%; height: 200px; margin: 30px 0 0 0; order: 10;}
}

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

	.fulka__meta {min-width: 100%; margin-top: 10px;}
	.fulka__meta-item {margin: 0; margin-right: 20px;}
	.fulka__cols {display: block;}
	.fulka__poster {margin: -3px auto 20px auto;}
	.fulka__header h1 {font-size: 24px;}
	.page--collection .fulka__meta, .page--news .fulka__meta {display: none;}

	.fulka__title {font-size: 24px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 20px;}
	.fulka__intro, .fulka__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) {
	.site-contain {max-width:480px;}
	.header__btn-login {width: 40px; padding: 0;}
	.header__btn-login span {display: none;}
	.sorter::before {content: 'По ';}
	.block__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;}
	.top__super {background-image: none; padding-top: 20px;}
	.top__super-title {line-height: 1; padding-bottom: 20px;}
	.block__subtitle {font-size: 21px;}
	.speedbar {padding-bottom: 15px; margin-top: -5px;}
	
	.fulka__scr-list a, .fulka__scr-list img {height: 100px;}
	.fulka__dl-btns {border-radius: 0; border-left: 0; border-right: 0; 
		margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.fulka__dl-btns .btn, .fulka__features, .fulka__dl-btn {min-width: 100%; width: 100%;}
	.fulka__reviews-info .fulka__question {font-size: 14px; margin-right: 22px;}
	.fulka__repack-info {margin-left: -20px; margin-right: -20px; padding: 8px 20px;}
	.fulka__video-content {margin-left: -20px; margin-right: -20px; padding-top: 62%;}
}

@media screen and (max-width: 470px) {
	.site-contain123 {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));}
    
    /* .d-grid-items {gap: 20px; grid-template-columns: repeat(auto-fill,minmax(180px,1fr));}
    .d-grid-items-rel {display: grid;gap: 20px 12px;grid-template-columns: repeat(auto-fill,minmax(190px,1fr));}
    .d-grid-items-col {gap: 10px; grid-template-columns: repeat(auto-fill,minmax(180px,1fr));}  */

	.short-mmeta {align-items: flex-start;}
	.entry__views {align-self: flex-end;}
	.podval_menu li {width: 100%;}
	.has-carou:not(.owl-carousel) > .short-n {width: calc((100% - 20px)/2); margin-right: 20px;}
	
	.fulka__scr-list .xfieldimagegallery {display: grid; gap: 8px; grid-template-columns: repeat(2,1fr);}
	.fulka__info-list li {padding-left: 140px; margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.fulka__info-list li > span:first-child {left: var(--indent);}
	.fulka__rating-likes {min-width: 80%;}
	.fulka__rating-metacritic {margin-top: 20px;}
	.fulka__dl-other {gap: 15px;}
	.fulka__tech li {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding: 8px var(--indent);}
	.fulka__caption {margin-left: var(--indent-negative); margin-right: var(--indent-negative); 
		padding: 16px var(--indent); border-radius: 0;}
	.page--news .fulka__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;}
}

top100-box, .top100-box * {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.clearfix:after {content: ""; display: table; clear: both;}
.top100-box {text-align:center; font-weight:700;}
.top100-title {font-size:24px; margin-bottom:20px; font-weight:700;}
.top100-items {position:relative;}
.top100-items ol {position:relative; padding-top:410px;}
.top100-items ol {position:relative; z-index:100; counter-reset:li}
.top100-item {padding:0 5px 20px 5px; float:left; width:25%; position:relative;}
.top100-item::before {content:counter(li); counter-increment:li; font-size:24px; color:#FFF; font-weight:700;
position:absolute; bottom:110px; left:50%; margin-left:-25px; width:50px; height:50px; line-height:50px; text-align:center; border-radius:50%; 
background-color:#596a72; background: linear-gradient(to top, #cedce7 0%,#596a72 100%); 
box-shadow:0 0 0 10px #b5c8d7;}
.top100-item a {display:block; color:#000;}
.top100-img {height:200px; overflow:hidden; background-color:#000;}
.top100-img img {width:100%; min-height:100%;}
.top100-name {height:40px; line-height:20px; overflow:hidden; margin-top:5px;}
.top100-items::before {content:""; width:100%; height:370px; position:absolute; left:0; top:0; background-color: gray;
background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);}
.trophy {float:none; width:200px; position:absolute; padding:10px; background-color:rgba(0,0,0,0.5);}
.trophy a {color:#fff;}
.trophy .top100-img {height:200px;}
.trophy:nth-child(2) {left:80px; top:60px;}
.trophy:nth-child(1) {left:50%; margin-left:-105px; top:20px;}
.trophy:nth-child(3) {right:80px; top:80px;}
.trophy:before {background-color:#ffd803; background: linear-gradient(to top, #ffea03 0%,#ffd803 100%); 
box-shadow:0 0 0 10px #f0dc03; color:#000; bottom:90px;}
.top100-item:hover .top100-name {text-decoration:underline;}

@media screen and (max-width: 950px) {
.top100-item {width:20%;}
.trophy {width:200px;}
.trophy:nth-child(2) {left:20px;}
.trophy:nth-child(3) {right:20px;}
}
@media screen and (max-width: 760px) {
.top100-item {width:33.33%;}
.trophy {width:200px; position:relative; left:0 !important; top:0 !important; margin:0 auto 20px auto !important;}
.top100-items::before {display:none;}
.top100-items ol {padding-top:0;}
}
@media screen and (max-width:590px) {
.top100-item {width:50%;}
.trophy {width:200px;}
}

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin-top: 10px;
}

.youtube .play {
  background: url("/youtube-play-btn.png") no-repeat;
  /*ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾: ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â*/
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.youtube:hover .play {
  background-position: 0 0;
}

.text-container {
    max-height: 210px; /* Устанавливаем максимальную высоту */
    overflow: hidden;  /* Скрываем остальной текст */
    transition: max-height 0.5s ease; /* Плавный переход */
}

.text-container.expanded {
    max-height: none; /* Убираем ограничение высоты при разворачивании */
}

.text-content {
    /* Здесь можно добавить стили для вашего текста */
}

button {
    margin-bottom: 20px;
    padding: 10px 20px;
    cursor: pointer;
}
.catt_tags {position: relative;margin-bottom: 8px;margin-top: 10px;gap: 8px;width: 100%;}.fulka__tags a {text-decoration: none; color: #333234;}

.video-block {
position: relative;
display: block;
max-width: 100%;
cursor: pointer;
overflow: hidden;
background: #000;
}

.video-block img.video-poster {
display: block;
width: 100%;
height: auto;
vertical-align: middle;
}

.video-overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

/* виден сразу */
background-color: rgba(0,0,0,.15);
color: #fff;

/* чтобы клики проходили к .video-block; уберите, если внутри будут активные элементы */
pointer-events: none;

transition: background-color .25s ease;
}

/* по ховеру усиливаем затемнение */
.video-block:hover .video-overlay {
background-color: rgba(0,0,0,.45);
}

.video-title {
font-size: 17px;
margin-top: 75px;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

/* спрайт: верх — красная, низ — серая; показываем серую по умолчанию */
.play-button {
position: absolute;
height: 50px;
width: 69px;
top: 0; left: 0; right: 0; bottom: 0;
margin: auto;

background: url('/youtube-play-btn.png') no-repeat 0 100%;
-webkit-background-size: 100% auto;
background-size: 100% auto;

transition: background-position .06s linear; 

/* чтобы клики не перехватывались кнопкой-слоем */
pointer-events: none;
}

/* при наведении показываем красную (верхнюю) часть спрайта */
.video-block:hover .play-button {
background-position: 0 0;
}