.menu--about {
    border-bottom-color: #62a8c0;
}
.menu--service{
    border-bottom-color: #6c2dc7;
}
.menu--authentication {
    border-bottom-color: #d28f1b;
}
.menu--document {
    border-bottom-color: #7aab2a;
}
.menu--certificate {
    border-bottom-color: #1867b8;
}
.menu--contact {
    border-bottom-color: #b32c1b;
}
.home-block{background-color:#ffffff; }
.home-block .pictures {
    position: relative;
}
.home-block .content{padding:0 20px;}
.home-block form{padding: 0 20px;padding-bottom: 20px;}
.home-block form label{font-weight: bold;}
table.tblcert {width: 100%;empty-cells: show;}
table.tblcert th, table.tblcert td{padding:15px 10px;}
table.tblcert th{text-align: right;}
@media (min-width:992px) {
    .home-block{min-height: 330px;}
    .home-block .pictures {
        float: left;
    }
    .home-block .content{padding-top:20px;}
}
