.footer.footer-section{
    margin-top: 54px;
    background: #002856;
    padding: 48px 24px 22px;
}

.footer.footer-section .footer-inner{
    max-width: 1484px;
    margin: 0 auto;
}

.footer.footer-section .footer-column{
    max-width: 164px;
    height: 100%;
    margin: auto;
    width: 100%;
}

.footer.footer-section .footer-top{
    display: grid;
    grid-template-columns: 800px minmax(0, 1fr);
    column-gap: 48px;
    align-items: start;
    padding-bottom: 30px;
}

.footer.footer-section .footer-links{
    max-width: 800px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px clamp(10px, 2vw, 32px);
}

.footer.footer-section .footer-column h3{
    color: #f4a24e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0 0 18px;
    font-family: "Onest", sans-serif;
}

.footer.footer-section .footer-column .block,
.footer.footer-section .footer-column nav{
    margin: 0;
}

.footer.footer-section .footer-column ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer.footer-section .footer-column a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
    font-family: "Onest", sans-serif;
}

.footer.footer-section .footer-column a:hover{
    color: var(--bs-secondary);
}

.footer.footer-section .footer-brand{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    justify-self: end;
}

.footer.footer-section .footer-brand .block{
    margin: 0;
}

.footer.footer-section .footer-brand .contact_info_f{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.footer.footer-section .footer-brand .contact_info_f > h3,
.footer.footer-section .footer-brand .block > h3,
.footer.footer-section .footer-brand nav > h3{
    margin: 0;
    color: #f4a24e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: "Onest", sans-serif;
}

.footer.footer-section .footer-brand .hs-7,
.footer.footer-section .footer-brand .hs-7 a{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.footer.footer-section .footer-brand .social_media_f{
    width: 100%;
}

.footer.footer-section .footer-brand span{
    font-size: clamp(15px, 1.2vw, 17px);
    font-weight: 500;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
}

.footer.footer-section .footer-contact{
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 0px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    flex-wrap: wrap;
}

.footer.footer-section .footer-contact img{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.footer.footer-section .footer-bottom{
    border-top: 1px solid #f4a24e99;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer.footer-section .footer-copy{
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-family: "Roboto", sans-serif;
}

.footer.footer-section .footer-social{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.footer.footer-section .footer-social .block{
    margin: 0;
}

.footer.footer-section .footer-social .block > h2,
.footer.footer-section .footer-social .block > h3,
.footer.footer-section .footer-social nav > h2,
.footer.footer-section .footer-social nav > h3{
    display: none;
}

.footer.footer-section .footer-social .footer-social-list,
.footer.footer-section .footer-social .social_media{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer.footer-section .footer-social .wrapper{
    margin: 0;
}

.footer.footer-section .footer-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.footer.footer-section .footer-social img{
    width: 22px;
    height: 22px;
    display: block;
    filter: brightness(0) invert(1);
}

.footer.footer-section .footer-social svg{
    width: 22px;
    height: 22px;
    display: block;
}

.footer.footer-section .footer-social i{
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 999px) {
    .footer.footer-section .footer-links{
        max-width: 580px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer.footer-section .footer-top{
        grid-template-columns: 600px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .footer.footer-section{
        padding: 36px 16px 20px;
    }

    .footer.footer-section .footer-top{
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .footer.footer-section .footer-links{
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer.footer-section .footer-brand{
        justify-self: start;
    }

    .footer.footer-section .footer-bottom{
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 599px) {
    .footer.footer-section .footer-column{
        max-width: unset;
    }

    .footer.footer-section .footer-links{
        grid-template-columns: 1fr;
    }
}
