.home-baner {
    max-height: 300px;
    width: auto;
}

#header img.header-logo {
    padding-top: 5px;
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
}
.links p {
    border-left: 1px solid #808080;
    padding-left: 10px;
}

.area-content table {
    width:100%;
}
.area-content table td p{
    text-indent: 0px;
    padding: 10px;
    margin-bottom: 0px;
}
/* services in sidebar */
    .panel p{
        line-height: 1em;
    }
    .panel-group .panel-title a{
        padding: 0 5px 0 30px;
    }
    .panel-group .panel-title a::after{
        top: -5px;
        padding: 0;
    }

/* services list */

.ccm-responsive-navigation > ul > li > a{
    font-size: 16px;
    font-weight: bold;
}
.ccm-responsive-navigation  ul > li > ul > li:before{
    content: '\f061';
    font-family: 'FontAwesome';
    color: #0081bc;
    margin-right: 10px;
}

/* file icon */

.ccm-block-file{
    min-height: 32px;
}
.ccm-block-file a{
    display: inline-block;
}
.ccm-block-file a::before{
    content: '\f016';
    font-family: 'FontAwesome';
    font-size: 30px;
    display: block;
    width: 20px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    color: #000;
}

.ccm-block-file.file-pdf a::before{
    content: '\f1c1';
    color: #FF4949;
}
.ccm-block-file.file-msexcel a::before,
.ccm-block-file[class*="spreadsheetml"] a::before{
    content: '\f1c3';
    color: #88C250;

}
.ccm-block-file.file-msword a::before,
.ccm-block-file[class*="wordprocessingml"] a::before{
    content: '\f1c2';
    color: #348FF7;

}
.ccm-block-file.file-zip a::before{
    content: '\f1c6';
    color: #DED704;

}


/* services icon on top */
.microscope::before{
    content: '';
    display: block;
    width: 32px;
    height: 40px;
    background: url(microscope.svg);
    position: absolute;
    left: -30px;
    top: -10px;
}
.icon-box b{
    color: #333;
}


/* text в статье */
.area-content p, .area-content ul{
    text-indent: 40px;
    color: #333;
    text-align: justify;
}
.area-content ul{
    list-style: circle inside;
}
.area-content a {
    text-decoration: underline;
   /* border-bottom: 1px dashed #000080; */
}
.head-photo{
    float: left;
    margin: 0 20px 0 20px;
}


.footer .widget.dark{
    color: #666;
}