.article-card-listview-tags {
    color: #fff;
    background-color: #98212c;
    /*background-color: #c42a39;*/
    padding: .1875rem .5rem;
    font-size: 12px;
    font-weight: 600;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    margin-right: .5rem;
    min-width: 50px;
    max-width: 50px;
    text-align: center;
    box-sizing: border-box;
}

.article-card-listview-tags .label-date {
    color: #fff;
}

.label-date {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #000;
}

.article-card-listview-box-content {
    text-decoration: none;
    color: #000;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: .5rem .625rem;
}

.multiteaser-item.no-margin {
    margin-bottom: 0;
    padding: 0;
}

.article-card-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    height: 100%;
}

.multiteaser-item.no-margin:not(:last-child) .article-card-listview, .multiteaser-item.no-margin:not(:last-child) .episode-card-listview {
    border-bottom: 1px solid #ddd;
}

.article-card-listview {
    display: flex;
    height: 100%;
    background-color: #fff;
}


.article-card-listview-box-content:hover .article-card-listview-title {
    text-decoration: underline;
}
.article-card-listview-title {
    color: #000;
    word-break: break-word;
    font-size: .8125rem;
    font-weight: 400;
}


.article-card-listview-tags .label-date {
    color: #fff;
}
.label-date {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #000;
}

.multiteaser-heading {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 1.2rem;
}

.multiteaser-article .multiteaser-item .listview-expander:before {
    content: "\203A";
    padding-right: 6px;
    display: inline-block;
    font-weight: 700;
    transform: translateY(-.0625rem);
}

#accordionX .content .accordionContent {
  display: none;
}

#accordionX .smallFont{
    font-size: 0.6rem;
}


.usdImgCor img {
height: auto; width: 100%; max-width: 50px; max-height:60px; float: left;
}


.tvguide .scrollable-nav_track {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: stretch;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tvguide ul{
    list-style: none;
}

.tvguide .scrollable-nav_item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.tvguide .day-switcher li:first-of-type .day-switcher_item {
    padding-left: 0;
}
.tvguide .day-switcher_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    text-align: center;
    padding: 0 22px;
}
.tvguide .lnk {
    text-decoration: none;
    background: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .5s ease-out;
    transition: color .5s ease-out;
    text-align: center;
    font-size: 13px;
    line-height: 1.23077;
}

.tvguide .lnk:hover {
    color: #99212b;
}


.tvguide .scrollable-nav_track .active {
    color: #f93545;
}

.tvguide.row-fluid{
    color:white;
    padding:0.3rem;    
}

.tvguide.tvguideRemRowCor{
    margin-top: 1rem;

}

.tvguide .channels .scrollable-nav_track {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: stretch;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    -webkit-justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.tvguide .channels .scrollable-nav_item.active{
    background-color: #99212b;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: white;
}


.tvguide .channels .scrollable-nav_item{
    margin-left: 1rem;    
    font-size: 1.3rem;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.tvguide .channels .scrollable-nav_item .tvip-hide{    
    font-size: 1.3rem;
}

.tvguide .tv-guide-channel-info{
    text-align: center;    
    font-size: 0.7rem;
}

.tvguide.border-bot{
    border-bottom: 1px solid #242833;
    padding: 8px 0;    
    border-top: 1px solid #242833;
}

.tvguide .schedule-item {
    padding-top: 30px;
    padding-bottom: 30px;
    height: fit-content;
}

.tvguide ol{
    list-style: none;
}

.tvguide ol li{
    border-bottom: 1px solid #242833;
}

.tvguide ol li.active{
    border-top: 1px solid #99212b;    
    background-color: #89898924;
}

.tvguide .g-layout {
    list-style: none;
    direction: flip(ltr, rtl);
    text-align: flip(left, right);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: -8px;
    padding-right: 0;
    padding-left: 0;
}
.tvguide .xo16{
    width: 16.66667%;
    height: inherit;
    font-size: 20px;
    line-height: 1.2;
}

.tvguide .schedule-item-start-time {
    text-align: right;
    color: #b2b7c4;
}

.tvguide .xo62{
    width: 62.5% !important;
}

.tvguide .g-layout-item {
    width: auto;
    display: inline-block;
    padding-left: 8px;
    text-align: flip(left, right);
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: inherit;
}

.tvguide .rs-image{
    /*float: left;*/
    width: 280px;
    height: 160px;
    overflow: hidden;
}

.tvguide .rs-image-img{
    background-color: #4a4a4a;
    object-fit: cover;
}
.channelday-selector{
    z-index:10;
    position: relative;
    width: 100%;    
    -webkit-transition: color .5s ease-out;
    transition: color .5s ease-out;
}

.tvguide .g-layout .list-content-item{
    padding-top: 0rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.tvguide .g-layout:hover .list-content-item-title:not(.subNewsTilte){
    color:#99212b;
    cursor: pointer;
}

.tvguide .g-layout .subNews .xo55, .tvguide .g-layout .subNews .xo35{
    border-bottom: 1px solid #e2e2e230;
    margin-bottom: 10px;
}
.tvguide .g-layout .descs{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }


.tvguide .g-layout .subNews .descs{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.tvguide .g-layout .subNews:hover .list-content-item-title{
    color:#99212b;
    cursor: pointer;
}
/*
.tvguide .g-layout .list-content-item-title:hover{
    color:#99212b;
    cursor: pointer;
}*/

.tvguide .g-layout .list-content-item-title{
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    cursor: pointer;
}

.tvguide .g-layout .list-content-item-title div {
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;    
    border-bottom: 3px solid #99212b;    
}

.xo35{
    color:white;
    width: 35.44444% !important;    
    height: inherit;
    float:left;
}
.tvguide .g-layout .subNews .xo35{
    width: 27.57% !important;    
}

.xo55{
    color:white;
    width: 55.55556% !important;    
    height: inherit;
    float:left;
    height: 180px;
}

.xo55 a, .xo35 a{
    color:white !important;
}

.tvguide .g-layout .list-content-item.descs{
    font-size:0.7rem;
}

.tvguide .schedule-item-start-time span, .tvguide .liveIconSpan{
    position: relative;
    background-color: #99212b;
    color: white;
    padding-top: 0;
    padding-right: 0.5rem;
    padding-bottom: 0;
    padding-left: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    width: 60px;
    text-align: center;
    float: right;
}
.tvguide .g-layout-item .rs-image .playLogoSvg{
    
    height: 40px;
    position: absolute;    
    margin-top: 115px;
    margin-left: 5px;
}

.tvguide .seldate  {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    text-align: center;
    padding: 0 22px;
}

.channelday-selector.scrolltopFiox{
    top:64px;
}

.tvguide .subNews{
    width: 90%;
    height: fit-content;
    margin-left: 83px;
    
}
.tvguide .subNews .rs-image-img{
    width: inherit;
}

.tvguide .subNews .rs-image{
    width: inherit;
}
.tvguide .subNews .rs-image svg {
    height: 40px;
    position: absolute;
    margin-top: 70px;
    margin-left: 5px;
}
.tvguide .subNews .list-content-item-title{
    font-size: 0.8rem;
}

.tvguide .subNews .xo55{
    color: white;
    width: 60.55556% !important;
    height: inherit;
    float: left;    
    height: 130px;
}

.tvguide .specialexit .rs-image-img{
    background-color: #4a4a4a;
    object-fit: cover;
    height: inherit;
    text-align: center;
    margin: 0 auto;
    float: right;
}

.tvguide .specialexit .img{
    height: inherit;
}

.tvguide .subNews .rs-image{
    height: 120px;
    overflow: hidden;
}

.tvguide .subNews .xo35{
    height: 130px;
}

ul.fptabul{
    list-style: none;    
    width: 100%;    
    height: 50px;
}

.ui-tooltip, .ui-tooltip-content{
    z-index: 99 !important;
}

li.fptab{
    border-color: #444;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    width: fit-content;
    float: left;
}

.pboverviewFP #accordionX span{
    cursor: help;
}

li.fptab a{
    color:#444;
    position: relative;
    display: inline-block;    
    padding: 15px 15px 0px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.chantabover .ui-tabs-panel{
    float:left;
}

li.fptab.ui-state-active a{
    color:#98212c !important;
}

@media (max-width: 37.49em){
    
.tvguide .g-layout .subNews .descs{
    margin-bottom: 1rem;

}
    .tvguide .subNews{
        width: 100%;
        height: fit-content;
        margin-left:0 !important;
    
    }
    .tvguide .subNews .xo55{
        width: 100% !important;
        height: fit-content;
    }

    .tvguide .xo35 {
        display: none !important;
    }
    .tvguide .xo55 {
        width: 100% !important;   
        height: fit-content; 
    }
    .tvguide .xo16{
        width: 25% !important;
    }

    .channelday-selector.scrolltopFiox{
        top:44px;
    }

    .channelday-selector .scrollable-nav_track::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }
    .tvguide .schedule-item {
        height: fit-content;
    }
}


#block-2{
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }

    .fpTooltilPB .borderboxPBN{
        border: white 1px solid;
        padding:0.3rem;
        border-radius: 5px;
    }
    .fpTooltilPB img{
        max-width: 100%;
    }
    .fpTooltilPB{
        text-align: center;
        z-index: 99;
        padding:0.4rem;
        background-color: rgb(55 55 55);
        border-radius: 5px;
        color:white !important;
    }
    
    .fpTooltilPB p{
        font-size: 12px;
        color:white !important;
    }

    .fpTooltilPB h5{
        padding-top: 5px;
        padding-bottom:5px;
        color:white !important;
    }

    .spetnaz_slide{
        max-height: 210px;
    }

    .vc_custom_1637827301742{
        border-radius: 6px;
    }
    
    .spetnaz_slide div{
        max-height: 210px;
        text-align: center;
        border-radius: 6px;
    }
    .spetnaz_slide .primary-content h5, .spetnaz_slide .primary-content h6{
        height: fit-content;
        overflow: hidden;
        white-space: normal;
        overflow-wrap: break-word;
        hyphens: manual;
        text-align: center;
        position: absolute;
    }

    .spetnaz_slide .primary-content {
        height: 100%;
        position: absolute;
        display: block;
        /* width: inherit; */
        /* float: left; */
        bottom: 0;
        font-size: 10px;
        z-index: 99;
    }

    .spetnaz_slide h5 {
        text-shadow: 0px 0px black;
        color: white;
        bottom:0;
        background-color: #98212c;
        font-size: 15px;
        /*-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;*/
    }

    .spetnaz_slide h6 {
        text-shadow: 1px 1px black;
        color: white;
        font-size: 24px;
        /*background-color: #000000b0;*/
        /*-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;*/
    }

    .spetnaz_slide{
        box-shadow: 1px 1px 0 0 rgb(0 0 0 / 8%);
        border-radius: 6px;
    }

    .multiteaser-article.element-counter.component.display-all{
        border-radius: 6px;
    }

    .owl-next{
        color:#000;
    }