
.product-footer[data-v-a4611e0f] {
    background: #030303;
    color: #ffffff;
    display: block !important;
    padding: 58px 0 38px;
}
.product-footer__inner[data-v-a4611e0f] {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}
.product-footer__top[data-v-a4611e0f] {
    display: grid !important;
    grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(170px, 0.75fr));
    gap: 46px;
    align-items: start;
}
.product-footer__brand img[data-v-a4611e0f] {
    width: 138px !important;
    height: auto;
    display: block;
    margin-bottom: 32px;
}
.product-footer__brand p[data-v-a4611e0f] {
    max-width: 410px;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.65;
}
.product-footer__links[data-v-a4611e0f],
.product-footer__apps[data-v-a4611e0f] {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
}
.product-footer strong[data-v-a4611e0f] {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 800;
    line-height: 1.25;
}
.product-footer a[data-v-a4611e0f] {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 650;
    line-height: 1.45;
    text-decoration: none;
}
.product-footer a[data-v-a4611e0f]:hover {
    color: #ffddcf;
}
.product-footer__social[data-v-a4611e0f] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.product-footer__social a[data-v-a4611e0f] {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    font-size: 18px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.product-footer__social a[data-v-a4611e0f]:hover {
    background: #d53727;
    border-color: #d53727;
    color: #ffffff;
    transform: translateY(-2px);
}
.product-footer__badge[data-v-a4611e0f] {
    display: inline-flex;
    width: fit-content;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.product-footer__badge[data-v-a4611e0f]:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}
.product-footer__badge img[data-v-a4611e0f] {
    width: 136px !important;
    height: auto;
    display: block;
}
.product-footer__bottom[data-v-a4611e0f] {
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid #e5edf5;
    text-align: center;
}
.product-footer__bottom p[data-v-a4611e0f] {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.55;
    text-align: center !important;
}
@media (max-width: 992px) {
.product-footer__top[data-v-a4611e0f] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
}
}
@media (max-width: 640px) {
.product-footer[data-v-a4611e0f] {
        padding: 52px 0 36px;
}
.product-footer__inner[data-v-a4611e0f] {
        width: min(100% - 32px, 1200px);
}
.product-footer__top[data-v-a4611e0f] {
        grid-template-columns: 1fr;
        gap: 32px;
}
.product-footer__brand img[data-v-a4611e0f] {
        margin-bottom: 22px;
}
}
