.footer {
    background-color: #F2F7FF;
}

.footer .footer__inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer .footer__links-wrapper {
    display: flex;
    gap: 33px;
}

.footer .footer__link-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}

.footer .footer__link-block {
    min-width: 122px;
}

.footer .footer__links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.footer .footer__links a {
    color: #2A2A37CC;
    text-decoration: none;
}

.footer .footer__bottom {
    margin-top: 80px;
    padding-top: 33px;
    border-top: 1px solid #2A2A371A;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer__legal-block {
    display: flex;
    gap: 24px;
}

.footer .footer__legal {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #2A2A37;
}

.footer .footer__socials {
    display: flex;
    gap: 15.2px;
}

.footer .footer__social-img {
    width: 27px;
    aspect-ratio: 1/1;
}

@media screen and (max-width: 880px) {
    .footer .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-top: 60px;
    }

    .footer .footer__legal-block {
        width: 100%;
    }
    
    .footer .footer__copyright {
        margin-right: auto;
    }

    .footer .footer__inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 720px) {
    .footer .footer__legal-block {
        flex-direction: column;
        gap: 8px;
    }
}

@media screen and (max-width: 650px) {
    .footer .footer__links-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .footer .footer__bottom {
        margin-top: 24px;
    }
}
