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