﻿/* ====== footer ====== */

.footer{
    padding: 27px 0 27px 0;
}
.footer h4{
    color: #000000;
}
.footer .wrap-links{
    padding-top: 6px;
}
.footer .wrap-links .link{
    display: block;
    font-size: 17.3px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    cursor: pointer;
    line-height: 32px;
}
.footer .wrap-links .link:hover{
    color: #2a6496;
}
.footer .wrap-links .link.active{
    font-weight: bold;
}

@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
}