.footer {
    min-height: 136px;
    background: #000;
    background-image: url("/img/decor-line.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-wrapper {
    padding: 32px 0;
    display: flex;
    align-items: center;
}

.footer__nav {
    margin-left: 72px;
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.footer__nav-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
}

.footer__right-logo {
    margin-left: auto;
}

.footer__decor-line {
    width: 100%;
    line-height: 0;
}

. {

}

@media (max-width: 980px) {
    .footer__nav {
        margin-left: 0;
        flex-direction: column;
        gap: 24px;
        align-items: start;
        margin-bottom: 20px;
    }

    .footer-wrapper {
        padding: 20px 16px;
        position: relative;
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .footer__right-logo {
        position: absolute;
        right: 16px;
        top: 20px;
    }

    .footer-wrapper img {
        max-height: 48px;
    }

}

.footer-bottom {
    border-top: 1px solid #2F2F2F;
    width: 100%;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    padding: 32px;
}

.footer-bottom__item {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom__info {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
}

.footer-bottom__info b {
    font-weight: 500;
}

.footer-bottom__info a {
    font-weight: 500;
    color: white;
    text-decoration: underline;
}
