.vg-footer {
    position: relative;
    margin-top: auto;
    background: var(--vg-footer-bg);
    color: rgba(255, 255, 255, .7);
    font-size: .93rem;
}

.vg-footer a {
    transition: color .15s ease;
}

.vg-footer .vg-brand {
    color: #fff;
}

.vg-footer .vg-social__link {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.vg-footer .vg-social__link:hover {
    background: var(--vg-primary);
}

.vg-footer__about {
    margin-top: 16px;
    max-width: 38ch;
    line-height: 1.7;
}

.vg-footer__social {
    margin-top: 20px;
}

.vg-footer__title {
    margin-bottom: 18px;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.vg-footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vg-footer__links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vg-footer__links a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: var(--vg-primary);
    opacity: .7;
    transition: transform .15s ease;
}

.vg-footer__links a:hover {
    color: #fff;
}

.vg-footer__links a:hover::before {
    transform: rotate(45deg);
    opacity: 1;
}

.vg-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .18);
    font-size: .85rem;
}

.vg-footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    padding-block: 18px;
}

.vg-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
}

.vg-footer__legal a:hover,
.vg-footer__cookie:hover {
    color: #fff;
}

.vg-footer__cookie {
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vg-pay {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.vg-pay__item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 30px;
    padding: 0 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .85);
    font-size: .72rem;
    font-weight: 700;
}

.vg-pay__item .vg-ico {
    width: 14px;
    height: 14px;
}

.vg-newsletter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.vg-newsletter__icon {
    position: absolute;
    left: 16px;
    color: var(--vg-muted);
    pointer-events: none;
}

.vg-newsletter__input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 52px;
    padding: 10px 14px 10px 46px;
    border: 0;
    border-radius: var(--vg-radius);
    background: #fff;
    color: #101B31;
}

.vg-newsletter__input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .45);
}

.vg-newsletter__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: var(--vg-radius);
    background: var(--vg-secondary);
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.vg-newsletter__btn:hover {
    background: color-mix(in srgb, var(--vg-secondary) 80%, #000);
}

.vg-newsletter__btn span {
    display: inline-flex;
}

.vg-newsletter__consent {
    margin-top: 10px;
    font-size: .8rem;
    color: inherit;
}

.vg-newsletter__consent a {
    color: inherit;
}

.vg-footer__newsletter-note {
    margin-top: 6px;
    font-size: .86rem;
    font-weight: 600;
}

.pw-text-ok {
    color: #D9FBE8;
}

.pw-text-err {
    color: #FFE0DC;
}

.vg-footer--2 .pw-text-ok {
    color: #58D68D;
}

.vg-footer--2 .pw-text-err {
    color: #FF8A7A;
}

@media (max-width: 480px) {
    .vg-newsletter__btn-text {
        display: none !important;
    }

    .vg-newsletter__btn {
        padding: 0 16px;
    }
}
