/*
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.program .accordion>dt {
	padding:0 240px 0px 295px;
}
*/

.block1_top {
	/*float:left;*/
	clear:both;
}

.clear {
	clear:both;
}

.active_1 {
	padding-right: 44px;
}


.program .filters .download_program3:before {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 18px;
    height: 24px;
    background: url(./images/tass3.png) 0 0/100% auto no-repeat;
}


.program .filters .download_program2:before {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 18px;
    height: 24px;
    background: url(./images/tass2.png) 0 0/100% auto no-repeat;
}

.modal-dialog .main-frame .download {
    display: none !important;
}

.program .accordion.show > dt > .center_block .desc{
    display: none!important;
}
.program .accordion.show dd{
    display: block!important;
    z-index: 0;
}
.program .accordion.show dd .full-text{
    opacity: 1!important;
}

@media(min-width: 768px){
    .rhProgramme.nko dt{
        padding: 0 0px 50px 300px;
    }
    .rhProgramme.nko dt .line:before{
        left: 255px;
    }
    .rhProgramme.nko dt .line:after,
    .rhProgramme.nko dd .line:before{
        left: 259px;
    }
    .rhProgramme.nko dt .left_block{
        width: 250px;
    }
}

@media(max-width: 992px){
    .rhProgramme.nko dt{padding-bottom: 10px;}
}