/* плеер */
.kt_player_vtr_player {
    width: 100%;
    position: relative;
}

.kt_player_vtr_video_block {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.kt_player_vtr_video {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.kt_player_vtr_playlist_block {
    position: relative;
    width: 100%;
}

.kt_player_vtr_playlist_scroller {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.kt_player_vtr_playlist {
    position: relative;
}

.kt_player_vtr_playlist_item {
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

.kt_player_vtr_playlist_item_selected {
    border-top: 8px solid #B32D36;
}

.kt_player_vtr_playlist_file {
    display: none;
}

.kt_player_vtr_playlist_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    padding-top: 2rem;
    color: #ffffff;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
}

.playlist_prev_button {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(179, 45, 54, 0.9);
    cursor: pointer;
    border-radius: 0 0 8px 0;
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.playlist_next_button {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(179, 45, 54, 0.9);
    cursor: pointer;
    border-radius: 0 0 0 8px;
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.kt_player_vtr_url_button {
    position: absolute;
    display: block;
    left: 1rem;
    top: 1rem;
    width: 50%;
    height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
}

.kt_player_vtr_video_overlay {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    aspect-ratio: 16 / 9;
}

.player_countdown_button {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Crect fill='%23ffffff' x='124' y='105' width='286' height='306'/%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23b32d36' d='M256,0C114.8,0,0,114.8,0,256s114.8,256,256,256s256-114.8,256-256S397.2,0,256,0z M357.8,265l-149.3,96 c-1.8,1.1-3.8,1.7-5.8,1.7c-1.8,0-3.5-0.4-5.1-1.3c-3.4-1.9-5.6-5.5-5.6-9.4V160c0-3.9,2.1-7.5,5.6-9.4c3.4-1.9,7.6-1.7,10.9,0.4 l149.3,96c3,2,4.9,5.3,4.9,9C362.7,259.6,360.8,263,357.8,265z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.player_countdown_text {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

.player_countdown_label {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.player_countdown_name {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 150%;
    padding: 0.5rem;
}

.player_countdown_cancel {
    position: absolute;
    top: 65%;
    width: 100%;
    text-align: center;
}

.player_countdown_cancel_button {
    display: inline-block;
    color: #ffffff;
    padding: 0.7rem 1rem 0.7rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 8px;
}

.player_countdown_circle {
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    width: 52px;
    height: 52px;
    cursor: pointer;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.player_countdown_circle_fig {
    stroke-dasharray: 160px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #ffffff;
    fill: none;
}

.player_countdown_circle_anim {
    animation: countdown 10s linear infinite forwards;
}


@keyframes countdown {
    from { stroke-dashoffset: 0px; }
    to { stroke-dashoffset: 160px; }
}

@media all and (min-width: 600px)and (max-width: 800px) {
    .player_countdown_text { top: 10%; }
}

@media all and (min-width: 480px)and (max-width: 599px) {
    .player_countdown_text { top: 0; }
    .player_countdown_cancel { top: 65%; }
    .player_countdown_cancel_button { padding: 0.4rem 1rem 0.4rem 1rem; }
}

@media all and (min-width: 1px)and (max-width: 479px) {
    .player_countdown_text { top: 0; }
    .player_countdown_label { display: none; }
    .player_countdown_name { font-size: 100%; }
    .player_countdown_cancel { top: 68%; }
    .player_countdown_cancel_button { padding: 0.2rem 1rem 0.2rem 1rem; }
}