

/* Start:/bitrix/templates/op/components/bitrix/news/nov/bitrix/news.detail/opdetail/style.css?16788797755049*/
/*
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

*/


.date{
    color: #7b7b7b;
    font-size: 12px;
    margin-bottom: 10px;
}
.author {
    color: #494949;
    font-size: 12px;
    font-style: italic;
}

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.card:not(.current) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.card {
	
    font-size: 12px;
    /*padding: 16px 0;*/
    padding-top: 16px;
    position: relative;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #EEEEEE;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
	
	color: #444;
	line-height: normal;
	font-family: fira_sanslight, Helvetica;
	margin: 10px 10px 0px 10px;
}

.btns-group {
	background-color:#f00;
}
.btns-group:first-child {
    margin-top: 0;
	white-space: normal;
}

.btns-group .btn {
    position: relative;
    display: block;
    margin-bottom: -1px;
    border: 0;        
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    white-space: normal;
	 padding: 15px;
}

.btn-default {
    color: #333;
    background-color: #fff;    
	
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
  
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border-radius: 0 !important;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.h-divider {
    padding: 10px;
    text-align: center;
    position: relative;
	text-align: center;
}

.h-divider span {

    background: #EEEEEE;
    position: relative;
    padding: 0 10px;

}

.h-divider::before {
    content: ' ';
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #ddd;
    top: 50%;
}
.card .info-block:last-child {
    margin-bottom: 0;
}

.card .info-block {

    background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
	cursor: pointer;
}

.news-detail {

    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    /*width: 66%;	*/
	width: 100%;
	position: relative;
}

@media all and (max-width: 800px) {
	.news-detail {
		width: 100% !important;
	}
}

.h-tl-cols-wrap{
		width:100%;
}

.card {
   -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
	border-bottom: 5px solid #5CB85C;
    border-top: 5px solid #5CB85C;
	padding-top:16px;
}

.card.b1 {
	/*border: 3px solid #5CB85C;*/
	border-bottom: 5px solid #5CB85C;
    border-top: 5px solid #5CB85C;
}
.card.b2 {
	/*border: 3px solid #EB0A18;*/
	border-bottom: 5px solid #EB0A18;
    border-top: 5px solid #EB0A18;
}
.card.b3 {
	/*border: 3px solid #558CF6;*/
	border-bottom: 5px solid #558CF6;
    border-top: 5px solid #558CF6;
}
.card.b4 {
	/*border: 3px solid #F26F36;*/
	border-bottom: 5px solid #F26F36;
    border-top: 5px solid #F26F36;
}
.card.b5 {
	/*border: 3px solid #F26F36;*/
	border-bottom: 5px solid #F26F36;
    border-top: 5px solid #4F7B42;
}

.title_bl{
	font-size: 14px;
	font-weight: bold;
	min-height:30px;
	padding-left: 50px;
	padding-top: 5px;	 	
}
.icon_bl2{
	background: url("/bitrix/templates/pravo/icons/anticor.png") no-repeat 5px 0px;
}

.icon_bl3{
	background: url("/bitrix/templates/pravo/icons/disk.png") no-repeat 5px 0px;
}

.icon_bl4{
	background: url("/bitrix/templates/pravo/icons/pubs.png") no-repeat 5px 0px;
}

.icon_b{	
	width: 20px;
	height: 20px;
	float: left;	
	background: url("/bitrix/templates/pravo/icons/file.png") no-repeat 0px 0px !important;
}
.icon_pdf{
	background: url("/bitrix/templates/pravo/icons/pdf.png") no-repeat 0px 0px !important;
}
.icon_doc, .icon_docx{
	background: url("/bitrix/templates/pravo/icons/word.png") no-repeat 0px 0px !important;
}

.icon_xls, .icon_xlsx{
	background: url("/bitrix/templates/pravo/icons/excel.png") no-repeat 0px 0px !important;
}

.icon_zip{
	background: url("/bitrix/templates/pravo/icons/zip.png") no-repeat 0px 0px !important;
}
.i_arrow{
	width:24px;
	height: 19px;	
	margin: 0px auto;
	background: url("/bitrix/templates/pravo/icons/arrow_card.png") no-repeat 0px 0px;	
}
.str_f{
	clear:both;
}
.not-vis{
	display:none;
}
.is-vis{
	 display:visible; 
}

.text_bar{
	font-size: 14px;
	font-weight: normal;
	font-family: fira_sanslight, Helvetica;
	color: #444;
}

.title_bl i{
	font-size: 14px;
	font-weight: normal;
	font-family: fira_sanslight, Helvetica;
	color: #558CF6;
}

.comment_icon {
	width:15px;
	height: 15px;	
	margin: 0px auto;
	display: block;
	float: right;
	background: url("/bitrix/templates/pravo/icons/ico_comm.png") no-repeat 0px 0px;
}

/* End */
/* /bitrix/templates/op/components/bitrix/news/nov/bitrix/news.detail/opdetail/style.css?16788797755049 */
