.plr_title { /* добавил | 17.03 */
    font-size: 16px; /* был 24px | 19.03 */
    margin-bottom: 0px; /* было 5px | 27.12 */
    line-height: normal;
    font-weight: 600;
}

.plr_info { /* добавил | 19.03 */
    color: var(--tt-fade);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;  /* было 10px | 27.12 */
}

.plr_info_2 {
    font-size: 12px;
    font-weight: 400;
}

.player_registration { /* добавил | 02.02 */
    color: #ff0000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.plr_volume_block {
    height: 0;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.plr_volume_block.show {
    height: 30px;
}

.plr_volume_reload {
    padding: 5px 10px 5px 27px;
    border: 1px solid #d1d8e6;
    border-radius: 7px;
    position: relative;
    color: #5c667d;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.4;
    height: 30px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.plr_volume_reload:before {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 6px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f6a8";
    transition: transform .3s ease-in-out;
    line-height: 1.2;
}

.plr_volume_reload.active:before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

.plr_volume_reload.active {
    background-color: #3bb33b;
    border-color: #3bb33b;
    color: #ffffff;
}

.plr_volume_block.show .plr_volume_reload {
    opacity: 1;
    visibility: visible;
}

.plr_under_block {
    background: var(--bg-2);
    border-radius: 4px;
    /*color: var(--tt);*/
    padding: 5px;
    text-align: center;
    margin: 5px 0;
    font-size: 12px;
    line-height: 21px;
	color: var(--tt-2);
}

.plr_under_block_2 {
    background: var(--bg-2);
    border-radius: 4px;
    /*color: var(--tt);*/
    padding: 5px;
    text-align: center;
    margin: 5px 0;
    font-size: 12px;
    color: var(--tt-2);
}


.plr_under_block a {
    text-decoration: underline;
    font-weight: bold;
}
.plr_under_block a:hover {
    text-decoration: none;
}
.plr_under_block_2 a {
    text-decoration: underline;
    font-weight: bold;
}
.plr_under_block_2 a:hover {
    text-decoration: none;
}

.plr_fix_info {
    background-color: #04c25b;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    display: inline-block;
    margin: 1px 5px 1px 0;
}

.plr_main, .dle_emote_block, .screens { /* добавил | 06.03 */
    /*max-width: 756px; не нужно | 04.04 */
    position: relative; /* добавил | 03.04 */
}

.frn_list { /* добавил | 13.04 */
    border-left: 1px solid #d1d8e6;
    border-right: 1px solid #d1d8e6;
    padding: 0 4px 0 4px;
}
.nv .frn_list {
    border-left: 1px solid var(--bg-dark);
    border-right: 1px solid var(--bg-dark);
}
.frn_list a { /* добавил | 13.04 */
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
}

.trailer:not(:empty) { /* добавил | 15.03 */
    height: 420px;
    padding: 0 4px 4px 4px;
    border: 1px solid #d1d8e6;
    border-top: 0;
    border-radius: 0 0 7px 7px;
}
.nv .trailer:not(:empty) {
    border: 1px solid var(--bg-dark);
    border-top: 0;
}

.plr_element:nth-child(2) .plr_box:empty { 
    min-height: 400px;
    background: url(../images/load.gif) center center no-repeat !important;
    border: 1px solid #d1d8e6;
    border-top: 0;
    border-radius: 0 0 7px 7px;
}
.nv .plr_element:nth-child(2) .plr_box:empty {
    border-color: var(--bg-dark);
}

.plr_box:not(:empty) {
    padding: 0 4px 0 4px;
    border: 1px solid #d1d8e6;
    border-top: 0;
    border-radius: 0 0 7px 7px;
}
.nv .plr_box:not(:empty) {
    border: 1px solid var(--bg-dark);
    border-top: 0;
}

.plr_notification {
    font-size: 13px;
    position: absolute;
    bottom: 50px;
    background-color: var(--bg-2);
    left: calc(50% - 170px);
    width: 360px; /* было 340px */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 7px;
    border-radius: 4px;
    cursor: default;
    -webkit-box-shadow: 0px 2px 11px -2px #00000096;
    box-shadow: 0px 2px 11px -2px #00000096;
}
.diff .plr_notification {
    transition: all 0.3s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    width: 90%;
    max-width: 440px;
    left: unset;
    bottom: 10px;
}
.diff .plr_notification.show {
    opacity: 1;
    visibility: visible;
}
.plr_notification_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: var(--tt-accent);
    font-weight: bold;
    margin-bottom: 5px;
}
.plr_notification_close { /* добавил | 03.04 */
    position: relative;
    width: 5px;
    height: 5px;
    padding: 8px;
    overflow: hidden;
    cursor: pointer;
}
.plr_notification_close:before, .plr_notification_close:after { /* добавил | 03.04 */
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #5c667d;
    display: block;
    left: 0;
}
.plr_notification_close:before { /* добавил | 03.04 */
    rotate: 45deg;
}
.plr_notification_close:after { /* добавил | 03.04 */
    rotate: -45deg;
}
.plr_notification_content {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 1.2;
    color: var(--tt-2);
}

/*.playlists-player { теперь не нужны | 09.03 (строка с # была закомментирована)
	background: #000; # не нужно | 04.03 
	color: #fff;
	padding: 0 4px 0 4px; !!! было 4px 0px 0px 0px | 04.03 
    border: 1px solid #d1d8e6; !!! добавил | 04.03 
    border-top: 0; !!! добавил | 04.03 
    border-radius: 0 0 7px 7px; !!! добавил | 04.03 
}*/
.plr_video {
	height: 440px; /* было 370px, было 420px | 05.03 */
	background: #000;
	margin-bottom: 4px;
}
.chapter_items {
	position: relative;
}
.chapter_items ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0;
    line-height: normal;
    letter-spacing: 0;
}
.chapter_items li {
	width: 140px;
	height: 35px; /* было 40px | 04.03 */
	/*margin: 0px 0px 4px 4px; убрал для корректного перелистывания серий | 09.03 */
	background: var(--bg-2); 
    color: #5d5d5d; /* добавил | 04.03 */
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;	
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	box-sizing: border-box;
	position: relative;
	line-height: 35px; /* было 40px | 04.03 */
	text-align: center;
	display: none;
    border-radius: 3px; /* добавил | 04.03 */
    transition: all 0.3s ease; /* добавил | 04.03 */
}
.nv .chapter_items li {
    color: var(--tt);
}
.chapter_items li:hover {
	background: #bfc4c7; 
	cursor: pointer;	
}
.nv .chapter_items li:not(.active):hover {
    background: #3c404a;
}
.plr_episodes_list .chapter_items li:hover:not([data-notification=''])[data-text=''],
.plr_episodes_list .chapter_items li[data-text='']:not([data-descr=""]):hover {
    background: #c3c3c3;
}
.nv .plr_episodes_list .chapter_items li:hover:not(.active):not([data-notification=''])[data-text=''],
.nv .plr_episodes_list .chapter_items li[data-text='']:not([data-descr=""]):hover:not(.active) {
    background: #70737d;
}
.chapter_items li.active {
    background: var(--tt-accent);
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.plr_episodes_list .chapter_items li.active:not([data-notification=''])[data-text=''],
.plr_episodes_list .chapter_items li.active[data-text='']:not([data-descr=""]) {
    background: var(--tt-accent);
    opacity: .7;
}
.chapter_items li.visible {
	display: inline-block !important;
    margin: 0px 0px 4px 4px; /* для корректного перелистывания серий | 09.03 */
}

.plr_episodes_list .chapter_items li {
	width: 180px !important; /* было 160px | 07.05 */
	text-align: left;
	padding: 0px 40px 0px 15px;
	box-sizing: border-box;
	position: relative;
}
.plr_episodes_list .chapter_items li:not([data-notification=''])[data-text=''],
.plr_episodes_list .chapter_items li[data-text='']:not([data-descr=""]) {
    background: #cdd4d8;
}
.nv .plr_episodes_list .chapter_items li:not(.active):not([data-notification=''])[data-text=''],
.nv .plr_episodes_list .chapter_items li[data-text='']:not([data-descr=""]):not(.active) {
    background: #384855;
}
/*.playlists-view {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 40px;
	* Была эта строка, теперь ниже | 10.03  background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJ0lEQVQ4jeXUsUqcURQE4NmAzWZ18QWEBdFYSLRNEbASAmmFdBYJSB4hvYXY21rkAUQbfQ5DQiAIS0gRUGMjrFrkS7H/wvJzfzcBKzPlmblzOecMJ/nv0GoiMJVkPcnzJL2q3E9ymuSk1Wrd/dUPaGMb55pxiR10Jpm9QL/B4KJQ/46XTWavMag9OMbCmGYeRzXNLTbqZku4rglPKm4ab/EO3ap2WNMOsDwye4rPhXaeoYOvY7UzdNEr6L+gHXwskFfVZ5sFbqvifha4/SdjkXgItIMV3DxAy98wM5rj+4JgtJSOyUu5wWp903sF02MsTojNHd4UB4APhrmqoynYP7B271QNM3nQYDzCL+xiuv7+vuMwm+RVkvkkc0l+Z3gcPuVfjsPjxx+UKYwH8JKOawAAAABJRU5ErkJggg==');*
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABJmlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoFWNgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAwb4do2BEURf1gWZxUAa4EouKCoB0n+A2CgltTiZgYHRAMjOLi8pAIozzgGyRZKywewNIHZRSJAzkH0EyOZLh7CvgNhJEPYTELsI6Akg+wtIfTqYzcQBNgfClgGxS1IrQPYyOOcXVBZlpmeUKBhaWloqOKbkJ6UqBFcWl6TmFit45iXnFxXkFyWWpKYA1ULcBwaCEIWgENMAarTQZKAyAMUDhPU5EBy+jGJnEGIIkFxaVAZlMjIZE+YjzJgjwcDgv5SBgeUPQsykl4FhgQ4DA/9UhJiaIQODgD4Dw745AMDGT/0QRiF8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF4mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NjQ4LCAyMDIxLzAxLzEyLTE1OjUyOjI5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTAzLTEwVDE0OjQ5OjU2KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wMy0xMFQxNDo1NDoyNiswMTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0wMy0xMFQxNDo1NDoyNiswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJBZG9iZSBSR0IgKDE5OTgpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgzMGFhOWVmLWU0NjUtZjY0Yy04MWE1LTc5NDFlYzU4YzI3OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDplNTQxNzQ3NC1iOGJmLTYwNGItODMyMS1mYTk4ZDY5N2Q1NjUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNTQxNzQ3NC1iOGJmLTYwNGItODMyMS1mYTk4ZDY5N2Q1NjUiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmU1NDE3NDc0LWI4YmYtNjA0Yi04MzIxLWZhOThkNjk3ZDU2NSIgc3RFdnQ6d2hlbj0iMjAyNC0wMy0xMFQxNDo0OTo1NiswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjIgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MzBhYTllZi1lNDY1LWY2NGMtODFhNS03OTQxZWM1OGMyNzgiIHN0RXZ0OndoZW49IjIwMjQtMDMtMTBUMTQ6NTQ6MjYrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4oDFBFAAABCklEQVQ4EWOISatloCZmGNIGsgKxDxBXA/EcKK4BYj8gZiPFQC4gbgXi10D8Hwd+C8SdQMxDyEArIH6Aw4A3WMQfAbEdLgN9gfg7mobtQKyGpEYFiDehqfkJxGHoBmoC8Rc0hTugcrxAnALEqUDMDxXbiKYW5BBdmIHcQHwVi3c0oGF0A0nsLtRQRSzqr4HCH2TgYiyS76EuScAilwGVe4FFbj5I4ggVDVwJkjAA4h9U8PJtIOaDRUoWFgWwSOEhIlJADjJETzbTsBgKSjbqBJLNLyCOxJWwq6DpitiE/QSIHQllPVCaXI/DYBh+B8Td0DRKdOEgCMTRQFwPxHOBeDa0oCC5cBjmBSwAnO+JDF26XLYAAAAASUVORK5CYII=');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
}
.playlists-view:hover {
	opacity: 0.6;
	transform: 0.4ms easy 0.4ms;
}
.playlists-view.watched {
	opacity: 1;
}*/

.plr_episode_watched {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 40px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADbUExURQAAADw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PAaf0mEAAABIdFJOUwD3Cgbt+CkMD/lODejvIbF7aGAo3biyZbdkJOzYnNujnwsOMMQtManWWVZq1UGW+j5N9HrkizqvEeLuiVvgBYV/m0zrfJ0nJjDPqtsAAACrSURBVBjTY2CgBrBzEpCVdeFiRhJisnf2AAMWa3aYmJktWEAaRFoaQMQMGYEcCXcGBikxIINTCyTGZgRkijJwS4pzMPADmYyqDAyKOiBdwuwyHh4iHHwgtgYTgzyI5mUQAlGCDDwgSoFBBVNQnUGZFV27nBIDg7YH2CJ2mEWsaiDr9UCiEm5QJ+lrQhxqzIlwvIkuzEts5pwQb1qZciP53sLGwdVRACVAyAcAMh0na82F6coAAAAASUVORK5CYII=');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: all 0.3s ease;
    cursor: pointer;
}
.plr_episode_watched:hover {
	opacity: 0.8;
}
.plr_episode_watched.watched {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADbUExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////96tEqYAAABIdFJOUwD3Cgbt+CkMD/lODejvIbF7aGAouN2yJNhk7LdlnDGfDgujMNvWLcSpWdVWakGWPvr0TXqL5BGv4jruiVvghQV/m0x8650nJmsRi9AAAACrSURBVBjTY2CgBrB3EpCVdeZiRhJisnPxAAMWa3aYmKUtWEAKRFroQ8SMGIEcaXcGBnExIINTGyTGZghkijBwS8pwMPADmYxqDAyKWiBdwuwSHh6iHHwgtioTgxKI5mUQAlGCDDwgSp5BHVNQg0GZFV27igIDg44H2CJ2mEWsciDr9UCi0m5QJxloQhxqzIlwvKkuzEts5pwQb1qZcCP53szGwdVRACVAyAcANJsna7I1woIAAAAASUVORK5CYII=');
	opacity: 1;
}
.nv .plr_episode_watched {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADbUExURQAAANbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1ilVdjkAAABIdFJOUwD3Cgbt+CkMD/lODejvIbFoe2AouN2y2GUkZOy3nJ8wqTEt28TWDqMLWWrVVkGWPvpN9HrkixE6r+LuiVvgBYV/m3xM650nJiq5ONoAAACqSURBVBjTrZDXEoJQDEQXlCY27AXsvffe6/3/L5KAjKhvjnm4u/fMZDYJ8I/anTXDOPk8LsTvL8wq71py2HxrgSy9y77Nhpz50e9AOmEapUNMHJk2BjWTkhEyLVcCGm3qikpJxuJykHyVR500gAhJGH6SHCrfsIC88NlergEtZgVJTpBQpPgeUf32HGnQtAcdK6/hJ11nJXGh2Guupqpr+9nmcD1qbwf5vR40kSdrYVHgrQAAAABJRU5ErkJggg==');
}
.nv .plr_episode_watched.watched {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADbUExURQAAANbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1ilVdjkAAABIdFJOUwD3Cgbt+CkMD/lODejvIbFoe2AouN2y2GUkZOy3nJ8wqTEt28TWDqMLWWrVVkGWPvpN9HrkixE6r+LuiVvgBYV/m3xM650nJiq5ONoAAACqSURBVBjTrZDXEoJQDEQXlCY27AXsvffe6/3/L5KAjKhvjnm4u/fMZDYJ8I/anTXDOPk8LsTvL8wq71py2HxrgSy9y77Nhpz50e9AOmEapUNMHJk2BjWTkhEyLVcCGm3qikpJxuJykHyVR500gAhJGH6SHCrfsIC88NlergEtZgVJTpBQpPgeUf32HGnQtAcdK6/hJ11nJXGh2Guupqpr+9nmcD1qbwf5vR40kSdrYVHgrQAAAABJRU5ErkJggg==');
}

.plr_episode_prev, .plr_episode_next {
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	bottom: 4px;
	z-index: 1; /* было 100001 | 25.04 */
	opacity: 0.8;
}
.plr_episode_prev {
	left: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAeElEQVQ4jd3UzQ1AQBCG4Y2DhGqcNIBoQSuKUYm+uHkdrMTBZM0a2cR3n2ezmR/nfhMgBwagssBKYObIBvRW2JnJEluA2gpbgSY5VghYq8Y8ON5g3dP6LOpVTcy/7FGpKZ+g+k4H0LjBDqBxqyeg747DBbU7X0mzAymuSWfKXk8JAAAAAElFTkSuQmCC');
}
.plr_episode_next {
	right: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAbUlEQVQ4jdWUsQ2AMAwEI6RIjANVJqBhAFZhmuwRGIySo4CGiCr+SORq6yzLfjvXNMAILIBXyGbg5CYBvVUYeWOTAgE4MulmlU5NS/ca0jWv64o7WJCOLF2KWvZ12OVpoUL0tM/hkQ6o3tdvuABsDUk5DyWdywAAAABJRU5ErkJggg==');
}
.plr_episode_prev:hover, .plr_episode_next:hover {
	opacity: 1;
	cursor: pointer;
}
.plr_episode_prev.disabled, .plr_episode_next.disabled {
	display: none;
}

.plr_stub {
    background: var(--bg);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.playlists-alert-img {
	width: 120px;
}

.plr_stub span.fal {
    font-size: 70px;
    color: inherit;
}

.plr_stub_title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--tt);
}

.plr_stub_descr {
    font-size: 16px;
    color: var(--tt-fade-0);
}

.plr_stub_descr span {
    font-weight: bold;
    color: var(--tt-accent);
    display: block;
}

.plr_stub_btn {
    background: var(--bg-btn);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.plr_stub_btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--bg-btn-hover);
}

.plr_stub_btn:focus { /* добавил | 06.04 */
    color: #fff;
}

.promo { /* добавил | 09.04 */
    margin-top: 10px;
}
.promo span { /* добавил | 09.04 */
    font-weight: bold;
    color: #00245F;
}

/* плеер | добавлено 04.03 */
.plr_top_block {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #d1d8e6;
    border-bottom-color: transparent;
    /*max-width: 756px; не нужно уже | 04.04 */ /* добавил | 06.03 */
}
.nv .plr_top_block {
    border: 1px solid var(--bg-dark);
    border-bottom: 0;
}
.plr_options_list {
    display: inline-flex;
    gap: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    flex-basis: 0;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    max-width: 100%;
    min-width: 50px;
    margin: 0 7px;
}
.plr_option, .diff_plr_option {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tt-2);
    cursor: pointer;
}
.plr_option.active {
    color: var(--tt-accent);
    border-bottom: 1px solid var(--tt-accent);
    cursor: default;
}
.plr_complaint {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 15px;
}
.plr_complaint a {
    color: var(--accent-red);
    line-height: 34px;
}

/* предупреждение о возрасте */
.plr_age_attention {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 7px 7px;
    background-color: #111112c4;
    z-index: 2;
    backdrop-filter: blur(7px);
    display: flex;
    justify-content: center;
    border: 1px solid var(--bg-darkest);
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: default;
}
.plr_age_attention.show {
    opacity: 1;
    visibility: visible;
}
.plr_attention_content {
    margin: 10px;
    max-width: 520px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.plr_attention_content i {
    font-size: 40px;
    margin-bottom: 10px;
}
.plr_attention_text span {
    color: #fff;
}
.plr_attention_text p {
    font-size: 90%;
    margin-top: 5px;
    color: #878787;
}
.plr_attention_text a {
    color: #fff;
    text-decoration: underline !important;
}
.plr_attention_text a:hover {
    color: var(--ui-bg-btn);
}
.plr_attention_buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}
.plr_attention_button {
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 5px;
    transition: all 0.3s ease;
    position: relative;
	flex: 1;
    white-space: nowrap;
}
.plr_attention_button:hover {
    color: #fff;
}
.plr_attention_button.back {
    border: 1px solid #fff;
}
.plr_attention_button.agree {
	background: rgb(255 255 255 / 25%);
    color: #fff;
}
.plr_attention_button.agree:hover {
    background: rgb(255 255 255 / 52%);
}

/* Diff player */
.diff .above_plr {
    margin-bottom: 5px;
}

.diff_plr_option {
    padding: 7px 10px;
    border: 1px solid #d1d8e6;
    border-radius: 5px;
    text-transform: unset;
    white-space: nowrap;
    transition: all 0.3s;
}

.diff_plr_option > span {
    margin-right: 5px;
}

.nv .diff_plr_option {
    border-color: var(--bg-dark);
}

.diff_plr_option:hover {
    background-color: var(--bg-2);
    border-color: var(--bg-2);
}

.diff_plr_option.active {
    color: var(--tt-dark);
    background-color: var(--tt-accent);
    border-color: var(--tt-accent);
}
.nv .diff_plr_option.active {
    background-color: var(--accent-green);
    border-color: var(--accent-green);
}

.diff .plr_options_list {
    margin: 0;
    gap: 5px;
    padding: 5px;
    background: linear-gradient(to right, var(--bg) 7px, hsla(0,0%,100%,0)) left / 30px 100%,
		radial-gradient(at left, rgb(0 0 0 / 40%), transparent 70%) left / 10px 100%,
		linear-gradient(to left, var(--bg) 15px, hsla(0,0%,100%,0)) right / 30px 100%,
		radial-gradient(at right, rgb(0 0 0 / 40%), transparent 70%) right / 10px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
}
.nv .diff .plr_options_list {
    background: linear-gradient(to right, var(--bg) 7px, hsla(0,0%,100%,0)) left / 30px 100%,
		radial-gradient(at left, rgb(255 255 255 / 25%), transparent 70%) left / 10px 100%,
		linear-gradient(to left, var(--bg) 15px, hsla(0,0%,100%,0)) right / 30px 100%,
		radial-gradient(at right, rgb(255 255 255 / 25%), transparent 70%) right / 10px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
}

.diff_plr_element {
    display: none;
}

.diff_plr_element.active {
    display: flex;
    justify-content: center;
}

.diff .plr_info_2 {
    background-color: var(--bg-2);
    padding: 4px 5px;
    border-radius: 4px;
    border: 1px solid var(--accent-red);
    margin: 5px 0;
    position: relative;
    color: var(--tt-2);
    padding-left: 40px;
}

.diff .plr_info_2::before {
    content: "\f12a";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-color: var(--accent-red);
    text-align: center;
    color: #fff;
    border-radius: 20px;
    line-height: 20px;
}

.diff_under_plr {
    display: flex;
    justify-content: space-between;
    background-color: var(--bg-2);
    padding: 10px;
    border-radius: 0 0 4px 4px;
}

.diff_under_plr .ya-share2 {
    margin: 0;
}

.diff_under_plr .options > * > div {
    padding: 4px 7px;
    border-radius: 5px;
    border: 1px solid var(--tt-2);
    color: var(--tt-2);
    font-size: 12px;
    transition: all 0.3s;
}

.diff_under_plr .options {
    display: flex;
    align-items: center;
    gap: 5px;
}

.diff_under_plr .options > * > div > .fal {
    margin-right: 5px;
}

.diff_under_plr .options > *:last-child > div {
    border-color: var(--accent-red);
}

.diff_under_plr .options > *.plr_theme_switch > div {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
}

.plr_theme_switch span::before {
    position: absolute;
    transition: transform .3s ease-in-out;
    left: 5px;
    top: 6px;
}
.nv .plr_theme_switch span::before {
    content: "\f186";
    transform: rotate(-360deg);
}

.diff_under_plr .options > *:hover > div {
    background-color: var(--bg);
    border-color: var(--bg);
    color: var(--tt);
}

.diff_under_plr .options > *:last-child:hover > div {
    background-color: var(--accent-red);
    border-color: var(--accent-red);
}

.diff_under_plr .options > * > div.active {
    color: #fff;
    border-color: #ef1956;
    background-color: #ef1956;
}
.diff_under_plr .options > *:hover > div.active {
    border-color: #ef1956b3;
    background-color: #ef1956b3;
}
/* --- */


@media screen and (max-width: 1200px) { /* добавил | 06.03 */
    .plr_main, .plr_top_block { /* добавил | 06.03 */
        margin: 0 auto;
    }
    .plr_under_block, .screens { /* добавил | 19.03 */
        margin: 5px auto;
    }
    .plr_under_block_2, .screens {
        margin: 5px auto;
    }
}

@media (max-width: 760px) { /* добавил | 06.03 */
    .plr_video, .trailer:not(:empty) { /* добавил | 06.03 */
        height: 360px;
    }
    .plr_element:first-child .plr_box:empty {
        min-height: 364px;
    }
    .plr_title { /* добавил | 17.03 */
        font-size: 13px;
        margin-bottom: 0;
    }
    .plr_info {
        margin-bottom: 5px;
        line-height: normal;
        font-size: 11px;
    }
    .plr_info_2 {
        margin-bottom: 5px;
        line-height: normal;
        font-size: 11px;
    }
    .plr_complaint { /* добавил | 17.03 */
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }
    .plr_under_block { /* добавил | 19.03 */
    	font-size: 11px; 
    }
    .plr_under_block_2 {
    	font-size: 11px; 
    }
}

@media (max-width: 590px) { /* добавил | 06.03 */
    .plr_video, .trailer:not(:empty) { /* добавил | 06.03 */
        height: 290px;
    }
    .plr_element:first-child .plr_box:empty {
        min-height: 294px;
    }
    .plr_fix_info { /* добавил | 19.03 */
        display: table;
        margin: 0 auto;
    }
    .playlists-alert-img { /* добавил | 06.04 */
        width: 70px;
    }
    .plr_stub span.fal {
        font-size: 45px;
    }
    .plr_stub_title { /* добавил | 06.04 */
        margin-top: 10px;
        font-size: 16px;
    }
    .plr_stub_descr { /* добавил | 06.04 */
        font-size: 14px;
    }
    .plr_stub_btn { /* добавил | 06.04 */
        font-size: 12px;
        padding: 7px 12px;
        margin-top: 10px;
    }
    .plr_attention_content {
        font-size: 11px;
    }
    .plr_attention_content i {
        font-size: 30px;
    }
    .plr_attention_buttons {
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .plr_attention_button {
        padding: 7px 5px;
        border-radius: 3px;
        width: 70%;
        min-width: 240px;
    }
    
    .diff_under_plr {
        padding: 10px 5px;
    }

    .diff_under_plr .options {
        gap: 3px;
    }

    .diff_under_plr .options > * > div {
        padding: 3px;
        border-radius: 3px;
        font-size: 12px;
    }
    
    .plr_theme_switch {display:none;}
}
@media (max-width: 450px) { /* добавил | 18.03 */
    .plr_options_list {
        gap: 7px;
    }
    .plr_option { /* добавил | 18.03 */
        font-size: 12px;
    }
    
    .plr_info { /* добавил | 19.03 */
        font-size: 10px;
    }
    .plr_info_2 { /* добавил | 19.03 */
        font-size: 11px;
    }
    .plr_notification {
        font-size: 10px;
        width: 270px;
        left: calc(50% - 135px);
        padding: 3px 7px;
    }
    .plr_notification_header {
        margin-bottom: 0px;
    }
    
    .plr_attention_buttons {
        gap: 8px;
    }
    
    .diff_under_plr .options > * > div {
        font-size: 11px;
    }
    
    .diff_player { /* добавил | 07.10.2025 */
        font-size: 12px;
    }
    
    .diff_plr_element.video-responsive {
        padding-top: 70%;
    }
}
@media (max-width: 390px) { /* добавил | 18.03 */
    .plr_options_list {
        margin: 0 7px;
    }
    .plr_option { /* добавил | 18.03 */
        font-size: 9px;
        font-weight: normal;
    }
    
    .plr_stub_descr, .promo { /* добавил | 06.04 */
        font-size: 12px;
    }
    
    .diff_under_plr {
        padding: 10px;
        flex-direction: column-reverse;
        align-items: center;
        gap: 5px;
    }

    .diff_under_plr .options {
        gap: 5px;
        width: 100%;
        flex-wrap: wrap;
    }

    .diff_under_plr .options > * {
        flex: 1;
        white-space: nowrap;
    }

    .diff_under_plr .options > * > div {
        padding: 4px 7px;
        border-radius: 5px;
        font-size: 11px;
        text-align: center;
    }
    
    .diff_player { /* добавил | 07.10.2025 */
        font-size: 11px;
    }

    .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
        height: 28px;
        width: 28px;
        background-size: 28px 28px;
    }
    .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:not(:last-child) {
        margin-right: 10px;
    }
    
    .plr_attention_content {
        font-size: 10px;
    }
    .plr_attention_content i {
        margin-bottom: 5px;
    }
    .plr_attention_buttons {
        gap: 5px;
    }
    .plr_attention_button {
        padding: 5px;
    }
}