html, body {
    width: 100%;
    min-width: 380px;
    height: auto;
    font-family: "HelveticaNeueCyr Light", sans-serif;
    letter-spacing: 1px;
}
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.d-n {
    display: none !important;
}
.tofe {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 1px;
}
.dbc-contain-icon {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.dbc-board-bck {
    background-color: #1c242e;
}
.green-page.dbc-board-bck, .green-page .dbc-board-bck {
    background-color: #1c272e;;
}
.green-page .header-bck {
    background-color: #2b494e;
    background: -webkit-linear-gradient(left, #08303c, #155163, #226c82);
    background: -o-linear-gradient(right, #08303c, #155163, #226c82);
    background: -moz-linear-gradient(right, #08303c, #155163, #226c82);
    background: linear-gradient(to right, #08303c, #155163, #226c82);
    background: linear-gradient(to right, #08303c, #155163, #226c82);
}
.selected {
    color: #ef525b;
}
.dbc-grey-bck {
    background-color: rgba(128,137,145,1);
}
.dbc-lgt-color {
    color: rgba(254, 254, 254, 0.8);
    text-shadow: 1px 1px 1px rgba(10, 40, 70, 0.8);
}
.dbc-drk-color {
    text-shadow: 1px 1px 1px rgba(10, 40, 70, 0.1);
    color: rgba(80, 89, 90, 1);
}
.dbc-header-cnt {
    font-family: "HelveticaNeueCyr Light", sans-serif;
    width: 100%;
    height: 30vh;
    overflow: hidden;
}
.dbc-header-cont-hld {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.dbc-guide-video-hld {
    position: absolute;
    z-index: 1000;
}
.dbc-video-hld {
    width: 30%;
    height: 30vh;
    box-shadow: 1px 3px 10px rgba(0, 1, 3, .1);
    float: left;
    overflow: hidden;
}
.dbc-header-item-info-hld {
    width: 70%;
    padding-right: 17rem;
    float: left;
    overflow: hidden;
}
.dbc-elem-portrayal {
    width: 99%;
    float: left;
    padding-left: 5%;
    text-shadow: none;
}
.dbc-elem-pic {
    width: 30%;
    float: left;
    max-width: 24vh;
    height: 24vh;
    margin-top: 3vh;
    background-image: url(../img/DBC/ch-logo.png);
}
.con-logo {
    width: 60%;
    max-width: 30rem;
    height: 20vh;
    background-image: url(../img/cntv-logo.png);
    margin: 3rem auto;
}
.dbc-elem-det {
    width: 68%;
    cursor: default;
    height: 30vh;
    float: left;
    padding-left: 1.5rem;
}
.dbc-elem-title {
    width: 100%;
    font-size: 1.65rem;
    cursor: default;
    font-weight: 600;
    padding: 1rem 0 .5rem 2rem;
    margin-top: .8rem;
}
.dbc-elem-siq-det {
    width: 100%;
    color: #d8d8d8;
    float: left;
    cursor: default;
    font-size: .8rem;
    padding: .3rem 0 .3rem 2rem;
}
.dbc-siq-type,
.dbc-siq-time,
.dbc-siq-genre,
.dbc-siq-episode {
    float: left;
    padding-right: .4rem;
    margin-right: .4rem;
}
.siq-with-border {
    border-right: 1px solid #d8d8d8;
}
.dbc-elem-dec-vrt-line {
    width: 1px;
    float: right;
    background-color: #ffffff;
    margin: 2vh 0;
    height: 26vh;
}
.dbc-date-time-hld {
    position: absolute;
    right: 4rem;
    width: 13rem;
}
.guide .dbc-date-time-hld {
    top: .25rem;
}
.dbc-date-time {
    margin: 4vh auto;
    padding: 0 1.5rem;
}
.dbc-time {
    width: 100%;
    cursor: default;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.dbc-date {
    font-size: 1.1rem;
    cursor: default;
    text-align: center;
    font-weight: 100;
    line-height: 2rem;
}
.guide-category-time-hld {
    width: 100%;
    height: 2.5rem;
}
.guide-board {
    width: 100%;
    height: 6rem;
    margin-top: .05rem;
    overflow: hidden;
    border-width: 0rem 3.5rem;
    border-style: solid;
}
.green-page .guide-board {
    border-color: #1c272e;
}
.channel-board {
    width: 25%;
    min-height: 3rem;
    margin-top: 2rem;
    float: left;
}
.program-board {
    width: 100%;
    overflow: hidden;
    float: left;
}
.guide-list-hld, .guide-program-list-hld {
    list-style: none;
    float: left;
}
.guide-list-hld {
    width: 100%;
}
.guide-programs-hld {
    width: 100%;
    min-height: 1px;
}
.guide-program-list-hld {
    width: 100%;
    overflow: hidden;
    height: 4rem;
}
.guide-list-item, .guide-program-list-item {
    float: left;
    padding: 0 .5rem;
    outline: none;
    width: 100%;
    cursor: default;
    height: 4rem;
    border-radius: 4px;
    background-color: rgba(24,32,42,1);
    box-shadow: inset 0.05rem 0.05rem 1px 0.1rem rgba(0, 0, 0, .15);
}
.guide-program-list-item {
    width: 2.08333333%;
    padding: 0;
    line-height: 4rem;
    text-align: center;
    background-color: rgb(35, 56, 68);
}
.guide-program-list-item.active {
    background: linear-gradient(90deg, #136f84 0%, #4197b1 40%, #3c9fbd 60%, #136a84 100%);
}
.guide-list-item.active {
    box-shadow: inset 0.05rem 0.05rem 1px 0.1rem rgba(37, 126, 140, .2);
    background: linear-gradient(60deg, #040415 0%, #123344 40%, #133D52 50%, #123A4C 55%, #14384A 60%, #040415 100%);
}
.green-page .guide-list-item.active {
    box-shadow: inset 0.05rem 0.05rem 1px 0.1rem rgba(37, 102, 140, .4);
    background: linear-gradient(60deg, #040f15 0%, #123844 40%, #134652 50%, #12444c 55%, #14404a 60%, #040b15 100%);
}
.ch-data {
    width: 100%;
    float: left;
    padding-left: 3rem;
    line-height: 4rem;
    margin-left: -3rem;
}
.ch-logo  {
    height: 3.5rem;
    width: 3.5rem;
    float: left;
    margin-top: 0.25rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../img/DBC/ch-logo.png);
}
.ch-name {
    width: 100%;
    line-height: 3.5rem;
    float: left;
    cursor: default;
    display: block;
    padding-left: 4.5rem;
    margin-left: -3.5rem;
    margin-top: 0.25rem;
}
.guide-board-scrollable {
    width: 100%;
    padding-left: 25%;
    height: 5.5rem;
}
.guide-board-scrollable-corrector {
    width: 100%;
    overflow-x: scroll;
    height: 8rem;
    overflow-y: hidden;
}
.scrollable-holder {
    width: 1200%;
}
.guide-time {
    width: 100%;
    height: 2rem;
}
.guide-time-decorator {
    width: 100%;
    height: 2rem;
    float: left;
    border-bottom: .1rem solid black;
}
.time-line {
    width: 100%;
    float: left;
    height: 2rem;
    text-align: left;
    list-style: none;
    margin-right: 1px;
}
.time-line-item {
    width: 2.08333333%;
    float: left;
    cursor: default;
    padding-top: .25rem;
    font-size: .8rem;
    line-height: .7rem;
    text-indent: 0.1rem;
}
.time-line-item:first-child {
    text-indent: 0rem;
}
.time-decor {
    display: inline-block;
    width: 100%;
    margin-bottom: -.5rem;
    border-right: .2rem solid rgba(0, 0, 0, 0.8);
    border-bottom: .15rem solid rgba(0, 0, 0, 0.5);
    height: 1rem;
    background-image: url(../img/DBC/timeDecor.png);
    background-size: 100%;
}
.time-line-item:first-child .time-decor {
    border-left: .2rem solid rgba(0, 0, 0, 0.8);
}
.time-line-item.active-time .time-decor {
    border-left: .2rem solid rgb(239, 226, 66);
    border-right: .2rem solid rgb(239, 226, 66);
    margin-left: 0px;
}
.time-change-buttons-hld,  .value-slide-buttons-hld, .time-change-indicate-hld {
    position: relative;
    width: 99%;
}
.real-time-indicate {
    position: relative;
    width: 100%;
}
.time-change-button, .value-slide-button {
    position: absolute;
    top: 2.5rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../img/DBC/sign-down-icon-yellow.png);
    background-position: 50% 50%;
}
.time-change-button:active, .value-slide-button:active {
    background-image: url(../img/DBC/sh.png);
}
.real-time-indicate-line {
    width: 100%;
}
.time-change-indicate-hld {
    width: 2rem;
    margin-left: -.2rem;
}
.time-change-indicate-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 2px;
    z-index: 1;
    background-position: 50% 50%;
    background-image: url(../img/DBC/time-pos.png);
    margin: 5px 0 0 -9px;
    display: inline-block;
}
.time-change-indicate-line {
    width: 2px;
    position: absolute;
    background: rgba(240, 248, 255, 0.78);
    height: 4.5rem;
    top: 1.5rem;
}
.left {
    left: 0.25rem;
    transform: rotate(90deg);
}
.right {
    right: -0.45rem;
    transform: rotate(-90deg);
}
.frame-section {
    height: 40vh;
    overflow: hidden;
    width: 70%;
    margin-top: 5rem;
    margin-left: 15%;
}
.ads-sec {
    width: 200%;
    margin-left: -50%;
    height: 25rem;
    position: relative;
    top: -2rem;
}
.dbc-quit {
    position: absolute;
    right: 1rem;
    width: 5rem;
    top: 1rem;
    text-align: right;
    z-index: 1000;
    height: 100px;
    display: block;
}
.dbc-quit button {
    width: 80px;
    height: 30px;
    background-color: #2885a1;
    color: #fecf01;
    cursor: pointer;
    font-size: 16px;
}
.dbc-quit button:hover {
    width: 78px;
    height: 28px;
    border:1px solid #fecf01;
    background-color: #156c86;
    color: #cfdbde;
}
@media (min-width: 951px) and (max-width: 1200px) {
    .channel-board, .guide-hung-object {
        width: 30%;
    }
    .guide-board-scrollable {
        padding-left: 30%;
    }
    .ads-sec {
        top: -3rem;
    }
}
@media (min-width: 1025px) and (max-width: 1150px) {
    .dbc-header-item-info-hld {
        padding-right: 12rem;
    }
    .dbc-elem-play {
        right: 13rem;
        bottom: -30vh;
    }
    .dbc-date-time-hld {
        width: 12rem;
        right: 0;
    }
    .dbc-time {
        font-size: 1.45rem;
    }
    .dbc-date {
        font-size: 1rem;
    }
    .dbc-quit {
        position: absolute;
        right: 1rem;
        width: 5rem;
        top: 7rem;
        text-align: right;
        z-index: 1000;
        height: 100px;
    }
}
@media (max-width: 1024px) {
    body {
        font-size: 90%;
    }
    .guide-list-item, .guide-program-list-item, .guide-program-list-hld {
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 90%;

    }
    .time-change-buttons-hld {
        display: none;
    }
    .ch-data {
        padding-left: 3rem;
        line-height: 3.5rem;
        margin-left: -3rem;
    }
    .ch-logo {
        height: 2.5rem;
        width: 3rem;
        margin-right: -3rem;
    }
    .ch-name {
        line-height: 2.5rem;
        padding-left: .5rem;
        margin-left: 3rem;
        font-size: .7rem;
    }
    .guide-board {
        height: 5.5rem;
        border-width: 0 3rem;
    }
    .dbc-header-item-info-hld {
        padding-right: 2rem;
    }
    .dbc-elem-act {
        height: 0vh;
        top: 30vh;
    }
    .dbc-date-time-hld, .dbc-elem-dec-vrt-line {
        display: none;
    }
    .dbc-elem-pic {
        width: 100%;
        float: none;
        margin: 1vh auto;
        max-width: 40vh;
        height: 8vh;
    }
    .dbc-elem-det {
        width: 98%;
        height: 20vh;
        padding-left: 1rem;
    }
    .dbc-elem-title {
        text-align: center;
        padding: .5rem 0;
        font-size: 1.25rem;
        margin-top: 0;
    }
    .dbc-elem-sub-title {
        text-align: center;
        padding: .3rem 0;
        font-size: 1.05rem;
        margin-top: 0;
    }
    .con-logo {
        margin: 1.5rem auto;
    }
    .frame-section {
        height: 30vh;
        width: 80%;
        margin-top: 3rem;
        margin-left: 10%;
    }
    .dbc-quit {
        top: 1rem;
    }
}
@media (min-width: 721px) and (max-width: 950px) {
    .dbc-elem-title {
        padding: .25rem 0;
        font-size: 1.05rem;
    }
    .dbc-elem-siq-det {
        max-width: 15rem;
        text-align: center;
        margin: 0 auto;
        overflow: hidden;
        float: none;
        font-size: .75rem;
    }
    .guide-program-list-item div {
        height: 3.5rem;
    }
    .ads-sec {
        top: -5rem;
    }
    .time-change-indicate-line {
        height: 4rem;
    }
}
@media (max-width: 950px) {
    .scrollable-holder {
        width: 1600%;
    }

    .time-line-item {
        font-size: .75rem;
    }
    .channel-board, .guide-hung-object {
        width: 35%;
    }
    .guide-board-scrollable {
        padding-left: 35%;
    }
    .guide-list-item, .guide-program-list-item, .guide-program-list-hld {
        border-radius: 2px;
    }
    .guide-board {
        border-width: 0 2.5rem;
    }

    .frame-section {
        width: 90%;
        margin-top: 2rem;
        margin-left: 5%;
    }
}
@media (max-width: 750px) {
    .dbc-elem-title {
        padding: .2rem 0;
        font-size: .9rem;
    }
    .dbc-elem-siq-det {
        font-size: .7rem;
    }
    .guide-list-item, .guide-program-list-item, .guide-program-list-hld {
        height: 3rem;
        line-height: 3rem;
    }
    .ch-logo {
        height: 2.5rem;
        width: 3rem;
        margin-right: -3rem;
    }
    .ch-name {
        line-height: 2.5rem;
        padding-left: .5rem;
        margin-left: 3rem;
        font-size: .7rem;
    }
    .scrollable-holder {
        width: 2400%;
    }
    .time-line-item {
        font-size: .7rem;
    }
    .channel-board, .guide-hung-object {
        width: 40%;
    }
    .guide-board-scrollable {
        padding-left: 40%;
    }
    .guide-board {
        height: 5rem;
        border-width: 0 1rem;
    }
    .time-change-indicate-line {
        height: 4rem;
    }
    .time-change-buttons-hld {
        display: none;
    }
    .con-logo {
        margin: 1.5rem auto;
    }
    .frame-section {
        width: 98%;
        margin-top: 1rem;
        margin-left: 1%;
    }
}
@media (max-width: 460px) {
    .scrollable-holder {
        width: 4800%;
    }
    .channel-board {
        width: 50%;
    }
    .guide-board-scrollable {
        height: 5rem;
        padding-left: 50%;
    }
    .guide-board {
        border-width: 0 .5rem;
        height: 5rem;
    }
    .con-logo {
        margin: 1rem auto;
    }
}
@media (max-width: 420px) {
    .dbc-quit {
        top: 7rem;
    }
}
