.trailer-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.trailer-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: #fff;
  z-index: 9999;
  display: none;
}

.trailer-popup iframe {
  width: 100%;
  height: 100%;
}

/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {padding: 0 var(--main-indent); background-color: #262626; box-shadow: 0 20px 60px rgba(0,0,0,0.8);;}
.header {background: var(--gradient-green); border-radius: 3px; box-shadow: var(--bsh);
	padding: 6px 20px; color: #fff; z-index: 100; position: relative; left: 0; top: 0;}
.header.sticky {padding-right: 76px; padding-left: 76px; position: sticky;
	margin: 0 var(--main-indent-negative); border-radius: 0;}
.carousels {padding-top: 20px;}
.cols {padding: 40px 0;}
.col-left {width: 285px; margin-right: 20px;}
.col-right {width: 285px; margin-left: 20px;}
.footer {margin: 0 var(--main-indent-negative); padding: 0 var(--main-indent); background-color: #161616;}
.footer__one {padding: 20px 0;}
.footer__two {margin: 0 var(--main-indent-negative); padding: 15px var(--main-indent);
	font-size: 13px; color: #999; background-color: rgba(0,0,0,0.3);}
.footer__menu {margin-left: 80px;}
.footer__menu a {margin-right: 30px; border-bottom: 1px dotted #eee;}
	
#scrolltop, .header__btn-menu {position: absolute; right: 0; top: 0; height: 100%; width: 56px; cursor: pointer; 
	display: flex; justify-content: center; align-items: center; background-color: rgba(0,0,0,0.15); 
	font-size: 18px; opacity: 0; visibility: hidden;}
.header__btn-menu {right: auto; left: 0; background-color: var(--blue); color: #fff; font-size: 24px;}
.header.sticky #scrolltop, .header.sticky .header__btn-menu {opacity: 1; visibility: visible;}


/* HEADER
----------------------------------------------- */
.header__menu {font-size: 14px; text-transform: uppercase; padding: 20px 0; font-weight: bold;}
.header__menu a:hover {text-decoration: underline;}
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 46px; padding-left: 50px; 
	line-height: 1; background: url(../images/logo.svg) 0 center / 40px no-repeat;}
.logo__title {text-transform: uppercase; font-weight: 700; font-size: 23px; color: #fff; letter-spacing: 1px;}
.logo__caption {font-size: 13px; color: #fff; opacity: 0.8; margin-top: 1px;}
.header__btn-login {display: flex; align-items: center; justify-content: center; height: 36px; 
	border-radius: 18px; padding: 0 20px; text-transform: uppercase; font-size: 14px; 
	box-shadow: 0 2px 4px rgba(68,68,68,0.3); cursor: pointer;
	background: linear-gradient(to top, #40739e 0%, #487eb0 50%, #5794ce 100%);}
.header__btn-login .fal:first-child {margin: -2px 10px 0 -17px; height: 30px; width: 30px; border-radius: 15px; 
	display: flex; align-items: center; justify-content: center; font-size: 12px;
	background: rgba(0,0,0,0.15);}
.header__btn-login::after {content:"\f178"; font-weight: 300; font-family:'Font Awesome 5 Pro'; margin-left: 10px;}
.header__btn-login:hover .fal {background-color: #fff; color: var(--blue);}
.header__search {position:relative; margin: 0 80px;}
.header__search input, .header__search input:focus {padding: 0 60px 0 20px; border-radius: 3px; 
	background: rgba(0,0,0,0.2); color: #fff; box-shadow: none; height: 46px; line-height: 46px;}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 16px;} 
.header__search button {position:absolute; right: 0; top: 0; width: 60px; padding: 0; 
	background: none; color: var(--black); font-size: 18px; height: 46px;}


/* CAROUSELS
----------------------------------------------- */
.carousels__caption {text-transform: uppercase; margin-right: 20px; font-size: 18px;}
.carousels__tabs div {height: 30px; line-height: 30px; cursor: pointer; border-radius: 15px; 
	padding: 0 15px; margin-right: 5px;}
.carousels__tabs div.is-active {background-color: var(--blue2); color: #fff;}
.carousels__tabs div:not(.is-active):hover {background-color: #161616;}
.carousels__header {margin-bottom: 20px;}
.carousel-item {display: block; overflow: hidden; position: relative; border-radius: 2px;}
.carousel-item::before {content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 70%; 
	background: linear-gradient(to top, #000 0%, transparent 100%); z-index: 1; opacity: 0.8;}
.carousel-item__label {background-color: var(--blue-a); color: #fff; padding: 3px 6px; font-size: 12px; 
	border-radius: 2px; position: absolute; right: 8px; top: 8px; z-index: 10;}
.carousel-item__title {position: absolute; left: 0; right: 0; bottom: 0; z-index: 5;
	font-size: 15px; padding: 10px 15px; line-height: 1.4;}
.carousel-item:hover .carousel-item__title {opacity: 0;}
.carousels__content {min-height: 199px;}


/* SECTION
----------------------------------------------- */
.sect__title {font-size: 22px; font-weight: 400; padding-left: 30px; position: relative; text-transform: uppercase;}
.sect__title::before {content:"\f0ab"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; left: 0; top: 3px; color: var(--blue); text-shadow: 0 2px 2px rgba(68,68,68,0.1);}
/* .sect__header {margin-bottom: 20px;} */
.sect__link-top {background: var(--gradient-blue); color: #fff; font-size: 15px; text-transform: uppercase; 
	padding: 8px 20px 8px 50px; position: relative; border-radius: 3px;}
.sect__link-top span {font-size: 18px; font-weight: 700; text-decoration: underline; 
	color: #deb663; margin-left: 3px;}
.sect__link-top::before {content: ''; position: absolute; left: -6px; bottom: 0px; 
	background: url(../images/trophy.svg) 0 0 / contain no-repeat; width: 50px; height: 50px;}
.sect__link-top:hover {color: #000; background-size: 250% 100%;}
.speedbar {font-size: 13px; color: #999; margin-bottom: 20px; text-transform: uppercase;
	padding: 10px 12px; border: 1px solid var(--bdc); border-radius: 2px;}
.speedbar1 a:after {display: inline; content: '/'; margin: 0 5px;}
.speedbar a {color: #eee;}
.speedbar a:hover {text-decoration: underline;}
.desc {width: 100%; display: grid; grid-gap: 20px; line-height: 1.7; color: #999; 
	padding-top: 40px; margin-top: 40px; border-top: 1px solid var(--bdc);}
.desc h1, .desc h2, .desc h3 {font-weight: 400; font-size: 19px; text-transform: uppercase; color: #eee; line-height: 1.3;}
.desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--blue); position: absolute; left: 0; top: 0;}
	

/* SHORT ITEM
----------------------------------------------- */
.item--announce {box-shadow: var(--bsh); border: 1px solid var(--bdc); border-radius: 3px; margin-bottom: 20px;}
.item__header {border-bottom: 1px solid var(--bdc); padding: 10px 15px;}
.item__header h3 span {margin-left: 10px; font-size: 12px;opacity: 0.5;}	/*Bordur*/
.item__cols {padding: 15px;}
.item__img {width: 180px; height: 260px; display: block; margin-right: 15px; border-radius: 2px;}
.item__label {background-color: #16a085; color: #fff; padding: 3px 6px; font-size: 12px; 
	border-radius: 2px; position: absolute; left: 3px; top: 3px; z-index: 10;}
.item__label:empty {display: none;} 	/*Bordur*/
.item__label_imdb {background-color: #40739e; color: #fff; padding: 3px 6px; font-size: 12px; 
	border-radius: 2px; position: absolute; left: 3px; top: 27px; z-index: 10;}	/*Bordur*/
.item__label_imdb:empty {display: none;} 	/*Bordur*/
.item__title {font-size: 19px; font-weight: 700;}
.item__meta {margin-top: 8px; font-size: 13px; color: #999;}
.item__meta-item-date {display: none;}
.item__meta-item a, .item__category a, .desc a {color: #ac8b49;}
.item__meta-item + .item__meta-item::before {content: '/'; opacity: 0.3; display: inline; margin: 0 8px;}
/*.short_film-genre a, .item__category a, .desc a {color: #ac8b49;}*/
.item__rating-value {background-color: var(--green); color: #fff; border-radius: 2px; 
	padding: 4px 6px; font-weight: 700; font-size: 12px; margin-left: 6px; text-align: center; min-width: 23px;}
.item__text {-webkit-line-clamp: 7; line-height: 1.6; opacity: 0.7; text-align: justify;}
.vnalicii {text-align: center; color: #00ebbd;}
.vnalicii_white {text-align: center; color: white;}
.item__footer {font-size: 13px; margin-top: 8px;}
.item__category-icon {width: 28px; height: 28px; border-radius: 50%; background-color: var(--yellow); color: #000; 
	display: inline-block; text-align: center; line-height: 28px; margin-right: 6px;}
.item__size .fal {margin-right: 8px; opacity: 0.7;}
.item__fav a {color: var(--yellow); /*margin: 0 20px;*/ font-size: 16px;}
.item__btn {height: 36px; /*padding: 0 12px 0 43px;*/ position: relative;}
/*.item__btn::before {content: ''; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
	background: url(../images/ut.svg) 0 0 / 100% auto no-repeat; width: 20px; height: 20px;}*/
.item__header a:hover, .item__category a:hover, .desc a, .item__ctrl .item__fav a:hover {text-decoration: underline;}
a.item__img:hover {opacity: 0.8;}
.item__rating--likes > * {background-color: #6ab04c; color: #fff !important; font-size: 12px; display: block; 
	border-radius: 2px; padding: 4px 6px; font-weight: 700;}
.item__rating--likes > * + * {background-color: #eb4d4b; margin-left: 5px;}
.item__rating--likes .fal {margin-right: 5px;}

.item__size {
	padding-right: 7px;
}

/* SIDEBARS
----------------------------------------------- */
.side-block {padding: 15px; border-radius: 3px; background-color: #161616;
    border: 1px solid var(--bdc); box-shadow: var(--bsh); margin-bottom: 20px;}
.side-block__title {text-transform: uppercase; margin-bottom: 15px; font-size: 18px;}
.side-block--bg-22 {background-color: var(--green);}
.side-block--bg-none {background: none; border: 0; box-shadow: none; padding: 0;}
.side-block--sticky {position: sticky; left: 0; top: 80px;}
.side-block:last-child, .poster-item:last-child {margin-bottom: 0;}
.side-block--nav {border-radius: 4px; padding-bottom: 5px; border: 1px solid var(--green);}
.rkl {text-align: center;}
.posters-nav {margin-bottom: 15px;}

.nav > li {position: relative; margin: 0 -15px;}
.nav__btn {position: absolute; right: 15px; top: 10px; width: 16px; height: 16px; border-radius: 3px; font-size: 12px;
	background-color: var(--green); color: #eee; text-align: center; line-height: 16px; cursor: pointer;}
.nav__btn:hover {background-color: var(--blue); color: #fff;}
.is-active .nav__btn .fal {content:"\f068";}
.nav > li > a {display: block; padding: 8px 42px 8px 15px; border-top: 1px solid rgba(255,255,255,0.1);}
.nav > li:hover > a {background-color: rgba(255,255,255,0.1);}
.nav > li.submenu.is-active > a {background-color: var(--blue); color: #fff;}
.nav__hidden {background-color: #212121; padding: 12px 0; display: none;}
.nav__hidden a {display: block; padding: 6px 42px 6px 15px; position: relative;}
.nav__hidden a:hover {background-color: rgba(0,0,0,0.3);}
.nav__hidden a::before {content:"\f054"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; right: 15px; top: 6px; opacity: 0.6; font-size: 12px;}

.poster-item {margin-bottom: 15px; display: block;}
.poster-item__title {text-transform: uppercase; margin-top: 10px; font-size: 13px;}
.poster-item__meta {position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 5; 
	background-color: var(--black-a); color: #eee; border-radius: 3px; overflow: hidden;}
.poster-item__meta > * {text-align: center; font-size: 14px; padding: 6px;}
.poster-item__rating-caption {font-size: 12px;}
.poster-item__rating-value > span {color: var(--blue); font-size: 22px;}
.poster-item__size {font-weight: 700; background-color: var(--blue-a);}
.poster-item__size-value {padding-top: 5px;}
.poster-item__category, .poster-item__year {font-size: 12px;}
.poster-item__category {background-color: var(--blue-a);}
.sect__content--top .poster-item {margin: 0; max-width: 100%;}
.sect__content--top .poster-item__meta > * {min-width: 100%;}
.sect__content--top .poster-item__size-icon {display: none;}

.popular li + li {margin-top: 10px; padding-top: 10px; border-top: 1px solid #262626;}
.popular-item {position: relative; font-size: 14px; line-height: 1.4;}
.popular-item__img {width: 50px; height: 50px; border-radius: 50%; margin-right: 10px;}
.popular-item__desc small {color: #999; font-size: 12px;}
.popular-item:hover .popular-item__title, .poster-item:hover .poster-item__title {text-decoration: underline;}
.popular {counter-reset: num;}
.popular-item::before {content: counter(num); counter-increment: num; background-color: var(--yellow); color: #000; 
	width: 20px; height: 20px; border-radius: 50%; line-height: 20px; text-align: center; font-size: 11px; 
	box-shadow: 0 0 0 3px #161616; position: absolute; left: -6px; top: 0; z-index: 1;}
.how-to-download {
	text-transform: uppercase;
    text-align: center;
    border: 3px solid red;
    padding: 10px 0 10px 0;
}


/* tg-adv */
.qr_block {
    justify-content: center;
}
.qr_text {
    padding: 10px 0px;
}

/* PAGINATION
----------------------------------------------- */
.pagination {
	text-align: center;
	/* padding-top: 10px; */
}
.pagination:first-child {
	margin-bottom: 20px;
}
.pagination__btn-loader a, .pagination__btn-loader span {display: inline-flex; justify-content: center; align-items: center; 
	height: 32px; padding: 0 80px; background: var(--gradient-green); color: #fff; border-radius: 3px; margin: -10px 0 10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 30px; 
	padding: 0 8px; min-width: 36px; border-radius: 2px; border: 1px solid var(--bdc); color: #ccc;}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover  
{background: var(--green); color: #fff; border-color: var(--green);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}


/* INNER PAGE
----------------------------------------------- */
.page__main, .page__comments, .page__add-comms, .add-comments-form.form {box-shadow: var(--bsh); 
	border: 1px solid var(--bdc); border-radius: 3px; margin-bottom: 20px;}
.page__add-comms {background: #161616; padding: 15px; margin-bottom: 0;}
.page__add-comms .page__comments-title {color: #eee;}
.page__comments, .page__desc {padding: 15px;}
.sect--related, .page__footer {padding: 15px; border-top: 1px solid var(--bdc);}
.page__footer {background-color: #161616; border-radius: 0 0 3px 3px;}
.page__complaint {color: #999; font-size: 12px; line-height: 1.5; padding-left: 38px; position: relative;}
.page__complaint a {text-transform: uppercase; font-weight: 700; color: var(--yellow); font-size: 13px; display: block;}
.page__complaint::before {content:"\f05a"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; left: 0; top: -3px; color: #c0392b; font-size: 28px;}

.page__header .item__rating-value {background-color: var(--blue2); color: #000;}
.page__header {background: linear-gradient(to right, #191919, #161616); min-height: 235px; padding: 15px;
	color: #eee; position: relative; padding-left: 210px; border-radius: 3px 3px 0 0; margin-bottom: 50px;}
.page__poster {width: 180px; height: 270px; border-radius: 2px; position: absolute; left: 15px; bottom: -50px;}
.page__header a {color: #ac8b49;}
.page__header h1 {font-size: 22px;}
.page__header h1 a {margin-left: 10px; font-size: 12px; opacity: 0.5;}
.page__header .item__meta a, .page__header .item__category a {border-bottom: 1px dotted #ccc;}
.page__header .item__meta a:hover, .page__header .item__category a:hover {border-color: transparent;}
.page__header .item__size .fal {opacity: 0.8;}
.page__header .item__size {margin-right: 15px;}
.page__header .item__rating-1 {position: relative; top: -1px;}
.item__ctrl {margin-top: 10px;}
.item__ctrl .item__fav a {margin: 0; color: #eee; margin-right: 15px; 
	height: 30px; line-height: 30px; display: inline-block;}
.item__ctrl .item__fav a .fal, .item__ctrl .item__fav a .fas {margin-right: 8px; color: #b8b8b8;}
.item__ctrl > a {display: inline-flex; align-items: center; height: 30px; border-radius: 15px; 
	padding: 0 20px; background-color: #c0392b; color: #fff;}
.item__ctrl > a:hover {background-color: var(--blue2); color: #fff;}
.item__btn--online, .item__btn--trailer {background: none; border: 1px solid var(--blue); padding: 0 10px; margin-left: 10px;}
.item__btn--trailer {border-color: var(--blue2); margin-left: 10px;}
.item__btn--online::before, .item__btn--trailer::before {display: none;}
.item__btns > * {font-size: 15px; margin-top: 15px; color: #fff !important;}

.page__list {line-height: 1.6; padding: 15px; font-size: 14px; border-bottom: 1px solid var(--bdc);}
.page__list span {font-weight: 700; margin-right: 6px;}
.page__list a {color: var(--blue); border-bottom: 1px dotted var(--blue);}
.page__subtitle {font-size: 16px; font-weight: 700; margin-bottom: 15px;}
.page__text {margin-top: -5px; opacity: 0.7;}
.page__screenshots {padding: 15px;}
.page__screenshots br {display: none;}
.page__screenshots, .page__screenshots .xfieldimagegallery {display: grid; grid-gap: 15px 15px; 
	grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); grid-auto-flow: row dense;}
.page__screenshots .xfieldimagegallery, .page__screenshots .page__subtitle {grid-column: 1 / -1; margin: 0;}
.page__screenshots a, .page__screenshots img, .page__screenshots li {height: 100px; display: block !important; 
	margin: 0 !important; max-width: 100% !important; width: 100%;}
.page__screenshots img {width: 100%; object-fit: cover;}
.page__player-select {background-color: #161616;}
.page__player-select div {cursor: pointer; line-height: 40px; font-weight: 700; padding: 0 20px;}
.page__player-select div.is-active {background-color: var(--green); color: #fff;}

.page__dl {padding: 15px;}
.page__dl-title {text-transform: uppercase; font-size: 18px; color: var(--yellow); text-align: center; margin-bottom: 15px;}
.fdl-btn {display: block; position: relative; box-shadow: var(--bsh); text-decoration: none; padding: 15px 15px 15px 130px;
	border: 1px solid var(--bdc); border-radius: 3px; background: var(--blue); color: #fff !important; overflow: hidden;}
.fdl-btn-title {text-transform: uppercase; font-weight: 700; word-wrap: break-word;}
.fdl-btn-size {text-transform: uppercase; font-size: 14px; margin-top: 5px; margin-bottom: 10px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn::before {content: ''; width: 50px; height: 50px; border-radius: 50%; margin-top: -25px;
	background: url(../images/ut.svg) 0 0 / 100% auto no-repeat; position: absolute; left: 40px; top: 50%; 
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6; font-size: 15px; word-wrap: break-word;}
.full-text a {text-decoration: none; color: #ffffff;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid #fac40c; position: absolute; top: 4px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: #fac40c; color: #000; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	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: #fac40c; 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px;}


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

.comment-item__title {font-weight: 400; text-transform: uppercase; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #131313;}
.comments-tree-item:last-child .comment-item {margin-bottom: 0; padding-bottom: 0; border: 0;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author, .comment-item__author a {font-size: 15px; color: var(--yellow);}
.comment-item__date {color: var(--grey); margin-top: 4px; font-size: 13px;}
.comment-item__main {margin: 8px 0 6px 0;}
.comment-item__rating {white-space: nowrap; font-size: 13px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; text-decoration: underline; font-weight: 400; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 13px; margin-right: 20px; color: var(--grey);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 13px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--grey);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


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


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {display: none; width: 100%; position: relative; z-index: 5;}
 .owl-carousel .owl-stage {position: relative;
	 display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;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: 1px;}
 .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-loading, .owl-carousel.owl-hidden {opacity: 0;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {border-radius: 15px; border: 2px solid var(--bdc); overflow: hidden; 
	height: 30px; min-width: 132px; display: flex;}
 .owl-prev, .owl-next {display: block; cursor: pointer; background-color: #272727; box-shadow: none; 
 	width: 50%; font-size: 16px; height: 30px; line-height: 30px; color: #eee;}
 .owl-prev {margin: 0;}
 .owl-next {border-left: 2px solid var(--bdc) !important;}
 .owl-prev:hover, .owl-next:hover {background-color: #171717; color: var(--blue);}
.top-carousel .owl-nav, #owl-related .owl-nav {position: absolute; right: 0; top: -50px;}
.posters .owl-nav {margin: 15px auto 0 auto; max-width: 210px;}

.item__meta-item {
	padding: 0 10px 0 0;
}
.vnalicii {
	margin-bottom: 8px;
    margin-top: 8px;
}
div.item__fav {
	width: 15px;
    height: 15px;
}
.bookmarks {
	width: 15px;
    height: 15px;
}
/*neon*/
.neon {
	font-size: 18px;
	color: #fff;
	text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}
/*neon*/
.sequels-wrap a {
	color: #6699cc;
}

.sequels-wrap a:hover {
	text-decoration: underline;
}

.sequels-row {
	padding: 5px;
    /* padding-bottom: 10px; */
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    border-bottom: 1px dotted #5a5c57;
    cursor: pointer;
}

.sequels-row:hover {
	background-color: #565555;
}
.sequel-name {
	flex-basis: 70%;
}

.sequel-rating {
    width: 42px;
    padding: 3px;
    background-color: #16a085;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
    border-radius: 4px;
}

.actrive::before {
	content:"\f178";
	font-weight: 300;
	font-family:'Font Awesome 5 Pro';
	margin-top: 3px;
}

.actrive {
	pointer-events: none;
}

.actrive .sequel-name {
	color: #4478a7;
    font-weight: 800;
}

.actrive .sequel-year {
    margin-left: -7px;
}

.actrive .sequel-number {
    display: none;
}

.edit {
	font-size: 13px;
	color: #999;
	padding: 0 10px 0 0;
}
.short_film-genre {
	opacity: 0.8;
}
span.genre {
	color: #ff9900;
}
.title_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.title_block2 {
	display: flex;
}
.fullstory-adds {
    padding: 10px;
}
.adds-images {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
ul.xfieldimagegallery.adds_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.adds-images li {
	padding: 10px;
}

/* Search Поиск*/
select.search_select.select-category {
    border-radius: 5px;
    margin-top: 5px;
	opacity: 0.8;
}
/* Трейлеры */
.trailers {
    display: flex;
	justify-content: end;
    align-items: center;
}

.d-flex-games {
	display: flex;
	justify-content: space-between;
}

.item__category_games {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Shortstory Trailer */
.trailer {
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=95);
    opacity: .95;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    /* display: none; */
    height: 38px;
    position: absolute;
    /* top: 29px; */
	bottom: 0;
    left: 0;
    text-align: center;
    width: 40px;
}
.trailer b {
    display: none;
    font-style: normal;
    font-size: 11px;
    padding-top: 12px;
    padding-left: 30px;
    text-transform: uppercase;
    white-space: nowrap
}

.trailer:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,.8);
	width: 100%;
}

.trailer:hover b {
    display: block
}

.trailer:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px
}

.trailer:before {
    content: "";
    display: block;
    background-size: 10px 12px;
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 16px;
    opacity: .5;
    z-index: 2;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='15px' viewBox='0 0 13 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='sprite' transform='translate(-170.000000, -111.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='play_black' transform='translate(170.000000, 111.000000)'%3E%3Cpath d='M12.508581,8.36085 L1.50873,14.86076 C1.033253,15.14173 0.420037,14.98404 0.139074,14.50857 C0.048028,14.35449 0,14.1788 0,13.99984 L0,1 C0,0.44772 0.447715,0 1,0 C1.178966,0 1.354653,0.04803 1.50873,0.13908 L12.508581,6.63899 C12.984057,6.91996 13.141741,7.53317 12.860778,8.00865 C12.774963,8.15388 12.653806,8.27503 12.508581,8.36085 Z' id='Triangle'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* Shortstory Trailer */

.adds_desc-wrapper {
	display: flex;
	flex-direction: column;
}
/* Animation Trailers */
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*  */
.offline_act_short {
    text-align: center;
}

.offline_act_short a {
    padding: 5px;
    background-color: brown;
    font-size: 17px;
    border-radius: 12px;
}
/*Обновление движка начало*/
figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}

.mce-accordion summary {
	cursor: pointer;
}

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 12px 27px;
	border-radius: 10px;
	outline: none;
	background-color: #f44336;
	color: #fff;
	text-shadow: 0 1px #333;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: all ease .1s; transition: all ease .1s;
}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}

.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}


/*Обновление движка конец*/

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 15px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: #262626;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 0; display: block; margin-bottom: 5px;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 30px; display: block;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.wrapper-main {padding-left: 20px; padding-right: 20px;}
	.header__menu {display: none;}
	.header {border-radius: 0; margin: 0 -20px !important; padding-left: 76px;}
	.header__search {margin: 0 20px;}
	.header__btn-menu {visibility: visible; opacity: 1;}
	.carousels__content {min-height: 150px;}
	.col-left, .col-left .js-this-in-mobile-menu {display: none; order: 1;}
	.footer, .footer__two {margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.col-main {min-width: 100%;}
	.col-right, .col-left {width: 46%; margin: 0; margin-top: 40px; order: 1; display: block;}
	.footer__one, .footer__two {display: block; text-align: center; background-image: none;}
	.footer__menu {justify-content: center; margin: 20px 0 0 0;}
	.footer__menu a {display: inline-block; margin: 0 10px 20px 10px;}
	.owl-nav {min-width: 80px;}
	.side-block--sticky {position: static;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.header__logo {flex: 1 1 0; min-width: 50px; max-width: 100%; margin-right: 20px;}
	.header__btn-search {display: block; cursor: pointer; font-size: 18px; margin-right: 10px;}
	.header__btn-login {font-size: 0; padding: 0; width: 30px; height: 30px; border-radius: 15px;}
	.header__btn-login .fal:first-child {margin: 0;}
	.header__search {min-width: 100%; order: 10; margin: 0; margin-top: 8px; display: none;}
	.carousels__caption, .header__btn-login::after, .item__meta-item:not(.flex-grow-1), 
	.item__meta-item::before {display: none !important;}
	.sect__link-top {width: 100%; order: -1; margin: 0 0 20px 0;}
	.item--announce .item__btn {width: 100%; margin: 0; /*margin-top: 15px;*/}
	.item--announce .item__fav a {margin-right: 0;}

	.page__main {margin-bottom: 0;}
	.page__main, .page__comments {margin-left: -20px; margin-right: -20px; border-radius: 0; 
		border-left: 0; border-right: 0;}
	.page__header {border-radius: 0;}
	.page__header .item__meta {display: none;}
	.item__btns .item__btn.flex-grow-1 {min-width: 100%;}
	.item__btns > * {margin-left: 0; width: 48%; padding: 0;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login, .tg-adv {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social {padding-left: 20px; padding-right: 20px;}
	.col-right, .col-left {width: 48%;}

	.page__header {padding: 15px; display: block; margin-bottom: 0;}
	.page__poster {position: relative; bottom: 0; left: 0; margin: 5px auto;}
	.page__header h1 {text-align: center; margin-bottom: 15px;}
	.page__screenshots, .page__screenshots .xfieldimagegallery {grid-gap: 15px 15px; 
		grid-template-columns: repeat(auto-fit,minmax(90px,1fr));}
	.page__screenshots a, .page__screenshots img, .page__screenshots li {height: 80px;}
	.page__player-select div {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}
	.page__share {width: 100%; margin-top: 15px;}
	.page .sect__title, .page__dl-title {font-size: 20px;}
	.fdl-btn {padding-left: 100px;}
	.fdl-btn::before {width: 40px; height: 40px; margin-top: -20px; left: 25px;
		box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}
	.fdl-btn-dl {display: none;}
}

@media screen and (max-width: 470px) {
	/* .wrapper-container {max-width:360px;} */
	.header__logo {padding-left: 0; background-image: none;}
	.header {padding-left: 66px; padding-right: 10px;}
	.header.sticky {padding-right: 66px; padding-left: 66px;}
	.logo__title {font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.col-right, .col-left {width: 100%;}
	.item__cols {display: block;}
	.item__img {margin: 0 auto 15px auto;}
	.poster-item {max-width: 210px; margin-left: auto; margin-right: auto;}
	.speedbar {min-height: 39px;}
	/*.page__header h1, .item__footer {min-height: 28px;}*/ 
	.item__footer {display: flex; justify-content: center; gap: 10px;}
	.item__ctrl {height: 30px;}
	.item__fav {margin-left: auto;}
	.item__meta-item-date {display: none; flex-direction: row-reverse; margin-top: 8px;opacity: 0.5;font-size: 13px;color: #999;}
	.item__category {text-align: center;}
	.sequel-year {display: none;}
	.sequels-row {font-size: 14px;}
	.short_film-genre {margin-top: 5px;border-top: 1px solid var(--bdc);padding-top: 5px}
	.full_game img {display: none;}
	.item__category_games {margin-bottom: 10px; justify-content: center; gap: 10px;}
	.trailer {filter: alpha(opacity=100);opacity: 1;background-color: #000;background-color: rgba(0,0,0,.8);width: 100%;}
	.trailer b {display: block;}
	.trailers {justify-content: center;}
}

.filmars {
    display: block;
    padding: 8px 42px 8px 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.filmars:hover  {
    background-color: rgba(255,255,255,0.1);
}

.favmod {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	/*padding: 4px;*/
	/*opacity: .5;*/
}
.favmod.active,
.favmod:hover {
	opacity: 1;
}
.favmod.active:hover{
	opacity: .7;
}
.favmod-add,
.favmod-unset {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/heart-svgrepo-com1.svg) no-repeat 0 0;
}
.favmod-unset {
	background-position: 0 -16px;
}
.favmod .favmod-unset,
.favmod.active .favmod-add {
	display: none;
}
.favmod.active .favmod-unset {
	display: block;
	background: url(../images/heart-svgrepo-com2.svg) no-repeat 0 0;
}

.game_screenshots a {
	color: #fff;
}

.more_button_menu a {
	margin: 5px 0;
}

.more_button_menu a:first-child {
	margin-top: 0;
}

.more_button_menu a:last-child {
	margin-bottom: 0;
}

.button_download {
	margin: 0;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	background-color: #eb5464;
	border-radius: 5px;
	border: none;
}

.button_download:hover {
	background-color: #a43540;
}

.button_download:before {
	content: "";
	background-image: url(../images/svg/circle-down-solid.svg);
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 10px;
}

.button_favorites {
	margin: 0;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	background-color: #1b1b1b;
	border-radius: 5px;
	border: none;
}

.button_favorites:hover {
	background-color: #222222;
}

.button_favorites:before {
	content: "";
	background-image: url(../images/svg/heart-solid.svg);
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 10px;
}

.l_menu_cat {
	background-color: #fff;
	padding: 24px 28px;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.l_menu_cat_title {
	color: #676E85;
	height: 24px;
	margin-bottom: 12px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.l_menu_cat_title:before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../images/svg/film-solid.svg);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}