.page-wrapper {
    .footer-wrapper.vse-footer {
        .footer__contacts {
            margin-top: 15px;

            .footer__contacts-link {
                line-height: 1.75;
            }

            .footer__contacts-link_not-decoration {
                line-height: 1.75;
            }
        }

        .footer-wrapp__left_copyright-text{
            padding: 15px 0 15px 0;
            margin-top: 50px;
        }

        .footer__copyright-text:last-of-type{
            margin: 0;
        }
    }
}