.footer {
    font-family: "Roobert";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    scroll-behavior: smooth;
    display: block;
    color: hsla(0,0%,100%,.64);
    padding: 112px 0 0;
    z-index: 1;
}

.footer a {
    color: #FFFFFF;
}

.footer__inner {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.footer__top {
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: hsla(0,0%,100%,.64);
    scroll-behavior: smooth;
    box-sizing: inherit;
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    margin-bottom: 64px;
}

.footer__bottom {
    font-family: Roobert,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: hsla(0,0%,100%,.64);
    scroll-behavior: smooth;
    box-sizing: inherit;
    border-top: 1px solid hsla(0,0%,100%,.16);
    display: flex;
    justify-content: space-between;
    padding: 28px 0;
}

.footer__text {
    max-width: 300px;
}

.footer-menu__item {
    line-height: 30px;
}

.footer-menu__link:hover, .info-menu__link:hover {
    color: #ff7040;
}


@media (max-width: 768px) {
    .footer__top {
        grid-template-columns: 1fr 1fr;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
    }
}

