footer {
    position: relative;
    display: block;
    margin-top: 0px;
}
footer .footer-newsletter {
    position: relative;
    display: block;
    padding: 30px 0px;
    background: #802E6B;
    color: #ffffff;
    z-index: 1;
}
footer .footer-newsletter .footer-newsletter-span {
    position: relative;
    display: block;
    line-height: 24px;
}
footer .footer-newsletter .footer-newsletter-span img {
    margin-right: 10px;
}
footer .footer-newsletter .footer-newsletter-span .top {
    font-weight: 500;
    font-size: 16px;
}
footer .footer-newsletter .footer-newsletter-span .bot {
    font-weight: 300;
    font-size: 16px;
}
footer .footer-social {
    position: relative;
    display: block;
    text-align: center;
}
footer .footer-social span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
footer .footer-social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--color-dark-blue);
    font-size: 28px;
    margin-left: 15px;
}
footer .footer-social a:hover {
    color: var(--color-dark-red);
}
footer .footer-main {
    position: relative;
    display: block;
    background: var(--sections-light-grey-bg);
    padding: 30px 0px;
    margin-top: 10px;
}
footer .footer-main .row {
    align-items: flex-start;
}
footer .footer-main .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

footer .footer-main .footer-info i {
    color: var(--color-dark-red);
    width: 20px;
}
footer .footer-main .footer-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    color: var(--color-dark-blue);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'BodoniModa18pt', 'Arial', 'Tahoma', sans-serif;
    font-weight: 900;
    font-style: normal;
}
footer .footer-main .footer-menu {
    position: relative;
    display: block;
    list-style: none;
    columns: 4;
}
footer .footer-main .footer-menu li {
    text-align: center;
}
footer .footer-main .footer-menu.cols-2-list {
    columns: 2;
}
footer .footer-main .footer-menu.cols-1-list {
    columns: 1;
}
footer .footer-main .footer-menu a {
    position: relative;
    display: inline-block;
    text-align: center;
    color: var(--color-dark-blue);
    font-weight: 400;
    font-size: 16px;
}
footer .footer-main .footer-menu a:hover {
    color: var(--color-dark-red);
}
footer .footer-copy {
    position: relative;
    display: block;
    border-top: 1px solid var(--footer-border-color);
    padding: 10px 0px;
    text-align: center;
}

#footer-newsletter-notification {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.footer-anpc {
    position: relative;
    display: block;
    padding-top: 10px;
}
.footer-anpc a {
    position: relative;
    display: inline-block;
}
.footer-anpc a + a {
    margin-top: 5px;
}

footer .footer-main .footer-logo-info-container {
    max-width: 440px;
    padding-right: 50px;
    order: 1;
}
footer .footer-main .footer-info p {
    font-family: 'Jost', 'Arial', 'Tahoma', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;

    font-size: 14px;
}
footer .footer-main .footer-informations-container {
    max-width: 374px;
    padding: 30px 0px 0px;
    order: 2;
}
footer .footer-main .footer-informations-container .footer-title {
    margin-bottom: 85px;
}
footer .footer-main .footer-informations-container .footer-menu {
    border-left: 1px solid var(--footer-border-color);
    border-right: 1px solid var(--footer-border-color);
    padding: 0px 30px;
}
footer .footer-main .footer-informations-container .footer-menu li {
    width: 130%;
}
footer .footer-main .footer-informations-container .footer-menu li:nth-of-type(5),
footer .footer-main .footer-informations-container .footer-menu li:nth-of-type(6),
footer .footer-main .footer-informations-container .footer-menu li:nth-of-type(7),
footer .footer-main .footer-informations-container .footer-menu li:nth-of-type(8) {
    width: 70%;
    margin-left: 30%;
}
footer .footer-main .footer-newsletter-container {
    max-width: 530px;
    padding: 30px 40px 0px;
    order: 3;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-dark-blue);
}
footer .footer-main .footer-newsletter-container .footer-title {
    margin-bottom: 40px;
}
footer .footer-main .footer-newsletter-container .newsletter-text {
    margin-bottom: 10px;
    line-height: 1.2;
}
footer .footer-main .footer-newsletter-container .newsletter-form {
    margin-bottom: 10px;
}
footer .footer-main .footer-newsletter-container .newsletter-form .input-group {
    position: relative;
}
footer .footer-main .footer-newsletter-container .newsletter-form .input-group:before {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 4;
    pointer-events: none;
    font-size: 20px;
    color: var(--color-dark-red);
}
footer .footer-main .footer-newsletter-container .newsletter-form input {
    padding: 0px 10px 0px 38px;
    font-size: 16px;
    border-radius: 16px !important;
    border: 1px solid var(--color-dark-red);
    color: var(--color-dark-blue);
    margin-right: 5px;
    line-height: 1.2;
}
footer .footer-main .footer-newsletter-container .newsletter-form #footer-newsletter-button {
    border-radius: 16px !important;
    line-height: 1.2;
}
footer .footer-main .footer-newsletter-container .title-social {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;

    font-size: 20px;
    margin-top: 10px;
}
footer .footer-main .footer-newsletter-container .subtitle-social {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}
footer .footer-main .footer-newsletter-container .social-media-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
footer .footer-main .footer-newsletter-container .social-media-btns a {
    margin: 0px 10px;
}
footer .footer-main .footer-payment-methods-container {
    max-width: 282px;
    padding: 30px 0px 0px;
    order: 4;
}
footer .footer-main .footer-payment-methods-container .footer-title {
    margin-bottom: 95px;
}
footer .footer-main .footer-payment-methods-container .footer-menu {
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 10px 0px 14px;
    border-left: 1px solid var(--footer-border-color);
}
footer .footer-main .footer-payment-methods-container p {
    margin-bottom: 0px;
    text-align: center;
}
footer .footer-main .footer-payment-methods-container .footer-payment-images-container {
    text-align: center;
}
footer .footer-main .footer-payment-methods-container .footer-payment-images-container img {
    max-width: 100%;
}

@media (max-width: 1630px) {
    footer .footer-main .row {
        justify-content: center;
    }
    footer .footer-main .container {
        max-width: 100%;
    }
    footer .footer-main .footer-logo-info-container {
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        text-align: center;
    }
    footer .footer-main .footer-logo {
        display: inline-block;
        margin: 0px auto 10px;
    }
    footer .footer-main .footer-informations-container .footer-menu {
        border-left: none;
    }
}
@media (max-width: 1190px) {
    footer .footer-main .footer-informations-container {
        max-width: 370px;
    }
    footer .footer-main .footer-informations-container .footer-menu {
        padding: 0px 18px;
    }
    footer .footer-main .footer-newsletter-container {
        padding: 30px 18px 0px;
        max-width: 370px;
    }
    footer .footer-main .footer-payment-methods-container {
        padding: 30px 0px 0px;
    }
}
@media (max-width: 1023px) {
    footer .footer-main .footer-payment-methods-container {
        max-width: 100%;
    }
    footer .footer-main .footer-payment-methods-container .footer-menu {
        border-left: none;
        padding: 5px 0px 10px;
    }
    footer .footer-main .footer-payment-methods-container .footer-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    footer .footer-main .footer-newsletter-container .title-social {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    footer .footer-main .footer-informations-container .footer-title {
        margin-bottom: 30px;
    }
    footer .footer-main .footer-informations-container {
        max-width: 100%;
    }
    footer .footer-main .footer-informations-container .footer-menu {
        max-width: 380px;
        border-right: none;
        margin: 0px auto;
    }
    footer .footer-main .footer-newsletter-container {
        max-width: 100%;
    }
    footer .footer-social {
        max-width: 500px;
        margin: 0px auto;
    }
}