.site-footer {
    background-color: var(--pcb-footer-bg);
    margin: 0!important;
}

.site-footer > div {
    max-width: 1240px;
    padding: 30px 0;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #585C834D;
    padding-bottom: 70px!important;
}

.social-container {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 30px;
    justify-content: space-between;
}

.contact-email a:hover {
    color: #fff;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-networks {
    display: flex;
    gap: 10px;
}

.social-networks a {
    border-radius: 25px;
    background: #ffffff1a;
    width: fit-content;
    padding: 10px;
    line-height: normal;
    border: 1px solid #fff;
    box-shadow: 4px 5px 4px 0px #00000040;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.social-networks a:hover {
    color: #FFF;
}

.social-networks img {
    width: 22px;
}

.social-top-text {
    font-weight: 600;
    font-size: 14px;
}

.social-bottom-text {
    font-size: 18px;
    font-weight: 600;
}

.footer-menu {
    font-size: 12px;
    font-weight: 600;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #9296A2;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-title {
    font-weight: 600;
    font-size: 18px;
}

.contact-description {
    color: #B1B4BC;
    font-weight: 600;
    font-size: 14px;
    max-width: 257px;
}

.contact-email img {
    filter: invert(.7);
}

.contact-email a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.site-footer .payment-methods {
    height: auto;
}

.site-footer .payment-methods img {
    margin-left: 20px;
}

.contact-email span {
    font-size: 16px;
    font-weight: 600;
}

.footer-bottom {
    padding-top: 70px!important;
    display: flex;
    justify-content: space-between;
}

.bootom-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.license {
    font-size: 12px;
    font-weight: 600;
    color: #869DEE;
}

.license img {
    filter: invert(.3);
}

.bottom-right .copyright {
    color: #A2A5AF;
    font-weight: 400;
    font-size: 10px;
    max-width: 584px;
    text-align: end;
    text-transform: uppercase;
    line-height: 23px;
}

.bottom-right {
    display: flex;
    gap: 20px;
    height: fit-content;
    flex-direction: column;
    align-items: flex-end;
}

.footer-language {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #ffffff1a;
    border-radius: 22px;
    height: 32px;
    padding: 10px;
}

.footer-language span {
    font-weight: 700;
    font-size: 12px;
}

@media (max-width: 1380px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
    }

    .social-container {
        align-items: center;
        margin: 15px 0;
        gap: 10px;
    }

    .footer-social {
        align-items: center;
    }

    .footer-menu {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-contact {
        text-align: center!important;
    }

    .bootom-left {
        align-items: center;
        gap: 10px;
    }

    .bootom-left .copyright {
        text-align: center;
    }

    .bottom-right {
        align-items: center;
    }

    .footer-bottom {
        gap: 15px;
    }

    .bootom-left .copyright {
        width: fit-content;
    }

    .bootom-left .copyright br {
        display: none;
    }

    .bottom-right .copyright {
        text-align: center;
        width: auto;
        padding: 0 10px;
    }

}