.site-footer.vc-footer {
    position: relative;
    background: #050505;
    color: var(--vc-muted);
    padding: 32px 0 0;
}

.vc-footer__logo-row {
    padding-bottom: 26px;
    border-bottom: 1px solid var(--vc-border);
}

.vc-footer__logo img {
    width: 330px;
}

.vc-footer__content {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1fr;
    gap: 70px;
    padding: 44px 0 36px;
    border-bottom: 1px solid var(--vc-border);
}

.vc-footer h3,
.vc-footer strong {
    color: var(--vc-text);
}

.vc-footer h3 {
    margin: 0 0 24px;
    font-size: 23px;
    line-height: 1.25;
}

.vc-footer p {
    margin: 0;
    line-height: 1.55;
    font-size: 16px;
    max-width: 430px;
}

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

.vc-footer li + li {
    margin-top: 17px;
}

.vc-footer a {
    color: var(--vc-muted);
    text-decoration: none;
    font-size: 16px;
    transition: color .25s ease;
}

.vc-footer a:hover {
    color: var(--vc-green);
}

.vc-footer__contact strong {
    display: block;
    margin-bottom: 18px;
}

.vc-footer__bottom {
    min-height: 94px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.vc-footer__payments {
    display: flex;
    align-items: center;
    gap: 20px;
}

.vc-footer__payments img {
    height: 22px;
    width: auto;
    object-fit: contain;
}

.vc-footer__copyright {
    text-align: center;
    font-weight: 700;
}

.vc-footer__language {
    justify-self: end;
    color: var(--vc-muted);
    font-weight: 700;
}

.vc-footer__language .vc-lang-dropdown__menu {
    top: auto;
    bottom: calc(100% + 12px);
}

@media (max-width: 1024px) {
    .site-footer.vc-footer {
        padding-top: 28px;
    }

    .vc-footer__logo-row {
        display: flex;
        justify-content: center;
        padding-bottom: 27px;
    }

    .vc-footer__logo img {
        width: 200px;
    }

    .vc-footer__content {
        display: block;
        width: min(100% - 136px, 360px);
        margin-inline: auto;
        padding: 68px 0 22px;
        border-bottom: 0;
    }

    .vc-footer h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .vc-footer p {
        font-size: 16px;
        margin-bottom: 34px;
    }

    .vc-footer__col + .vc-footer__col {
        margin-top: 26px;
    }

    .vc-footer__legal {
        margin-top: 28px !important;
    }

     .vc-footer__bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 28px 0 0;
        border-top: 1px solid var(--vc-border);
    }

    /* 1. language hore */
    .vc-footer__language {
        order: 1;
        text-align: center;
    }

    /* 2. copyright stred */
    .vc-footer__copyright {
        order: 2;
        text-align: center;
        font-size: 14px;
    }

    /* 3. payments dole */
    .vc-footer__payments {
        order: 3;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }

    .vc-footer__payments img {
        height: 20px;
    }
}
