﻿footer {
    background: #6a6a6a;
    color: #676666;
    text-align: center;
    font-size: 13px;
}

    footer .white-block {
        background: #fff;
        padding: 20px 0 20px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    }

    footer .black {
        color: #000;
        width: 470px;
        margin: 0 auto;
    }

    footer .images {
        text-align: center;
    }

        footer .images img {
            margin: 20px 0;
        }

    footer .links {
        width: 900px;
        margin: 0 auto 20px;
    }

        footer .links a, footer .links font a {
            color: rgba(68,68,68,.8);
        }

    footer .bottom-block {
        padding: 15px 0;
        color: #fff;
        background: #6a6a6a;
    }

    footer .fLinks {
        margin: 0 0 20px 0;
    }

        footer .fLinks .footerLink {
            font-size: 15px;
            font-weight: 700;
            color: rgba(68,68,68,.8);
        }
