* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style-type: none;
}

html, body, .pl-player-wrap, video, .pl-ads-overlay {
    height: 100%;
    width: 100%;
    font-family: Verdana,Tahoma, sans-serif;
    overflow: hidden;
    position: absolute;
}

body {
    background: #000;
    color:#eeeeee;
    overflow:hidden;
}

video {
    position: absolute;
}

.pl-ads-overlay {
    position: absolute;
    z-index: 2147483645;
    top: 0;
    left: 0;
    height: calc(100% - 72px);
    /*background: darkolivegreen;*/
}

.pl-ads-overlay__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

}

.pl-ads-overlay__skip {
    position: absolute;
    padding: 10px 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    top: 20px;
    right: 20px;
    display: none;

}

.pl-ads-overlay__skip a {
    color: #fff;
}

/*
 *   css for flash player & poster link
 **/

#flash_player {padding: 20%; color: #666; font-family: Arial, sans-serif; }
#flash_player ul {padding-left: 10px;}
#flash_player ul li a {color: #666;}
.iLink {display: block; position: absolute; width: 568px; height: 321px; background: url(https://cdn-st1.rtr-vesti.ru/pvc_cdn/images/mulazh_big.png) no-repeat; top: 0px; left: 0px;}
.small-screen-link {display: block; position: absolute; width: 100%; height: 100%; background: url(https://cdn-st1.rtr-vesti.ru/pvc_cdn/images/play_hover.png) 50% 50% no-repeat; top: 0px; left: 0px;}
.warning {position:absolute;top:0;left:0;width:100%;background:white;color:black;z-index:100;line-height:35px;text-align:center;font-size:18px;}



.pl-vid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    font-size: 10px;
    z-index: 2147483645;
}



.pl-vid-overlay__inner {
    width: 95%;
    height: 95%;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    margin: 24px;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;

}

.pl-vid-overlay__inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 18%,rgba(0,0,0,0.23) 43%,rgba(0,0,0,0.67) 100%);
    width: calc(100% + 48px);
    height: 150px;

}


.pl-vid-overlay__inner:before {
    content: '';
    display: block;
    position: absolute;
    top: -24px;
    left: -24px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.67) 0%,rgba(0,0,0,0.23) 57%,rgba(0,0,0,0.07) 82%,rgba(0,0,0,0) 100%);
    width: calc(100% + 48px);
    height: 150px;

}


.pl-vid__msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.pl-vid__msg p {
    position: absolute;
    bottom: 20%;
    left: 0;
    padding: 0 15%;
    width: 70%;
    text-align: center;
    font-size: 22px;
}


.pl-vid__controls {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 4.8em;
    border-radius: 3px;
    display: flex;
    z-index: 9;
}

.pl-vid__controls .pl-vid__play-pause {
    width: 8.4em;
    background-color:rgba(0, 148, 221, 1);
    border: 1px solid rgba(0, 148, 221, 1);
    height: 4.8em;
    border-radius: 3px;
    position: relative;
    display: block;
    vertical-align: middle;
    cursor: pointer;
}

.pl-vid__controls .pl-vid__play-pause:hover {
    background-color:rgba(0, 148, 221, 0.3);
    border: 1px solid rgba(49, 94, 115, 1);
}

.pl-vid__controls .pl-vid__play-pause:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.6em;
    height: 2.0em;
    margin-top: -1em;
    margin-left: -0.8em;
    background: url("/images/svg/play.svg") 0 0 no-repeat;
}

.pl-vid__controls .pl-vid__play-pause.pl-vid_play:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1.6em;
    height: 2.0em;
    margin-top: -1em;
    margin-left: -0.8em;
    background: url("/images/svg/pause.svg") 0 0 no-repeat;
}

.pl-vid__controls .pl-vid__play-pause.pl-vid_replay:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 2.3em;
    height: 2.5em;
    margin-top: -1.3em;
    margin-left: -1.2em;
    background: url("/images/svg/repeat.svg") 0 0 no-repeat;
}

.pl-vid__controls .pl-vid__btns {
    height: 48px;
    display: block;
    vertical-align: middle;

}


.pl-vid__controls .pl-vid__btns .pl-vid__btns-wrap {
    display: flex;
    width: 100%;
}

.pl-vid__controls .pl-vid__btns .pl-vid__btn-wrap {
    display: block;
    width: 3.4em;
    position: relative;
}

.pl-vid__controls .pl-vid__btns .pl-vid__btn {
    height: 4.8em;
    width: 3.4em;
    position: relative;
    cursor: pointer;
}

.pl-vid__controls .pl-vid__btns .pl-vid__btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    height: 2em;
    top: 50%;
    margin-top: -1em;
    left: 50%;
    margin-left: -1em;
    opacity: 0.7;
}








.pl-vid__controls .pl-vid__btns .pl-vid__btn:hover:after {
    opacity: 1;
}

.pl-vid__controls .pl-vid__btns .pl-vid__volume-btn:after {
    width: 2.3em;
    background: url("/images/svg/sound.svg") 0 0 no-repeat;
}


.pl-vid__controls .pl-vid__btns .pl-vid__volume-btn_muted:after {
    width: 2.5em;
    margin-top: -1.1em;
    height: 2.2em;
    background: url("/images/svg/mute.svg") 0 0 no-repeat;
}



.pl-vid__controls .pl-vid__btns .pl-vid__playlist-btn:after {
    background-position: 0 -23px;
}

.pl-vid__controls .pl-vid__btns .selected.pl-vid__playlist-btn:after {
    background-position: -25px -23px;
}

.pl-vid__controls .pl-vid__btns .pl-vid__system-btn:after {
    background: url("/images/svg/settings.svg") 0 0 no-repeat;
}

.pl-vid__controls .pl-vid__btns .pl-vid__fullscreen-btn:after {
    background: url("/images/svg/arrow2.svg") 0 0 no-repeat;
}


.pl-vid__controls .pl-vid__btns .pl-vid__subtitle-btn:after {
    background: url("/images/svg/sub.svg") 0 0 no-repeat;
}

.pl-vid__controls .pl-vid__btns .pl-vid__subtitle-btn.active:after {
    opacity: 1;
}

.pl-vid__controls .pl-vid__btns .pl-vid__views-btn:after {
    width: 2.3em;
    margin-top: -0.7em;
    background: url("/images/svg/eye.svg") 0 0 no-repeat;
}

.pl-vid__controls .pl-vid__btns .pl-vid__quality-btn:after {
    width: 2.3em;
    background-position: 0 -49px;
}

.pl-vid__controls .pl-vid__btns .pl-vid__quality-btn .pl-vid__bubble {
    display: none;
    left: 14px;
}

.pl-vid__controls .pl-vid__btns .pl-vid__quality-btn:hover .pl-vid__bubble  {
    display: block;
}


.pl-vid__controls .pl-vid__btns .pl-vid__settings-btn:after {
    width: 2.3em;
    background: url("/images/svg/settings.svg") 0 0 no-repeat;
}

.pl-vid__controls .pl-vid__btns .pl-vid__settings-btn .pl-vid__bubble {
    display: block;
    left: 14px;
}

.pl-vid__controls .pl-vid__btns .pl-vid__settings-btn:hover .pl-vid__bubble  {
    display: block;
}

.pl-vid__controls .pl-vid__btns .pl-vid__views-btn .pl-vid__bubble {
    display: none;
    left: 14px;
}

.pl-vid__controls .pl-vid__btns .pl-vid__views-btn:hover .pl-vid__bubble  {
    display: block;
}






.pl-vid__controls .pl-vid__progress-wrap {
    display: block;
    flex-grow: 1;
    vertical-align: middle;
    height: 4.8em;
}


.pl-vid__controls .pl-vid__progress-wrap .pl-vid__progress-wrap-inner {
    display: flex;
}

.pl-vid__controls .pl-vid__progress-wrap .pl-vid__time {
    padding: 0 1em 0 1.2em;
    height: 4.8em;
    line-height: 4em;
    font-size: 1.2em;
    color: #fff;
    display: block;
}

.pl-vid__controls .pl-vid__progress-block {
    display: block;
    flex-grow: 1;
    width: 100%;
    vertical-align: middle;
}


.pl-vid__controls .pl-vid__progress-block__inner {
    margin-left: 2.4em;
    position: relative;
    height: 4.8em;
    cursor: pointer;
}

.pl-vid__controls .pl-vid__progress-block__inner .pl-vid__bubble {
    display: none;
}

.pl-vid__controls .pl-vid__progress-block__inner:hover .pl-vid__bubble, .pl-vid__controls .pl-vid__progress-block__inner.active .pl-vid__bubble {
    display: block;
}

.pl-vid__controls .pl-vid__progress {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: -0.3em 0 0;
    position: relative;
    top: 50%;
    height: 0.4em;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.pl-vid__controls .pl-vid__progress .pl-vid__buffer {
    position: absolute;
    width: 0%;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    height:  0.4em;
    z-index: 4;
}

.pl-vid__controls .pl-vid__progress .pl-vid__progress-inner {
    position: absolute;
    width: 0%;
    left: -1px;
    top: -1px;
    border: 1px solid white;
    background: #fff;
    border-radius: 3px;
    height:  0.4em;
    z-index: 5;
}

.pl-vid__controls .pl-vid__progress .pl-vid__progress-inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    border: 0.3em solid white;
    background-color: #44464d;
    border-radius: 0.8em;
    top: 50%;
    right: 0px;
    margin-top: -0.8em;
    margin-right: -0.8em;
}

/*.pl-vid__controls .pl-vid__progress .pl-vid__progress-inner:hover:after {*/
    /*background-color: #0094dd;*/
/*}*/


.pl-vid__bubble {
    background: rgba(34, 34, 34, 0.5);
    width: 80px;
    position: absolute;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    bottom: 100%;
    margin-bottom: 6px;
    margin-left: -42px;
    z-index: 9999999;
}

.pl-vid__bubble:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-top: 6px solid rgba(34, 34, 34, 0.5);
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
}


.pl-vid__controls .pl-vid__btns .pl-vid__settings-btn .pl-vid__bubble_settings {
    padding: 6px 0;
    width: 180px;
    margin-left: -140px;
    display: none;
}

.pl-vid__settings-item {
    padding: 5px 15px;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 24px;
}

.pl-vid__settings-item:hover {
    background-color: #303030;
}

.pl-vid__settings-item__switcher {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 4px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 32px;
}

.pl-vid__settings-item__switcher:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 3px solid white;
    background-color: #44464d;
    border-radius: 8px;
    top: 50%;
    left: 0px;
    margin-top: -8px;
    margin-right: 0px;
    transition: all 0.5s ease-out;
}

.pl-vid__settings-item__switcher_active:after {
    right: 0px;
    left: auto;
    transition: all 0.5s ease-out;
}

.pl-vid__settings-item__current {
    display: inline;
    float: right;
    opacity: 0.6;
    padding-right: 18px;
    width: 70px;
    text-align: right;
}

.pl-vid__settings-item_list {
    overflow: hidden;
}

.pl-vid__settings-item_list:after {
    content: '›';
    color: #fff;
    position: absolute;
    right: 16px;
    font-size: 16px;
    font-weight: bold;
}

.pl-vid__settings-list {
    display: none;
}


.pl-vid__bubble:after {
    left: 75%;
}


.pl-vid__volume-wrap {
    display: none;
    background: rgba(34, 34, 34, 0.5);
    width: 29px;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    bottom: 100%;
    margin-bottom: 6px;
    margin-left: -10px;
    left: 50%;
    height: 72px;
    z-index: 9999999;
}

.pl-vid__btn-wrap_volume:hover .pl-vid__volume-wrap {
    display: block;
}

.pl-vid__volume-wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 29px;
    height: 6px;
    bottom: -6px;
    left: 0%;
}

.pl-vid__volume-wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-top: 6px solid rgba(34, 34, 34, 0.5);
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
}

.pl-vid__volume-progress-bar {
    position: absolute;
    top: 12px;
    left: 7px;
    width: 3px;
    height: 48px;
    border-radius: 3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    cursor: pointer;

}

.pl-vid__volume-progress-bar__inner-line {
    background: rgba(34, 34, 34, 0.5);
    width: 3px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pl-vid__volume-progress-bar__inner {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 5px;
    border-radius: 3px;
    background-color: #fff;
}


.pl-vid__volume-progress-bar__inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: 2px solid white;
    background-color: #44464d;
    border-radius: 8px;
    top: -5px;
    left: -2px;
}
/*.pl-vid__volume-progress-bar:hover .pl-vid__volume-progress-bar__inner:after {*/
    /*background-color: #0094dd;;*/
/*}*/



.pl-vid__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 64px;

}

.pl-vid__logo {
    float: left;
    padding-right: 24px;
}

.pl-vid__info {
    overflow: hidden;
}

.pl-vid__title {
    font: normal 1.8em Sans-Serif;
    padding-top: 0.3em;
    padding-right: 7.2em;
}



.pl-vid__subtitle {
    padding-top: 0.7em;
    font: normal 1.2em sans-serif;
    opacity: 0.6;
    position: relative;
    padding-right: 2.4em;
    display: inline-block;
    padding-bottom: 0.9em;
}

.pl-vid__subtitle_with-playlist {
    cursor: pointer;
}

.pl-vid__subtitle_with-playlist:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.7em;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background:  rgba(34, 34, 34, 0.5) url("https://cdn-st1.rtr-vesti.ru/pvc_cdn/images/videoplayer.png") 4px -166px;

}

.pl-vid__like {
    display: none;
    height: 96px;
    width: 48px;
    position: absolute;
    top: 84px;
    right: 24px;
    background: rgba(34, 34, 34, 0.5);
    border-radius: 3px;
    cursor: pointer;
    z-index: 999;
}

.pl-vid__like-btn {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.pl-vid__like-btn img {
    width: 20px;
    height: 20px;
    padding: 14px 0 0 14px;
    opacity: 0.7;
}

.pl-vid__like-btn:hover img {
    opacity: 1;
}


.pl-vid__share {
    height: 4.8em;
    width: 4.8em;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.5);
    border-radius: 3px;
    cursor: pointer;
}

.pl-vid__share:after {
    content: '';
    background: url("/images/svg/share_sm.svg") 0 0 no-repeat;
    width: 2em;
    height: 2.1em;
    top: 1.4em;
    left: 1.4em;
    position: absolute;
    opacity: 0.7;
}

.pl-vid__share:hover:after {
    opacity: 1;
}

.pl-vid__share-icons {
    position: absolute;
    top: 7.2em;
    right: 0px;
    height: 4.8em;
    width: 20.6em;
    background: rgba(34, 34, 34, 0.5);
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

.pl-vid__share-icons:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-bottom: 6px solid rgba(34, 34, 34, 0.5);
    top: -1.2em;
    right: 1.8em;
    margin-left: -0.6em;
}

.pl-vid__share-icon {
    padding:0 1.2em;
    width: 15px;
    height: 48px;
    position: relative;
    float: left;

}

.pl-vid__share-icon:after {
    content: '';
    position: absolute;
    width:1.5em;
    height: 1.7em;
    top: 1.6em;
    opacity: 0.7;
}

.pl-vid__share-icon:hover:after {
    opacity: 1;
}

.pl-vid__share-icon_fb:after {
    background: url("/images/svg/facebook.svg") 0 0 no-repeat;
}

.pl-vid__share-icon_vk:after {
    background: url("/images/svg/vk.svg") 0 0 no-repeat;
}

.pl-vid__share-icon_ok:after {
    background: url("/images/svg/ok.svg") 0 0 no-repeat;
}

.pl-vid__share-icon_tw:after {
    background: url("/images/svg/twitter.svg") 0 0 no-repeat;
}

.pl-vid__share-icon_code:after {
    background: url("/images/svg/Code.svg") 0 0 no-repeat;
    width: 1.7em;
}


.pl-vid__share-icons__close {
    display: none;
}



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}


.jspPane {
    position: absolute;
}


.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0px;
    width: 21px;
    padding-left: 3px;
    height: 100%;
    border-left: 1px solid #4f597b;
}


.pl-vid-playlist_episodes .jspVerticalBar {
    border: none;
    width: 3px;
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}


.jspHorizontalBar {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 23px;
    background: none;
    display: none;
}


.jspHorizontalBar .jspTrack {
    display: none;
}


.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}


.jspCap {
    display: none;
}


.jspHorizontalBar .jspCap {
    float: left;
}


.jspTrack {
    position: relative;
}


.jspDrag {
    background: #4f597b;
    margin-left: 3px;
    position: relative;
    top: 0;
    left: 0;
    width: 12px;
    border-radius: 3px;
    cursor: pointer;
}


.pl-vid-playlist_episodes .jspDrag {
    background: #fff;
    margin: 0;
    width: 3px;
    border-radius: 1px;
}


.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}


.jspArrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}


.jspArrow.jspDisabled {
    cursor: default;
}


.jspVerticalBar .jspArrow {
    position: relative;
    height: 24px;
    width: 24px;
}


.jspVerticalBar .jspArrow:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 10px;
    top: 7px;
    left: 0px;
    background: url("../../i/icons.png") 0 -269px no-repeat;
}


.jspVerticalBar .jspArrow:hover:after, .jspVerticalBar .jspArrow.selected:after {
    background-position-x: -22px;
}


.jspVerticalBar .jspArrowDown:after {
    background-position: 0 -279px;
}


.jspHorizontalBar .jspArrow:hover {
    border-color: #66ccff !important;
    border-radius: 2px;
}


.jspHorizontalBar .jspArrowRight {
    float: right;
    background-position-x: -18px;
}


.jspHorizontalBar .jspArrow.selected {
    background-position-y: -24px;
}


.jspVerticalBar .jspArrow:focus {
    outline: none;
}


.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}


.jspArrow {
    border: 0px;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
/* line 168, ../source/_jscrollpane.scss */
* html .jspCorner {
    margin: 0 -3px 0 0;
}



.pl-vid-playlist_series {
    position: absolute;
    top: 72px;
    padding: 24px 0;
    background: rgba(34, 34, 34, 0.5);
    overflow: hidden;
    width: 100%;
    visibility: hidden;

}

.pl-vid-playlist_series .pl-vid-playlist_series__wrapper {
    margin: 0 44px;
    height: 70px;
    overflow: hidden;
    outline: none;
}

.pl-vid-playlist_series .pl-vid-playlist_series__list {
    width: 39000px;
}

.pl-vid-playlist_series .pl-vid-playlist_series__item {
    float: left;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin-right: 24px;
}

.pl-vid-playlist_series .pl-vid-playlist_series__item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.pl-vid-playlist_series .pl-vid-playlist_series__item.current {
    background: rgba(255, 255, 255, 0.2);
}

.pl-vid-playlist_series .pl-vid-playlist_series__item a {
    display: block;
}

.pl-vid-playlist_series .pl-vid-playlist__arrow_right, .pl-vid-playlist_series .pl-vid-playlist__arrow_left {
    width: 11px;
    height: 16px;
    background: url("https://cdn-st1.rtr-vesti.ru/pvc_cdn/images/videoplayer.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    border: none;
    outline: none;
    cursor: pointer;
}

.pl-vid-playlist_series .pl-vid-playlist__arrow_left {
    left: 19px;
    background-position: 0 -146px;
}

.pl-vid-playlist_series .pl-vid-playlist__arrow_left.selected {
    background-position: 0 -176px;
}

.pl-vid-playlist_series .pl-vid-playlist__arrow_right {
    right: 19px;
    background-position: -11px -146px;
}

.pl-vid-playlist_series .pl-vid-playlist__arrow_right.selected {
    background-position: -11px -176px;
}

.pl-vid-playlist_episodes {
    position: absolute;
    top: 72px;
    padding: 24px 0;
    background: rgba(34, 34, 34, 0.5);
    overflow: hidden;
    width: 100%;
    visibility: hidden;
}

.pl-vid-playlist_episodes .pl-vid-playlist_episodes__wrapper {
    margin: 0 24px;
    height: 226px;
    overflow: hidden;
    outline: none;
}

.pl-vid-playlist_episodes .pl-vid-playlist_episodes__item {
    color: #fff;
    margin-right: 24px;
    min-height: 48px;
}

.pl-vid-playlist_episodes .pl-vid-playlist_episodes__item.selected {
    color: #f51a41;
}

.pl-vid-playlist_episodes .pl-vid-playlist_episodes__item a {
    display: block;
}

.pl-vid-playlist_episodes .pl-vid-playlist_episodes__item a .pl-vid-playlist_episodes__item__number {
    float: left;
    padding: 0 2.4em 0 4em;
    font-size: 1.8em;
}

.pl-vid-playlist_episodes__item a h3 {
    font-size: 1.8em;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
}


.pl-vid-modal {
    display: none;
    position: relative;
    top: 40%;
    margin: 0 auto;
    max-width: 500px;
    min-width: 200px;
    background: rgba(34, 34, 34, 0.7);
    border-radius: 3px;
    padding: 24px;
    word-wrap: break-word;
    z-index: 99999999999;

}

.pl-vid-modal a {
    text-decoration: underline;
}

.pl-player-wrap_next-series video {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.pl-player-wrap_next-series .pl-vid-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.pl-player-wrap_next-series .pl-vid-playlist_series {
    display: block;
    background: none;
    top: auto;
    bottom: 72px;
}


.pl-vid-next {
    width: 100%;
    height: 190px;
    position: absolute;
    bottom:250px;
    display: none;
}

.pl-player-wrap_next-series .pl-vid-next {
    display: block;
}

.pl-vid-next .pl-vid-next__header {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 24px 24px;
}

.pl-vid-next .pl-vid-next__icon {
    width: 84px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin: 5px auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.pl-vid-next .pl-vid-next__icon:hover {
    background-color: #0094dd;
}

.pl-vid-next .pl-vid-next__icon a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999;
}

.pl-vid-next .pl-vid-next__icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 20px;
    margin-top: -10px;
    margin-left: -8px;
    background: url("https://cdn-st1.rtr-vesti.ru/pvc_cdn/images/videoplayer.png") 0 -80px no-repeat;
}


.pl-vid-next .pl-vid-next__icon .progress {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 48px;
    cursor: pointer;
    background: #0094dd;
}

.pl-vid-next .pl-vid-next__title {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 0 0 24px;
}


.pl-player-wrap_ads .pl-vid__play-pause,
.pl-player-wrap_ads .pl-vid__progress-wrap,
.pl-player-wrap_ads .pl-vid__fullscreen-btn,
.pl-player-wrap_ads .pl-vid__subtitle-btn,
.pl-player-wrap_ads .pl-vid__quality-btn,
.pl-player-wrap_ads .pl-vid__views-btn,
.pl-player-wrap_ads .pl-vid__share,
.pl-player-wrap_ads .pl-vid__header   {
    visibility: hidden;
}

.pl-player-wrap_ads .pl-vid__btn-wrap_volume {
    display: block;
    float: right;
}

@media (max-width: 800px) {

    .pl-vid-overlay {
        font-size: 9px;
    }

    .pl-vid-next {
        bottom: 140px;
        height: 135px;
    }

    .pl-player-wrap_next-series .pl-vid-playlist_series {
        bottom: 40px;
    }

    .pl-vid-next .pl-vid-next__header {
        padding: 6px;
    }

    .pl-vid-next .pl-vid-next__title {
        padding: 6px 12px 12px;
        font-size: 18px;
    }

    .pl-vid__logo img {
        width: 7.5em;
    }

    .pl-vid__title {
        font-size: 1.6em;
    }

    .pl-vid__subtitle {
        font-size: 1.1em;
    }

    .mobile .pl-vid__btn-wrap_volume:hover .pl-vid__volume-wrap {
        display: none;
    }

}

@media (max-width: 600px) {

    .pl-vid-overlay {
        font-size: 8px;
    }

}

@media (max-width: 420px) {

    .pl-vid__like {
        top: 52px;
        right: 12px;
        height: 70px;
        width: 35px;
    }

    .pl-vid__like-btn {
        width: 35px;
        height: 35px;
    }


    .pl-vid__like-btn img {
        top: 1.0em;
        left: 0.9em;
        width: 1.5em;
        height: 1.5em;
        padding: 0;
        position: relative;
    }

    .pl-vid-overlay {
        font-size: 10px;
    }

    .pl-vid-overlay__inner {
        width: calc(100% - 3.1em);
        height: calc(100% - 1.2em);
        margin: 1.2em 1.2em 0 1.9em;
    }

    .pl-vid__controls {
        bottom: -3px;
    }

    .pl-vid__logo {
        display: none;
        width: 65px;
    }

    .pl-vid__logo img {
        width: 100%;
    }


    .pl-vid__title {
      /*display: none;*/
        padding-right: 0;
    }

    .pl-vid__share {
        width: 35px;
        height: 35px;
    }


    .pl-vid__controls .pl-vid__play-pause {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -24px 0 0 -42px;

    }

    .pl-vid__controls .pl-vid__play-pause.pl-vid_play    {
        display: none;
    }

    .pl-vid__controls .pl-vid__progress-block__inner {
        margin-left: 0;
    }

    .pl-vid__controls .pl-vid__btns .pl-vid__btn-wrap_volume {
        /*display:none;*/
    }

    .pl-vid__controls .pl-vid__btns {width: auto;}

    .pl-vid__controls .pl-vid__btns .pl-vid__btn {
        margin-left: 0;
    }

    .pl-vid__share-icons {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        text-align: center;
        padding-top: 0;
        background: rgba(0, 0, 0, 0.7);
    }

    .pl-vid__share:after {
        background: url("/images/svg/share_sm.svg") 0 0 no-repeat;
        top: 1.0em;
        left: 0.9em;
        width: 1.5em;
        height: 1.5em;
    }

    .pl-vid__share-icon {
        display: inline-block;
        top: 50%;
        margin-top: -2.5em;
    }

    .pl-vid__share-icon:after {
        opacity: 1;
    }

    .pl-vid__share-icons__close {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        width: 35px;
        height: 35px;
        background: rgba(0, 0, 0, 0.7);
        cursor: pointer;
    }


    .pl-vid__share-icons__close:after {
        content: 'x';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        margin-top: -8px;
        margin-left: -6px;
        /*background: url("https://cdn-st1.rtr-vesti.ru/pvc_cdn/images/videoplayer.png?v=4") 0 -437px no-repeat;*/
    }

    .pl-vid__subtitle {
        display: none;
    }

 

}

.quality-level {
    text-align: left;
    cursor: pointer;
    padding-left: 10px;
}

.quality-level_current {
    text-decoration: underline;
}

.pl-vpaid-overlay__skip {
    position: absolute;
    z-index: 9999999999;
    top: 20px;
    right: 20px;
}

#adloaderframe {
    border: 0;
    width: 1px;
    height: 1px;
}


.pl-vpaid-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.pl-vid__mute-alert {
    position: absolute;
    padding: 14px;
    padding-right: 38px;
    bottom: 86px;
    right: 12px;
    font-size: 11px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 2px;
    z-index: 214748364599;
    cursor: pointer;

}
.pl-vid__mute-alert:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 20px;
    top: 11px;
    right: 14px;
    background: url(https://cdn-st1.rtr-vesti.ru/pvc_cdn/images/videoplayer.png) -29px 0 no-repeat;
    opacity: 0.7;

}

.pl-vid__mute-alert span {
    opacity: 0.7;
}

.pl-vid__mute-alert:hover span, .pl-vid__mute-alert:hover:after {
    opacity: 1;
}

.pl-player-wrap_fullscreen .pl-vid-overlay {
    font-size: 12px;
}



/* SLick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;


}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.pl-vid-recommendation {
    position: absolute;
    top: 50%;
    margin: -13em auto 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    font-size: 10px;
}

.pl-vid-recommendation ul {
    margin: 0 auto;
    width: 120%;
    margin-left: -10%;
    position: relative;
    height: 36em;
}

.pl-vid-recommendation ul li {
    padding: 2.4em;
    width: 30em;
    background-color: rgba(34, 34, 34, 0.5);
    position: absolute;
    top: 0;
    left: 0px;
    transition: all 0.4s ease;
}

.pl-vid-recommendation ul li:first-child:hover {
    left: 10%;
}

.pl-vid-recommendation ul li:last-child {
    right: 0px;
    left: auto;
}

.pl-vid-recommendation ul li:last-child:hover {
    right: 10%;
}

.pl-vid-recommendation ul.pl-vid-recommendation_final li:first-child:hover {
    left: 0;
}

.pl-vid-recommendation ul.pl-vid-recommendation_final li:last-child:hover {
    right: 0;
}


.pl-vid-recommendation ul li a {
    display: block;
}

.pl-vid-recommendation ul li h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
}
.pl-vid-recommendation ul li img {
    width: 100%;
}






@media (max-width: 760px) {
    .pl-vid-recommendation {
        font-size: 8px;
    }


}

@media (max-width: 640px) {
    .pl-vid-recommendation {
        font-size: 6px;
    }
}

@media (max-width: 500px) {

    .pl-vid-recommendation {
        font-size: 8px;
    }

    .pl-vid-recommendation ul {
        width: 30em;
        margin: 0 auto;
    }

    .pl-vid-recommendation ul li:last-child {
        display: none;
    }

    .pl-vid-recommendation ul li:first-child:hover {
        left: 0;
    }

}


.pl-player-wrap_ads .pl-vid-recommendation, .pl-player-wrap_ads .pl-vid__like {
    display:none !important;
}