.footer__content {
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: var(--text-color-header);
    z-index: 2;
    justify-content: space-evenly;
    width: 100px;
    align-items: center;
    border-right: 1px solid #2C2C2C;
}

.footer__text {
    order: 3;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    transform: rotate(180deg);
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 80px;
    margin-top: 180px;

}

.footer__line {
    order: 2;
    width: 150px;
    height: 2px;
    background-color: #2C2C2C;
    margin: 10px 0;
    transform: rotate(90deg);
    border: 1px solid #2C2C2C;
}

.footer__social-links {
    order: 1; /* Изменение порядка элементов */
    margin-top: 60px;

}

.footer__social-links a {
    display: block;
    padding: 15px;
}
