﻿.footer-wrapper {
    background-color: transparent;
    background-image: url("/images/footer-bg.png");
    color: #121212;
    padding-top: 112px;
    padding-bottom: 92px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

    .footer-wrapper .container {
        width: 964px;
        border-radius: 8px;
        background: #F8F8F5;
        padding: 40px 49px;
    }

.footer-content {
    display: flex;
    margin-top: 32px;
}

.footer-title {
    font-family: Eifont Display;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    color: #121212;
    margin-bottom: 8px;
}

.footer-content .footer-col:first-child {
    margin-right: 104px;
}

.footer-content .footer-col:last-child {
    margin-left: auto;
}

.footer-content .footer-list .footer-item {
    margin-bottom: 13px;
}

    .footer-content .footer-list .footer-item:last-child {
        margin-bottom: 0;
    }

.footer-content .footer-item a {
    font-family: EKF;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    color: #121212;
}

.footer-social-links {
    display: flex;
    gap: 16px;
}

.footer-content .footer-social-links li {
    padding-left: 0;
}

.footer-social-links li:before {
    display: none;
}

.footer-wrapper .copyright {
    position: absolute;
    background-color: transparent;
    padding: 0;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    bottom: 34px;
}

    .footer-wrapper .copyright .container {
        background-color: transparent;
        padding: 0;
    }
