/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper__container {width: var(--width);max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper__main {background-color: var(--bg); border-radius:0 0 10px 10px;}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--indent);
    background-color: var(--bg);
    position: relative;
    z-index: 100;
    min-height: 70px;
    width: 100%;
    max-width: 1800px;
    margin:0 auto;
}
.content {/*padding: 50px var(--indent);*/padding: 30px; position: relative; z-index: 50; background-color: var(--bg); min-height: 80vh; margin-top: 5px; border-radius: 10px 10px 0 0;}
/*.footer {background-color: var(--bg-darker); }*/
@keyframes footerSweep { 0% { background-position: 0 0, 0 0, 0 0; } 100% { background-position: -200% 0, 0 0, 0 0; } }
.footer { position: relative; background: radial-gradient(circle at 50% -20%, #5b280f 0%, #2a1409 40%, #0a0503 100%); color: #f9f3ec; overflow: hidden; box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.03) inset, 0 0 80px rgba(0, 0, 0, 0.9) inset; }
.footer::before { content: ""; position: absolute; inset: -40%; background: radial-gradient(circle at 0% 0%, rgba(255, 140, 60, 0.22) 0%, transparent 55%), radial-gradient(circle at 100% 10%, rgba(255, 90, 0, 0.16) 0%, transparent 55%), radial-gradient(circle at 50% 120%, rgba(180, 80, 40, 0.24) 0%, transparent 60%); mix-blend-mode: screen; opacity: 0.75; pointer-events: none; }
.footer::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(120deg, rgba(255, 210, 160, 0.12) 0%, transparent 35%, transparent 65%, rgba(255, 150, 80, 0.1) 100%), linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); background-size: 260% 260%, 42px 42px, 42px 42px; background-position: 0 0, 0 0, 0 0; opacity: 0.4; mix-blend-mode: soft-light; pointer-events: none; animation: footerSweep 32s linear infinite; }
.footer * { position: relative; z-index: 1; }
.footer {padding: 50px var(--indent-footer); margin-top: 10px; margin-bottom: 20px; border-radius: 0 0 10px 10px;}
.footer__main {gap: 40px var(--indent-footer2); padding-top: 20px;}
.footer__bottom {margin-top: 50px;}
.footer b {color:var(--accent-violet);}
body.has-branding {padding-top: 200px;}
.has-branding .wrapper {max-width: var(--max-width); margin: 0 auto; overflow: hidden;}
.has-branding .wrapper__main-page .header {padding-left: var(--indent); padding-right: var(--indent);}
.has-branding .bslide__desc {padding-left: var(--indent);}
.has-branding .slider {margin-left: 0; margin-right: 0;}

.scrolltop {position: fixed; width: 44px; height: 40px; right: -60px; bottom: 10px;
	z-index: 990; border-radius: var(--bdrs); font-size: 20px; opacity: 0; transition: right 0.2s, opacity 0.2s;}
.scrolltop.is-active {right: 10px; opacity: 1;}


/* HEADER
----------------------------------------------- */
.header__logo {
    display: flex;
    align-items: center;
    max-width: 130px;
    margin-right: 20px;
}
/*.header__logo::before {content: attr(data-text); width: 40px; height: 40px; border-radius: 50%; background-color: var(--accent-violet); overflow: hidden; white-space: nowrap; line-height: 40px; position: absolute; left: 0; top: 50%; transform: translate(0,-50%); color: #fff;} */
.theme-toggle {margin-left: 10px; font-size: 16px; min-width: 30px; height: 30px;}
.dt-is-active .theme-toggle::before {content:"\f186";}
.header__btn-login {height: 30px; padding: 0 30px; margin-left: 20px;}
.header__btn-search {font-size: 16px; min-width: 30px; height: 30px; margin-left: 10px;}
.header__login-img {width: 40px; height: 40px; border-radius: 50%; cursor: pointer; margin-left: 20px;}
.header__favlink {font-size: 24px; display: block; position: relative; margin-left: 20px;}
.header__favlink span {border-radius: 3px; background-color: var(--accent-violet); color: #fff; 
	font-size: 10px; position: absolute; right: -10px; top: -1px; min-width: 20px; text-align: center;}
.header__btn-search,
.theme-toggle,
.header__favlink,
.header__login {
    margin-left: auto; /* Прижимает элементы вправо */
    display: flex;
    align-items: center;
}
.header__right {
    display: flex;
    align-items: center;
    gap: 15px; /* Отступ между кнопками */
}
.header__login-panel {position: absolute; right: var(--indent-negative); top: 100%; width: 240px; padding-bottom: 10px;
	background-color: var(--bg); box-shadow: var(--bsh); border-radius: 6px; margin-top: 15px;}
.header__login-header {padding: 20px; color: var(--tt); font-weight: 700; gap: 20px; border-bottom: 1px solid var(--bdc);
	background-color: var(--ui-bg-darker); margin-bottom: 10px; border-radius: 6px 6px 0 0;}
.header__login-avatar {width: 40px; height: 40px; border-radius: 50%;}
.header__login-group span {font-size: 12px; font-weight: 400; margin-top: 2px; 
	display: block; color: var(--ui-tt-fade) !important;}
.header__login-menu a {display: flex; align-items: center; min-height: 30px; padding: 0 20px 0 0;}
.header__login-menu a::before {width: 40px; text-align: center; color: var(--accent-violet);}
.header__login-menu-border {border-top: 1px solid var(--bdc); margin-top: 10px; padding-top: 10px;}
.header__login-menu a span {font-size: 12px; margin-left: auto;}

.search-is-active {padding-right: var(--scrWidth,15px); overflow: hidden;}
.search-is-active .header__menu {display: none;}
.search-is-active .header__search {display: block;}
.search-is-active .header > button, .search-is-active .header ~ * {pointer-events: none;}
.search-is-active .search-block__input {box-shadow: 0 0 0 100vmax rgba(0,0,0,0.8) !important;}

.search-block {width: 50%; position: absolute; margin: 0px auto; z-index:100; left:10%;right: 10%;}
.search-block__input, .search-block__input:focus {border-radius: var(--bdrs); padding: 0 50px 0 20px; 
	border: 0; box-shadow: none; background-color: #fff; color: #000;}
.search-block__input:not(:focus)::placeholder {color: var(--tt-fade); opacity: 1; font-size: 14px;}
.search-block__btn {position: absolute; right: 0; top: 0; width: 50px; border-radius: 0px; font-size: 16px; color: #000;}

.wrapper__main-page .header {left: 0;right: 0;top:0;margin: 0 auto;position: fixed;background: var(--header-sticky);padding:5px var(--indent-header); max-width: 1900px;width: 100%;}

.wrapper__main-page .header__logo, .wrapper__main-page .header__menu > li > a, 
.wrapper__main-page .header > button, .wrapper__main-page .header__login, .wrapper__main-page .header__favlink {color: #fff;}

/* NAV
----------------------------------------------- */
.header__menu {
    display: flex;
    gap: 40px; /* Равномерные отступы между пунктами */
    flex-grow: 1; /* Меню заполняет свободное пространство */
    justify-content: center;
    list-style: none;
}
.header__menu > li > a {font-weight: 600; height: 70px; display: flex; align-items: center; 
	font-size: 16px; /*text-transform: uppercase;*/ gap: 10px;}
.header__menu-submenu {position: absolute; top: 100%; left: 0; z-index: 100; border-radius: 6px;
	background-color: var(--bg); box-shadow: var(--bsh); width: 100%; padding: 30px 35px; 
	display: grid; gap: 5px 20px; grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); display: none;}
.header__menu-submenu a {display: block; padding: 5px 10px; border-radius: var(--bdrs);}
.header__menu-has-submenu > a::after {content:"\f078"; font-weight: 300; font-family:'Font Awesome 5 Pro';}
.header__menu > li:hover .header__menu-submenu {display: grid;}
.header__menu-hidden a:hover, .theme-toggle:hover {background-color: var(--accent-violet); color: #fff;}


/* SLIDER
----------------------------------------------- */
.slider {margin: 0 calc((100% - 100vw)/2); margin-top: 70px; position: relative;}
.bslide {height: 400px; position: relative; color: #fff; --tt: rgba(255,255,255,0.7);}
.bslide__img {position: absolute; inset: 0; bottom: -70px;}
.bslide__img::before, .mslide__img::before {position: absolute; inset: 0; z-index: 1;
	background-color: rgba(20, 23, 34,0.4); content: ''; /*backdrop-filter: blur(0px) grayscale(0.66);*/}
.bslide__img::after {position: absolute; inset: 0; z-index: 2; content: ''; 
	background: linear-gradient(to top, #212121 0%, transparent 300px);}
.bslide__desc {position: relative; z-index: 5; padding-top: 100px; width: var(--width);max-width: var(--max-width); margin: 0 auto;}
.bslide__info {gap: 40px;margin-bottom: 30px;}
.bslide__title {font-size: 36px; height: 204px; max-width: 870px; line-height: 1; position: relative; top: -10px;}
.bslide__info-item {width: 300px; font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.8;}
.bslide__info-item-title {font-weight: 700; margin-bottom: 10px;}
.bslide__btn {height: 60px; padding: 0 40px; font-size: 14px; font-weight: 700;}
.bslide__info-item-accent {color: #fff; margin-top: -10px; font-weight: 700; text-transform: uppercase;}
.bslide__btn-trailer {width: 80px; height: 80px; position: absolute; right: 340px; top: 100px;
	border-radius: 50%; background-color: #fff; color: #000; font-size: 18px; padding: 0; padding-left: 3px;}
.bslide__btn-trailer::after {content: attr(data-text); color: transparent; font-size: 70px; position: absolute; 
	-webkit-text-stroke: 1px rgba(255,255,255,0.7); left: 100%; top: 50%; transform: translate(0,-50%); 
	letter-spacing: 2px; text-transform: none; margin-left: 40px;}
.mslide {color: #fff; cursor: pointer;}
.mslide__img {width: 300px; height: 204px;}
.mslide__img::before {opacity: 0.4; backdrop-filter: none;}
.mslide__title {position: relative; z-index: 5; margin-right: 40px; 
	width: 200px; text-align: right; transition: transform 0.2s; word-wrap: break-word;}
.mslide__title div {font-family: 'Manrope'; font-size: 12px; text-transform: uppercase; 
	color: rgba(255,255,255,0.7); margin-bottom: 5px;}
.mslide::after {content: "\f178"; font-family: "Font Awesome 5 Pro"; font-weight: 300; 
	position: absolute; left: 210px; top: 50%; transform: translate(0,-50%); margin-top: -2px;
	color: #fff; font-size: 50px; z-index: 5; transition: transform 0.2s;}
.main-slider-thumbs {width: var(--width);max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 5;}
#main-slider-thumbs {width: 540px; position: absolute; right: 0; bottom: 0;}
#main-slider-thumbs:not(.owl-carousel), #main-slider:not(.owl-carousel), 
.carousel__content:not(.owl-carousel) {display: flex; overflow: hidden;}
#main-slider-thumbs:not(.owl-carousel) .mslide, #main-slider:not(.owl-carousel) .bslide {flex-shrink: 0; width: 100%;}
.carousel__content:not(.owl-carousel) > .carou {width: calc((100% - 120px)/7); margin-right: 20px; flex-shrink: 0;}

.slider--poster .bslide__img::before {backdrop-filter: blur(10px) grayscale(0.66);}
.slider--poster #main-slider-thumbs {width: 440px;}
.slider--poster .mslide__img {width: 200px; height: 300px;}


/* CAROUSEL
----------------------------------------------- */
.carousel {background-color: var(--bg-darker); padding: 20px var(--indent);}
.carousel__title {margin-bottom: 20px; gap: 20px;}
.carou__img {padding-top: 150%;}
.carou__desc {position: absolute; left: 0; bottom: 0; z-index: 5; color: #fff; padding: 20px; font-size: 14px;}
.carousel__title a {font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--accent-violet);}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 50px;}
.sect--border-top {padding-top: 50px; border-top: 1px solid var(--bdc);}
.sect__header {margin-bottom: 30px; gap: 10px;}
.sect__title {font-size: 40px; font-weight: 700; color: var(--accent-violet);}
.sect__title_main {font-size: 40px; font-weight: 700; line-height: 36px; color: var(--accent-violet); transform: rotate(-2deg); margin-top: -20px; margin-bottom: 20px;}
.sect__title_recomend {font-size: 40px; font-weight: 700; line-height: 36px; color: var(--accent-violet); text-align: center;}
.sect__link {font-size: 12px; text-transform: uppercase; font-weight: 700; color: var(--accent-violet);}

.speedbar {color: var(--tt-fade); font-size: 18px; margin-bottom: 15px; display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;gap: 5px;}
.descr {display: grid; grid-gap: 20px; line-height: 1.7; font-size: 14px;}
.descr h1, .descr h2, .descr h3 {font-size: 24px; color: var(--tt); line-height: 1.3;}
.descr a {text-decoration: underline; color: var(--accent-violet);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent-violet); position: absolute; left: 0; top: 0;}

.rudub-news {}

/* POSTER SHORT STORY
----------------------------------------------- */
.poster__img_rdbdub {border: 5px solid var(--bg-dub) !important;}
.poster__img {padding-top: 55%; margin-bottom: 15px; box-shadow: var(--bsh-poster); border: 5px solid var(--bg); border-radius: var(--bdrs);}
.poster__series {position: absolute; left: 5px; top: 5px; z-index: 1; padding: 5px 10px; font-size: 14px; 
	background-color: var(--bg-btn); color: var(--tt); border-radius: 4px;}
.poster__quality {position: absolute; left: 1px; bottom: 1px; z-index: 1; font-size: 10px; border-radius: 0px; 
	background-color: var(--ui-bdc); color: #fff; padding: 0px 2px; text-transform: uppercase; font-weight: 400;}
.poster__title {font-size: 18px; font-weight: 700; margin-right: 20px; font-family: inherit;}
.poster__title_recomend {font-size: 16px; font-weight: 700; margin-right: 20px; font-family: inherit;}
.poster__meta {margin-top: 6px; font-size: 14px; font-weight: 600; text-transform: uppercase; color: var(--tt-fade);}
.poster__meta > span {margin: 0 6px; font-size: 14px; vertical-align: middle;}
.poster__fav a {position: absolute; right: 0; top: 0; color: var(--tt-fade); z-index: 11;}
.poster__fav a .poster__fav-added {color: var(--accent-red);}
.poster__info-btn {min-width: auto; font-size: 34px; margin: -5px 0 -20px 0; color: var(--tt-fade); 
	position: relative; z-index: 11; transition: none;}
.has-overlay-on-img__trg {position: absolute; inset: 0; z-index: 3; opacity: 0;
	background-color: rgba(0,0,0,0.66); color: #fff; border-radius: inherit;}
.has-overlay-on-img__trg::before {display: grid; place-items: center; width: 50px; height: 50px; box-sizing: border-box;
	border-radius: 50%; background-color: #fff; color: #000; font-size: 14px; padding-left: 3px;}

.trl {background-color: rgba(0,0,0,0.9); position: fixed; z-index: 990; left: 0; top: 0; 
	width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; backdrop-filter: blur(10px);}
.trl__close {position: absolute; right: 20px; top: 20px; font-size: 40px; color: #fff;}
.trl__inner {width: 100%; max-width: 700px; margin: 0 auto; color: #fff; padding: 80px 20px 20px 20px;}
.trl__btn {height: 60px; padding: 0 40px; margin-top: 15px; width: 100%;}
.trl h1 {margin-bottom: 15px; margin-top: 20px; font-size: 24px;}
.trl .page__text, .sinfo .page__list li, .sinfo .page__text {display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden;}
.trl-is-opened {overflow: hidden;}
.sinfo {background-color: var(--bg); border-radius: 8px; position: fixed; left: 50%; top: 50%; z-index: 999; 
	transform: translate(-50%,-50%); padding: 20px; padding-right: 140px; width: 860px; box-shadow: var(--bsh);}
.sinfo__close {font-size: 40px; position: absolute; right: -40px; top: -40px; z-index: 5; color: #fff;}
.sinfo__left {width: 200px;	margin-right: 20px;}
.sinfo__right {width: 120px; background-color: var(--bg-darker); border-radius: 0 8px 8px 0;
	position: absolute; right: 0; top: 0; bottom: 0; padding: 10px; padding-top: 20px;}
.sinfo .page__poster {width: 200px; height: 300px; border-radius: var(--bdrs);}
.sinfo .page__rating-score {padding: 0; width: 100%; height: auto; background-color: transparent;}
.sinfo .page__header-info h1 {font-size: 24px; margin: 10px 0 2px 0;}
.sinfo .page__caption, .sinfo .not-shown-ajax, .sinfo .page__btn-watch, .trl h1 a, .sinfo h1 a {display: none !important;}
@media screen and (min-width: 950px) {
	.sinfo .page__meta-rating {position: absolute; right: 0; top: 130px; width: 120px; z-index: 5; margin: 0; 
		text-align: center; padding: 0; padding-top: 30px; background-position: center 0;}
	.sinfo .page__meta-rating--imdb {top: 190px; padding-top: 40px;}
}
.sinfo .page__list {padding: 0;}
.sinfo .page__btn-trailer:not(:hover) {background-color: var(--bg-darker);}
.sinfo .page__list li {-webkit-line-clamp: 2;}
.sinfo .page__text {-webkit-line-clamp: 5; margin-top: 12px; font-size: 13px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
/*.footer__main::before {width: 120px; height: 120px; border-radius: 50%; background-color: var(--accent-violet); content:"\f8a9"; font-family:'Font Awesome 5 Pro'; font-weight: 300; display: grid; place-items: center; font-size: 50px; color: #fff;} */
.footer__menu {display: grid; gap: 10px 30px; grid-template-columns: repeat(auto-fill,minmax(120px,1fr)); 
	font-size: 12px; text-transform: uppercase; font-weight: 600; --tt: var(--tt-fade);}
.footer__subscribe {width: 200px;}
.footer__subscribe input {margin: 10px 0; background-color: transparent; box-shadow: none; padding: 0; 
	border: 0; border-bottom: 1px solid var(--bdc); border-radius: 0;}
.footer__subscribe button {color: var(--accent-violet); font-weight: 700;}
.footer__copyright {font-size: 14px; line-height: 2; --tt: var(--tt-fade); color: var(--tt-fade);}
.footer__copyright span {margin: 0 10px;}
.footer__soc {gap: 20px;}
.footer__soc a img {display: block; height: 20px; opacity: 0.3;}

.pagination {gap: 20px 60px; padding-top: 10px;}
.pagination a, .pagination span {display: grid; place-items: center; 
	height: 36px; min-width: 36px; padding: 0 10px; border-radius: var(--bdrs); border: 1px solid var(--bdc);}
.pagination__btn-loader {width: 100%;}
.pagination__btn-loader a, .pagination__btn-loader span {height: 40px; border-radius: var(--bdrs); 
	background-color: var(--bg-darker); border: 0; color: var(--tt-fade); width: 370px;}
.pagination__pages {gap: 10px 10px; font-size: 18px;}
.pagination__pages span:not(.nav_ext) {background-color: var(--accent-violet); color: #fff; border-color: var(--accent-violet);}


/* INNER PAGE
----------------------------------------------- */
.page__header {/*background-color: var(--bg-darker);*/ position: relative; 
	padding: 40px var(--indent); margin: 0 var(--indent-negative); margin-top: -50px; margin-bottom: 40px;}
.page__header-left {width: 350px; margin-left: 40px; margin-right: 40px; border-radius: var(--bdrs); 
	box-shadow: var(--bsh); overflow: hidden; position: relative; z-index: 5; align-self: start;} 
.page__header-right {position: absolute; right: var(--indent); bottom: 40px; z-index: 2;}
.page__header-digest {padding: 40px var(--indent); margin: 0 var(--indent-negative);display: grid;justify-content: space-around;align-items: center;justify-items: center;}
.page__header-center {align-items: center !important;}
.page__poster {height: 525px;}
/*.page__header::after {position: absolute; left: 0; bottom: 0; top: 0; content: ''; z-index: 3; background-color: var(--accent-violet); width: calc(var(--indent) + 280px); clip-path: polygon(0 0, 100% 0, calc(100% - 100px) 100%, 0 100%);}*/
.page__rating-likes {background-color: var(--bg);}
.page__rating-likes a {display: flex; justify-content: center; align-items: center; height: 40px; width: 50%; gap: 10px; font-size: 12px;}
.page__rating-likes .fal {color: var(--accent-green); font-size: 18px;}
.page__rating-likes a:last-child .fal {color: var(--accent-red);}
.page__rating-score {width: 120px; height: 120px; border-radius: var(--bdrs); 
	background-color: var(--bg); text-align: center; padding: 15px 20px; border-bottom-left-radius: 0px;}
.page__rating-score-caption {font-size: 10px; text-transform: uppercase; font-weight: 600;}
.page__rating-score-value {width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center;
	position: relative; isolation: isolate; font-size: 24px; margin: 0 auto; margin-top: 13px;}
.page__rating-score-value::before {content: ''; position: absolute; z-index: -2; inset: 0; border-radius: 50%; 
	background: conic-gradient(from 0deg, var(--accent-green) 0%, var(--accent-green) var(--p), var(--bg-darker)  var(--p));}
.page__rating-score-value::after {content: ''; position: absolute; z-index: -1; 
	background-color: var(--bg); inset: 5px; border-radius: 50%;}
.page__fav {position: absolute; right: 100%; bottom: 0;}
.page__fav a {display: grid; place-items: center; width: 40px; height: 40px; 
	border: 3px solid var(--bg); border-radius: 4px 0 0 4px; font-size: 18px; color: var(--tt-fade);}
.page__fav a .page__fav-added {color: var(--accent-red);}

.page__meta {gap: 10px;}
.page__meta-item {display: flex; align-items: center; height: 30px; border-radius: var(--bdrs); 
	padding: 0 10px; border: 1px solid var(--bdc); color: var(--tt-fade); font-size: 14px;}
.page__meta-item-dub {background-color: var(--bg-btn); display: flex; align-items: center; height: 30px; border-radius: var(--bdrs); 
	padding: 0 10px; border: 1px solid var(--bdc); color: var(--tt-btn); font-size: 12px;}
.page__meta-item-copynews {background-color: var(--accent-green); display: flex; align-items: center; height: 30px; border-radius: var(--bdrs); 
	padding: 0 10px; border: 1px solid var(--accent-green); color: var(--tt-btn); font-size: 12px;}
.page__meta-rating {margin-left: 30px; padding-left: 35px; line-height: 30px;
	background: url(../images/kp.svg) 0 center / 30px 30px no-repeat;}
.page__meta-rating--imdb {background: url(../images/imdb-icon.svg) 0 center / 50px 50px no-repeat; padding-left: 58px; margin-left: 10px;}
.page__header h1 {font-size: 44px; margin: 15px 0 5px 0;}
.page__header h1 a {font-size: 14px; margin-left: 10px;}
.page__header h3 {font-size: 20px; margin: 1px 0 1px 0;}
.page__list {line-height: 1.6; font-size: 16px; margin-top: 20px; padding-right: 140px;}
.page__list li {position: relative; padding-left: 160px;}
.page__list li + li {margin-top: 6px;}
.page__list li > span:first-child {font-weight: 600; position: absolute; left: 0; top: 0;}
.page__list li a {color: var(--accent-violet); text-decoration: none;}
.page__btns {gap: 20px; margin-top: 20px;}
.page__btn-trailer {background-color: var(--bg); color: var(--tt);}
.page__complaint {/*z-index:10;*/}

.page__cols {margin: 10px 10px 40px 10px;}
.page__cols-right {width: 450px; margin-left: 30px;}
.page__subtitle {margin-bottom: 20px;}
.page__screens ul {display: grid; gap: 5px; grid-template-columns: repeat(auto-fill,minmax(100px,1fr));}
.page__screens a {display: block; border-radius: var(--bdrs);}
.page__screens img {display: block; width: 100%; object-fit: cover; aspect-ratio: 3/2; border-radius: inherit;}
.page__trdl {display: flex; flex-wrap: wrap; gap: 10px;}
.page__trdl a {flex: 1 1 calc(50% - 10px); border-radius: var(--bdrs);background: #f8941e; color: #fff; padding: 5px; text-align: center;}
.page__trdl a:hover {transform: scale(1.05);}
.page__trdl a:nth-of-type(5) {flex-basis: 100%;}
.sb__grid {display: grid; grid-template-columns: repeat(auto-fill,minmax(230px,1fr)); gap: 10px; counter-reset: num;}
.ftop-item {border-radius: var(--bdrs); background-color: var(--bg-darker); position: relative;}
.ftop-item__img {width: 62px; height: 91px; border-radius: var(--bdrs); margin-right: 15px; z-index: 5;}
.ftop-item::before {content: counter(num); counter-increment: num; color: var(--tt-fade); opacity: 0.7; 
	position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-size: 70px; font-weight: 700; font-style: italic; z-index: 10;}
.ftop-item .poster__title, .ftop-item .poster__meta {margin-right: 50px;}

.page__player {position: relative;}
.tabs-block__select {gap: 10px; margin-bottom: 10px;}
.tabs-block__select button {height: 30px; padding: 0 10px; background-color: var(--bg-darker); color: var(--tt-fade);}
.tabs-block__select button.is-active, .tabs-block__select button:hover {background: var(--accent-violet); color: #fff;}
.page__complaint a {/*position: absolute; right: 0; top: 0; */display: flex; align-items: center; height: 30px; 
	border-radius: var(--bdrs); padding: 0 10px; gap: 10px; background-color: var(--bg-darker);}
.page__under-player {gap: 20px;display: flex; flex-direction: row;justify-content: flex-end;max-width: 100%;min-width: 350px;margin-top: 10px;}
.watch__tg a img {display: block; height: 20px; opacity: 0.3;}
.watch__tg a {display: flex; align-items: center; height: 30px; border-radius: var(--bdrs); padding: 0 10px 0 5px; gap: 10px; background-color: var(--tg-blue);}
.watch__tg a:hover {background-color: var(--accent-violet);}

.watch__rudubapp a img {display: block; height: 20px; opacity: 0.3;}
.watch__rudubapp a {display: flex; align-items: center; height: 30px; border-radius: var(--bdrs); padding: 0 10px 0 10px; gap: 10px; background: var(--ui-gradient-appbanner);}
.watch__rudubapp a:hover {background: var(--accent-violet);}

.video-responsive1 {background-color: #000;}
.video-responsive1::before {position: absolute; z-index: 10; inset: 0; cursor: pointer; display: grid; place-items: center; 
	background-color: rgba(0,0,0,0.5); backdrop-filter: blur(6px); font-size: 80px; color: #fff; 
	content:"\f04b"; font-weight: 900; font-family:'Font Awesome 5 Pro';}
.page__related .poster__title {margin-right: 0;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page__title {margin-bottom: 30px; font-size: 24px;}
.full-text-catalog {line-height: 1.6; font-size: 18px; word-wrap: break-word;}
.full-text {line-height: 1.6; font-size: 18px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table {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 #fcc506; 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: #fcc506; color: #000; 
	position: absolute; top: -3px; 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: #fcc506; 
	position: absolute; left: 41px; top: -3px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative; box-shadow: var(--bsh-poster); border: 5px solid var(--bg); border-radius: var(--bdrs);}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px; margin-bottom: 20px;}


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

.ac-toggle.ac-form {cursor: pointer;}
.ac-form__header input, .ac-toggle .ac-form__editor textarea {height: 50px; line-height: 50px; border-radius: 8px;}
.ac-toggle, .ac-toggle .ac-form__editor {position: relative;}
.ac-toggle .ac-form__bottom button {position: absolute; bottom: 20px; right: 10px; z-index: 10; pointer-events: none;}
.ac-form .bb-btn {display: none;}
.ac-form .bb-pane {background: none; box-shadow: none; border: 0; position: absolute; left: 0; bottom: 0; right: 0;}
.ac-form #b_emo, .ac-form #b_leech, .ac-form #b_quote, .ac-form #b_spoiler, 
.ac-form #b_b, .ac-form #b_u, .ac-form #b_s, .ac-form #b_color, .ac-form #b_hide {display: grid;}
.ac-toggle .bb-btn {pointer-events: none;}
.ac-toggle .ac-form__editor .bb-editor textarea {height: 140px; resize: none;}
.ac-form__editor .bb-editor textarea {height: 140px; line-height: 1.4;}
.comments_subscribe + br, .ac-form .bb-editor + br {display: none;}
.ac-toggle .has-checkbox {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: 30px; position: relative;}
.comm__img {width: 40px; height: 40px; border-radius: 50%;}
.comm__img::before {content: ''; width: 8px; height: 8px; border-radius: 50%; background-color: var(--ui-red); 
	position: absolute; right: -1px; top: -1px; z-index: 5; border: 2px solid var(--bg);}
.comm--online .comm__img::before {background-color: var(--ui-green);}
.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: var(--ui-fw-bolder);}
.comm__author, .comm__author a {color: var(--tt-colored); font-weight: 600; font-size: 12px;}
.comm__date {color: var(--tt-fade); font-size: 12px; margin-top: 2px;}
.comm__main {margin: 6px 0 0 0; padding: 10px 10px 10px 40px; border: 1px solid var(--bg-darker); border-bottom: 0;}
.comm__action {gap: 20px; font-size: 12px;} 
.comm__footer {padding: 10px 10px 10px 40px; background-color: var(--bg-darker); border-radius: 0 0 4px 4px;}
.comm__action li, .comm__action li a {color: var(--tt-fade); cursor: pointer; gap: 8px; display: flex; align-items: center;}
.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: 1px; font-size: 12px;margin-bottom: -10px;}
.comm__rating > * {display: flex; gap: 5px; height: 20px; align-items: center; 
	background-color: var(--bg-darker); padding: 0 10px;}
.comm__rating > * .fal {color: var(--accent-green);}
.comm__rating > * + * .fal  {color: var(--accent-red);}
.comm__meta {display: flex; align-items: center; gap: 20px;}
.comm__header {padding-left: 40px;}
.comm__img {position: absolute; left: -20px; top: 0px; width: 50px; height: 50px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%);
	background-color: var(--ui-bg); width: 440px; border: 10px solid var(--ui-bg-darker); 
	box-shadow: 0 15px 45px rgba(0,0,0,1); overflow-y: auto;
	 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: 50px; position: relative;}
.login__row, .login__row.fal, .login__row.fas {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: 18px;}
.login__input input {padding-left: 40px; border-radius: var(--ui-bdrs); height: 50px; line-height: 48px;}
.login__row button {width: 100%; height: 40px; border-radius: var(--ui-bdrs);}
.login__social {padding-top: 10px; text-align: center; gap: 10px; margin-bottom: -20px;}
.login__social-caption {font-size: 13px; color: var(--ui-tt-fade); width: 100%;}
.login__social a {padding: 0 10px; border-radius: 20px; position: relative; width: 40px; height: 40px; 
	overflow: hidden; color: #fff; display: flex; align-items: center; justify-content: center;}
.login__social a::before {content: ''; width: 40px; background: rgba(0,0,0,0); position: absolute; left: 0; top: 0; height: 100%;}
.login__social a img {position: absolute; left: 10px; top: 50%; height: 20px; width: 20px; z-index: 1; 
	display: block; filter: invert(1); transform: translateY(-50%);}
.login__social-vk {background-color: #587ba1;}
.login__social-ok {background-color: #ff9800;}
.login__social-fb {background-color: #3b5998;}
.login__social-ml {background-color: #2196f3;}
.login__social-gg {background-color: #f44336;}
.login__social-ya {background-color: #fc3f1d;}


/* 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);}
.mobile-menu.is-active {left: 0;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu__header {padding: 15px 20px; gap: 10px; background-color: var(--bg-darker);}
.mobile-menu__btn-close {font-size: 24px; width: 40px; height: 40px; margin-right: -10px;}
.mobile-menu__content .header__menu {margin: 0; padding: 20px 0; display: block;}
.mobile-menu__content .header__menu > li > a {height: 40px; line-height: 40px; padding: 0 20px;}
.mobile-menu__content .header__menu-submenu {width: 100%; height: auto; position: static; display: none;
	border-radius: 0; padding: 20px 20px; background-color: var(--bg-darker);
	opacity: 1; visibility: visible; transform: none; box-shadow: none; font-size: 13px; 
	gap: 12px 20px; grid-template-columns: repeat(2,minmax(0,1fr));}
.mobile-menu__content .header__menu-submenu a {padding: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mobile-menu__content .header__menu-has-submenu > a::after {content:"\f067"; font-size: 18px; margin-left: auto; font-weight: 300;}
.mobile-menu__content .header__menu-has-submenu.is-active .header__menu-submenu {display: grid;}
.mobile-menu__content .header__menu-has-submenu.is-active > a::after {content:"\f068";}

@media screen and (max-width: 1220px) {
	:root {--indent-negative: -20px; --indent: 20px;}
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper__container {max-width:1000px;}
	.header .header__menu {display: none;}
	.wrapper__main-page .header {padding-left: var(--indent); padding-right: var(--indent);}
	.header__login-panel {right: 0;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 60px; margin-right: 0;}
	.header__btn-login {background-color: var(--bg-darker); color: var(--tt); padding: 0 10px; font-weight: 400;}
	.wrapper__main-page .header__btn-login {background-color: rgba(255,255,255,0.15); color: #fff;}
	.header__btn-menu {display: flex; margin-left: 20px; padding: 0; width: 40px; font-size: 18px;}
	.carousel__content:not(.owl-carousel) > .carou {width: calc((100% - 100px)/6);}
	.carousel {padding: 20px 40px;}
	.carousel .owl-prev {left: -40px; background-color: transparent; color: var(--tt);}
	.carousel .owl-next {right: -40px; background-color: transparent; color: var(--tt);}
	.d-grid-items {gap: 20px; grid-template-columns: repeat(auto-fill,minmax(300px,1fr));}
  .d-grid-items-5 {gap: 10px; grid-template-columns: repeat(auto-fill,minmax(260px,1fr));}
	.poster__title {font-size: 14px;}
	.footer {padding-top: 20px; padding-bottom: 20px;} 
	.footer__menu {min-width: 100%; order: 10;}
	.footer__subscribe {flex-grow: 1;}
	.header__search {position: absolute; inset: 20px; margin: 0; width: calc(100% - 40px);}
	
	.bslide {height: 460px;}
	.bslide__desc {padding: 80px var(--indent) 20px var(--indent);}
	.bslide__info {gap: 10px 20px;}
	.bslide__title {font-size: 60px; height: 120px; max-width: calc(100% - 230px); top: 0;}
	.bslide__btn {height: 40px; padding: 0 20px;}
	.bslide__btn-trailer {width: 40px; height: 40px; position: absolute; right: 200px; top: 118px;}
	.bslide__btn-trailer::after {margin-left: 20px; font-size: 40px;}
	.mslide {color: #fff; cursor: pointer;}
	.mslide__img {width: 240px; height: 140px;}
	.mslide__title {position: absolute; width: 100%; left: 0; bottom: 0; margin: 0; text-align: left; padding: 20px;}
	.mslide::after {left: auto; right: 20px; top: -10px; transform: none; margin: 0;}
	#main-slider-thumbs {width: 240px;}
	#main-slider-thumbs .owl-dots {display: none;}
	.slider--poster .mslide__img {height: 140px; width: 100px; flex: 0 0 100px;}
	.slider--poster .mslide {justify-content: flex-end;}
	.slider--poster #main-slider-thumbs {width: 240px;}
	
	.page__header {padding: 20px var(--indent); margin-bottom: 30px;}
	.page__header-left {margin-right: 20px;}
	.page__cols-right {width: 100%; margin: 0; margin-top: 30px;}
	.page .sect__header {margin-bottom: 30px;}
	.page__header-right {bottom: 20px;}
}
@media (min-width: 1620px) {
    .d-grid-items-5 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .d-grid-items-5 .poster__title_recomend {
        font-size: 16px;
    }
}

/* ~1350px–1619px — прячем 6-ю, оставляем 5 плиток в один ряд */
@media (min-width: 1350px) and (max-width: 1619.98px) {
    .d-grid-items-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .d-grid-items-5 > .grid-item:nth-child(6) {
        display: none;
    }
    .d-grid-items-5 .poster__title_recomend {
        font-size: 16px;
    }
}
@media (min-width: 1221px) and (max-width: 1480px) {
    .page__cols-right {
    width: 330px;
    margin-left: 20px;
    }  
}  
/* 1221px–1349px — прячем 5-ю и 6-ю, остаётся 4 плитки в один ряд */
@media (min-width: 1221px) and (max-width: 1349.98px) {
    .d-grid-items-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .d-grid-items-5 > .grid-item:nth-child(5),
    .d-grid-items-5 > .grid-item:nth-child(6) {
        display: none;
    }
    .d-grid-items-5 .poster__title_recomend {
        font-size: 17px;
    }
}
@media screen and (max-width: 1220px) and (min-width: 590px) {
	.sb__grid, .page__screens ul {display: flex; flex-wrap: wrap;}
	.ftop-item {flex: 1 0 240px; min-width: 240px;}
	.page__screens ul li {flex: 1 0 13%;}
    .page__poster {width: 250px; height: 375px;}
    .page__header-left {width: 250px; margin-left: 20px;}
}

@media screen and (max-width: 950px) {
	.wrapper__container {max-width:768px;}
	.carousel__content:not(.owl-carousel) > .carou {width: calc((100% - 80px)/5);}
	.pagination {gap: 10px;}
	.pagination__btn-loader a, .pagination__btn-loader span {width: 100%;}
	.pagination > a, .pagination > span {flex-grow: 1; order: 10;}
	.pagination__pages {width: 100%;}
	.pagination__pages a, .pagination__pages span {flex-grow: 1;}

	.bslide__btn-trailer {top: 65px; right: 146px;}
	.bslide__btn-trailer::after {margin-left: 10px; font-size: 30px;}
	.sinfo {border-radius: 0; overflow-x: hidden; overflow-y: auto; width: 100%; height: 100%; padding: 120px 20px 20px 20px;}
	.sinfo__close {top: 10px; right: 10px; color: var(--tt);}
	.sinfo__left {display: none;}
	.sinfo h1 {text-align: center;}
	.sinfo__right {width: 100%; left: 0; bottom: auto; padding: 10px; border-radius: 0;}
	.sinfo-is-opened {overflow: hidden;}

	.page__meta-rating {margin: 0;}
	.page__header h1 {font-size: 34px;}
	.page__header {display: block;}
	.page__header-left {margin: 0 auto; width: 300px; margin-bottom: 30px; box-shadow: none;}
	.page__poster {width: 300px; height: 450px;}
	.page__header::after {width: 100%; bottom: auto; height: 160px;clip-path: none;}
	.page__meta {justify-content: center;}
	.page__header h1, .page__caption {text-align: center;}
	.page__caption {display: block; font-size: 14px;}
	.page__header-info {display: block;}
}

@media screen and (max-width: 760px) {
	.wrapper__container {max-width:640px;}
	.login__header, .login__content {padding: 20px;}
	.login__social {margin-bottom: 0;}
	.login__row::before {height: 40px;}
	.login__input input {height: 40px; line-height: 40px; box-shadow: none; border: 0; background-color: var(--bg-darker);}
	.login__social a {border-radius: var(--bdrs); height: 30px; flex: 1 0 30%;}
	.login__social a img {left: 50%; margin-left: -10px;}
	.carousel__content:not(.owl-carousel) > .carou {width: calc((100% - 40px)/3);}
	.sect__title {font-size: 28px; line-height: 1.2;}
	.footer__bottom {justify-content: center;}
	.footer__copyright {min-width: 100%; text-align: center; padding-bottom: 20px;}

	.bslide__info-item, .bslide__btn, .bslide__title {width: 100%; max-width: 100%;}
	.bslide {height: 455px;}
	.bslide__title {font-size: 40px; height: 100px;}
	.bslide__bottom {margin-right: 240px;}

	.page__complaint a {/*top: 100%; margin-top: 10px;*/}
	.tabs-block__select button {flex-grow: 1;}

	.page__title {font-size: 24px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 20px;}
	.page__intro, .page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.ac-form__bottom {gap: 10px;}
	.ac-form__bottom button {padding: 0 20px; width: 100%;}
	.ac-form__header input + input {min-width: 100%; order: 10;}
	.ac-form__header > span, .comm__rating::before {display: none;}
	.ac-form #b_color {display: none;}
	.ac-toggle .ac-form__bottom button {position: static; width: 100%;}
	.comm__meta {display: block;}
	.comm__img {position: relative; left: 0; top: 0; margin-right: 10px; width: 40px; height: 40px;}
	.comm__main, .comm__footer {padding-left: 10px;}
	.comm__header {padding-left: 0;}
	.comm__rating > * {padding: 0 6px;}
}

@media screen and (max-width: 590px) {
	.wrapper__container {max-width:560px;}
	.content {padding: 5px;}
	.page__list {padding: 0;}
	.page__btn-trailer {flex-grow: 1; padding: 0;}
	.page__header-right {bottom: auto; top: 20px; z-index: 5;}
	.page__header-left {margin: 0; margin-bottom: 30px; width: 250px;}
	.page__poster {width: 250px; height: 375px;}
	.page__fav a {background-color: var(--bg-darker);}
	.page__fav {left: 0; right: 0%; bottom: auto; top: 100%; margin-top: -3px;}
	.page__fav a {width: 100%; border-radius: 0 0 4px 4px;}
	.page__rating-score {width: calc(100vw - 240px);}
	.page__under-player {flex-direction: column;align-items: flex-start;}
}

@media screen and (max-width: 470px) {
	.wrapper__container123 {max-width:360px;}
	.wrapper__container {max-width:560px;}
	.content {padding: 5px;}
	.header__favlink {display: none;}
	.carousel__content:not(.owl-carousel) > .carou {width: calc((100% - 20px)/2);}
	.header__btn-menu {margin-left: 10px;}
	.content {padding-top: 20px; padding-bottom: 20px;}
	.sect__header {margin-bottom: 20px;}
	.pagination {padding: 0;}
	.footer__main::before {width: 80px; height: 80px; font-size: 30px;}
	.mslide__img {width: 140px; height: 140px;}
	#main-slider-thumbs {width: 140px;}
	.bslide__bottom {margin-right: 140px;}
	.bslide__btn {margin-bottom: 15px;}
	.slider--poster .mslide__img {width: 140px; flex: 0 0 140px;}
	.slider--poster #main-slider-thumbs {width: 140px;}

	.page__header {margin-top: -20px;}
	.page__list li {padding-left: 130px;}
	.page__related .poster:nth-child(5n) {display: none;}
	
	.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;}
}


.filter-block {margin-bottom: 50px; margin-top: -20px;}
.filter-block__form {display: flex; flex-wrap: wrap; gap: 10px 30px;}
.filter-block__cell {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.filter-block__cell--full-width {grid-column: 1 / -1;}
.filter-block__cell-caption {margin-bottom: 10px;}
.filter-block__cell-content > * {width: 100%; display: block;}
.filter-block__cell-content--two-columns {display: flex; justify-content: space-between;}
.filter-block__cell-content--two-columns > * {width: calc((100% - 10px)/2) !important;}
.filter-block__cell-content select, .filter-block__cell-content input[type="text"], 
.filter-block__cell-content--check-group {height: 40px; line-height: 40px; background-position: right 0 top 54%;
	background-color: transparent; color: var(--tt); border: 0; border-bottom: 1px solid var(--bdc); border-radius: 0px; 
	box-shadow: none; font-size: 14px;  padding: 0 15px 0 0; background-size: 10px; display: block; cursor: pointer;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; box-sizing: border-box;}
.filter-block__cell-content select {padding: 0 30px 0 0;}
.filter-block__cell-content input[type="text"]::placeholder {opacity: 1; color: var(--tt); font-size: 14px;}
.filter-block__cell-content input[type="text"]:focus::placeholder {opacity: 0;}
.filter-block__cell--btns .filter-block__cell-content {gap: 10px;}
.filter-block__cell--btns button {width: 40px; border-radius: var(--bdrs); padding: 0; font-size: 18px; flex-grow: 1;}
@media screen and (max-width: 1220px) {
	.filter-block {margin-bottom: 30px; margin-top: -40px;}
	.filter-block__form {gap: 10px;}
	.filter-block__cell {flex: 1 0 200px;}
	.filter-block__cell:first-child {flex: 1 0 100%;}
}
@media screen and (max-width: 470px) {
	.filter-block {margin-bottom: 25px; margin-top: -15px;}
	.filter-block__cell {flex: 1 0 140px;}
}

@media screen and (max-width: 768px) {
    .header {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header__menu {
        order: 1;
        width: 100%;
        justify-content: center;
    }
    .header__right {
        order: 2;
        justify-content: center;
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {width: 100%; position: relative; z-index: 1;}
.owl-stage {position: relative; display:flex; justify-content:flex-start;}
.owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
.owl-item {position: relative; min-height: 10px; max-width: var(--max-width-slider);margin:0 auto;}
.owl-nav.disabled,.owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
.owl-animated-in {z-index: 0;}
.owl-animated-out {z-index: 1;}
.fadeOut {animation-name: fadeOut;}
.fadeIn {animation-name: fadeIn;}
@keyframes fadeOut { from {opacity: 1;} to {opacity: 0;} }
@keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} }
.scaleIn {animation-name: scaleIn;}
.scaleOut {animation-name: scaleOut;}
@keyframes scaleIn { from {opacity: 0; transform: scale(0.66,0.66); transform-origin: center top;} to {opacity: 1; transform: scale(1,1); transform-origin: center top;} }
@keyframes scaleOut { from {opacity: 1; transform: scale(1,1);} to {opacity: 0; transform: scale(0.66,0.66);} }
.slideOutDown {animation-name: slideOutDown;}
.slideInDown {animation-name: slideInDown;}
@keyframes slideOutDown { from {transform: translate3d(0, 0, 0);} to {visibility: hidden; transform: translate3d(0, 100%, 0);} }
@keyframes slideInDown { from {transform: translate3d(0, -100%, 0); visibility: visible;} to {transform: translate3d(0, 0, 0);} }
.rollOut {animation-name: rollOut;}
@keyframes rollOut { from {opacity: 1;} to {opacity: 0; transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);} }
.owl-nav {position: absolute; left: 0; right: 0; top: 50%;}
.owl-prev, .owl-next {cursor: pointer; width: 40px; height: 40px; border-radius: var(--bdrs); display: grid; place-items: center; 
	position: absolute; top: 0; margin-top: -40px; font-size: 18px; background-color: var(--accent-violet);}
.owl-prev {left: calc(var(--indent-negative) + 20px);}
.owl-next {right: calc(var(--indent-negative) + 20px);}
.owl-prev:hover, .owl-next:hover {background-color: var(--bg); color: #000;}
.owl-dots {display: flex; flex-direction: column; gap: 12px; flex-wrap:wrap; 
	position: absolute; right: -40px; bottom: 50%; transform: translateY(50%);}
.owl-dot {display: block; width: 12px; height: 12px; border-radius: 50%; cursor: pointer; 
	background-color: transparent; border: 1px solid #fff;}
.owl-dot.active, .owl-dot:hover {background: #fff;}
.main-slider .owl-stage-outer {overflow: visible;}


.blurred-bg {position: absolute; left: -30px; top: -20px; z-index: -1; width: calc(100% + 60px); height: 650px; overflow: hidden; opacity: 0.25;}
.blurred-bg img {width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(0.2) blur(0px);}
.blurred-bg::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; }
/*.page__header::before {content: ''; position: absolute; left: 0; top: 0; right: 0; height: 230px;}*/

.social-links{list-style:none;padding:5px;margin:0;display:flex;justify-content:center;gap:20px;}
.social-links li{display:flex;align-items:center;gap:5px;}
.social-links a{color: var(--tt);text-decoration:none;font-size:calc(0.6rem + 0.3vw);display:flex;align-items:center;gap:5px;transition:color 0.3s ease,transform 0.3s ease;}
.social-links a:hover{color:#f79421;transform:scale(1.15); text-decoration:none;}
.social-icon {fill:#e0e0e0;transition:fill 0.3s ease;}
.social-links a:hover .social-icon{fill:#f79421;}

.sprbd__spa{background-color: var(--bg-60);margin-bottom:25px;box-shadow:var(--bsh-poster);border:5px solid var(--bg);border-radius:var(--bdrs); font-size: 18px; padding: 15px; text-align: center;}
.sprbd__spa a{color:var(--accent-violet);}
.sprbd__spa a:hover{color:var(--tt);}
.sprbd__spa img{border-radius:var(--bdrs);}
.fullpage__seo {padding-top:25px;margin-top:50px;border-top:2px solid var(--accent-violet);}
.fullpage__seo h2 {font-size: 16px;}
.fullpage__seo p {font-size: 14px;margin-bottom:10px;}
.page__btn-watch-rdbplayer {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
    height: 40px;
    white-space: nowrap;
    gap: 10px;
    border-radius: var(--ui-bdrs);
    font-size: 14px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    background-color: var(--bg-btn-rdbplayer);
    color: var(--tt-btn);
}
.page__btn-watch-rdbplayer:hover {transform:scale(1.05);}

/* Общий контейнер */
.angled-wrapper {
  display: flex;
  max-width: 100%;
  margin: 0 auto 50px;
  /*background: #F7941E;
  background: radial-gradient(circle,rgba(247, 148, 30, 1) 20%, rgba(241, 96, 34, 1) 100%);*/
  border-radius: var(--ui-bdrs8);
  border: 3px solid var(--bg-dub);
  align-items: center;
}

/* Общие свойства для всех трёх частей */
.angled-block {
  flex: 1 1 33.33%;         /* Каждая часть делит пространство поровну */
  color: #fff;              /* Общий цвет текста (при тёмном фоне) */
  padding: 20px;            /* Отступы внутри блока */
  box-sizing: border-box;   /* Корректный расчёт ширины с учётом padding */
  position: relative;       /* Для clip-path удобнее, если элемент позиционирован */
  /*min-height: 100px;*/        /* Чтобы блоки были достаточно заметны */
}

/* Левая часть: срез справа */
.angled-block--left {
  text-align: left;          /* Контент прижат влево */
}

/* Центральная часть: срезы слева и справа */
.angled-block--center {
  text-align: center;        /* Центрируем контент */
    /*background-color: #f16422;
    clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);*/
}

/* Правая часть: срез слева */
.angled-block--right {
  text-align: right;         /* Контент прижат вправо */
}

/* Дополнительная стилизация контента в центральной части */
.upper-text {
  font-size: 14px;
 /* margin-bottom: 8px;*/
  opacity: 0.8;
}
.main-link {
  font-size: 28px;    /* Крупная ссылка в 2 раза больше верхнего текста */
  text-decoration: none;
  color: var(--tt);
  font-weight: bold;
}
.main-link:hover {
  color: var(--bg-btn);
}

/* Стили для иконок соцсетей справа */
.social-btn {
  display: inline-block;
  margin: 10px;  /* Разделяем иконки */
  text-decoration: none;
  color: #fff;
  font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #fff;
}
.social-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  transform: scale(1.08);
}

/* Адаптивное поведение для экранов уже 950px */
@media screen and (max-width: 950px) {
  .angled-wrapper {
    flex-direction: column;  /* Блоки становятся вертикальными */
  }
  
  /* Убираем clip-path, чтобы блоки отображались нормальным прямоугольником */
  .angled-block--left,
  .angled-block--center,
  .angled-block--right {
    clip-path: none;
    text-align: center;      /* По условию контент центрируется */
    margin-bottom: 20px;     /* Разделяем блоки по вертикали */
  }
}

.rdb-catalog {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* 4 колонки */
    gap: 12px;
}


@media (max-width: 1200px) {
    .rdb-catalog {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .rdb-catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .rdb-catalog {
        grid-template-columns: 1fr;
    }
}

.rdb-catalog li {
    position: relative;
    border-radius: var(--ui-bdrs);
    background: var(--header-sticky);
}
.rdb-catalog li a {
    display: flex;
    padding: 15px 15px 15px 50px;
    color: var(--bg-btn); 
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.rdb-catalog li a:hover,
.rdb-catalog li a:focus {
    color: var(--tt); 
}
.rdb-catalog li span {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 6px;
    border: 1px solid var(--bg-btn);
    border-radius: var(--ui-bdrs);
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    background: var(--bg-btn);
}

@media (max-width: 1220px) {
    .page-cols--swap {
        display: flex !important;
        flex-direction: column !important;
    }

    .page-cols--swap .page-cols__right--swap {
        order: 1 !important;
        width: 100%;
    }

    .page-cols--swap .page-cols__left--swap {
        order: 2 !important;
        width: 100%;
    }
}

.rudub-banner { width: 100%; background: radial-gradient(circle at top left, #f26821 0%, #f58921 35%, #f47921 70%, #f47c21 100%); color: #ffffff; box-sizing: border-box; border-radius: 8px; }
.rudub-banner-inner { max-width: 1800px; margin: 0 auto; padding: 24px 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; box-sizing: border-box; }
.rudub-banner-left { flex: 1 1 55%; min-width: 0; }
.rudub-banner-logo { display: inline-flex; align-items: center; margin-bottom: 8px; }
.rudub-logo-text { font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 14px; padding: 4px 10px; border-radius: 999px; background: rgba(0, 0, 0, 0.18); }
.rudub-banner-title { font-size: 26px; line-height: 1.25; margin: 6px 0 10px; }
.rudub-banner-subtitle { margin: 0 0 14px; font-size: 18px; line-height: 1.5; color: rgba(255, 255, 255, 0.88); }
.rudub-banner-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.rudub-banner-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; background: #d75822; color: #ffffff; border: none; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.rudub-banner-btn:hover { background: #f16322; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4); }
.rudub-banner-platforms { display: flex; flex-wrap: wrap; gap: 8px 12px; font-size: 14px; opacity: 0.9; }
.rudub-banner-platforms span { position: relative; padding-left: 12px; }
.rudub-banner-platforms span::before { content: "•"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 10px; opacity: 0.8; }
.rudub-banner-right { flex: 0 0 240px; display: flex; justify-content: center; }
.rudub-devices { position: relative; width: 220px; height: 145px; }
.rudub-device { position: absolute; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.18); background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.28)); box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55); }
.rudub-device-phone { width: 60px; height: 120px; right: 0; bottom: 0; border-radius: 18px; }
.rudub-device-tablet { width: 100px; height: 140px; left: 15px; bottom: -4px; }
.rudub-device-tv { width: 145px; height: 90px; left: 30px; top: 0; border-radius: 12px; }

@media (max-width: 992px) {
  .rudub-banner-inner { padding: 20px 16px; gap: 20px; }
  .rudub-banner-title { font-size: 22px; }
  .rudub-banner-subtitle { font-size: 13px; }
  .rudub-banner-right { flex-basis: 210px; }
  .rudub-devices { width: 200px; height: 135px; }
}

@media (max-width: 640px) {
  .rudub-banner-inner { flex-direction: column; align-items: flex-start; }
  .rudub-banner-left { width: 100%; }
  .rudub-banner-title { font-size: 18px; }
  .rudub-banner-subtitle { font-size: 12px; }
  .rudub-banner-actions { flex-direction: column; align-items: flex-start; }
  .rudub-banner-right { align-self: center; margin-top: 8px; }
  .rudub-devices { transform: scale(0.9); }
}

@media (max-width: 420px) {
  .rudub-banner-right { display: none; }
  .rudub-banner-inner { padding: 16px 14px; }
}

#searchsuggestions {overflow-y: auto !important;}
#searchsuggestions a {padding:5px;}
.cat-desc {margin-top: 50px;font-size: 16px;}

.geo-hero { position: relative; box-sizing: border-box; width: 100%; min-height: 100vh; /* можно заменить на min-height: 600px; при необходимости */ padding: 48px 24px 40px; overflow: hidden; color: #ffffff; }
.geo-hero__overlay { position: absolute; inset: 0; pointer-events: none; }

.geo-hero__inner { position: relative; z-index: 1; max-width: 1600px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px; }

.geo-hero__header { max-width: 980px; }
.geo-hero__badge { display: inline-flex; align-items: center; justify-content: center; padding: 8px 18px; margin-bottom: 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.35); backdrop-filter: blur(6px); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.geo-hero__title { margin: 0 0 16px; font-size: 36px; line-height: 1.3; font-weight: 800; text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7); }
.geo-hero__lead { margin: 0 0 14px; font-size: 18px; line-height: 1.8; color: #fff8ff; }

.geo-hero__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.geo-hero__tag { padding: 7px 12px; border-radius: 999px; font-size: 16px; line-height: 1.4; background: rgba(0, 0, 0, 0.25); border: 1px solid rgba(255, 255, 255, 0.25); white-space: nowrap; }

.geo-hero__grid { display: grid; grid-template-columns: minmax(0, 1.3fr); /* одна широкая колонка */ gap: 24px; }

.geo-hero__panel { box-sizing: border-box; padding: 22px 22px 24px; border-radius: 20px; background: var(--ui-gradient-banner); border: 3px solid var(--bg-btn); box-shadow: var(--bsh); }
.geo-hero__panel-title { margin: 0 0 10px; font-size: 26px; font-weight: 700; }
.geo-hero__text { margin: 50px 0 10px; font-size: 20px; line-height: 1.8; color: var(--tt-btn); }

.geo-hero__list { margin: 8px 0 10px 20px; padding: 0; font-size: 18px; line-height: 1.7; color: var(--tt-btn); }
.geo-hero__list li { margin-bottom: 5px; }

.geo-hero__footer { margin-top: 4px; max-width: 900px; }
.geo-hero__note { margin: 0; font-size: 14px; line-height: 1.7; color: var(--tt-btn); border-top: 1px solid rgba(255, 255, 255, 0.35); padding-top: 12px; }

@media (max-width: 1024px) {
  .geo-hero { padding: 40px 18px 32px; }
  .geo-hero__title { font-size: 32px; }
  .geo-hero__lead { font-size: 17px; }
}

@media (max-width: 820px) {
  .geo-hero { padding: 34px 16px 28px; min-height: 560px; }
  .geo-hero__panel { padding: 18px 16px 20px; }
  .geo-hero__title { font-size: 28px; }
  .geo-hero__lead { font-size: 16px; }
  .geo-hero__text { font-size: 15px; }
  .geo-hero__list { font-size: 14px; }
  .geo-hero__note { font-size: 13px; }
}

@media (max-width: 520px) {
  .geo-hero { padding: 26px 12px 24px; }
  .geo-hero__badge { font-size: 11px; padding: 6px 12px; }
  .geo-hero__title { font-size: 22px; }
  .geo-hero__lead { font-size: 15px; }
  .geo-hero__tag { font-size: 11px; }
  .geo-hero__panel-title { font-size: 17px; }
  .geo-hero__text { font-size: 14px; }
  .geo-hero__list { font-size: 13px; }
  .geo-hero__note { font-size: 12px; }
}
.rdb-catalog-search {width: 100%;max-width: 600px;padding: 8px 12px;margin: 0 auto 25px;box-sizing: border-box;}
.page__catalog_search {display: flex; flex-direction: column; align-items: center;}
.page__dubbing {margin-bottom:30px; display: flex; flex-direction: column; align-items: center;}

.eps-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 25px 0;
}

.eps-wrapper .eps_list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border-radius: var(--ui-bdrs);
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}
.eps-wrapper > p {
    flex: 0 0 100%;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--bg-btn);
}

.eps-wrapper .eps_list:hover {
    background: var(--bg-btn);
    border-color: var(--bg-btn);
    text-decoration: none;
}
.eps-wrapper .eps_list--current {
    background: var(--bg-btn);
    border-color: var(--bg-btn);
    color: var(--tt-btn);
    font-weight: 600;
    cursor: default;
    pointer-events: none;
}

.no-video-block {    width: 100%;
    background: var(--header-sticky);
    border-radius: var(--ui-bdrs);
    color: var(--bg-btn);
    height: 300px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-recommended {margin-top:80px;margin-bottom:5px !important;padding:30px 30px 20px;}

.player-reload-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.player-reload-link {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.2);
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}
.player-reload-link:hover {
    border-color: rgba(255,255,255,.4);
}
