﻿#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#footerNav {
    background: #F9F9F9;
    box-sizing: border-box;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #4D4D4D;
}

#footerNav *, #footerNav *::before, #footerNav *::after {
    box-sizing: inherit;
}

#footerNav a:hover {
    cursor: pointer;
    opacity: 0.6;
    text-decoration: none;
}

#footerNav {
    border-top: 1px solid #E7E6E6;
    height: 63px;
}

#footer .footer__menu-item {
    display: inline-block;
    padding: 0 19px;
    text-align: center;
}

#footer .footer__menu-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
}

#footer .footer__menu-list {
    display: grid;
    align-items: center;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}