.vkf26 {
    padding: 8rem 0;
    background: #ffffff;
    color: #0f172a;
}

.vkf26__container {
    width: min(100% - 2rem, 1280px);
    margin: 0 auto;
}

.vkf26__top {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.vkf26__brand {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
}

.vkf26__brand-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vkf26__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.vkf26__logo {
    display: block;
    width: 180px;
    height: 40px;
    max-width: 100%;
    object-fit: contain;
}

.vkf26 .vkf26__brand-title {
    margin: 0 !important;
    font-size: 1.25rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #0f172a;
}

.vkf26__description {
    max-width: 70%;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #64748b;
}

.vkf26__socials,
.vkf26__links,
.vkf26__legal {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vkf26__socials {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.vkf26__social-link,
.vkf26__link,
.vkf26__legal-link {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vkf26__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    width: 1.5rem;
    height: 1.5rem;
}

.vkf26__social-icon,
.vkf26__social-link svg,
.vkf26__social-link i {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    color: currentColor;
    fill: currentColor;
}

.vkf26__social-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
}

.vkf26__social-icon-wrap .e-font-icon-svg,
.vkf26__social-icon-wrap svg,
.vkf26__social-icon-wrap i {
    display: block;
    width: 1.25rem !important;
    height: 1.25rem !important;
    max-width: none;
    max-height: none;
    color: currentColor;
    fill: currentColor;
}

.vkf26__social-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 700;
}

.vkf26__social-link:hover,
.vkf26__link:hover,
.vkf26__legal-link:hover {
    color: #0f172a;
}

.vkf26__columns {
    display: grid;
    width: 100%;
    gap: 1.5rem;
}

.vkf26__column-title {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    color: #0f172a;
}

.vkf26__links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vkf26__link,
.vkf26__legal-link,
.vkf26__copyright {
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 500;
}

.vkf26__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding: 2rem 0;
    border-top: 1px solid #e2e8f0;
}

.vkf26__copyright {
    margin: 0;
    color: #64748b;
}

.vkf26__legal {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .vkf26__columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
    }

    .vkf26__bottom {
        flex-direction: row;
        align-items: center;
    }

    .vkf26__legal {
        flex-direction: row;
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .vkf26__top {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 2.5rem;
    }

    .vkf26__brand {
        max-width: 28rem;
    }

    .vkf26__columns {
        width: min(100%, 42rem);
        gap: 5rem;
    }
}

@media (max-width: 767px) {
    .vkf26 {
        padding: 4.5rem 0;
    }

    .vkf26__description {
        max-width: 100%;
    }
}
