.footer {
    padding-bottom: 40px;
    padding-top: 60px;
    background: linear-gradient(
        90deg,
        rgba(73, 169, 255, 0.2) 0%,
        rgba(252, 124, 217, 0.2) 100%
    );
    text-align: center;
    margin-top: auto;
}

.footer__main {
    border-bottom: 1px solid #d3cbd9;
}

.footer__nav {
    padding: 40px 0;
}

.footer__nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.footer__nav a {
    font-size: 16px;
    line-height: 130%;
    color: #535755;
    transition: opacity 0.3s;
}

.footer__nav a:hover {
    opacity: 0.4;
}

.footer__copyright {
    padding-top: 40px;
}

.footer__copyright-text {
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #858E8A;
}
