﻿.footer {
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 4px solid #b5b5b5;
    background-color: #f2f2f2;
    margin: 21px 21px 0;
}

@media (max-width: 767px) {
    .footer {
        margin-right: 0;
        margin-left: 0;
    }
}

.footer .logo {
    text-align: center;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .footer .logo {
        margin: 0 21px 14px;
        text-align: left;
    }
}

.footer .nav {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

    .footer .nav ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: 1055px;
        width: 100%;
        justify-content: center;
    }

@media (max-width: 991px) {
    .footer .nav ul {
        justify-content: space-around;
    }
}

.footer .nav ul li {
    text-align: center;
    padding: 0;
}

@media (max-width: 991px) {
    .footer .nav ul li {
        text-align: left;
        padding: 7px 0;
        border-bottom: 1px solid #d1d1d1;
        max-width: 250px;
    }
}

.footer .nav ul li a {
    color: #323232;
    text-decoration: none;
    line-height: 28px;
    font-size: 13px;
    transition: color 0.2s;
}

@media (max-width: 991px) {
    .footer .nav ul li a {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer .nav ul li a {
        font-size: 14px;
    }
}

.footer .nav ul li a:hover {
    color: #d40511;
}

.footer small {
    text-align: center;
    font-size: 13px;
    color: #666;
    display: block;
}

.dipnot {
    margin: 40px 21px 7px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

@media (max-width: 767px) {
    .dipnot {
        text-align: left;
    }
}

.dipnot p {
    line-height: 1.5em;
    margin: 0;
}

.dipnot .first {
    margin-bottom: 10px;
}

.dipnot table {
    width: 100%;
}

    .dipnot table tr td:first-child {
        text-align: right;
    }

@media (max-width: 767px) {
    .dipnot table tr td:first-child {
        text-align: left;
    }
}

.dipnot table tr td:last-child {
    text-align: left;
}
