.main-footer {
    background-color: var(--color-black);
}.footer-links {
    margin-bottom: 30px;
}.footer-link {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--color-white);
    text-decoration: none;
    margin-bottom: 6px;
}.footer-link:last-child {
    margin-bottom: 0;
}.footer-link svg {
    fill: var(--color-white);
    margin-bottom: 3px;
}.footer-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.footer-top-container {
    background-color: var(--color-pasquet-orange);
}.footer-top {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}.footer-top-title {
    font-size: var(--font-size-5);
    font-weight: 600;
    color: var(--color-white);
    text-align: center;
}.footer-top .btn-white-transparent:hover {
    background: var(--color-white);
    color: var(--color-pasquet-orange);
    fill: var(--color-pasquet-orange);
}
@media (max-width: 979px) {
    .footer-top {
       flex-wrap: wrap;
       gap: 16px;
    }.footer-top-title {
        width: 100%;
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.footer-center {
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: var(--color-white);
}.footer-col-logo {
    width: 19.49%;
}.footer-logo {
    width: 100%;
    aspect-ratio: 265/69;
    max-width: 265px;
    margin-bottom: 40px;
}
.footer-col-menus-socials {
    width: 70.74%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}.footer-col-menu {
    width: 26.61%;
}.footer-menu-title {
    font-size: var(--fonts-size-6, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: block;
    margin-bottom: 22px;
}.footer-menu-title:nth-of-type(2) {
    margin-top: 30px;
}.footer-col-menu ul {
    list-style-type: none;
}.footer-col-menu a {
    color: var(--color-white);
    text-decoration: none;
}.footer-col-menu a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.footer-col-socials {
    width: 38.46%;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 16px;
}.footer-socials-title {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
@media (max-width: 1080px) {
    .footer-center {
        flex-direction: column;
        gap: 80px;
    }.footer-col-logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }.footer-logo, .footer-col-logo .footer-links {
        margin-bottom: 0;
    }
    .footer-col-menus-socials {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .footer-col-logo {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }.footer-col-menus-socials {
        flex-wrap: wrap;
    }.footer-col-menu {
        order: 2;
        width: 48%;
    }.footer-col-socials {
        order: 1;
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 500px) {
    .footer-center {
        gap: 40px;
    }.footer-col-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }.footer-col-menu ul li {
        text-align: center;
    }.footer-col-menus-socials {
        gap: 30px;
    }.footer-col-socials {
        margin-top: 0;
    }
}

.footer-bottom-container {
    border-top: 1px solid var(--color-grey);
    padding-top: 40px;
    padding-bottom: 70px;
}.footer-bottom ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}.footer-bottom a {
    color: var(--color-white);
    font-size: var(--fonts-size-body-xs);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}.footer-bottom a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
