.site-footer {
    background-image: url('../../images/home/bg/footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.site-footer__inner {
    padding: 70px 0 30px;
}
.footer_content {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.footer_top {
    margin-bottom: 46px;
}
.footer_logo {
    display: flex;
    gap: 16px;
}
.footer_links {
    display: flex;
    gap: 8px;
}
.footer_links a {
    padding: 4px 12px;
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFF4E7;
}
.footer_center {
    margin-bottom: 24px;
}
.footer_list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFF4E7;
    margin-bottom: 12px;
}
.footer_list li:nth-child(3) a {
    color: #FFBD39;
    margin-bottom: 8px;
}
.footer_list li:last-child {
    font-family: 'GolosText-Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #FFF4E7;
    max-width: 296px;
}
.footer_docs {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.footer_docs a,
.footer_docs span {
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #FFF4E7;
    text-align: center;
}
.footer_docs a.yellow {
    color: #FFBD39;
}
.footer_bot {
    font-family: 'Lora-Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #FFF4E7B2;
    padding-top: 16px;
    border-top: 0.5px solid #FFF4E7B2;
}
@media screen and (max-width: 1023.99px) {
    .site-footer {
        background-image: url('../../images/home/bg/footer_1024.png');
    }
    .footer_top {
        margin-bottom: 24px;
    }
    .footer_content,
    .footer_docs {
        flex-direction: column;
        align-items: center;
    }
    .footer_list li a {
        justify-content: center;
    }
    .footer_list li:last-child {
        text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    .site-footer {
        background-image: url('../../images/home/bg/footer_768.png');
    }
}
@media screen and (max-width: 659.98px) {
    .site-footer {
        background-image: url('../../images/home/bg/footer_660.png');
    }
}
@media screen and (max-width: 474.98px) {
    .site-footer {
        background-image: url('../../images/home/bg/footer_475.png');
    }
}

