/*footer {
    background-color: #2b2b2b;
    color: #fcfcfc;
    
    padding: 60px 0;
}



#after-footer {
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
}*/



footer {
    background-color: #2b2b2b;
    color: #fcfcfc;
    padding: 60px 0 30px 0;
    font-size: 14px;
}

footer h3, footer h4 {
    margin-bottom: 30px;
    font-weight: 600;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list li a {
    color: #ccc;
    text-decoration: none;
}

.footer-list li a:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-social {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: #444;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    transition: 0.3s;
}

.btn-social:hover {
    background: #666;
}

#after-footer {
    text-align: center;
    padding: 25px 0;
    background-color: #fff;
    color: #333;
}

#after-footer .footer-animals {
    font-size: 24px;
    margin-bottom: 8px;
}
