.footer {
    overflow: hidden;
}
.footer-block {
    background: #0B0B0B;
    padding: 32px 0;
}
.footer__content {
    display: flex;
    align-items: flex-start;
}
.footer__left {
    width: 14%;
}
.footer__logo img {
    filter: invert(1);
    width: 80px;
}
.footer__link {
    margin-top: 36px;
}
.footer__link svg {
    opacity: 0.4;
}
.footer__link div {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}
.footer__link div a,
.footer__link div span {
    color: #FFFFFF;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
}
.footer__link div a.underline {
    text-decoration: underline;
}
.footer__menus {
    width: 48%;
    display: flex;
    padding-left: 40px;
    margin-top: 60px;
}
.footer-item {
    width: 33%;
}
.footer-item:nth-child(2) {
    padding-left: 9px;
}
.footer-item:nth-child(3) {
    padding-left: 50px;
}
.footer-title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}
.footer-menu ul {
    padding: 0;
    margin: 12px 0 0;
    list-style-type: none;
}
.footer-menu ul li {
    margin-bottom: 5px;
}
.footer-menu ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: color 0.3s ease-in-out;
}
.footer__right {
    width: 38%;
    padding-left: 60px;
}
.footer-pay-title {
    color: #fff;
    font-weight: 500;
    margin-top: 56px;
    font-size: 14px;
    margin-bottom: 8px;
}
.footer-pay-img {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    align-items: center;
}
.footer-pay-img img {
    max-width: 100%;
}
.footer-provided-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
}
.footer-provided-menu ul {
    display: flex;
    padding: 0;
    margin: 15px 0 0;
    list-style-type: none;
    gap: 16px;
    font-size: 14px;
}
.footer-provided-menu ul li span,
.footer-provided-menu ul li a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease-in-out;
}
.footer-provided-menu img {
    height: 42px;
    margin-right: 20px;
}
.footer-bottom {
    display: flex;
    padding: 16px 0;
}
.footer-bottom__left {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    width: 20%;
}
.footer-bottom__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    width: 80%;
}
.footer-bottom__right ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 25px;
    font-size: 14px;
}
.footer-bottom__right ul li a {
    color: #fff;
    transition: color 0.3s ease-in-out;
}
.develop a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}