footer [class*=col-] {
    padding-right: 0 !important;
    padding-left: 0 !important
}

footer .upper-footer {
    padding: 50px 0
}

footer .footer-product-logo {
    display: block
}

footer .footer-product-logo img {
    max-width: 250px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 1;
    transition: opacity .3s ease
}

footer .footer-product-logo:hover img {
    opacity: .8
}

footer .np-row-mb {
    margin-bottom: 50px
}

footer .np-row-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px
}

footer .np-row-flex.small-space {
    gap: 24px
}

footer .np-row-flex.big-space {
    gap: 200px
}

footer .np-row-flex.big-space .col-start {
    width: 50%
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col {
    width: calc(33.333% - 16px)
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li {
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    font-weight: 500
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li:not(:last-child) {
    margin-bottom: 6px
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li .item-title {
    text-transform: uppercase
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li a {
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
    opacity: 1;
    transition: opacity .3s ease
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li a:hover {
    opacity: .8
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li img {
    width: auto;
    max-height: 16px;
    margin-left: 2px;
    user-select: none
}

footer .np-row-flex.big-space .col-end {
    width: calc(50% - 200px)
}

footer .widget-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    padding-bottom: 6px;
    margin-bottom: 6px !important;
    border-bottom: 1px solid currentColor
}

footer .widget-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px
}

footer .w-full {
    width: 100%
}

footer .mb-16 {
    margin-bottom: 16px !important
}

footer form {
    width: 100%;
    height: auto
}

footer form input {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600
}

footer form input:focus {
    outline: none
}

footer form input[type=email] {
    appearance: none;
    width: calc(100% - 100px);
    height: auto;
    color: #121212;
    background: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px 0 0 4px;
    float: left
}

footer form input[type=submit] {
    appearance: none;
    width: 100px;
    background: #69a424;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 0 4px 4px 0;
    transition: background .3s ease;
    float: left
}

footer form input[type=submit]:hover {
    background: #ff8700
}

footer form .accept-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 16px
}

footer form .accept-box input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer
}

footer form .accept-box label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-left: 8px;
    cursor: pointer
}

footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px
}

footer .social-icons a {
    display: block;
    opacity: 1;
    transition: opacity .3s ease
}

footer .social-icons a:hover {
    opacity: .8
}

footer .social-icons a img {
    width: 36px;
    height: 36px
}

footer .lower-footer {
    padding: 0 0 50px
}

footer .lower-footer .col-start {
    width: 78%
}

footer .lower-footer .col-end {
    width: calc(22% - 80px)
}

footer .logo-footer {
    max-width: 215px;
    height: auto
}

@media(max-width: 1399px) {
    footer .np-row-flex.big-space {
        gap:24px
    }

    footer .np-row-flex.big-space .col-start {
        width: 55%
    }

    footer .np-row-flex.big-space .col-end {
        width: calc(45% - 24px)
    }
}

@media(max-width: 1199px) {
    footer .np-row-flex.big-space {
        gap:50px 24px
    }

    footer .np-row-flex.big-space .col-start {
        width: 100%
    }

    footer .np-row-flex.big-space .col-end {
        width: 100%
    }

    footer .lower-footer .col-start {
        width: 70%
    }

    footer .lower-footer .col-end {
        width: calc(30% - 80px)
    }
}

@media(max-width: 960px) {
    footer .lower-footer {
        text-align:left
    }

    footer .lower-footer p {
        margin-bottom: 0 !important
    }
}

@media(max-width: 767px) {
    footer .footer-product-logo {
        text-align:center
    }

    footer .np-row-flex {
        gap: 24px
    }

    footer .np-row-flex.small-space {
        gap: 0
    }

    footer .np-row-flex.big-space .col-start .np-row-flex .np-col {
        width: 100%
    }

    footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li {
        margin-bottom: 6px
    }

    footer .lower-footer .col-start {
        width: 100%
    }

    footer .lower-footer .col-end {
        width: 100%
    }

    footer .lower-footer .footer-text {
        font-size: 14px;
        line-height: 1.5
    }
}
