footer.new_footer {
    height: auto;
    width: 100%;
}

footer.new_footer .first_block {
    padding: 40px;
    background-color: #bababa;
}

footer.new_footer .second_block {
    padding: 5px 20px;
    background-color: #1E1E1E;
}

footer.new_footer .first_block .wrapper_footer_columns {
    display: flex;
    padding: 40px;
    gap: 5em;
}

footer.new_footer .first_block .item_footer_column ul {
    padding: 0;
}

footer.new_footer .first_block .item_footer_column .footer_column_title {
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

footer.new_footer .first_block .item_footer_column ul li {
    margin-bottom: 5px !important;
    font-size: 14px !important;
    padding-left: 0;
}

footer.new_footer .first_block .item_footer_column ul li a {
    color: black !important;
    white-space: nowrap;
    margin: 0;
    text-decoration: none;
}

footer .first_block .social_links {
    display: flex;
    gap: 10px;
}

.fa-linkedin-in::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f0e1";
}

.fa-facebook::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f09a";
}

.fa-x-twitter::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e61b";
}

.fa-square-instagram::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e055";
}

.fa-youtube::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f167";
}

footer.new_footer .second_block .wrapper_footer_columns {
    display: flex;
    align-items: center;
}

footer.new_footer .second_block .footer_logo {
    max-width: 200px;
}

footer.new_footer .second_block .wrapper_footer_columns .links {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    color: white;
    column-gap: .5em;
}

footer.new_footer .second_block .wrapper_footer_columns .links a{
    color: white;
}
    
footer.new_footer .second_block .wrapper_footer_columns .links p a {
    font-weight: 600;
}

footer.new_footer .second_block .wrapper_footer_columns .links a {
    color: white;
    margin: 0;
    margin-right: 15px;
    font-size: 13px !important;    
    text-decoration: none;
    height: 20px;
}

footer.new_footer.footer_dark__.logged-footer {
    position: fixed;
    bottom: 0;
    z-index: 200;
}

footer.new_footer.logged-footer .second_block .wrapper_footer_columns .links {
    padding-top: 0;
    align-items: center;
}

footer.new_footer.logged-footer .second_block .wrapper_footer_columns .links p {
    color: white;
    font-size: 13px;
    margin-block: 3px;
}

@media (max-width: 950px) {    

    footer .first_block .wrapper_footer_columns,
    footer .second_block .wrapper_footer_columns {
        flex-direction: column;
        align-items: center;
        margin-block: 1em;
    }

    footer .first_block .wrapper_footer_columns .item_footer_column,
    footer .second_block .wrapper_footer_columns .item_footer_column {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .first_block .wrapper_footer_columns .item_footer_column:last-child ul,
    footer .second_block .wrapper_footer_columns .item_footer_column:last-child ul {
        display: flex;
    }

    footer .first_block .wrapper_footer_columns .item_footer_column:last-child ul li,
    footer .second_block .wrapper_footer_columns .item_footer_column:last-child ul li {
        margin: 10px;
    }

    footer .second_block .wrapper_footer_columns .links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .second_block .wrapper_footer_columns .links > * {
        margin-bottom: 5px !important;
    }

    footer.new_footer .first_block .wrapper_footer_columns {
        gap: initial;
    }

}

