.contentDetail {
  width: 100%;
  padding: 0 0 160px 0;
  position: relative;
}

.channels {
  width: 100%;
  padding: 0px 0 0;
  position: relative;
}

    .channels .top {
        width: 100%;
        margin: 30px 0 0;
    }

        .channels .top .box {
            /*width: 100%;*/
            width: calc(100% - 90px);
            padding: 0 90px 0 0;
            display: flex;
            position: relative;
            transition: all .5s ease;
        }

        .channels .top .box .linkBox a {
            border: 2px solid #fff;
            border-radius: 10px;
            padding: 10px;
        }

.channels .top .box .linkBox a::after {
  display: none;
}


.channels .top .box .linkBox a:hover, .channels .top .box .linkBox a.active {
  border: 2px solid #00DEFF;
  color: #00DEFF;
}

.channels .top .box .linkBox a:hover .icon i, .channels .top .box .linkBox a.active .icon i {
  background-color: #00DEFF;
}

.channels .top .box .linkBox a .icon {
  width: 22px;
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.channels .top .box .linkBox a .icon i {
  width: 22px;
  height: 2px;
  margin: 0 0 2px 0;
  background-color: #ffffff;
  display: block;
  transition: all .4s ease-in-out;
  border-radius: 1.5px;
}

.channels .top .box .linkBox a .icon i:nth-child(2) {
  width: 15px;
}

.channels .top .box .linkBox a .icon i:last-child {
  margin: 0;
  width: 8px;
}

            .channels .top .box .linkAllChannel {
                margin: 0 25px 0 0;
                width: 17.5vw;
            }

    .channels .top .box .linkAllChannel a {
    /*    padding: 21px 60px 21px 40px;
        width: 100%;*/
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 7px 25px;
        width: 17.5vw;
        justify-content: flex-start;
    }

.channels .top .box .linkSearch {
  margin: 0 25px 0 0;
  position:relative;
}
    .channels .top .box .linkSearch.open {
        width: 17.5vw;
    }

.channels .top .box .linkSearch a {
  padding: 21px 30.5px;
  background-image: url("../sprite/search2.png");
  background-repeat: no-repeat;
  background-position: center center;
  position:relative;
  z-index:2;
}

.channels .top .box .linkSearch a:hover {
  background-image: url("../sprite/search2Hover.png");
}

.channels .top .box .programSearchBox {
  width: 100%;
  height: 100%;
  background-color: #0c1927;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.channels .top .box .programSearchBox.open {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index:4;
}

.channels .top .box .programSearchBox .programSearch {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 20px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
}

.channels .top .box .programSearchBox .programSearch::placeholder {
  color: #587086;
}

.channels .top .box .programSearchBox .searchClose {
  width: 63px;
  height: 100%;
  background-image: url(../sprite/close2.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  /*border-left: 2px solid #ffffff;*/
  cursor: pointer;
}

            .channels .top .box .linkDate {
                width: 17.5vw;
            }

    .channels .top .box .linkDate a {
/*        padding: 21px 60px 21px 40px;
        width: 100%;*/
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 7px 25px;
        width: 17.5vw;
        justify-content: flex-start;
    }

.channels .top .box .linkPrograms {
  position: absolute;
  right: 0;
}

    .channels .top .box .linkPrograms a {
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 13px 25px;
        width: 17.5vw;
        justify-content: space-between;
    }

.channels .top .box .linkPrograms a:hover .rightIcon {
  background-image: url("../sprite/leftArrowHover.png");
}

.channels .top .box .linkPrograms a .rightIcon {
  width: 6px;
  height: 10px;
  background-image: url("../sprite/leftArrow.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transition: all .4s ease-in-out;
}

.channels .bottom {
  width: 100%;
}

.channels .bottom.none .box .channelsListFullBox {
  display: none;
}

.channels .bottom.none .box .noResult {
  display: flex;
}
    .channels .top .container {
        /*width: calc(100% - ((100% - 1170px) / 2));*/
        margin: 0;
        /*margin-left: calc((100% - 1170px) / 2);*/
        display: flex;
        justify-content: space-between;
        width: 87.5%;
        margin-left: 12.5%;
    }
    .channels .bottom .container {
        /*width: calc(100% - ((100% - 1170px) / 2));*/
        margin: 0;
        /*margin-left: calc((100% - 1170px) / 2);*/
        display: flex;
        justify-content: space-between;
        width: 87.5%;
        margin-left: 12.5%;
    }

    .channels .bottom .box {
        width: 100%;
        display: flex;
        min-height: 600px;
        height: calc(100vh - 260px);
        position: relative;
    }

.channels .bottom .box.channelsListTitlesActive .channelsListFullBox {
  width: calc(100% - 200px);
}

        .channels .bottom .box.channelsListTitlesActive .channelsListTitles {
            width: 200px;
            display: flex;
        }

        .channels .bottom .box.channelsListTitlesActive .noResult {
            width: calc(100% - 200px);
        }

.channels .bottom .box.channelsDatesActive .channelsListFullBox {
  width: calc(100% - 200px);
}

.channels .bottom .box.channelsDatesActive .channelsDates {
  width: 240px;
  display: flex;
}

        .channels .bottom .box.channelsDatesActive .noResult {
            width: calc(100% - 200px);
        }

.channels .bottom .box.channelFullActive .channelsListFullBox {
  width: calc(100% - 400px);
}

.channels .bottom .box.channelFullActive .channelsListTitles {
  width: 200px;
  display: flex; 
}

.channels .bottom .box.channelFullActive .channelsDates {
  width: 200px;
  display: flex;
}

        .channels .bottom .box.channelFullActive .noResult {
            width: calc(100% - 400px);
        }

.channels .bottom .box .channelsListTitles {
  width: 0;
  height: 100%;
  display: none;
}

.channels .bottom .box .channelsListTitles .scrollBox {
  width: 100%;
  height: 100%;
  position: relative;
}

.channels .bottom .box .channelsListTitles .scrollBox .mCustomScrollBox {
  padding: 0 50px 0 0;
}

.channels .bottom .box .channelsListTitles .scrollBox .mCustomScrollBox::before {
  content: '';
  width: calc(100% - 50px);
  height: 100%;
  border: 1px solid #182633;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

.channels .bottom .box .channelsListTitles .scrollBox ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0A1624;
  border-radius: 4px;
  padding: 10px 15px;
}

.channels .bottom .box .channelsListTitles .scrollBox ul li {
  width: 100%;
  margin: 15px 0;
  display: flex;
}

.channels .bottom .box .channelsListTitles .scrollBox ul li a {
  font-size: 14px;
  color: #fff;
  font-family: "sLight";
  transition: color .4s ease-in-out;
  position: relative;
  z-index: 2;
}

.channels .bottom .box .channelsListTitles .scrollBox ul li a.active {
  color: #00DEFF;
}

.channels .bottom .box .channelsListTitles .scrollBox ul li a:hover {
  color: #00DEFF;
}

.channels .bottom .box .channelsDates {
  width: 0;
  height: 100%;
  display: none;
}

.channels .bottom .box .channelsDates .scrollBox {
  width: 100%;
  height: 100%;
  position: relative;
}

.channels .bottom .box .channelsDates .scrollBox .mCustomScrollBox {
  padding: 0 50px 0 0;
}

.channels .bottom .box .channelsDates .scrollBox .mCustomScrollBox::before {
  content: '';
  width: calc(100% - 50px);
  height: 100%;
  border: 1px solid #182633;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

.channels .bottom .box .channelsDates .scrollBox ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0A1624;
  border-radius: 4px;
  padding: 10px 15px;
}

.channels .bottom .box .channelsDates .scrollBox ul li {
  width: 100%;
  margin: 15px 0;
  display: flex;
}

.channels .bottom .box .channelsDates .scrollBox ul li a {
  font-size: 14px;
  color: #fff;
  font-family: "sLight";
  transition: color .4s ease-in-out;
  position: relative;
  z-index: 2;
}

.channels .bottom .box .channelsDates .scrollBox ul li a.active {
  color: #00DEFF;
}

.channels .bottom .box .channelsDates .scrollBox ul li a:hover {
  color: #00DEFF;
}

.channels .bottom .box .channelsListFullBox {
  width: 100%;
}

.channels .bottom .box .channelsListFullBox .channelsListPrograms {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
}

    .channels .bottom .box .channelsListFullBox .channelsList {
        /*width: 420px;*/
        width: 23%; 
        min-width:380px;
        padding: 0 50px 0 0;
    }

.channels .bottom .box .channelsListFullBox .channelsList ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

    .channels .bottom .box .channelsListFullBox .channelsList ul li {
        width: 100%;
        /*min-height: 100px;*/
        min-height: 100px;
        max-height: 100px;
        overflow: hidden;
        display: flex;
        margin: 0 0 20px 0;
        background-color: #0A1624;
        border: 1px solid #182633;
        border-radius: 4px;
    }

.channels .bottom .box .channelsListFullBox .channelsList ul li:last-child {
  margin: 0;
}

        .channels .bottom .box .channelsListFullBox .channelsList ul li a, .channels .bottom .box .channelsListFullBox .channelsList ul li .anchor {
            width: 100%;
            display: flex;
        }

.channels .bottom .box .channelsListFullBox .channelsList ul li .channelsLogo {
  width: 130px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
        .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsLogo a {
            width: 130px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.channels .bottom .box .channelsListFullBox .channelsList ul li .channelsLogo img {
  max-height: 61px;
}

.channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText {
  width: calc(100% - 205px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

    .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsTitle {
        width: 100%;
        margin: 0 0 5px 0;
        color: #ffffff;
        max-height: 40px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
        .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsTitle a {
            color: #ffffff;
            max-height: 40px;
            line-height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsName {
            width: 100%;
            /*color: #587086;*/
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            max-height: 40px;
            line-height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

.channels .bottom .box .channelsListFullBox .channelsList ul li .channelsLike {
  width: 75px;
  height: 100%;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channels .bottom .box .channelsListFullBox .channelsList ul li .channelsLike .iconBox {
  width: 28px;
  height: 28px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #112134;
  border: 1px solid #263747;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channels .bottom .box .channelsListFullBox .channelsList ul li .channelsLike .iconBox .likeIcon {
  width: 10px;
  height: 10px;
  background-image: url(../sprite/heart.png);
  background-repeat: no-repeat;
}

.channels .bottom .box .channelsListFullBox .channelsList ul li .channelsLike .iconBox .lockIcon {
  width: 10px;
  height: 10px;
  background-image: url(../sprite/lock.png);
  background-repeat: no-repeat;
}
.arrow-wrapper {
    display: flex;
    width: 100%;
    height: 3.12vw;
    justify-content: flex-end;
    align-items: center;
}
    .arrow-wrapper .arrow-box {
        margin-right: 50px;
    }
        .arrow-wrapper .arrow-box span {
            cursor: pointer;
        }
.arrow-wrapper .arrow-box span.left svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 20px;
}
.channels .bottom .box .channelsListFullBox .channelsPrograms {
    /*width: calc(100% - 420px);*/
    width: 77%;
    overflow: hidden;
    /*    overflow-x: auto;
    scroll-behavior: auto;*/
}
        .channels .bottom .box .channelsListFullBox .channelsPrograms::-webkit-scrollbar {
            height: 8px;
        }

        .channels .bottom .box .channelsListFullBox .channelsPrograms::-webkit-scrollbar-thumb {
            background: #fff;
        }

        .channels .bottom .box .channelsListFullBox .channelsPrograms::-webkit-scrollbar-track {
            background: transparent;
        }
.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox {
  width: 100%;
  height: 100%;
  display: flex;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

    .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li {
        width: 100%;
        /*min-height: 100px;*/
        /*overflow:hidden;*/
        min-height: 100px;
        max-height:100px;
        margin: 0 0 20px 0;
        float: left;
        display: -webkit-inline-box;
    }

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li:last-child {
  margin: 0;
}

        .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox {
            /*width: 500px;*/
            /*min-height: 100px;*/
            width: 26vw;
            min-height: 5.2vw;
            display: block;
            margin: 0 20px 0 0;
            /*background: transparent;*/
            background-color: #0e1e2f;
            border: 1px solid #182633;
            border-radius: 4px;
            position: relative;
            transition: all .4s ease-in-out;
        }

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox:hover {
  background: #0A1624;
  border: 1px solid #00DEFF;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox:hover .programImg .hoverMask {
  opacity: 1;
  visibility: visible;
}

            .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox a, .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .anchor {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                height: 100%;
                padding: 7px 10px 7px 20px;
            }

            .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programText {
                /*width: calc(100%  - 225px);*/
                width: 13vw;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

    .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programText .programTitle {
        width: 100%;
        margin: 0 0 5px 0;
        color: #ffffff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programText .programType {
  width: 100%;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programText .programType span {
  font-size: 13px;
  /*color: #587086;*/
  color: rgba(255, 255, 255, 0.7);
  
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programText .programType span.type {
  color: #00DEFF;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programText .programType .ok {
  margin: 0 5px;
}

            .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures {
                /*width: 40px;*/
                width: 1.67vw;
                margin: 0 20px 0 10px;
                display: flex;
                justify-content: end;
                align-items: center;
            }

    .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .remember {
        /*  width: 28px;
        height: 28px;*/
        width: 1.67vw;
        height: 1.67vw;
        background-size: contain;
        background-color: #112134;
        border: 1px solid #263747;
        border-radius: 50%;
        margin: 0 10px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .remember i {
  width: 9px;
  height: 13px;
  background-image: url("../sprite/remember.png");
  background-repeat: no-repeat;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .record {
  width: 28px;
  height: 28px;
  background-color: #112134;
  border: 1px solid #263747;
  border-radius: 50%;
  margin: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .record i {
  width: 13px;
  height: 13px;
  background-image: url("../sprite/record.png");
  background-repeat: no-repeat;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .proscriptive {
  display: flex;
}

    .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .proscriptive i {
        /* width: 32px;
  height: 32px;*/
        width: 1.67vw;
        height: 1.67vw;
        background-size: contain;
        display: block;
        background-repeat: no-repeat;
    }

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .proscriptive i.generalAudience {
  background-image: url("../sprite/generalAudience-x2.png");
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .proscriptive i.plus7 {
  background-image: url("../sprite/plus7-x2.png");
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .proscriptive i.plus13 {
  background-image: url("../sprite/plus13-x2.png");
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programFeatures .proscriptive i.plus18 {
  background-image: url("../sprite/plus18-x2.png");
}

            .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programImg {
                /*width: 125px;*/
                width: 6vw;
                overflow: hidden;
                border-radius: 4px;
                position: relative;
                display: flex;
                align-items: center;
            }

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programImg .liveText {
  border-radius: 7px;
  background-color: #F71100;
  color: #ffffff;
  padding: 4px 5px 4px 12px;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programImg .liveText.active {
  display: flex;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programImg .liveText:before {
  content: '';
  width: 4px;
  height: 5px;
  background-image: url(../sprite/play3.png);
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 5px;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .programImg .hoverMask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../sprite/play4.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .liveBar {
  width: 100%;
  height: 1px;
  background-color: #00DEFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .4s ease-in-out;
  display: none;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li .programBox .liveBar.active {
  display: flex;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul .mCustomScrollBox {
  display: flex;
  flex-direction: column;
}

.channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul #mCSB_4_container {
  display: flex;
  flex-direction: column;
}

.channels .bottom .box .channelsListFullBox #mCSB_3 {
  width: 100%;
}

.channels .bottom .box .channelsListFullBox #mCSB_3 #mCSB_3_container {
  display: flex;
}

.channels .bottom .box .channelsListFullBox #mCSB_3_scrollbar_vertical {
    /*  right: initial;
  left: 392px;*/
    right: 20px;
    left: unset;
}

.channels .bottom .box .noResult {
    width: 100%;
    background-color: #0A1624;
    border-radius: 4px;
    border: 1px solid rgba(61, 78, 90, 0.25);
    display: none;
    flex-direction: column;
    justify-content: center;
}

.channels .bottom .box .noResult .iconBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: -100px 0 35px 0;
}

.channels .bottom .box .noResult .iconBox i {
  width: 70px;
  height: 70px;
  background-image: url("../sprite/noResult.png");
  background-repeat: no-repeat;
}

.channels .bottom .box .noResult .text {
  font-size: 22px;
  width: 100%;
  text-align: center;
}

.channels .channelsLoading {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(12, 25, 39, 0.5);
  z-index: 9;
}

.channels .channelsLoading.active {
  display: flex;
}

.channels .channelsLoading svg {
  width: 70px;
}

.channelsMobile {
  width: 100%;
  padding: 85px 0 0;
  display: none;
  position: relative;
}

.channelsMobile .top {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 20px;
}

.channelsMobile .top .box {
  width: 100%;
  display: flex;
  position: relative;
}

.channelsMobile .top .box .linkBox {
  margin: 0 10px 0 0;
}

.channelsMobile .top .box .linkBox a {
  border: 2px solid #ffffff;
  border-radius: 2px;
  font-size: 11px;
}

.channelsMobile .top .box .linkBox a::after {
  display: none;
}

.channelsMobile .top .box .linkBox a:hover {
  color: #ffffff;
}

.channelsMobile .top .box .linkBox a.active {
  border: 2px solid #00DEFF;
  color: #00DEFF;
}

.channelsMobile .top .box .linkBox a.active .icon i {
  background-color: #00DEFF;
}

.channelsMobile .top .box .linkBox a .icon {
  width: 22px;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.channelsMobile .top .box .linkBox a .icon i {
  width: 22px;
  height: 2px;
  margin: 0 0 2px 0;
  background-color: #ffffff;
  display: block;
  transition: all .4s ease-in-out;
  border-radius: 1.5px;
}

.channelsMobile .top .box .linkBox a .icon i:nth-child(2) {
  width: 15px;
}

.channelsMobile .top .box .linkBox a .icon i:last-child {
  margin: 0;
  width: 8px;
}

.channelsMobile .top .box .linkAllChannel .select2 {
  width: 145px !important;
}

.channelsMobile .top .box .linkAllChannel .select2.select2-container {
  height: 45px;
}

.channelsMobile .top .box .linkAllChannel .select2.select2-container .select2-selection {
  background-color: #0c1927;
  border: 2px solid #ffffff;
}

.channelsMobile .top .box .linkAllChannel .select2.select2-container .select2-selection .select2-selection__rendered {
  padding: 0 30px 0 15px;
  font-size: 11px;
  color: #ffffff;
}

.channelsMobile .top .box .linkAllChannel .select2.select2-container .select2-selection .select2-selection__arrow {
  background-image: url(../sprite/selectDown2.png);
  width: 13px;
  height: 7px;
  top: calc(50% - 3.5px);
  right: 15px;
  transform: rotate(0) !important;
}

.channelsMobile .top .box .linkFavorites a {
  padding: 8.5px 25px 8.5px 25px;
}

.channelsMobile .top .box .linkSearch {
  margin: 0;
  position: absolute;
  right: 0;
  height: 100%;
}

.channelsMobile .top .box .linkSearch a {
  padding: 8.5px 20.5px;
  background-image: url("../sprite/search2.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.channelsMobile .top .box .programSearchBox {
  width: 100%;
  height: 100%;
  background-color: #0c1927;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.channelsMobile .top .box .programSearchBox.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

.channelsMobile .top .box .programSearchBox .programSearch {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 20px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
}

.channelsMobile .top .box .programSearchBox .programSearch::placeholder {
  color: #587086;
}

.channelsMobile .top .box .programSearchBox .searchClose {
  width: 43px;
  height: 100%;
  background-image: url(../sprite/close2.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  border-left: 2px solid #ffffff;
  cursor: pointer;
}

.channelsMobile .bottom {
  width: 100%;
  padding: 0 20px;
}

.channelsMobile .bottom.none .box .channelsList {
  display: none;
}

.channelsMobile .bottom.none .box .noResult {
  display: flex;
}

.channelsMobile .bottom .box {
  width: 100%;
  display: flex;
}

.channelsMobile .bottom .box .channelsList {
  width: 100%;
  position: relative;
}

.channelsMobile .bottom .box .channelsList ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.channelsMobile .bottom .box .channelsList ul li {
  width: 100%;
  margin: 0 0 10px 0;
  height: 60px;
  overflow: hidden;
}

.channelsMobile .bottom .box .channelsList ul li:last-child {
  margin: 0;
}

.channelsMobile .bottom .box .channelsList ul li.active {
  height: auto;
}

.channelsMobile .bottom .box .channelsList ul li.active .channelBox .openIcon {
  transform: rotate(90deg);
}

.channelsMobile .bottom .box .channelsList ul li.open .channelOpenBox {
  display: block;
}

    .channelsMobile .bottom .box .channelsList ul li .channelBox {
        width: 100%;
        height: 60px;
        min-height: 60px;
        display: flex;
        background-color: #0E1E2F;
        border: 1px solid #182633;
        border-radius: 4px;
        position: relative;
    }

.channelsMobile .bottom .box .channelsList ul li .channelBox .fullLink {
  width: 100%;
  display: flex;
}

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsLogo {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
        .channelsMobile .bottom .box .channelsList ul li .channelBox .channelsLogo a {
            width: 70px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsLogo img {
  max-height: 35px;
}

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsText {
  width: calc(100% - 195px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsText .channelsTitle {
  width: 100%;
  margin: 0 0 2.5px 0;
  font-size: 12px;
  color: #ffffff;
}
    .channelsMobile .bottom .box .channelsList ul li .channelBox .channelsText .channelsTitle a {
        font-size: 12px;
        color: #ffffff;
    }

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsText .channelsName {
  width: 100%;
  font-size: 12px;
  color: #587086;
}

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsLike {
  width: 75px;
  height: 100%;
  margin: 0 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsLike .iconBox {
  width: 28px;
  height: 28px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #112134;
  border: 1px solid #263747;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsLike .iconBox .likeIcon {
  width: 10px;
  height: 10px;
  background-image: url(../sprite/heart.png);
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelBox .channelsLike .iconBox .lockIcon {
  width: 10px;
  height: 10px;
  background-image: url(../sprite/lock.png);
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelBox .openIcon {
  width: 6px;
  height: 10px;
  background-image: url(../sprite/leftArrow.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 25px;
  transform: rotate(-90deg);
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms {
  width: 100%;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox {
  width: 100%;
  min-height: 75px;
  margin: 10px 0 0 0;
  background: #0E1E2F;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  position: relative;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox a {
  display: flex;
  width: 100%;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText {
  width: calc(100%  - 117px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programTitle {
  width: 100%;
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 8px 0;
  color: #ffffff;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programType {
  width: 100%;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programType span {
  font-size: 12px;
  color: #587086;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programType span.type {
  color: #00DEFF;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programType .ok {
  margin: 0 5px;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures {
  width: 100%;
  display: flex;
  margin: 20px 0 0 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .remember {
  width: 28px;
  height: 28px;
  background-color: #112134;
  border: 1px solid #263747;
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .remember i {
  width: 9px;
  height: 13px;
  background-image: url("../sprite/remember.png");
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .record {
  width: 28px;
  height: 28px;
  background-color: #112134;
  border: 1px solid #263747;
  border-radius: 50%;
  margin: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .record i {
  width: 13px;
  height: 13px;
  background-image: url("../sprite/record.png");
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .proscriptive {
  display: flex;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .proscriptive i {
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .proscriptive i.generalAudience {
  background-image: url("../sprite/generalAudience-x2.png");
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .proscriptive i.plus7 {
  background-image: url("../sprite/plus7-x2.png");
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .proscriptive i.plus13 {
  background-image: url("../sprite/plus13-x2.png");
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programText .programFeatures .proscriptive i.plus18 {
  background-image: url("../sprite/plus18-x2.png");
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programImg {
  width: 117px;
  height: 66px;
  border-radius: 4px;
  position: relative;
  margin: 0 0 15px 0;
  display: flex;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programImg .liveText {
  border-radius: 7px;
  background-color: #F71100;
  color: #ffffff;
  padding: 4px 5px 4px 12px;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programImg .liveText.active {
  display: flex;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programImg .liveText:before {
  content: '';
  width: 4px;
  height: 5px;
  background-image: url(../sprite/play3.png);
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 5px;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programImg .hoverMask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../sprite/play4.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

    .channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .liveBar {
        width: 100%;
        height: 1px;
        background-color: #00DEFF;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .4s ease-in-out;
        display: none;
    }

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .liveBar.active {
    display: flex;
}
/*
.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .liveBar {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
  transition: all .4s ease-in-out;
  display: flex;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programImg .liveBar::before {
  content: '';
  width: 117px;
  height: 1px;
  background-color: white;
  position: absolute;
  opacity: 0.4;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .programBox .programImg .liveBar span {
  height: 100%;
  background-color: #00DEFF;
  display: block;
  position: relative;
}*/

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .allProgramLink {
  margin: 5px 0 0 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelsPrograms .allProgramLink a {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #112336;
  font-size: 14px;
  padding: 15px 15px;
  border-radius: 4px;
  color: #ffffff;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox {
  width: 100%;
  background-color: #0c1927;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  padding: 0 0 30px 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  background-color: #0E1E2F;
  border: 1px solid #182633;
  border-radius: 4px;
  position: relative;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsLogo {
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 30px;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsLogo img {
  max-height: 55px;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsText {
  width: calc(100% - 210px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsText .channelsTitle {
  width: 100%;
  margin: 0 0 2.5px 0;
  font-size: 12px;
  color: #ffffff;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsText .channelsName {
  width: 100%;
  font-size: 12px;
  color: #587086;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsLike {
  width: 75px;
  height: 100%;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsLike .iconBox {
  width: 27.5px;
  height: 27.5px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #112134;
  border: 1px solid #263747;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsLike .iconBox .likeIcon {
  width: 10px;
  height: 10px;
  background-image: url(../sprite/heart.png);
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .channelsLike .iconBox .lockIcon {
  width: 10px;
  height: 10px;
  background-image: url(../sprite/lock.png);
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .fullLink {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelBox_open .backIcon {
  width: 6px;
  height: 10px;
  padding: 10px;
  cursor: pointer;
  background-image: url(../sprite/leftArrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 2;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsLoginBox {
  width: calc(100% + 40px);
  background-color: #0E1E2F;
  margin: 25px -20px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsLoginBox .iconBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 25px 0 15px 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsLoginBox .iconBox i {
  width: 48px;
  height: 55px;
  background-image: url(../sprite/liveTv.png);
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsLoginBox .loginText {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 25px 0;
  text-align: center;
  font-family: "sLight";
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsLoginBox .loginButton {
  width: calc(100% - 60px);
  margin: 0 0 30px 0;
  background-color: #FFFFFF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsLoginBox .loginButton a {
  color: #0C1927;
  margin: 0 10px;
  transition: color .4s ease-in-out;
  padding: 13px 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsLoginBox .loginButton a:hover {
  color: #81E5EA;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo {
  width: 100%;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo .programTitle {
  width: 100%;
  font-size: 14px;
  margin: 0 0 15px 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo .programDateBox {
  width: 100%;
  display: flex;
  margin: 0 0 10px 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo .programDateBox .programDate {
  margin: 0 50px 0 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo .programDateBox .programDate span {
  font-size: 13px;
  color: #587086;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo .programDateBox .programDate span.date {
  color: #00DEFF;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo .programDateBox .programType span {
  font-size: 13px;
  color: #00DEFF;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo .programDateBox .programType span.year {
  color: #587086;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramInfo .programDesc {
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #9B9B9B;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramTitle {
  width: 100%;
  height: 30px;
  margin: 30px 0 40px 0;
  display: flex;
  justify-content: space-between;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramTitle .title_text {
  font-size: 12px;
  height: 100%;
  width: calc(100% - 135px);
  padding: 0 15px 0 0;
  display: flex;
  align-items: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramTitle .select2 {
  width: 135px !important;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramTitle .select2.select2-container {
  height: 30px;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramTitle .select2.select2-container .select2-selection {
  background-color: #0c1927;
  border: 2px solid #ffffff;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramTitle .select2.select2-container .select2-selection .select2-selection__rendered {
  padding: 0 30px 0 15px;
  font-size: 12px;
  color: #ffffff;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsProgramTitle .select2.select2-container .select2-selection .select2-selection__arrow {
  background-image: url(../sprite/selectDown2.png);
  width: 13px;
  height: 7px;
  top: calc(50% - 3.5px);
  right: 15px;
  transform: rotate(0) !important;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open {
  width: 100%;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox {
  width: 100%;
  min-height: 75px;
  margin: 10px 0 0 0;
  background: #0A1624;
  border: 1px solid rgba(61, 78, 90, 0.25);
  padding: 15px 20px;
  border-radius: 4px;
  display: flex;
  position: relative;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox.pastProgram {
  background: #0E1E2F;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox.pastProgram .programText .left .programTitle {
  color: #4B5D71;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox.pastProgram .programText .left .programType span {
  color: #4B5D71;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox.pastProgram .programText .left .programType span.type {
  color: #4B5D71;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox a {
  display: flex;
  width: 100%;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .left {
  width: calc(100% - 105px);
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .left .programTitle {
  width: 100%;
  font-size: 13px;
  margin: 0 0 8px 0;
  color: #ffffff;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .left .programType {
  width: 100%;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .left .programType span {
  font-size: 13px;
  color: #587086;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .left .programType span.type {
  color: #00DEFF;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .left .programType .ok {
  margin: 0 5px;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures {
  display: flex;
  align-items: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .liveText {
  border-radius: 7px;
  height: 18px;
  background-color: #F71100;
  color: #ffffff;
  padding: 4px 5px 4px 12px;
  font-size: 8px;
  display: none;
  position: relative;
  align-items: center;
  margin: 0 10px 0 0;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .liveText.active {
  display: flex;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .liveText:before {
  content: '';
  width: 4px;
  height: 5px;
  background-image: url(../sprite/play3.png);
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 5px;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .remember {
  width: 32px;
  height: 32px;
  background-color: #112134;
  border: 1px solid #263747;
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .remember i {
  width: 9px;
  height: 13px;
  background-image: url("../sprite/remember.png");
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .record {
  width: 32px;
  height: 32px;
  background-color: #112134;
  border: 1px solid #263747;
  border-radius: 50%;
  margin: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .record i {
  width: 13px;
  height: 13px;
  background-image: url("../sprite/record.png");
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .proscriptive {
  display: flex;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .proscriptive i {
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .proscriptive i.generalAudience {
  background-image: url("../sprite/generalAudience-x2.png");
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .proscriptive i.plus7 {
  background-image: url("../sprite/plus7-x2.png");
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .proscriptive i.plus13 {
  background-image: url("../sprite/plus13-x2.png");
}

.channelsMobile .bottom .box .channelsList ul li .channelOpenBox .channelsPrograms_open .programBox .programText .programFeatures .proscriptive i.plus18 {
  background-image: url("../sprite/plus18-x2.png");
}

.channelsMobile .bottom .box .noResult {
  width: 100%;
  height: 400px;
  background-color: #0A1624;
  border-radius: 4px;
  border: 1px solid rgba(61, 78, 90, 0.25);
  display: none;
  flex-direction: column;
  justify-content: center;
}

.channelsMobile .bottom .box .noResult .iconBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 35px 0;
}

.channelsMobile .bottom .box .noResult .iconBox i {
  width: 70px;
  height: 70px;
  background-image: url("../sprite/noResult.png");
  background-repeat: no-repeat;
}

.channelsMobile .bottom .box .noResult .text {
  font-size: 22px;
  width: 100%;
  text-align: center;
}

.channelsMobile .channelsLoading {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(12, 25, 39, 0.5);
  z-index: 99999;
}

.channelsMobile .channelsLoading.active {
  display: flex;
}

.channelsMobile .channelsLoading svg {
  width: 70px;
}

.nontoday .channelsName {
  display: none !important;
}

.mCSB_scrollTools {
  width: 10px;
  right: 22px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1600px) {
    .channels .bottom .container, .channels .top .container {
        width: 95%;
        margin-left: 5%;
    }
    .channels .top .box .linkDate {
        /*width: auto;*/
    }
        .channels .top .box .linkDate a {
            /*width: 13.5vw;*/
        }
    .channels .top .box .linkAllChannel {
        margin: 0 25px 0 0;
        /*width: auto;*/
    }
    .channels .top .box .linkPrograms a {
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 13px 25px;
        /*width: 14.5vw;*/
    }
        .channels .bottom .box.channelsDatesActive .channelsListFullBox {
            width: calc(100% - 200px);
        }
  .channels .bottom .box.channelsDatesActive .channelsDates {
    width: 200px;
  }
    .channels .bottom .box.channelsDatesActive .noResult {
        width: calc(100% - 200px);
    }
  .channels .bottom .box.channelsListTitlesActive .channelsListFullBox {
    width: calc(100% - 200px);
  }
  .channels .bottom .box.channelsListTitlesActive .channelsListTitles {
    width: 200px;
  }
    .channels .bottom .box.channelsListTitlesActive .noResult {
        width: calc(100% - 280px);
    }
  .channels .bottom .box.channelFullActive .channelsListFullBox {
    width: calc(100% - 400px);
  }
  .channels .bottom .box.channelFullActive .channelsListTitles {
    width: 200px;
  }
  .channels .bottom .box.channelFullActive .channelsDates {
    width: 200px;
  }
    .channels .bottom .box.channelFullActive .noResult {
        width: calc(100% - 400px);
    }
  .channels .bottom .box .channelsListTitles .scrollBox ul {
    padding: 10px 15px;
  }
  .channels .bottom .box .channelsDates .scrollBox ul {
    padding: 10px 15px;
  }
  .channels .bottom .box .channelsListFullBox .channelsList {
    width: 380px;
  }
  .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsLogo {
    width: 100px;
  }
  .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText {
    width: calc(100% - 195px);
  }
  .channels .bottom .box .channelsListFullBox .channelsPrograms {
    /*width: calc(100% - 380px);*/
  }
  .channels .bottom .box .channelsListFullBox #mCSB_3_scrollbar_vertical {
    /*left: 352px;*/
  }
}

@media screen and (max-width: 1199px) {
  .contentDetail {
    padding: 0 0 30px 0;
  }
  .channels {
    display: none;
  }
  .channelsMobile {
    display: block;
  }
  .select2-dropdown {
    top: 0;
  }
  .select2-dropdown .select2-results__options li {
    padding: 7.5px 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 550px) {
    .channelsMobile {
        padding:0;
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {
    .channels .bottom .box .channelsListFullBox .channelsList ul li {
        min-height: 5.2vw;
        max-height: 5.2vw;
        margin: 0 0 5px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li {
        min-height: 5.2vw;
        max-height: 5.2vw;
        margin: 0 0 5px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsTitle {
        width: 100%;
        margin: 0 0 5px 0;
        color: #fff;
        font-size: 12px;
        line-height: 13px;
        margin: 0 0 3px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsName {
        font-size: 12px;
        line-height: 13px;
    }

    .contentDetail {
        zoom: unset;
        -moz-transform: unset;
        -moz-transform-origin: unset;
    }
}
@media (-webkit-device-pixel-ratio: 1.5) {
    .channels .bottom .box .channelsListFullBox .channelsList ul li {
        min-height: 5.2vw;
        max-height: 5.2vw;
        margin: 0 0 5px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li {
        min-height: 5.2vw;
        max-height: 5.2vw;
        margin: 0 0 5px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsTitle {
        width: 100%;
        margin: 0 0 5px 0;
        color: #fff;
        font-size: 12px;
        line-height: 13px;
        margin: 0 0 3px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsName {
        font-size: 12px;
        line-height: 13px;
    }
    .contentDetail {
        zoom: unset;
        -moz-transform: unset;
        -moz-transform-origin: unset;
    }
}
@media (-webkit-device-pixel-ratio: 1.75) {
    .channels .bottom .box .channelsListFullBox .channelsList ul li {
        min-height: 5.2vw;
        max-height: 5.2vw;
        margin: 0 0 5px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsPrograms .cpBox ul li {
        min-height: 5.2vw;
        max-height: 5.2vw;
        margin: 0 0 5px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsTitle {
        width: 100%;
        margin: 0 0 5px 0;
        color: #fff;
        font-size: 12px;
        line-height: 13px;
        margin: 0 0 3px 0;
    }

    .channels .bottom .box .channelsListFullBox .channelsList ul li .channelsText .channelsName {
        font-size: 12px;
        line-height: 13px;
    }
    .contentDetail {
        zoom: unset;
        -moz-transform: unset;
        -moz-transform-origin: unset;
    }
}