.footer {
    color: #ffffff;
    padding: 65px 95px;
    background: #2b2d42;
}
@media (max-width: 576px) {
    .footer {
        padding: 65px 35px;
    }
}
.footer-logo {
    display: block;
    max-width: 360px;
}
@media (max-width: 576px) {
    .footer-logo {
        margin-bottom: 50px;
    }
}
.footer-menu {
    display: flex;
}
@media (max-width: 576px) {
    .footer-menu {
        flex-direction: column;
    }
}
.footer-menu li {
    margin-right: 45px;
}
@media (max-width: 576px) {
    .footer-menu li {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.footer-menu li a {
    color: #ffffff;
    font-family: "TTFirsNeueTrl-DemiBold", sans-serif;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
}
.footer-social {
    display: flex;
    margin-top: 25px;
    margin-bottom: 110px;
}
@media (max-width: 576px) {
    .footer-social {
        margin-bottom: 50px;
    }
}
.footer-social li {
    margin-right: 33px;
}
.footer-title {
    color: #ffffff;
    font-family: "TTFirsNeueTrl-Bold", sans-serif;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 3%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}
.footer-text--bold {
    font-family: "TTFirsNeueTrl-Bold", sans-serif;
    margin-bottom: 0;
}
.footer-text a {
    color: #ffffff;
}
.footer-bottom {
    min-height: 72px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .footer-bottom {
        flex-direction: column;
    }
}
.footer-bottom-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .footer-bottom-menu {
        flex-direction: column;
    }
}
.footer-bottom-menu li {
    margin-bottom: 0;
    margin-right: 30px;
}
@media (max-width: 576px) {
    .footer-bottom-menu li {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.footer-bottom-menu li a {
    color: #2b2d42;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
}
.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .footer-copyright {
        flex-direction: column;
    }
}
.footer-copyright p {
    color: #2b2d42;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 0;
    margin-right: 30px;
}
@media (max-width: 576px) {
    .footer-copyright p {
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
