/* .n-footer-small2 {
    background-color: #010101;
    padding: 60px 0;
    color: #bdbdbd;
    font-size: 14px;
}

.n-footer-small2__info {
    margin-left: 10%;
    flex: 1;
}

.n-footer-small2__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n-footer-small2__bottom {
    display: flex;
    justify-content: space-between;
}

.n-footer-small2 .n-footer__contacts {
    margin-bottom: 24px;
    padding-right: 0px;
    font-size: 22px;
}

.n-footer-small2 a {
    color: #fff;
}

.n-footer-small2 a:hover {
    color: var(--main-color);
}

.n-footer-small2  .n-footer__separator {
    color: #fff;
    margin: 0 14px;
}

.n-footer-small2__docs {
    display: flex;
    color: #fff;
}

.n-footer-small2__address {
    margin-bottom: 12px;
} */
