footer .footer-wrapper {
    width: 100%;
}

footer .footer-wrapper .footer-main {
    padding: 56px 64px 64px 64px;
    background-color: #000;
}

@media (max-width: 1024px) {

    footer .footer-wrapper .footer-main,
    footer .footer-wrapper .subfooter-legal {
        padding: 32px 16px !important;
    }
}

@media (max-width: 767px) {
    footer .footer-wrapper .subfooter-legal .subfooter-legal-container {
        flex-direction: column;
        align-items: start !important;
    }

    footer .footer-wrapper .subfooter-legal .subfooter-legal-container .subfooter-legal-list {
        justify-content: start;
    }

    footer .footer-wrapper .footer-main .main-wrapper .footer-info-column {
        grid-template-columns: 1fr !important;
    }

    footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-products {
        flex-direction: column !important;
        gap: 20px !important;
        margin-bottom: 0 !important;
    }

    footer .footer-wrapper .footer-main .main-wrapper .footer-info-column {
        margin-bottom: 0 !important;
    }
}

footer .footer-wrapper .footer-main .main-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 32px;
    justify-content: space-between;
    gap: 40px;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-logo {
    width: fit-content;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-logo img {
    height: 50px;
    width: auto;
    max-width: 100%;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-products {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-products .footer-links-list {
    color: #fff;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-products .footer-links-list h4 {
	margin-top: 0;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-products .footer-links-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-products .footer-links-list ul li {}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-products .footer-links-list ul li a {
    display: flex;
    padding: 4px 0;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

footer .footer-wrapper .footer-main .main-wrapper .footer-info-column .footer-products .footer-links-list ul li a:hover {
    text-decoration: underline;
}


/* subfooter  */

footer .footer-wrapper .subfooter-legal {
    padding: 56px 64px 64px 64px;
    background-color: #f42525;
    width: 100%;
    color: #fff;
}

footer .footer-wrapper .subfooter-legal .subfooter-legal-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

footer .footer-wrapper .subfooter-legal .subfooter-legal-container p {
    margin: 0;
}

footer .footer-wrapper .subfooter-legal .subfooter-legal-container .subfooter-legal-list {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

footer .footer-wrapper .subfooter-legal .subfooter-legal-container .subfooter-legal-list li {
    border-right: 2px solid #fff;
    padding-right: 8px;
}

footer .footer-wrapper .subfooter-legal .subfooter-legal-container .subfooter-legal-list li:last-child {
    border: none !important;
}

footer .footer-wrapper .subfooter-legal .subfooter-legal-container .subfooter-legal-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

footer .footer-wrapper .subfooter-legal .subfooter-legal-container .subfooter-legal-list li a:hover {
    text-decoration: underline;
}