.footer {
clear: both;
width: 100%;
height: 76px;
background: #082337;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-around;
font-size: 12px;
font-weight: 400;
color: #FFFFFF;
padding: 12px 0;
}
.footer .msg-lib {
display: flex;
justify-content: center;
align-items: center;
}
.footer .msg-lib span {
margin-right: 20px;
display: flex;
align-items: center;
}
.footer .msg-lib span:last-child {
margin-right: 0;
}
.footer .msg-lib .police-icon {
width: 16px;
height: 18px;
display: block;
margin-right: 4px;
}
#_ideConac img{
width: 32px;
/* position: absolute;
bottom: 5px;
left: calc(50% + 400px); */
}