footer {
    padding: 85px 0 38px;
    width: 100%;
    position: relative;
}

footer .wrapper {
    max-width: 950px;
    position: relative;
    z-index: 3;
}

footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-size: cover;
    background-position: center;
}

footer.visible::before {
    background-image: url('../img/footer-bg.png');
}

footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1D2730;
    z-index: 1;
}

.footer-logo {
    width: 267px;
    height: 55px;
}

.footer-navigation {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    padding-top: 70px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 50px;
}

.footer-navigation  li a {
    margin: 12px 0;
    display: inline-block;
}

.footer-navigation  li a:hover {
    color: #FE0000;
}

.footer-navigation li a {
    margin-right: 50px;
}

.footer-navigation li:last-child a:last-child {
    margin-right: 0;
}

footer .title {
    color: #2AB03C;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 40px;
}

.footer-items-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
}

.footer-items__img img:first-of-type {
    margin-right: 20px;
}

.footer-items__center {
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}

.footer-items__tel {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.footer-items__tel img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer-disclaimer {
    font-size: 12px;
    color: #A9A9A9;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    font-size: 12px;
    color: #A9A9A9;
    width: 100%;
}

.footer-bottom li {
    margin-right: 5px;
}

.footer-bottom li:nth-child(2) {
    border-left: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
    padding: 0 5px;
}

.footer-bottom a {
    color: #ffffff;
}

@media(max-width: 768px) {
    .footer-navigation {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .footer-navigation li {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .footer-navigation li {
        margin: 0 25px;
    }

    .footer-navigation li a {
        margin-right: 0;
    }

    li.footer-hide-link {
        display: none;
    }

    footer .title {
        font-size: 18px;
    }

    .footer-items-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .footer-items__center {
        margin: 28px 0 14px;
    }

    .footer-bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .footer-bottom li:last-child {
        width: 100%;
        margin-top: 10px;
    }

    .footer-bottom li:nth-child(2) {
        border-right: none;
    }
}