footer .copy-wrap.footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    overflow: visible;
}

footer .footer-owner {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    line-height: 18px;
    color: #828791;
}

footer .footer-owner a {
    color: #828791;
    text-decoration: underline;
}

footer .footer-owner a:hover {
    color: #fff;
}

footer .footer-owner__links {
    margin-top: 10px;
}

footer .footer-owner__links a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 4px;
}

footer .footer-legal .copy2 {
    float: none;
    flex-shrink: 0;
}

footer .footer-legal a.vk {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    opacity: 0.6;
}

footer .footer-legal a.vk img {
    height: 25px;
    width: 25px;
}

footer .footer-legal a.vk:hover {
    opacity: 1;
}

@media (max-width: 959px) {
    footer .copy-wrap.footer-legal {
        flex-direction: column;
    }
}
