
#Footer{
    background: #000;
    color: #fff;
}
#Footer .companyName {
    text-align: center;
    color: #ccc;
    padding: 3px 10px;
}
#Footer .navP{
    display: flex;
    flex-direction: column;
}
#Footer .navP a{
    display: block;
    margin-bottom: 10px;
}
#Footer .navP a:hover{
    text-decoration: underline;
}
#Footer a{
    color: #fff;
    text-decoration: none;
}
#Footer .block1{
    display: flex;
    width: 1200px;
    margin: auto;
    padding: 70px 0 40px 0;
    justify-content: space-between;
    flex-direction: row;
}
#Footer .navTitle {
    font-size: 20px;
    font-family: system-ui;
    margin-bottom: 20px;
}
#Footer .infoP{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
#Footer .icon{
    margin-right: 6px;
    /*display: flex;*/
    align-items: center;
}
#Footer .btm {
    text-align: center;
    padding: 13px;
    background: #242424;
    font-size: 13px;
}
#Footer .logoP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px;
}
#Footer .logoP img{
    
}
#Footer .address{
    width: 360px;
}