/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; overflow: clip; background: url(../decoration/spring/spring_bg.png); background-color: #36787E;}
/* wrapper:
	default: background: url(../images/bg.jpg); background-color: var(--bg-darker);
	winter: background: url(../decoration/winter/winter_bg.png); background-color: #055181;
	spring: background: url(../decoration/spring/spring_bg.png); background-color: #36787E;
*/

.dt .wrapper {background-color: #002f30}
/* .dt .wrapper:
	default: background-image: url(../images/bg.png);
	winter: background-color: #001e30;
	spring: background-color: #002f30;
*/

.wrapper__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper__container--main {background-color: var(--bg-darker); box-shadow: var(--bsh-long); border-radius: 0 0 10px 10px; overflow: hidden;}
.header {background-color: var(--bg); padding: 40px var(--indent);} /* padding был 30px var(--indent) | 08.10 */
.topmenu {background-color: var(--bg-darker); font-weight: 500;}
.carou {background-color: var(--bg-black); padding: 20px var(--indent);}
.cols {display: grid; grid-template-columns: 375px minmax(0,1fr); min-height: 100vh; grid-template-areas: "sidebar content";} /* Было 360px | 06.10 */
.cols__content {grid-area: content; padding: 30px 10px; padding-bottom: 40px;} /* Было 40px | 06.10 */
.cols__sidebar {grid-area: sidebar; background-color: var(--bg-black); --tt: var(--tt-on-black); color: #fff; padding-bottom: 20px;}
.footer {padding: 40px var(--indent); color: var(--tt-fadest)}
/* footer:
	default: -
	winter: color: var(--tt-fadest);
*/
.footer__one {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
/*.footer__two {border-top: 1px solid var(--bdc); padding-top: 20px; margin-top: 20px;} было, теперь строкой ниже | 29.10 */
.footer__two {
    border-top: 1px solid var(--bdc);
    padding: 20px 35px 0 35px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    justify-content: space-evenly;
    position: relative;
}
.footer__doc {
    text-align: center;
    margin-top: 5px;
    font-size: 0.9em;
    letter-spacing: .138em;
}
.footer__doc a {
    border-bottom: 1px solid var(--tt-fade);
    font-weight: bold;
}
.footer__doc a:hover {
    color: #2bc0d0;
    border-color: #2bc0d0;
}

.col2 .cols {grid-template-columns: minmax(0,1fr) 375px; grid-template-areas: "content sidebar";}  /* Было 360px | 06.10 */

.has-branding {padding-top: 140px;}

.scrolltop {position: fixed; width: 40px; height: 40px; right: 20px; bottom: 110px; padding: 0;
	z-index: 100; border-radius: 4px; font-size: 18px; opacity: 0; scale: 0 0; cursor: pointer; transition: all 0.3s ease;} /* cursor и transition добавил. bottom был 10, right был 10 | 17.12 */
.scrolltop.is-active {scale: 1 1; opacity: 1;}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #1d1924; cursor: pointer; display: none;}

.main_bottom_info {
    display: grid;
    row-gap: 15px;
    color: var(--tt-fade-0);
    line-height: 1.4;
}

.info_section span.info_accent {
    margin-bottom: 2px;
    display: block;
    color: var(--tt);
}

.info_section:first-child span.info_accent {
    font-size: 16px;
}

.info_section span {
    font-weight: bold;
    position: relative;
    color: var(--tt-fade);
}


/* HEADER, TOPMENU, CAROU
----------------------------------------------- */
/*.logo {display: flex; align-items: center; font-family: 'Rounds Black'; font-weight: 900; 
	padding-left: 60px; text-transform: uppercase; position: relative; font-size: 28px; 
	 background: url(../images/logo.svg) 0 center / 40px no-repeat; height: 40px;} */
.logo {
    background: url("../images/logo_dark.png"); background-size: contain; background-repeat: no-repeat; height: 50px; width: 230px;}
.dt .logo, .footer .logo {background: url("../images/logo_light.png"); background-size: contain; background-repeat: no-repeat;}

/* logo:
	default: background: url("../images/logo_dark.png"); w/o margin-top; height: 50px; | DT/FOOTER - background: url("../images/logo_light.png");
	winter: background: url("../decoration/winter/winter_logo_dark.png"); margin-top: -17px; | DT/FOOTER - background: url("../decoration/winter/winter_logo_light.png");
	spring == default;
*/

.logo span {color: var(--yellow);}
.header__logo span {position: absolute; right: 0; bottom: 80%; font-size: 0.5em;}
.header__logo {margin-right: 50px;}
.header .ya-share2 {margin-right: auto; margin-left: auto;}
.logo:has(img) {background: none; min-width: 200px;}
.logo img {display: block; position: absolute; left: 0; top: 50%; translate: 0 -50%; max-height: 100%;}
.dt .header__theme-select::before {content:"\f755";}
.header__ava {width: 40px; cursor: pointer;}
.header__btn1 span {position: absolute; right: 0; top: 0; padding: 1px 3px; font-size: 10px; border-radius: 6px; 
	background-color: var(--accent); color: #fff; display: inline-block; 
	text-align: center; min-width: 20px; line-height: 1.3;}

.search-block {position: relative; width: 400px;}
.search-block__input, .search-block__input:focus {padding: 0 50px 0 15px;}
.search-block__input:not(:focus)::placeholder {color: var(--tt-fade);}
.search-block__btn {position: absolute; right: 0; top: 0; height: 40px; font-size: 14px; width: 46px;}

.header-social a, .footer-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--ui-elem-bdrs);
    border: 1px solid var(--bdc);
    position: relative;
    background-color: var(--ui-bg-inp);
}

.header-social { /* добавил | 06.10 */
    margin-right: auto;
}

.header-social a i { /* добавил | 06.10 */
    width: 20px;
    height: 20px;
    display: inline-block;
    content: '';
    background-color: #242424ab;
    transition: all 0.3s ease;
}
.footer-social a i {
    font-size: 20px;
    color: var(--tt-on-black);
    transition: all 0.3s ease;
}
/* .footer-social a i
	default: color: var(--tt-fade-0);
	winter: color: var(--tt-on-black);
*/
.header-social a:hover i { /* добавил | 06.10 */
    opacity: .7;
}
.footer-social a:hover i {
    color: #2bc0d0;
}

.header-social a i.vk, .footer-social a i.vk { /* добавил | 06.10 */
    background: url(/templates/RosserialHD/images/svg/vk.svg) no-repeat;
    background-size: cover;
}
.header-social a i.ok, .footer-social a i.ok { /* добавил | 06.10 */
    background: url(/templates/RosserialHD/images/svg/ok.svg) no-repeat;
    background-size: cover;
}
.header-social a i.telegram, .footer-social a i.telegram { /* добавил | 06.10 */
    background: url(/templates/RosserialHD/images/svg/telegram.svg) no-repeat;
    background-size: cover;
}
.header-social a i.zen, .footer-social a i.zen { /* добавил | 06.10 */
    background: url(/templates/RosserialHD/images/svg/zen.svg) no-repeat;
    background-size: cover;
}

.topmenu li {flex-grow: 1; overflow: hidden;} /* добавил | 06.10 */
.topmenu li.wide {flex-grow: 3;} /* добавил | 10.12 */
.topmenu li:not(:last-child) a {border-right: 1px solid var(--bdc);} /* добавил | 06.10 */
.topmenu a {display: flex; align-items: center; justify-content: center; height: 45px; position: relative; 
	text-transform: uppercase; padding: 0 5px; font-size: 12px;} /* height был 50, padding 0 20, font-size добавил, border-right был тут, теперь строкой выше | 06.10 */
/*.topmenu a span {position: absolute; bottom: 100%; left: 100%; translate: -50% 50%; text-align: center; min-width: 36px; 
	font-size: 13px; padding: 2px 6px; border-radius: 13px; background-color: var(--red); color: #fff;}  было, теперь ниже | 06.10  */
.topmenu a span {position: absolute; top: -1px; right: -6px; font-size: 10px; line-height: 1.8; padding: 0px 10px 0 7px; color: #fff;}
.topmenu a span:before { content: ""; width: 80px; height: 30px; position: absolute; background-color: var(--red); /* добавил | 06.10 */
    top: -16px; left: -29px; rotate: 19deg; z-index: -1; box-shadow: -1px -2px 5px 2px #0000005c;}
.topmenu a.is-active {background-color: var(--accent); color: #fff; border-color: var(--accent);}
.topmenu a:has(span) {z-index: 5;}
.topmenu .accent:before { /* добавил | 06.10 */
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--accent);
}
.topmenu a.foreign:before { /* добавил | 06.10 */
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: orange;
}

.header_btns { /* Кнопка контактов в шапке */
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 100;
}
.header_btns a { /* Кнопка контактов в шапке */
    color: var(--tt);
    background-color: var(--bg-darker);
    border: 1px solid var(--bdc);
    border-radius: 3px;
    margin: 0px 2px;
    padding: 3px 7px;
    font-size: 12px;
    transition: all 0.3s ease;
} 
.header_btns a:hover { /* Кнопка контактов в шапке */
    background-color: var(--ui-bg-btn-hover);
    border-color: var(--ui-bg-btn-hover);
    color: var(--ui-tt-btn);
}
.header_btns span {margin-right: 5px;} /* Кнопка контактов в шапке */


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 17px; font-weight: 700; text-transform: none;} /* font-size был 19px | 29.12 */
.sect__grid-select {background-color: var(--bg); box-shadow: var(--bsh); border-radius: 4px; overflow: hidden;}
.sect__grid-select button {font-size: 18px; border-radius: 0;}
.sect__grid-select button + button {border-left: 1px solid var(--bdc);}
.grid1 .sect__grid-select button:first-child, .grid2 .sect__grid-select button:nth-child(2), 
.grid3 .sect__grid-select button:nth-child(3) {background-color: var(--accent); color: #fff; border-color: var(--accent);}
.ya-share2 {min-height: 24px;}
.speedbar {color: var(--tt-fade); font-size: 13px; margin-bottom: 15px; margin-top: -15px;}
.speedbar a {color: var(--tt);}

.descr {padding-top: 40px; border-top: 1px solid var(--bdc); color: var(--tt-fade-0);}
.descr > *:not(:last-child) {margin-bottom: 15px;}
.descr :is(h1,h2,h3) {font-size: 17px; font-weight: 500; margin-bottom: 15px !important; text-transform: uppercase; color: var(--tt);}
.descr :is(h1,h2):first-child {text-align: center; padding-bottom: 20px;}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; color: var(--accent); position: absolute; left: 0; top: 0;}
.descr > img {display: block; aspect-ratio: 1 / 0.68; width: 240px; height: auto; 
	margin: 0 20px 10px 0; border-radius: 10px; float: left; object-fit: cover;}
.descr ul {clear: both;}

.blog_container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.blog_item {
    flex: 1;
    padding: 40px 10px 10px 10px;
    border: 1px solid var(--ui-bdc-inp);
    border-radius: var(--ui-elem-bdrs);
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    position: relative;
    align-content: flex-start;
}

 .blog_item label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.blog_item label i {
    margin-right: 5px;
}

.blog_item.general a:nth-child(2):before {
	content: "Главный раздел \0022";
}
.blog_item.general a:nth-child(2):after {
	content: "\0022";
}

.blog_item.general a:nth-child(2) span {
    font-size: 0;
} 

.blog_item a {
    padding: 5px 9px;
    border: 1px solid var(--ui-bdc-inp);
    border-radius: var(--ui-elem-bdrs);
    line-height: 1.5;
}

.blog_item a span {
    color: var(--tt-fade);
    transition: inherit;
}

.blog_item a:hover {
    color: var(--ui-tt-btn);
    background-color: var(--ui-bg-btn-hover);
    border-color: var(--ui-bg-btn-hover);
}

.blog_item a:hover span {
    color: inherit;
}


/* ITEM
----------------------------------------------- */
.item__ext-rating-item {font-size: 13px; padding-left: 30px; line-height: 20px;}
.item__ext-rating-item.kp {background: url(../images/kp.svg) 0 center / 20px no-repeat;}
.item__ext-rating-item.imdb {background: url(../images/imdb.svg) 0 center / 20px no-repeat;}
.item__ratingscore-label {font-size: 12px; padding: 1px 6px; min-width: 34px; border-radius: 0 3px 3px 0; z-index: 5;
	background-color: var(--grey); color: #fff; text-align: center; position: absolute; left: 0; top: 10px;}
.item__ratingscore-label.rating-1, .item__ratingscore-label.rating-2, .item__ratingscore-label.rating-3 {background-color: var(--red);}
.item__ratingscore-label.rating-4, .item__ratingscore-label.rating-5, .item__ratingscore-label.rating-6 {background-color: var(--orange);}
.item__ratingscore-label.rating-7, .item__ratingscore-label.rating-8, .item__ratingscore-label.rating-9, .item__ratingscore-label.rating-10 {background-color: var(--green);}
.item__ratingscore-ring {width: 40px; font-weight: 500;}
.item__ratingscore-ring svg {position: absolute; left: 0; top: 0; fill: none; transform: rotate(-90deg);}
.item__ratingscore-ring svg circle {fill: inherit; stroke: rgba(0,0,0,0.1);}
.item__ratingscore-ring svg circle:nth-child(2) {stroke: var(--yellow);}
.item__label {font-size: 12px; padding: 2px 6px; border-radius: 0 3px 3px 0; 
	background-color: var(--accent); color: #fff; position: absolute; left: 0; top: 10px; z-index: 5;}
.item__fav > span, .item__fav > a {cursor: pointer; display: grid; place-items: center; aspect-ratio: 1 / 1; margin: -5px 0;
	width: 36px; border-radius: 4px; background-color: var(--bg-darker); color: var(--bg-darkest); font-size: 18px; line-height: 1;} /* добавил line-height | 26.11 */
.item__fav:has(.fav-added) > a {background-color: var(--accent); color: #fff;}
.item__list {line-height: 1.5; font-size: 13px; row-gap: 7px;} /* font-size был 14, line-height 1.3, row-gap добавил | 10.10 */
.item__list li > span:first-child {font-weight: 500; /*margin-right: 5px; не нужно | 10.10 */}
.item__list-text {padding-top: 8px; line-height: 1.5; font-size: 15px;}
.item__list a {color: var(--accent); /*text-decoration: underline; не нужно | 10.10 */ position: relative;} /* position добавил | 11.10 */
.item__list a:before { /* добавил | 11.10 */
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--accent);
    transition: all 0.3s ease;
}
.item__list a:hover:before { /* добавил | 11.10 */
    width: 100%;
}
.item__btn-trailer {width: 40px; height: 40px; padding: 0; font-size: 14px; 
	border-radius: 0 3px 3px 0; box-shadow: none; color: #fff; background-color: rgb(255 255 255 / 50%); 
	position: absolute; left: 0; top: 46px; z-index: 5;}
/*.item__btn-trailer {width: 40px; height: 40px; padding: 0; font-size: 14px; 
	border-radius: 0 3px 3px 0; box-shadow: none; color: #fff; transition: none; background-color: rgba(0,0,0,0.3); 
	position: absolute; left: 0; top: 46px; z-index: 5; backdrop-filter: blur(5px);}*/


/* ITEM CAROUSEL, SHORTSTORY
----------------------------------------------- */
.item-carou .item__img {overflow: hidden; border-radius: 3px;}
.item-carou__desc {position: absolute; left: 0; right: 0; bottom: 0; padding: 5px 10px; font-size: 14px; line-height: 1.3;
	background-color: var(--accent); color: #fff; word-wrap: break-word; opacity: 0; translate: 0 100%; z-index: 1;} /* z-index добавил | 01.12 */

.item-card {background-color: var(--bg); box-shadow: var(--bsh); padding: 20px; border-radius: 6px; grid-column: 1 / -1;}
.item-main {display: grid; gap: 12px 20px; grid-template-columns: 200px minmax(0,1fr); 
	grid-template-areas: "poster header" "poster info" "poster footer"; grid-template-rows: auto 1fr auto;}
.item-main__header {grid-area: header;}
.item-main__info {grid-area: info; mask-image: linear-gradient(to top, transparent 0px, #000 60px);}
.item-main__footer {grid-area: footer; justify-content: space-between;} /* justify-content добавил | 26.11 */
.item-main__poster {grid-area: poster; position: relative;} /* position добавил | 09.01 */
.item-main__img {cursor: pointer; align-self: start; border-radius: 4px; overflow: hidden;}
.item-main__poster .item__ratingscore-ring {position: absolute; right: 10px; bottom: 10px; z-index: 5; 
	color: #fff; background-color: rgba(0,0,0,0.3); /*backdrop-filter: blur(5px);*/} /* 20.01.2025 */
.item-main__poster .item__ext-rating {position: absolute; left: 10px; bottom: 10px; z-index: 5; color: #fff;}
.item-main__title {/*text-transform: uppercase; не нужно | 26.11 */ font-size: 17px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} /* white-space и дальше добавил | 26.11 */
.item-main__img::before {font-size: 60px;}
.item-main__img .item__label {font-size: 13px;}
.dt .item-main__footer .item__btn { /* добавил | 26.11 */
    background-color: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.not_available .item-main__poster .poster_labels:after,
.grid3 .not_available .item-main__poster:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f6f88c;
    z-index: 4;
}
.dt .not_available .item-main__poster .poster_labels:after,
.dt.grid3 .not_available .item-main__poster:after {
    background-color: #2a2d34cc;
}


/* SHORTSTORY GRID VIEW
----------------------------------------------- */
.item-main .item__list { /* добавил | 26.11 */
    row-gap: 5px;
}
.item_rating label:not(:first-child):before { /* добавил | 26.11 */
    content: ", ";
}
.grid2 .grid-items {grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 20px;}
.grid3 .grid-items {grid-template-columns: repeat(auto-fill,minmax(360px,1fr)); gap: 20px;}
.grid2 .item-card {grid-column: span 1; grid-template-columns: minmax(0,1fr); padding: 10px;} 
.grid2 .item-card .item-main__info, .grid2 .item-card .item__btn, .grid3 .item-card .item__ext-rating, 
.grid2 .item-card .item__ratingscore-ring, .grid2 .item-card .item__fav, .grid3 .item-card .item__ratingscore-ring {display: none;}
.grid2 .item-card {grid-template-areas: "poster" "header" "footer";}
.grid2 .item-card .item-main__title {font-size: 15px; text-align: center; padding-top: 5px;}
.grid2 .item-card .item__rating, .grid3 .item-card .item__rating {margin: 0; width: 100%; text-align: center;}
.grid3 .item-card {grid-column: span 1; grid-template-columns: 100px minmax(0,1fr); 
	grid-template-areas: "poster header" "poster footer" "info info"; grid-template-rows: auto auto 1fr; /* было 1fr auto auto | 30.11 */} 
.grid3 .item-card .item__list-text {padding-top: 8px; margin-top: 8px; border-top: 1px solid var(--bdc); line-height: 1.3; font-size: 14px;}
.grid3 .item-card .item__btn {
    width: 100%;
	text-transform: unset;
    padding: 0 5px;
    font-size: 13px;
}
.grid3 .item-card .item-main__header {align-self: start;}
.grid1 .item__btn-trailer::after, .grid2 .item__btn-trailer::after {content: attr(data-text); white-space: nowrap;}
/*.grid1 .item__btn-trailer, .grid2 .item__btn-trailer  {width: auto; padding: 0 10px; font-size: 12px;} было, теперь строкой ниже | 25.11 */
.grid1 .item__btn-trailer, .grid2 .item__btn-trailer {
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    transition: all 0.3s ease;
    left: 5px;
    top: unset;
    bottom: 5px;
    height: 30px;
    border-radius: var(--ui-bdrs);
    /*background-color: rgb(255 255 255 / 30%);*/
}
.grid1 .item__btn-trailer:hover, .grid2 .item__btn-trailer:hover {
    background-color: var(--ui-bg-btn-hover);
}

.grid2 .item__ext-rating {display: none;}

.short-bottom_genre {display: none;}

.grid2 .short-bottom_genre {
    display: block;
    width: 100%;
    text-align: center;
    height: 45px;
    overflow: hidden;
}

.grid2 .short-bottom_genre a {
    display: inline-block;
    position: relative;
}

.grid2 .short-bottom_genre a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--accent);
    transition: all 0.3s ease;
}

.grid2 .short-bottom_genre a:hover {
    color: var(--accent);
}
.grid2 .short-bottom_genre a:hover:before {
    width: 100%;
}
.grid1 .item-main__footer .item__btn-trailer,
.grid2 .item-main__footer .item__btn-trailer {
    display: none;
}

.grid1 .item-main__footer .item__btn,
.grid2 .item-main__footer .item__btn {
    gap: 0;
}
.grid1 .item-main__footer .item__btn:after,
.grid2 .item-main__footer .item__btn:after {
    content: "\00a0 онлайн";
}

.poster_labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 5px;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
}
.grid3 .poster_labels {
    display: none;
}

.poster_loading {
    width: 100%;
    height: 100%;
    background-color: var(--bg-darker);
    position: absolute;
    display: flex;
    font-size: 30px;
    color: var(--tt-fade-0);
    justify-content: center;
    align-items: center;
}

.poster_loading i {
    animation: posterLoading 1.5s ease infinite;
}

.top_labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    z-index: 5;
}
.bottom_labels {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 5px;
    transition: all 0.3s ease;
}
.poster_label {
    display: inline-block;
    border-radius: var(--ui-bdrs);
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    padding: 3px 5px;
    text-transform: uppercase;
    color: #fff;
}
.grid3 .poster_label {
    font-size: 10px;
}

.poster_label.green {
    background: -o-linear-gradient(186.73deg, #0ad525, #009b05 58.72%, #099700 90.93%);
    background: linear-gradient(263.27deg, #0ad525, #009b05 58.72%, #099700 90.93%);
}
.poster_label.orange {
	background: -o-linear-gradient(186.73deg, #f37e3c, #e95400 58.72%, #d54d00 90.93%);
	background: linear-gradient(263.27deg, #f37e3c, #e95400 58.72%, #d54d00 90.93%)
}
.poster_label.green {
	background: -o-linear-gradient(186.73deg, #0ad525, #009b05 58.72%, #099700 90.93%);
	background: linear-gradient(263.27deg, #0ad525, #009b05 58.72%, #099700 90.93%);
}
.poster_label.blue {
	background: -o-linear-gradient(186.73deg, #2f9fff 0, #0089ff 58.72%, #006fce 90.93%);
	background: linear-gradient(263.27deg, #2f9fff, #0089ff 58.72%, #006fce 90.93%)
}
.poster_label.red {
	background: -o-linear-gradient(186.73deg, #f33c69 0, #e9003a 58.72%, #d5002c 90.93%);
	background: linear-gradient(263.27deg, #f33c69, #e9003a 58.72%, #d5002c 90.93%)
}
.poster_label.violet {
	background: -o-linear-gradient(186.73deg, #d50acc 0, #9b0094 58.72%, #970090 90.93%);
	background: linear-gradient(263.27deg, #d50acc, #9b0094 58.72%, #970090 90.93%)
}



.header_labels {display:none;}

.grid3 .header_labels {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 10px;
    overflow: hidden;
}

.grid3 .item__btn-trailer {
    position: unset;
    border-radius: var(--ui-elem-bdrs);
    width: unset;
    padding: 0 5px;
    text-transform: unset;
    font-size: 13px;
    background-color: var(--bg-darker);
    color: var(--tt);
}
.grid3 .item__btn-trailer:after {
    content: "Трейлер";
}
.grid3 .item__btn-trailer:hover {
    color: #fff;
    background-color: var(--accent);
}
.grid3 .item-main__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5px;
    align-items: end;
}
.grid3 .item-main__footer button:nth-child(odd):last-child {
    grid-column: span 2;
}

/* TRAILER POPUP, GUEST NOTIFY POPUP
----------------------------------------------- */
.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 60px 20px;} /* padding снизу был 20px | 26.11 */
.trl__btn {height: 40px; padding: 0 40px; margin: 15px 0; width: 100%;}
.trl h1 {margin-bottom: 15px; margin-top: 20px; font-size: 24px;}
.trl .page__text, .trl .full-text {color: #ccc; margin: 0px; padding: 0; background: none;}
.trl-is-opened {overflow: hidden;}

.trl__inner.full { /* добавил для трейлера в полной | 24.10 */
    height: 100vh;
    display: grid;
    align-content: center;
    padding-top: 0;
}

.gst {width: 400px; max-width: calc(100vw -40px); background-color: var(--bg); color: var(--tt); 
	border-radius: 6px; overflow: hidden; z-index: 999; 
	position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); box-shadow: var(--bsh-long);}
.gst__desc {padding: 30px; text-align: center;}
.gst__title {font-size: 21px; font-weight: 500;}
.gst__text {margin: 20px 0 25px 0;}


/* SIDEBAR
----------------------------------------------- */
.sb__title {background-color: var(--bg-blackest); text-transform: uppercase; padding: 15px var(--indent); font-weight: 700;}
.sb__content {padding: 20px var(--indent);}
.sb__menu {display: grid; gap: 6px 5px; grid-template-columns: repeat(3,minmax(0,1fr));} /* gap был 6px 10px | 08.10 */
.sb__menu--years {grid-template-columns: repeat(6,minmax(0,1fr));}
.sb__menu-caption {grid-column: 1 / -1; text-transform: uppercase; font-weight: bold; /* padding-bottom: 5px; не нужен | 08.10 */ color: #2bc0d0;} /* color добавил | 07.12 */
.sb__menu a {/* text-decoration: underline;  font-size: 14px; не нужен | 08.10 */ display: block;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sb__menu-caption a {text-decoration: none; color: inherit; font-weight: bold;} /* добавил | 08.10 */
.cols__sidebar a span {position: relative;} /* добавил | 08.10 */
.cols__sidebar a span:before {content: ""; position: absolute; left: 0; bottom: 0;
    width: 0; height: 1px; background-color: var(--yellow); transition: all 0.3s ease;} /* добавил | 08.10 */
.sb__tabs {gap: 1px; padding: 1px; padding-bottom: 0;}
.sb__tabs button {background-color: var(--bg-blackest); color: #fff; border-radius: 0; 
	text-transform: uppercase; flex-grow: 1; font-weight: 400; padding: 0; box-shadow: none;}
.sb__tabs button.is-active {background-color: var(--accent); color: #fff;}

.with_mobile {display: none;} /* добавил | 30.10 */

.tabs-block__select {
    margin: 5px 5px 0 5px;
    border-radius: var(--ui-bdrs);
    overflow: hidden;
}
.tabs-block__select button {
    font-size: 12px;
}

.popular-items {counter-reset: n;}
.item-popular::before {counter-increment: n; content: counter(n); display: grid; place-items: center; 
	width: 30px; aspect-ratio: 1 / 1; background-color: var(--accent); color: #fff; 
	position: absolute; left: 0; bottom: 0; border-radius: 3px; font-weight: 500;}
.item-popular .item__title {/*text-decoration: underline; не нужно | 01.11 */ margin-left: 40px; line-height: 30px;} /* margin-left был 50 | 01.11 */
.item-popular .item__img {margin: 0 auto; margin-bottom: 13px; width: 180px; border-radius: 4px; box-shadow: var(--bsh-long);}
.item-popular + .item-popular {margin-top: 5px;}

.soc-channels__item {display: flex; flex-direction: column; justify-content: center;  
	position: relative; padding: 0 20px 0 55px; height: 40px; overflow: hidden; line-height: 1;
	background-color: #2daae1; color: #fff !important; box-shadow: var(--bsh); font-size: 12px; border-radius: 4px;}
.soc-channels__item div {font-size: 14px; text-transform: none; margin-top: 3px;}
.vk {background-color: #1877f2; color: #fff;}
.yt {background-color: #df1111; color: #fff;}
.soc-channels__item::before {content: ''; width: 40px; height: 40px; background-color: rgba(0,0,0,0.2); 
	position: absolute; left: 0; top: 0; background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.tlg::before {background-image: url(../images/i-tlg.svg); background-size: 16px;}
.vk::before {background-image: url(../images/i-vk.svg);}
.yt::before {background-image: url(../images/i-youtube.svg);}

.series-items {display: grid; gap: 20px 15px; grid-template-columns: repeat(auto-fit,minmax(90px,1fr));}
.item-series .item__img {margin-bottom: 8px; border-radius: 3px; box-shadow: var(--bsh-long);}
.item-series .item__title {text-decoration: underline; font-size: 14px; line-height: 1.3;}

.watchnow-items {padding-left: calc(128px + var(--indent)); text-decoration: underline; 
	position: relative; min-height: 190px; text-decoration-color: var(--tt-on-black);}
.item-watchnow .item__img {position: absolute; left: var(--indent); top: 20px; 
	width: 108px; border-radius: 4px; box-shadow: var(--bsh-long);}

.lcomm {color: var(--tt-on-black); font-size: 14px;}
.lcomm__img {width: 30px;}
.lcomm__date {font-size: 13px; opacity: 0.66;}
.lcomm__text {font-size: 13px; padding: 10px 10px; margin: 10px 0; background-color: var(--bg-blackest); color: #fff; position: relative;}
.lcomm__text::before {content: ''; border: 6px solid transparent; border-bottom-color: var(--bg-blackest); 
	position: absolute; left: 30px; bottom: 100%; border-left-color: var(--bg-blackest);}
.lcomm__link { /* добавил | 01.11 */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
} 
.lcomm__link span {/*text-decoration: underline; не нужно | 01.11 */ font-size: 13px;} /* был div вместо span | 01.11 */




/* FOOTER, PAGINATION
----------------------------------------------- */
/*.footer__notify {border-left: 1px solid var(--bdc); padding-left: 20px; font-size: 12px; line-height: 1.5; flex: 1;} было, теперь строкой ниже | 29.10 */
.footer__notify {
    border-left: 1px solid var(--bdc);
    padding-left: 10px;
    font-size: 11px;
    line-height: 1.6;
    flex: 1;
}


/*.footer__copyright {font-size: 14px;} не нужно | 29.10
.footer__menu {text-transform: uppercase; font-weight: 500;}*/

.footer__notify > .mail:first-child {
    display: block;
}

.footer a {
    position: relative;
    color: inherit;
}

.footer__notify a:hover,
.footer__two a:hover {
    color: #2bc0d0;
}

.footer__notify a:before,
.footer__two a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #2bc0d0;
    transition: all 0.3s ease;
}

.footer__notify a:hover:before,
.footer__two a:hover:before {
    width: 100%;
}

body:not(.dt) .footer-social a {
    background-color: unset;
}

.footer__label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00ca63;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
}

.footer_icon_a {
    position: absolute;
    top: 19px;
    left: 0px;
    width: 20px;
    height: 20px;
    opacity: 0.2;
}
.footer_icon_a img {
    border: 0;
    width: 100%;
    height: 100%;
}

.pagination {gap: 20px 10px; padding-top: 20px; margin: 0 auto; width: 100%;}
.pagination__pages a, .pagination__pages span, .pagination > a, .pagination > span 
{display: grid; place-items: center; color: var(--tt-fade);
	height: 36px; min-width: 36px; padding: 0 10px; border-radius: 3px; 
	background-color: var(--bg); box-shadow: var(--bsh);}
.pagination__pages {gap: 10px; font-size: 14px; list-style: none;}
.pagination__pages span:not(.nav_ext) {color: #fff; background: var(--accent);}
.pagination__btns {height: 36px; border-radius: 4px; overflow: hidden; background-color: var(--bg); box-shadow: var(--bsh);}
.pagination__btns > * {width: 40px; display: grid; place-items: center; color: var(--accent); font-size: 18px;}
.pagination__btns > span {color: var(--tt-fade);}
.pagination__btn-loader:has(span:not(.fal)) {display: none;}


/* INNER PAGE
----------------------------------------------- */
.page__main {background-color: var(--bg); box-shadow: var(--bsh); padding: 20px; border-radius: 6px; margin-bottom: 20px;}
.item-page__title {text-transform: none; font-size: 17px;}
.item-page__title a {margin-left: 10px; font-size: 14px;}
.item-page__poster {width: 220px;} /* Было 230px | 07.10 */
.item-page__img {border-radius: 6px 6px 0 0; overflow: hidden;}
.item-page__poster .item__ext-rating {position: absolute; left: 10px; bottom: 10px; z-index: 5; color: #fff;}
.page__btn-watch {border-radius: 0 0 6px 6px; width: 100%;}
.item-page .item__rating .unit-rating { --size: 19px; --size-1: -19px; --size-2: -38px} /* было size: 23px; --size-1: -23px; --size-2: -46px | 13.10 */
.rating {margin: 5px 0; font-size: 12px; font-weight: bold;} /* добавил | 13.10 */
.rating_title {display: flex; justify-content: space-between;} /* добавил | 13.10 */
.rating_title i {font-size: 11px; font-weight: normal; opacity: .7;} /* добавил | 13.10 */
.item__rating > div {display: flex; align-items: center; overflow: hidden; justify-content: space-between;} /* добавил | 13.10 */
.rating_value {height: 21px; background-color: var(--ui-bg-btn); color: var(--ui-tt-btn); border-radius: 3px; aspect-ratio: 1 / 1; text-align: center; font-size: 11px;} /* добавил | 13.10 */

.page__text {background-color: var(--bg-darker); padding: 20px; border-radius: 6px; margin-top: 20px;}
.page__caption {font-weight: 500; font-size: 16px; margin-bottom: 10px;}
.page__scr ul {display: grid; gap: 20px; grid-template-columns: repeat(4,1fr); margin-top: 20px;}
.page__scr a, .page__scr img {display: block; height: auto; width: 100%; border-radius: 6px; aspect-ratio: 300 / 200;}
.page__scr img {object-fit: cover;}

.page__player {position: relative; background-color: var(--bg-black); color: #fff;}
.page__subtitle {text-align: center; padding: 13px; font-weight: 500; font-size: 15px; background-color: var(--bg-blackest);}
.page__player .tabs-block__select {gap: 0px; margin-bottom: 0px;}
.page__player .tabs-block__select button {background: none; color: #fff; font-weight: 700; border-radius: 0;}
.page__player .tabs-block__select button.is-active, .page__player .tabs-block__select button:hover {background: var(--accent); color: #fff;}
.page__complaint a {position: absolute; right: 20px; top: 0; display: flex; align-items: center; height: 40px; 
	gap: 10px; color: var(--yellow);}
.nl .page__player-controls + .tabs-block__content {display: block;}

.item-related .item__img {border-radius: 4px; overflow: hidden;}
.item-related .item__title {text-align: center; margin-top: 10px; line-height: 1.3; word-wrap: break-word;}

.subscr_btn { /* добавил | 20.10 */
    width: 100%;
    font-size: 12px;
    text-transform: unset;
}
.dt .subscr_btn {
    background-color: var(--accent);
    color: #fff;
}
.dt .subscr_btn:hover {
    background-color: #86a8bf;
}

.trailer_btn {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.under_poster {
    position: relative;
}
.trailer_btn span {
    padding: 3px 10px;
    border-radius: 20px;
    background-color: var(--accent);
    color: #fff;
    cursor: pointer;
}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page__title {margin-bottom: 30px; font-size: 24px;}
.full-text {line-height: 1.6; font-size: 14px; word-wrap: break-word; color: var(--tt-fade-0);}
.full-text a {text-decoration: underline; color: var(--ui-accent);}
.full-text a:hover {color: var(--tt-fade-0); text-decoration: none;} /* добавил | 25.10 */
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table {margin-bottom: 25px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 6px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -3px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -3px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative; background-color: #000;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 40px;}
.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(--red); position: absolute; left: 0; top: 2px;}
.page__ac {background-color: var(--bg); box-shadow: var(--bsh); padding: 20px; padding-bottom: 10px; border-radius: 6px; margin-bottom: 20px;}
.ac-form {position: relative;}
.ac-form__header, .ac-form__editor, .ac-form .message-info {gap: 10px; margin-bottom: 10px;}
.ac-form__btn {padding: 0 60px;}
.ac-form__bottom {gap: 15px; flex-wrap: nowrap;} /* 25 было / 28.05 */
.confidential-check {font-size: 14px;}
.ac-form__header > span {margin-left: 15px;}
.ac-form .comments_subscribe {margin-top: 0px;}

.page__ac:not(:has(.ac-toggle)) {padding-bottom: 20px;}
.ac-toggle.ac-form {cursor: pointer;}
.ac-form__header input, .ac-form__editor textarea {background-color: rgba(0,0,0,0.02);}
.ac-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 .chkbox_container {padding-top: 0; position: relative;}
.ac-form #chkbx {top: 10px; left: 5px;}
.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: 120px; resize: none;}
.ac-form__editor .bb-editor textarea {height: 200px; line-height: 1.4; padding-bottom: 40px;}
.comments_subscribe + br, .ac-form .bb-editor + br {display: none;}
.ac-toggle .has-checkbox {display: none;}

.ac-form.is-active .chkbox_container {margin-top: 15px;}
.ac-form.is-active .ac-form__bottom {flex-wrap: wrap; gap: 10px;}

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

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

.comm {margin-bottom: 20px; position: relative; border-radius: 6px; background-color: #e4ebef; padding: 20px; padding-left: 90px;}
.comm__img {width: 50px; height: 50px; border-radius: 4px; position: absolute; left: 20px; top: 20px;}
.comm__letter {width: 100%; height: 100%; text-transform: uppercase; border-radius: inherit;
	position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; font-weight: 500;}
.comm__author, .comm__author a {color: var(--tt); font-weight: 500;}
.comm__date {color: var(--tt-fade); font-size: 13px;}
.comm__rating a {display: grid; place-items: center; width: 20px; height: 20px;; border-radius: 50%; 
	background-color: var(--green); color: #fff; font-size: 12px;}
.comm__rating a:first-child {background-color: var(--red);}
.comm__rating span {font-size: 14px; font-weight: 500;}
.comm__rating span .ratingplus {color: var(--green);}
.comm__rating span .ratingminus {color: var(--red);}
.comm__text {margin: 8px 0;}
.comm__action {font-size: 13px;}
.comm__ctrl {margin: 0 -5px -10px 0;}
.comm__ctrl-btn {font-size: 30px; height: 30px;}
.comm__ctrl-menu li + li {margin-top: 10px;}
body:has(.pwidget) #dropmenudiv {z-index: 1000 !important;}


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


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



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {width: 100%; position: relative; z-index: 1;}
.owl-stage {position: relative; display:flex; justify-content:flex-start;}
.owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
.owl-item {position: relative; min-height: 10px;}
.owl-nav.disabled, .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-nav {position: absolute; right: 0; left: 0; top: 50%; margin-top: -20px;}
.owl-prev, .owl-next {cursor: pointer; width: 40px; height: 40px; display: grid; place-items: center; 
	font-size: 18px; background-color: var(--bg); color: var(--tt); box-shadow: var(--bsh); 
	position: absolute; top: 0;}
.owl-prev {left: var(--indent-negative); border-radius: 0 4px 4px 0;}
.owl-next {right: var(--indent-negative); border-radius: 4px 0 0 4px;}
.owl-dots {display: flex; gap: 10px; justify-content: center; 
	position: absolute; left: var(--indent); right: var(--indent); bottom: -24px;}
.owl-dot {display: block; width: 10px; height: 10px; border-radius: 5px; cursor: pointer; background-color: var(--bg-darker);}
.owl-dot.active {background-color: var(--yellow);}
.page__related .owl-nav, .related_news .owl-nav {margin-top: -36px;}


/* CLS FIX
----------------------------------------------- */
.has-carousel:not(.owl-carousel) {display: flex; overflow: hidden; gap: 20px;}
.has-carousel:not(.owl-carousel) > * {flex-shrink: 0;}
.has-carousel:not(.owl-carousel) > .item-carou {width: calc((100% - 160px)/9);}
.soon-items:not(.owl-carousel) {gap: 15px;}
.soon-items:not(.owl-carousel) > .item-soon {width: calc((100% - 30px)/3);}
.sb__content:has(#soon-carou) {padding-bottom: 40px;}
.page__related:not(.owl-carousel) > .item-related {width: calc((100% - 100px)/6);}
@media screen and (max-width: 1220px) {
	.has-carousel:not(.owl-carousel) > .item-carou {width: calc((100% - 140px)/8);}
	.soon-items:not(.owl-carousel) > .item-soon {width: calc((100% - 105px)/8);}
	body:has(#filter-block) .cols__content:not(:has(#filter-block)) {padding-top: 73px;}
}
@media screen and (max-width: 950px) {
	.has-carousel:not(.owl-carousel) > .item-carou {width: calc((100% - 100px)/6);}
	.soon-items:not(.owl-carousel) > .item-soon {width: calc((100% - 75px)/6);}
}
@media screen and (max-width: 760px) {
	.has-carousel:not(.owl-carousel) > .item-carou {width: calc((100% - 60px)/4);}
	.soon-items:not(.owl-carousel) > .item-soon {width: calc((100% - 45px)/4);}
	.page__related:not(.owl-carousel) > .item-related {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 590px) {
	.has-carousel:not(.owl-carousel) > .item-carou {width: calc((100% - 40px)/3);}
	.soon-items:not(.owl-carousel) > .item-soon {width: calc((100% - 30px)/3);}
	.page__related:not(.owl-carousel) > .item-related {width: calc((100% - 40px)/3);}
}

.filter-block {background-color: var(--bg-black); --tt: var(--tt-on-black); color: #fff;}
.filter-block__title {padding: 10px; text-align: center; color: #fff; font-size: 18px; font-weight: 500;
	background-color: var(--bg-blackest); cursor: pointer; text-transform: uppercase;}
.filter {gap: 10px 20px;}
.filter__col {flex: 1 0 280px; max-width: 100%; min-width: 280px; display: flex; flex-direction: column; gap: 10px;}
.filter__cell select {height: 40px; box-shadow: none; border: 1px solid rgba(0,0,0,0.5);
	background-color: var(--bg-blackest); color: var(--tt-on-black);}
.filter__cell input[type="text"] {opacity: 0;}
.filter__cell [data-dlefilter="reset"]:not(:hover) {background-color: var(--bg-blackest); color: var(--tt-on-black);}
.cols__content .filter {display: none;}
.cols__content .filter-block.is-active .filter {display: flex; padding: 20px;}
.cols__content .filter-block__title {display: flex;}
.cols__content .filter-block {margin: -30px var(--indent-negative); margin-bottom: 30px;}

.tail-select, .tail-select * {outline: none; user-select: none;}
.tail-select {position: relative;}
.tail-select-container, .select-label {border: 1px solid rgba(0,0,0,0.5); background-color: var(--bg-blackest); 
	padding: 5px 5px; min-height: 40px; position: relative; cursor: pointer; color: var(--tt-on-black);
	display: flex; flex-wrap: wrap; align-items: center; gap: 5px; padding-right: 40px; border-radius: 3px;}
.tail-select .label-inner {margin-left: 5px; font-size: 14px;}
.tail-select-container .select-handle {display: flex; align-items: center; height: 28px; padding: 0 8px; border-radius: 2px; 
	background-color: var(--accent); color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase;}
.tail-select .select-label::before, .tail-select .select-label::after {position: absolute; top: 50%; right: 10px;
	content:"\f0d8"; color: var(--tt-on-black); margin-top: -15px; opacity: 0.5;}
.tail-select .select-label::after {margin-top: -5px; transform: rotate(180deg);}

.tail-select .select-dropdown {top: 100%; left: 0; width: 100%; z-index: 100; display: none; position: absolute;
    background-color: var(--bg-blackest); border: 1px solid rgba(0,0,0,0.5); box-shadow: var(--bsh-long); border-radius: 3px;}
.tail-select .select-dropdown .dropdown-inner {padding: 1px 0; overflow-x: hidden; overflow-y: auto; max-height: 300px;}
.tail-select .dropdown-optgroup {padding: 15px;}
.tail-select .select-dropdown .dropdown-empty {padding: 20px; font-size: 14px; text-align: center;}
.tail-select .select-dropdown ul li + li {margin-top: 10px;}
.tail-select .select-dropdown ul li {display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px;}
.tail-select .select-dropdown ul li.dropdown-option::before {content: ""; background-color: var(--bg-black);
    width: 18px; height: 18px; border-radius: 1px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
	display: flex; justify-content: center; font-size: 14px; color: #000; flex-shrink: 0; 
	box-sizing: border-box; padding-bottom: 3px;}
.tail-select .select-dropdown ul li.dropdown-option.selected {color: var(--yellow);}
.tail-select .select-dropdown ul li.dropdown-option.selected::before {background-color: var(--yellow); content:"\f00c"; box-shadow: none;}
.tail-select .select-dropdown ul li:hover {color: var(--yellow);}
.tail-select-container:hover, .select-label:hover {border-color: var(--accent);}
.tail-select-container .select-handle:hover {background-color: var(--red);}

.irs {position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;
	-moz-user-select: none; -ms-user-select: none; user-select: none;}
.irs-line {position: relative; display: block; overflow: hidden; outline: none !important;}
.irs-line-left, .irs-line-mid, .irs-line-right {position: absolute; display: block; top: 0;}
.irs-line-left {left: 0; width: 11%;}
.irs-line-mid {left: 9%; width: 82%;}
.irs-line-right {right: 0; width: 11%;}
.irs-bar {position: absolute; display: block; left: 0; width: 0;}
.irs-bar-edge {position: absolute; display: block; top: 0; left: 0;}
.irs-shadow {position: absolute; display: none; left: 0; width: 0;}
.irs-handle {position: absolute; display: block; cursor: default; z-index: 1;}
.irs-handle.type_last {z-index: 2;}
.irs-min {position: absolute; display: block; left: 0; cursor: default;}
.irs-max {position: absolute; display: block; right: 0; cursor: default;}
.irs-from, .irs-to, .irs-single {position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap;}
.irs-grid {position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px;}
.irs-with-grid .irs-grid {display: block;}
.irs-grid-pol {position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #ec2828;}
.irs-grid-pol.small {height: 4px;}
.irs-grid-text {position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center;
font-size: 9px; line-height: 9px; padding: 0 3px; color: #ec2828;}
.irs-disable-mask {position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%;
cursor: default; background: rgba(0,0,0,0.0); z-index: 2;}
.irs-disabled {opacity: 0.4;}
.lt-ie9 .irs-disabled {filter: alpha(opacity=40);}
.irs-hidden-input {position: absolute !important; display: block !important; top: 0 !important; left: 0 !important;
width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important;
margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important;
border-style: solid !important; border-color: transparent !important;}

.irs {height: 40px;}
.irs-line {height: 6px; top: 25px; background-color: var(--bg-blackest); border-radius: 3px; 
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);}
.irs-bar {height: 6px; top: 25px; background-color:var(--accent); border-radius:3px;}
.irs-bar-edge {top: 25px; height: 8px; width: 11px; background-color:var(--bg-blackest);}
.irs-handle {width: 20px; height: 20px; top: 18px; background-color:var(--bg-blackest); border-radius:3px; 
	border: 4px solid var(--accent); box-shadow: 0 1px 3px rgba(0,0,0,0.5); cursor: pointer;}
.irs-from, .irs-to, .irs-single {font-size: 10px; margin-top: -5px; border: 1px solid var(--bdc);
	padding: 0 5px; height: 22px; display: flex; align-items: center; 
	background: var(--bg-blackest); color: var(--tt-on-black); border-radius: 3px;}





/* НАШИ СТИЛИ */

/* Информер новостей */

.informer_header {
    color: #d3d4dd;
    background-color: #4c4f68;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.informer_block {
    position: relative;
    overflow: auto;
    margin-bottom: 20px;
}

.informer {
    margin: 5px 0;
    padding: 7px 10px;
    border-radius: var(--ui-elem-bdrs);
    background-color: var(--bg-darker);
    transition: all 0.3s ease;
}

.informer:hover {
    background-color: #dadada;
}
.dt .informer:hover {
    background-color: #30343a;
}

.informer_tag {
    padding: 1px 5px;
    background-color: var(--ui-accent);
    border-radius: var(--ui-elem-bdrs);
    margin-right: 5px;
    color: #fff;
    display: inline-block;
}

.informer_title {
    font-weight: bold;
    color: var(--tt);
    margin-bottom: 4px;
}

.dt .informer_title {
   /*color: #fff;*/
    color: var(--tt);
}

.informer_description {
    color: var(--tt);
}

.informer_tag.green {background-color: #30c96a;}
.informer_tag.pink {background-color: #d63384;}
.informer_tag.violet {background-color: #6610f2;}
.informer_tag.purpure {background-color: #8735ba;}
.informer_tag.orange {background-color: #fd7e14;}
.informer_tag.blue {background-color: #0d6efd;}
.informer_tag.red {background-color: #dc3545;}
.informer_tag.lightblue {background-color: #0dcaf0;}

.dt .informer_tag {background-color: #4f8fd0;}
.dt .informer_tag.green {background-color: #0e7d38;}
.dt .informer_tag.pink {background-color: #811b4e;}
.dt .informer_tag.violet {background-color: #4b0ab7;}
.dt .informer_tag.purpure {background-color: #5e2581;}
.dt .informer_tag.orange {background-color: #b45200;}
.dt .informer_tag.blue {background-color: #0d4aa3;}
.dt .informer_tag.red {background-color: #9e2a35;}
.dt .informer_tag.lightblue {background-color: #0a89a3;}

/* ---------------------- */

/* Читайте также в fullstory */
.read_more .contentBlock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.read_more .short_news_item {
    width: 100%;
    padding: 0;
}


/* Список серий и сезонов */

.episodes_list {
    margin-top: 0px;
    margin-bottom: 40px;
}
.episodes_title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.episodes_title span {
    color: var(--ui-accent);
}
.episodes-list {
     width: 100%;
     border: 1px solid #ccc;
}
.episodes-list thead {
    background: var(--bg-darker);
    color: var(--tt-fade-0);
}
.episodes-list th, .episodes-list td {
    padding: 10px;
    border: 1px solid var(--bg-darkest);
    text-align: center;
}
.episodes-list tbody {
    background: transparent;
    color: var(--tt-fade-0);
}
.episodes-list tbody tr {
    cursor: default;
    transition: all 0.3s ease;
}
.episodes-list tbody tr:hover {
    background-color: var(--bg-darker);
}
.block__item {
    margin-bottom: 10px;
    background-color: var(--bg);
    color: var(--tt);
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.block__title {
    position: relative;
    padding: 0px 0px 0px 30px;
    font-size: 16px;
    letter-spacing: 3px;
    cursor: pointer;
	user-select: none;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.block__title:before,
.block__title:after {
    content: '';
    width: 10px;
    height: 1px;
    background-color: var(--accent);
    position: absolute;
    top: 10px;
    transition: all 0.3s ease 0s;
}
.block__title:before {
    transform: rotate(40deg);
    left: 0;
}
.block__title:after {
    transform: rotate(-40deg);
    left: 8px;
}
.block__item.active .block__title:before {
    transform: rotate(-40deg);
}
.block__item.active .block__title:after {
    transform: rotate(40deg);
}     
.block__title span {
    font-size: 11px;
    opacity: .7;
    letter-spacing: 1px;
}
.block__text {
    padding: 10px 0px 0px 0px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.block__text.actual {
    height: 240px;
}
.block__text.actual:after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgb(242 242 242 / 0%) 0%, var(--bg) 100%);
}
.block__item.active .block__text.actual:after {
    height: 0;
}

/* ---------------------- */



/* Мой список разделов */

.mylists-content {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.mylists-content button {
    width: 100%;
    font-size: 12px;
    text-transform: unset;
}
.dt .mylists-content button {
    background-color: var(--accent);
    color: #fff;
}
.dt .mylists-content button:hover {
    background-color: #86a8bf;
}
.mylists-content .dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: var(--bg-darker);
    border-radius: var(--ui-elem-bdrs);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    z-index: 100;
}
.dropdown-menu .mylists-item {
    padding: 7px;
    cursor: pointer;
    font-size: .9rem;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    color: var(--tt);
}
.mylists-item.active {
    background-color: var(--ui-bg-btn);
    color: var(--ui-tt-btn);
}
.dt .mylists-item.active {
    background-color: var(--accent);
    color: var(--tt-fadest);
}
.mylists-item:hover {
    background-color: var(--ui-bg-btn);
    color: var(--ui-tt-btn);
    opacity: .8;
}
.dt .mylists-item:hover {
    background-color: var(--accent);
    color: var(--tt-fadest);
}
.mylists-item[data-type="0"].active {
    display: none;
}
.mylists-item:before {
    content: "";
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}
.mylists-item[data-type="0"]:before {
    background-image: url(../images/close.svg);
    width: 15px;
    height: 15px;
    margin-left: 2.5px;
}
.mylists-item[data-type="1"]:before {
    background-image: url(../images/watching.svg);
}
.mylists-item[data-type="2"]:before {
    background-image: url(../images/will_watch.svg);
}
.mylists-item[data-type="3"]:before {
    background-image: url(../images/watched.svg);
}
.mylists-item[data-type="4"]:before {
    background-image: url(../images/wait_release.svg);
}
.dt .mylists-item[data-type="0"]:before {
    background-image: url(../images/dt_close.svg);
}
.dt .mylists-item[data-type="1"]:before {
    background-image: url(../images/dt_watching.svg);
}
.dt .mylists-item[data-type="2"]:before {
    background-image: url(../images/dt_will_watch.svg);
}
.dt .mylists-item[data-type="3"]:before {
    background-image: url(../images/dt_watched.svg);
}
.dt .mylists-item[data-type="4"]:before {
    background-image: url(../images/dt_wait_release.svg);
}

/* в списках у людей */
.in_lists {
    margin-top: 10px;
    position: relative;
}
.in_lists_title {
    font-weight: bold;
}
.in_list_item:nth-child(2) > * {
    display: none;
}
.in_list_item:nth-child(2):before {
    content: "("attr(data-count)")";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    opacity: .7;
}
.in_list_item:last-child {
    margin-bottom: 0;
}
.in_list_data {
    display: flex;
    justify-content: space-between;
}
.in_list_data span:nth-child(2) {
    font-size: 11px;
    opacity: .7;
}
.in_list_line {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--bg-darker);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.in_list_item {
    margin: 9px 0;
}
.in_list_line > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    background-color: var(--green);
    border-radius: 20px;
    transition: all 0.3s ease;
}
.in_list_item[data-type="1"] .in_list_line > div { background-color: #67bb6d }
.in_list_item[data-type="2"] .in_list_line > div { background-color: #b467b9 }
.in_list_item[data-type="3"] .in_list_line > div { background-color: #5a6bc7 }
.in_list_item[data-type="4"] .in_list_line > div { background-color: #aaaa21 }
.in_list_item[data-type="5"] .in_list_line > div { background-color: #e45654 }


/*.fullstory_mylists {
    margin-top: 15px;
    cursor: default;
}
.fullstory_mylists .row p {
    font-size: 18px;
    text-align: center;
}
.fullstory_mylists .justify-content-center {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
    margin: 15px 0;
    position: relative;
}
.fullstory_mylists .text-total:first-child {
    position: absolute;
    bottom: -5px;
    margin-bottom: 0;
    padding: 0 10px;
    background-color: #0f1422;
    border-radius: 15px;
    margin: 0;
}
.fullstory_mylists .text-total:first-child .mylist-status, .fullstory_mylists .text-total:first-child .d-block {
    display: none !important;
}
.fullstory_mylists .text-total:first-child .mylist-count:before {
    content: "Всего голосов:";
    color: #6c757d;
}
.fullstory_mylists .line.mylist-status.shadow {
    border-bottom: unset;
    padding: 0 10px;
    border-radius: 15px;
    font-size: .8rem;
}
.fullstory_mylists .text-center {
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.fullstory_mylists .text-center:not(:first-child):hover {
    transform: translateY(-5px);
}
.fullstory_mylists .text-total:not(:first-child) .mylist-count {
    margin: 10px 0;
    font-size: 1.5rem;
}
.fullstory_mylists .text-muted {
    color: #6c757d !important;
    font-size: 0.8rem;
}
.fullstory_mylists .progress {
    display: flex;
    margin: 10px 0;
    width: 100%;
    height: .7rem;
    border-radius: 20px;
    overflow: hidden;
    background-color: #0f1422;
    transition: all 0.3s ease;
}
.fullstory_mylists .progress:hover {
    box-shadow: 0 0 1rem rgb(255 255 255 / 34%) !important;
}
.fullstory_mylists .progress .mylist-status {
    height: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
}

.fullstory_mylists .mylist-count[data-type="0"] strong { color: white }
.fullstory_mylists .mylist-count[data-type="1"] strong { color: #67bb6d }
.fullstory_mylists .mylist-count[data-type="2"] strong { color: #b467b9 }
.fullstory_mylists .mylist-count[data-type="3"] strong { color: #5a6bc7 }
.fullstory_mylists .mylist-count[data-type="4"] strong { color: #aaaa21 }
.fullstory_mylists .mylist-count[data-type="5"] strong { color: #e45654 }

.fullstory_mylists .mylist-status[data-type="0"] { background-color: #0f1422 }
.fullstory_mylists .mylist-status[data-type="1"] { background-color: #67bb6d }
.fullstory_mylists .mylist-status[data-type="2"] { background-color: #b467b9 }
.fullstory_mylists .mylist-status[data-type="3"] { background-color: #5a6bc7 }
.fullstory_mylists .mylist-status[data-type="4"] { background-color: #aaaa21 }
.fullstory_mylists .mylist-status[data-type="5"] { background-color: #e45654 }
*/

.mylists_main {
    margin-bottom: 1.5rem !important;
}
.mylists_main .titles p {
    max-width: 805px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.mylists_main ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mylists_main ul li {
    background-color: var(--bg);
    padding: 7px 15px;
    border-radius: 5px;
    cursor: pointer;
    color: var(--tt);
    transition: all 0.3s ease;
}
.mylists_main ul li .item_count {
    margin-left: 5px;
    color: var(--accent);
    font-weight: bold;
}
.mylists_main ul li:hover {
    box-shadow: 0 0 0 2px #8c45c599;
}
.dt .mylists_main ul li:hover {
    box-shadow: 0 0 0 2px #6d90a8a8;
}
.mylists_main ul li.active {
    box-shadow: 0 0 0px 2px var(--accent);
}
#myTabContent > div {
    transition: opacity .15s linear;
    display: none;
}

#myTabContent > div.show {
    display: block;
}

.mylists_main .in_spoiler {
    margin-bottom: 10px;
}
/*
@media (max-width: 600px) {
    .titles h1 {
        font-size: 24px;
    }
    .mylists_main ul {
        gap: 5px;
    }
    .mylists_main ul li {
        width: calc(50% - 2.5px);
        font-size: 12px;
        padding: 7px 10px;
    }
}*/

/* ---------------------- */



/* Стили для соглашения и политики конфиденциальности */
.agreement {
    padding: 10px 0;
}

.first_block .about_accent {
    position: unset;
    margin-right: 3px;
    font-size: inherit;
}

.about_block {
    display: inline-block;
    margin: 10px 0;
    color: var(--tt-fade-0);
    line-height: 18px;
    letter-spacing: 0.07em;
    width: 100%;
    font-size: 14px;
}
.about_accent {
    background-color: var(--accent);
    padding: 0 5px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    right: 100%;
    top: -2px;
    width: 40px;
    height: 22px;
    text-align: center;
    cursor: default;
    font-size: 12px;
    line-height: 22px;
}

.about_header {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 10px auto;
    max-width: 600px;
    color: var(--tt);
}

.about_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--tt);
    margin: 0 auto;
    max-width: 750px;
}

.about_item {
    display: flex;
    padding-left: 10px;
    margin: 7px 0 7px 40px;
    position: relative;
    align-items: flex-start;
}

.dt .about_item b {
    color: var(--tt-fadest);
}

.about_line {
    display: block;
    position: relative;
    margin: 3px 0 3px 5px;
}
.about_line span {
    font-weight: bold;
    /*color: var(--accent);*/
}
.about_line span:before {
    content: "";
    width: 2px;
    height: 1rem;
    display: block;
    background-color: var(--accent);
    position: absolute;
    top: 0;
    left: -5px;
}

.first_block .about_item {
    display: block;
    margin: 7px 0;
    padding-left: 0;
}
.edit_date {
    position: unset;
}
.about_block.notice {
    line-height: 23px;
}
.about_title.attachment {
    margin-bottom: 7px;
}

.about_cards_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}
.about_card {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 10px);
    background-color: var(--bg);
    border-radius: 5px;
    color: var(--tt-fade-0);
    font-size: 12px;
    line-height: 14px;
    cursor: default;
}
.about_card_top {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_card_image {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    border-radius: 50px;
    color: #ffffff;
    font-size: 35px;
}
.about_card_main {
    padding: 0 15px 15px 15px;
    color: var(--tt-fade);
}
.about_card_span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    color: var(--tt-fade-0);
    font-size: 14px;
    font-weight: bold;
}

.about_block .about_a {
    color: var(--tt-fade-0);
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.dt .about_block .about_a {
    color: var(--tt-fadest);
}
.about_block .about_a:hover {
    color: var(--accent);
}
.about_block .about_a:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--accent);
    transition: all 0.3s ease;
}
.about_block .about_a:hover:before {
    width: 100%;
}
.about_card_main .about_a {
    font-weight: bold;
}
.dt .about_card_main .about_a {
    color: var(--tt-fadest);
}
.about_block li {
    margin: 5px 7px;
}
.about_block ul .about_a {
    text-decoration: none;
}
.cause {
    display: block;
    margin-top: 5px;
}
.cause .about_line {
    margin-left: 30px;
}
.options {
    margin-top: 7px;
}

.table_container {
    max-width: 100%;
    overflow-x: auto;
}
.table_container table {
    background-color: var(--bg);
    max-width: 100%;
    overflow: scroll;
    margin: 5px 0 10px 0;
}
.table_container th, .table_container td {padding: 5px; text-align: center;}
.table_container th {background-color: #efefef;}
.table_container tbody > tr:nth-of-type(even) {background-color: #efefef;}
.table_container table tr > th:first-child {position: sticky; left: 0;}

.dt .table_container th {background-color: #32363f;}
.dt .table_container tbody > tr:nth-of-type(even) {background-color: #32363f;}

@media (max-width: 760px) {
    .about_cards_block {
        flex-direction: column;
    }
    .about_card {
        width: 100%;
    }
}

/* ---------------------- */



/* Для страницы контактов */

.contact_title {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 10px;
    color: var(--tt);
    font-weight: bold;
}

.feedback_info {
    color: var(--tt-fade-0);
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 5px 0;
    line-height: 20px;
}

.feedback_info .about_accent {
    cursor: pointer;
}

.feedback_info .about_accent:hover,
.feedback_info .about_accent:focus {
    color: var(--tt-fadest);
}

.contacts {
    padding: 50px 5px 5px 5px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 7px;
}

.contact_card {
    width: 23%;
    min-width: 230px;
    position: relative;
    background-color: var(--bg);
    padding-top: 75px;
    margin: 40px 0;
    border-radius: 5px;
    color: var(--tt-fade-0);
    transition: all ease 0.3s;
    cursor: default;
}

.contact_card:hover {
    box-shadow: 0px 3px 15px -5px rgba(66, 68, 90, 0.75);
}

.contact_image {
    position: absolute;
    top: -50px;
    left: calc(50% - 60px);
    border-radius: 10px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    background-color: var(--bg-darker);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px 0px rgb(22 24 34);
}

.contact_image::before {
    content: "\f007";
    font-family: 'Font Awesome 5 Pro';
    font-size: 70px;
    position: absolute;
    color: var(--tt-fade);
    transition: all 0.3s ease;
}

.contact_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all 0.3s ease;
}

.contact_profile {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--bg-darkest);
}

.contact_name {
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 4px;
    display: block;
}

.contact_post {
    margin: 5px 0;
    padding: 5px 10px;
    background-color: var(--accent);
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}

.contact_info {
    padding: 10px;
}

.contact_info_title_questions {
    text-align: center;
    margin: 12px 0 3px 0;
    color: var(--tt-fade);
    font-size: 12px;
}

.contact_info_line {
    margin: 7px 0;
}

.contact_info_line.first {
    margin-top: unset;
}

.contact_info_title {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact_telegram {
    background-image: url("/templates/RosserialHD/images/telegram.svg");
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

.contact_info_title:hover {
    color: var(--tt);
}

.contact_info_image {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

.contact_card:hover .contact_image img,
.contact_card:hover .contact_image:before {
    scale: 1.1;
}

/*.contact_telegram {
    background-image: url("/templates/KnowTime/images/telegram.svg");
}

.contact_vk {
    background-image: url("/templates/KnowTime/images/vk.svg");
}

.contact_message {
    background-image: url("/templates/KnowTime/images/message.svg");
}*/

.contact_info_title a {
    margin-left: 5px;
    color: var(--tt-fade);
    transition: all 0.1s ease;
}

.contact_info_title:hover a {
    color: inherit;
}

/* ---------------------- */






.item__list .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
}
.onKnowTime {
    padding: 5px 10px;
    background-color: #04c25b;
    border-radius: 5px;
    color: #fff;
}
.onKnowTime.not {
    background-color: #e32331;
}

.klawa {background: #ef1956; border-radius: 5px; color: #fff; padding: 5px 10px;}

.klawa.relevance {background: #8c45c5;}
.klawa.not_relevance {background: #617f86;}

/* .sd-line {margin-bottom:5px; font-size:13px;} не нужно | 10.10 */
.sd-line > span:first-child {font-weight:bold;display: inline-block;float: left;width: 160px; white-space: nowrap;} /* width был 140, font-weight 500, white-space добавил | 10.10 */
/* .sd-line a {color: #0136f7;} не нужно | 10.10 */

.sd-content {
    display: block;
    overflow: hidden;
}

.sd-content.links {
    font-size: 0;
}
.sd-content.links a {
    font-size: 13px;
    display: table;
    margin-bottom: 3px;
}

.ratings:not(:has(label)) {
    display: none;
}
.ratings label:not(:last-child):after {
    content: ",";
}
.ratings label {
    white-space: nowrap;
}

.persons_content {
    position: relative;
    margin-right: 10px;
}
.info_persons {
    display: block;
    overflow: hidden;
    max-height: 170px;
    position: relative;
    transition: all 0.3s ease;
}
.info_persons:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, var(--bg) 78%);
    pointer-events: none;
    transition: all 0.3s ease;
}
.persons.active .info_persons:after {
    height: 0;
}
.persons_arrow {
    position: absolute;
    top: 0;
    left: 2px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.persons_arrow:before, .persons_arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #43495f;
    position: absolute;
    top: 7px;
    transition: all 0.3s ease;
    right: -6px;
}
.persons_arrow:before {
    rotate: -45deg;
    right: -12px;
}
.persons_arrow.active:before {
    rotate: 45deg;
}
.persons_arrow:after {
    rotate: 45deg;
}
.persons_arrow.active:after {
    rotate: -45deg;
}

.short_stats {
    display: flex;
    justify-content: flex-end;
}
.short-bottom_stats_container {
    display: none;
}
.grid1 .short-bottom_stats_container {
    display: flex;
}
.short-bottom_stats {
    color: var(--tt-fade-0);
    margin: 0 7px;
    font-size: 14px;
}
.short-bottom_stats span {
    margin-left: 5px;
}

/* Рекомендуем посмотреть */
.related_news {
    margin: 20px 0;
}
.related_title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.related_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    gap: 15px 10px;
    max-width: 100%;
}
.related_image {
    margin-bottom: 10px;
    border-radius: 4px;
    aspect-ratio: 1 / 1.5;
    transition: all 0.3s ease;
}
.related_item:hover .related_image {
    transform: translateY(-3px);
}
.related_image img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.related_item:hover .related_text {
    text-decoration: underline;
}

/* Стрелки слайдера для блока Связанные проекты */
.sect .owl-prev, .sect .owl-next,
.related_news .owl-prev, .related_news .owl-next{
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 1;
}
.sect .owl-prev,
.related_news .owl-prev {
    left: -5px;
}
.sect .owl-next,
.related_news .owl-next {
    right: -5px;
}

/* fullstory_news */
.blog-post-title h1, .blog-post-title i {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.blog-post-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--tt-fade-0);
    font-size: 13px;
    margin-bottom: 15px;
}
.blog-post-one-item {
    display: flex;
    gap: 12px;
}

.blog-post-details a {
    color: inherit;
}

.blog-post-details i {
    margin-right: 3px;
}

.blog-post-info .full-text {
    line-height: 23px;
    font-size: 14px;
}

.blog-post-info .full-text b {
    font-weight: bold;
}

.full-text img:not(.emoji) {
    max-width: 100%;
    margin: 5px 0 0 0;
}

.blog-post-info figure.image figcaption {
    background-color: rgba(0,0,0,0.05);
    padding: 10px;
    font-size: 0.7rem;
    margin-bottom: 10px;
}
.dt .blog-post-info figure.image figcaption {
    background-color: rgba(0,0,0,0.2);
}

.news_bottom_tools {
    padding: 10px 0px;
    border-bottom: 1px solid var(--bg-darker-1);
    border-top: 1px solid var(--bg-darker-1);
    display: flex;
    justify-content: space-between;
}
.dt .news_bottom_tools {
    border-bottom: 1px solid var(--bg-darkest);
    border-top: 1px solid var(--bg-darkest);
}

.news_rating {
    display: flex;
    gap: 7px;
}
.comm .news_rating {
    gap: 5px;
}

.news_rating_item a {
    padding: 5px 10px;
    border: 1px solid var(--bg-darker-1);
    border-radius: 3px;
    display: flex;
    transition: all 0.3s ease;
    height: 33px;
    align-items: center;
}
.dt .news_rating_item a {
    border: 1px solid var(--bg-darkest);
}
.comm .news_rating_item a {
    border: 1px solid transparent;
    padding: 5px;
}

.news_rating_item .fal {
    margin-right: 7px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.news_rating_item.like .fal {
    color: #00ca63;
}

.news_rating_item.dislike .fal {
    color: #e85319;
}

.news_rating_item.like:hover a {
    background-color: #00ca63;
    border: 1px solid #00ca63;
    color: #fff;
}
.news_rating_item.dislike:hover a {
    background-color: #e85319;
    border: 1px solid #e85319;
    color: #fff;
}
.news_rating_item.like:hover .fal,
.news_rating_item.dislike:hover .fal {
    color: #fff;
}

.bottom_tools_container:nth-child(2)  {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0 7px;
}

.bottom_tools_container .comments_btn {
    padding: 5px 10px;
    border: 1px solid var(--bg-darker-1);
    border-radius: 3px;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 33px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.dt .bottom_tools_container .comments_btn {
    border: 1px solid var(--bg-darkest);
}

.bottom_tools_container .comments_btn span {
    margin-right: 7px;
}

.bottom_tools_container .comments_btn:hover {
    color: #fff;
    background-color: var(--accent);
    border: 1px solid var(--accent);
}

.bottom_tools_container .social_block .ya-share2__icon {
    height: 32px !important;
    width: 32px !important;
    background-size: 32px !important;
}

.bottom_tools_container .social_block .ya-share2__item {margin-right: 7px !important;}

.media {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alt {
    margin-left: 5px;
    font-size: 14px;
    line-height: 1;
}

/* - связанные проекты */
.si-img-relatednews {margin-bottom:7px;border-radius:4px;aspect-ratio: 1 / 1.5;transition: all 0.3s ease;}
.si-img-relatednews img {min-height: 100%; display: block;}
.si-title-relatednews {line-height: 16px;height: 48px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.side-item-relatednews:hover .si-img-relatednews {transform: translateX(3px);}
.side-item-relatednews:hover .si-title-relatednews {text-decoration: underline;}

/* - читайте также */
.related_news {
    margin: 10px 0;
}
.related_news .title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}
.related_news_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 20px 20px;
    grid-auto-flow: row dense;
}
.related_item_img {
    overflow: hidden;
    position: relative;
    aspect-ratio: 25 / 17;
    margin-bottom: 5px;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.related_item_link:hover .related_item_img {
    transform: translateY(-5px);
}
.related_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}
.related_item_title {
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related_item_link:hover .related_item_title {
    color: var(--tt-fade-0);
}
/* ------- */

/* shortstory_news */
.sect__content.news {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.short_news_item {
    position: relative;
    overflow: hidden;
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 20px;
}
.news_image {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding-top: 65%;
}
.news_image:before {
    z-index: 1;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    height: 70%;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.news_image img {
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
    transition: transform 1s cubic-bezier(0.25, 0.04, 0, 0.93);
    -webkit-transform: translate3d(0, 0, 0) scale(1.06);
    transform: translate3d(0, 0, 0) scale(1.06);
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute !important;
    left: 0;
    top: 0;
    object-fit: cover;
}
.short_news_item:hover img {
    -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
    transform: translate3d(3%, 0, 0) scale(1.06);
}
.news_tag {
    font-size: 11px;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 9;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}
.news_info {
    margin-top: 5px;
    color: var(--tt-fade-0);
}
.news_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #023a51;
}
.news_title a {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-position: 0 -1px;
    -webkit-transition: all 0.6s cubic-bezier(0.45, 0, 0.14, 1.03);
    transition: all 0.6s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.short_news_item:hover .news_title a {
    background-size: 100% 100%;
}
.news_data {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}
.news_data i {
    margin-right: 5px;
}
.news_info p {
    color: var(--tt-fade);
}

.news_tag.red {
  background: #dc3545; }
.news_tag.blue {
  background: #0d6efd !important; }
.news_tag.yellow {
  background: #ffc107 !important; }
.news_tag.pink {
  background: #d63384 !important; }
.news_tag.orange {
  background: #fd7e14 !important; }
.news_tag.purple {
  background: #6610f2 !important; }
.news_tag.skyblue {
  background: #0dcaf0 !important; }
.news_tag.primary {
  background: #30c96a !important; }
.news_tag.green {
  background: #5d9711 !important; }

/* Коллекции */
.collections_block > p {
    margin: 5px 0px 15px 0px;
}
.collections_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 15px;
    grid-auto-flow: row dense;
    margin-top: 10px;
}
.collection_item {
    display: block;
    position: relative;
    grid-column: span 1;
    border-radius: 7px;
    overflow: hidden;
    padding: 1px;
}
.collection_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #041f42;
    position: absolute;
    will-change: transform;
    transition: all 0.3s ease;
}
.collection_content {
    height: 230px;
    border-radius: 7px;
    background-color: #041f42;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s ease;
}
.collection_desc {
    width: 100%;
    z-index: 1;
    padding: 10px;
}
.collection_title {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.collection_label {
    background-color: #30c96a;
    color: #fff;
    display: inline-block;
    padding: 1px 7px;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 5px;
}
.collection_label i {
    margin-right: 5px;
}
.collection_content:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(10deg, #000000 20%, transparent 70%);
    transition: all 0.3s ease;
}
.collection_text {
    color: #b0b5bf;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}
.collection_item:hover .collection_content img {
    scale: 1.1;
}
.collection_item:hover .collection_content {
    -webkit-box-shadow: 0 20px 25px -15px #0f1321;
    box-shadow: 0px 3px 17px -3px #0f1321;
}
.collection_item:hover .collection_content:before {
    height: 70%;
    opacity: .7;
}
.collections_container .pagination, .d-grid-posters-custom .pagination {
    margin: 0 auto;
    grid-column: 1 / -1;
}
/* ------- */

/* Мобильное меню */
.mobile_bottom_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    background-color: #333333d6;
    /*backdrop-filter: blur(3px);*/
    display: none;
    align-items: center;
    z-index: 999;
    color: #ffffffcc;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.mobile_bottom_menu .menu_items {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
}
.mobile_bottom_menu a {
    color: inherit;
    position: relative;
}
.mobile_bottom_menu a.active {
    display: flex;
    justify-content: center;
    color: #ffffff;
}
.mobile_bottom_menu .menu_items a.active:after {
    content: "";
    width: 33px;
    height: 33px;
    background: var(--ui-accent);
    border-radius: 100%;
    display: block;
    position: absolute;
    opacity: 0.7;
    filter: blur(10px);
    z-index: 0;
    bottom: -7px;
}
.mobile_bottom_menu .menu_item {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    z-index: 1;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    position: relative;
}
.mobile_bottom_menu .menu_items i {
    font-size: 15px;
}
/* ------- */

/* Обновления */
.upd {
    margin: 5px 0;
}
.upd__date {
    background-color: var(--bg-black);
    padding: 12px 15px;
    line-height: 1;
    color: var(--tt-fadest);
    transition: all 0.3s ease;
    cursor: pointer;
}
.upd__date:hover {
    background-color: var(--bg-blackest);
}
.upd.is-active .upd__date {
    color: #fff;
    background-color: var(--bg-blackest);
}
.upd__date i {
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s ease;
}
.upd.is-active .upd__date i {
    transform: rotate(180deg);
}
.upd__items {
    max-height: 485px; /* 805px; */
    overflow-x: hidden;
    overflow-y: auto;
}
.upd__items {
  scrollbar-width: thin;
  scrollbar-color: var(--bg-darkest) var(--bg-blackest);
}
.upd__items::-webkit-scrollbar {
  width: 4px;
}

.upd__items::-webkit-scrollbar-track {
  background: var(--bg-blackest);
}

.upd__items::-webkit-scrollbar-thumb {
  background-color: var(--bg-darkest);
  border-radius: 20px; 
}
.updli__link {
    padding: 10px;
    border-bottom: 1px solid var(--bdc);
    display: flex;
    flex-direction: row;
    align-items: center;
}
.updli__img {
    width: 45px;
    height: 60px;
    border-radius: 3px;
    margin-right: 10px;
}
.updli__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.updli__desc {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 50px;
    margin-right: 10px;
}
.updli__title {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.updli__info {
    padding: 0 7px;
    border-radius: var(--ui-bdrs);
    background-color: var(--accent);
    display: inline-block;
    line-height: 1.6;
    color: var(--tt);
}

.updli__meta {
    padding: 2px 7px;
    border-radius: var(--ui-bdrs);
    background-color: var(--bg-blackest);
}

.updli__time {
    font-size: 11px;
}
/* ------- */

/* Раскрывающийся текст */
.in_spoiler {
    position: relative;
    margin-top: 4px;
    padding-bottom: 15px;
}
.in_spoiler .spoiler_content {
    overflow: hidden;
    position: relative;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
.in_spoiler.section_description.active .spoiler_content {
    cursor: pointer;
    margin: 0;
}
.in_spoiler.section_description.open .spoiler_content {
    max-height: 42px;
    display: block;
}
.in_spoiler .spoiler_control {
    display: none;
    position: absolute;
    font-size: .9em;
    bottom: -1px;
    color: var(--tt-fade-0);
    opacity: .7;
    transition: all 0.3s ease;
}
.in_spoiler.active .spoiler_control {
    display: block;
}
.in_spoiler .spoiler_control_area:hover .spoiler_control {
    opacity: 1;
}
.in_spoiler.section_description .spoiler_control:before {
    content: 'Показать еще';
}
.in_spoiler.section_description.open .spoiler_control:before {
    content: 'Скрыть';
}
/* ------- */

/* Афиша и каталог */
.cinema_main {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 19px 1fr 19px 1fr 19px 1fr 19px 1fr 19px 1fr 19px 1fr;
    grid-gap: 19px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin-top: 10px; /* было 20 | 23.04 */
}
.cinema_main_container {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 137 / 78;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.cinema_main_container.long {
    grid-column: span 2;
    aspect-ratio: 560/216;
}
.cinema_main_container:hover {
    -webkit-box-shadow: var(--ui-bsh);
    box-shadow: var(--ui-bsh);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.cinema_main_container.item:hover img {
    transform: scale(1.1);
}
.cinema_main_link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
}
.cinema_main_link img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 12px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    z-index: 3;
}
.no_image_text {
    height: auto;
    left: 18px;
    position: absolute;
    top: 18px;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    color: #fff;
    font-size: 18px;
}
.no_image_icon {
    width: 99%;
    height: 99%;
    position: absolute;
    top: 1px;
    left: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d303b;
    border-radius: 12px;
}
.cinema_main_container:hover .no_image_icon {
    -webkit-box-shadow: var(--ui-bsh);
    box-shadow: var(--ui-bsh);
}
.no_image_icon i {
    animation: posterLoading 1.5s ease infinite;
    font-size: 30px;
    color: #fff;
}
@keyframes posterLoading { 
  100%{transform: rotate(1turn)}
}
/* ------- */

/* ТВ каналы */
.channels_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    grid-template-rows: auto;
    margin-top: 20px;
    gap: 10px; /* было 20 | 23.04 */
}
.cat-channel .poster {
    width: 100%;
    height: 144px;
    overflow: hidden;
    border-radius: 7px;
    transition: all 0.3s ease;
}
.cat-channel:hover .poster { 
    -webkit-box-shadow: var(--ui-bsh);
    box-shadow: var(--ui-bsh);
}
.cat-channel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}
.cat-channel:hover img {
    scale: 1.1;
}
.cat-channel .genre-item-title {
    margin: 3px 0 0 3px;
}
.cat-channel h2 {
    font-size: 18px;
    color: var(--tt-fade);
}
/* ------- */

/* Правила */
.rules a {
    color: var(--tt-fade-0);
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.rules a:hover {
    color: var(--accent);
    text-decoration: none;
}
.rules a:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--accent);
    transition: all 0.3s ease;
}
.rules a:hover:before {
    width: 100%;
}
/* ------- */

/* Сообщения на главной */
.messages_block {
    display: block;
}
.message_block {
    padding: 5px;
    border-radius: var(--ui-bdrs);
    display: flex;
    margin-bottom: 10px;
    background-color: var(--bg);
}
.message_icon {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.message_block img {
    min-width: 120px;
    max-width: 125px;
}
.message_title {
    display: block;
    margin: 10px 0 3px 0;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
}
.message_body {
    color: var(--tt-fade);
    margin-bottom: 10px;
    display: block;
}
.message_buttons {
    display: flex;
    gap: 7px;
    justify-content: flex-end;
}
.message_buttons .message_button:nth-child(odd):last-child {
    grid-column: span 2;
}
.message_button {
    padding: 4px 10px;
    border-radius: var(--ui-bdrs);
    background-color: #afafaf;
    color: #fff;
    cursor: pointer;
}
.message_button:hover {
    color: #ffffffd1;
    opacity: 0.9;
}
.message_button:focus {
    color: #ffffffd1;
    opacity: 0.9;
}

.message_block.info_message {
    border: 2px solid #8ae0f3;
}
.message_block.caution {
    border: 2px solid #ef5b5b;
}
.message_block.notice {
    border: 2px solid #efc05b;
}
.message_block.orange {
    border: 2px solid var(--orange);
}
.message_block.info_message .message_icon {
    color: #8ae0f3;
}
.message_block.caution .message_icon {
    color: #ef5b5b;
}
.message_block.notice .message_icon {
    color: #efc05b;
}
.message_button.info_message {
    background-color: #8ae0f3;
}
.message_button.caution {
    background-color: #5baaef;
}
.message_button.notice {
    background-color: #efc05b;
}
.message_button.orange {
    background-color: var(--orange);
}

.message_button.vk {
    background-color: #0077FF;
}
.message_button.ok {
    background-color: #EE8208;
}
.message_button.telegram {
    background-color: #24A1DE;
}
.message_button.zen {
    background-color: #000;
}
/* ------- */

/* Информационный блок в полной новости */
.interesting_container {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.interesting_container.visible {
    display: block;
}
.interesting_container > div {
    height: 100%;
}
.interesting_content {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: var(--ui-bdrs);
    position: relative;
    padding: 10px;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.interesting_img {
    height: 25%;
    max-height: 33px;
    z-index: 1;
    object-fit: contain;
}

.interesting_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.interesting_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(200deg, rgb(255 255 255 / 0%) 30%, #000000 70%);
    display: block;
}

.interesting_bg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.interesting_text {
    z-index: 1;
    color: #d2d2d2;
    font-size: 11px;
    line-height: 1;
    max-width: 70%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.big .interesting_text {
    font-size: 13px;
    justify-content: flex-end;
}

.interesting_text label {
    display: block;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.interesting_text span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.interesting_btn {
    background-color: var(--ui-bg-btn);
    color: #000;
    border-radius: 50px;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/* particles */
#particles {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.particles_toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: var(--bg-black);
    color: #fff;
    border-radius: 3px;
    padding: 1px 5px;
    z-index: 100;
    opacity: 0.7;
    transition: all ease 0.3s;
    cursor: pointer;
}
.particles_toggle:hover {
    opacity: 1;
}
.particles_toggle span {
    margin-right: 5px;
}

/* Новый год */
.santa {
    position: absolute;
    width: 210px;
    height: 55px;
    background-image: url(../decoration/winter/bg_ded_moroz.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -210px;
    top: 0;
    opacity: 0;
    z-index: 1;
}
.santa.ready {
    transition: all 10s linear;
}

.happy_new_year_container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000087;
    backdrop-filter: blur(3px);
    z-index: 100000;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    display: none;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.happy_new_year_container.show {
    opacity: 1;
    visibility: visible;
}
.happy_new_year {
    padding: 30px 20px;
    margin: 10px;
    background-color: #111d31;
    border-radius: 5px;
    color: #e5ded6;
    text-align: center;
    position: relative;
}
.happy_new_year:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../decoration/winter/new_year_message_bg.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: right;
    background-position-y: 120%;
    opacity: .2;
    pointer-events: none;
}
.happy_new_year img {
    width: 104%;
    position: absolute;
    top: -57px;
    left: -2%;
    z-index: 1;
    max-width: unset;
    pointer-events: none;
}
.happy_new_year .content {
    max-width: 580px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 70px;
    z-index: 2;
    position: relative;
}
.happy_new_year .content label {
    color: #e5ded68c;
    text-decoration: line-through;
}
.happy_new_year a {
    padding: 10px 20px;
    display: inline-block;
    background-color: #de2e3d;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    z-index: 3;
    cursor: pointer;
    color: inherit;
    position: relative;
    transition: all 0.3s ease;
}
.happy_new_year a:hover {
    background-color: #ff1b2f;
}
body.new_year {
    overflow: hidden;
}

/*.sb__menu-winter {
    display: flex;
    justify-content: center;
}
.sb__menu-winter.full {
    margin-bottom: 20px;
}
.sb__menu-winter a {
    padding: 10px;
    display: flex;
    overflow: hidden;
    min-height: 100px;
    background-color: #b71a3b;
    color: #fff;
    border-radius: var(--ui-bdrs);
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    min-width: 80%;
    transition: all 0.3s ease;
    align-items: center;
}
.sb__menu-winter.full a {
    flex-direction: column;
    align-items: flex-start;
    min-height: 80px;
}
.sb__menu-winter.full a span {
    font-size: 11px;
    max-width: 410px;
    line-height: 1.1;
    font-weight: normal;
    color: #dfdfdf;
    z-index: 1;
}

.sb__menu-winter:not(.full) a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../decoration/winter/btn_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: inherit;
}
.sb__menu-winter.full a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../decoration/winter/full_bg_btn.png);
    background-repeat: no-repeat;
    background-position: 96% 0;
    background-size: cover;
    transition: inherit;
}
.sb__menu-winter a:hover {
    color: var(--yellow);
}
.sb__menu-winter a:hover:before {
    scale: 110%;
}*/

.catalog_info_block {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.catalog_info_block a {
    padding: 10px;
    display: flex;
    overflow: hidden;
    background-color: #4c4f68;
    color: #fff;
    border-radius: var(--ui-bdrs);
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    min-width: 80%;
    flex-direction: column;
    align-items: flex-start;
    min-height: 80px;
    transition: all 0.3s ease;
    z-index: 1;
}
.catalog_info_block a:hover {
    color: var(--yellow);
}
.catalog_info_block a span {
    font-size: 11px;
    max-width: 410px;
    line-height: 1.1;
    font-weight: normal;
    color: #dfdfdf;
    z-index: 1;
}
.catalog_info_block label {
    z-index: 1;
}
.catalog_info_block a img {
    position: absolute;
    right: 0;
    top: -10px;
    height: 110%;
    object-fit: contain;
    transition: all 0.3s ease;
    z-index: 0;
}
.catalog_info_block a:hover img {
    height: 130%;
    top: -30px;
}

.catalog_info_block.foreign_catalog a {
    background-color: #2c2f41;
    min-height: 120px;
}


.catalog_info_block.sb__menu_block a {
    width: 100%;
    font-size: 15px;
}
.catalog_info_block.sb__menu_block a img {
    height: 100%;
    top: 0;
}
.catalog_info_block.sb__menu_block a:hover img {
    height: 120%;
    top: -10px;
}

.catalog_info_block.full_winter a {
    background-color: #b71a3b;
}
.catalog_info_block.full_winter a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../decoration/winter/full_bg_btn.png);
    background-repeat: no-repeat;
    background-position: 96% 0;
    background-size: cover;
    transition: inherit;
}
.catalog_info_block.full_winter a:hover:before {
    scale: 110%;
}



/* cookie Agreement */
.cookie_agreement {
    position: fixed;
    right: 0;
    bottom: 165px;
    max-width: 200px;
    z-index: 101;
    padding: 10px;
    border-radius: var(--ui-bdrs) 0 0 var(--ui-bdrs);
    background-color: var(--bg-blackest);
    color: var(--tt-on-black);
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.cookie_agreement.show {
    opacity: 1;
    visibility: visible;
}

.cookie_message a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}
.cookie_message a:hover {
    color: #fff;
    text-decoration: none;
}

.cookie_buttons {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 3px;
}

.cookie_buttons * {
    background-color: var(--red);
    border-radius: var(--ui-bdrs);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie_buttons a {
    background-color: var(--bg-black);
}

.cookie_buttons .agree {
    background-color: var(--green);
}

.cookie_buttons *:hover,
.cookie_buttons *:active {
    color: #fff;
    opacity: .7;
}


/* Изменения между версиями 17.2 и 17.3 */
.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:not([type=checkbox]) {
    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%;
}
/* ----------------------------------- */

/* Таймер */
/*.timer {
    position: fixed;
    top: 35px;
    left: 10px;
    padding: 1px 3px;
    background-color: var(--bg-black);
    opacity: .4;
    border-radius: 3px;
    color: #fff;
    font-size: 9px;
}

.timer span {
    margin-right: 3px;
}*/

/* ----------------------------------- */

.cat102:before {
    content: "Бесплатно";
}
.cat103:before {
    content: "Подписка";
}
/*.cat99:before {
    content: "На паузе";
}*/
.cat126:before {
    content: "Недоступно";
}
.cat130:before {
    content: "В кино";
}
.cat12:before {
    content: "В эфире";
}
.cat1:before {
    content: "Новинка";
}
.cat2:before {
    content: "Скоро";
}
.cat124:before {
    content: "В производстве";
}

/* ----------------------------------- */




