
.footer_custom{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding: 40px 20px 10px 20px;
    border-radius: 40px 40px 0 0;
    background: #1A1A1A;
    position: absolute;
    z-index: 1;
}


.container_top_footer{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;

}

.footer_container_social_client{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.footer_box_social {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_title_box{
    padding: 4px 0;
    opacity: 0.5;
    color: #FFF;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box_icons_social{
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon_footer_social{
    display: inline-flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    transition: all var(--transition-time-default);
}


.link_social_footer:hover .icon_footer_social{
    background: rgba(255, 255, 255, 0.10);
}


.box_content_footer{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.list_customers_footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.link_customers_footer{
    color:  #FFF;
    font-family: var(--font-family-minor);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33;
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    transition: all var(--transition-time-default);
}


.link_customers_footer:hover{
    color: var(--color-text-hover-yellow);
    text-decoration: underline;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.box_content_footer_info_clients{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.item_customers_footer{
    display: flex;
    align-items: center;
    gap: 8px;
}

.text_info_footer{
    color: #FFF;
    font-family: var(--font-family-minor);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.text_info_opacity_footer{
    color: #B7B7B7;
    font-size: 15px;
    font-weight: 400;
}



.box_clients_footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.container_bottom_footer{
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 11px;
}


.icon_footer_logo{
    width: 100%;
}

.box_bottom_text_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    border-top: 0.5px solid rgba(255, 255, 255, 0.30);
    padding-top: 20px;
    padding-bottom: 20px;
}

.text_bottom_footer{
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.57;
}

.text_strong_bottom_footer{
    font-weight: 300;
}


.box_clients_footer_desktop,
.box_content_footer_desktop {
    display: none;
}


@media screen and (min-width:744px) {

    .footer_custom{
        padding: 40px 60px 10px 60px;
    }

    .container_top_footer{
        gap: 48px;
    }

    .footer_container_social_client{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer_box_social {
        width: 280px;
        gap: 10px;
    }

    .box_content_footer{
        width: 280px;
    }

    .box_content_footer_info_clients{
        justify-content: space-between;
        flex-direction: row;
    }

    .list_nav_links_footer{
        gap: 47px;
    }


    .box_clients_footer {
        width: 280px;
        gap: 10px;
    }


    .container_bottom_footer{
        padding: 0;
    }


    .icon_footer_logo{
        width: 100%;
        padding-right: 65px;
        padding-left: 65px;
    }

    .box_bottom_text_footer{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
        border-top: 0.5px solid rgba(255, 255, 255, 0.30);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .text_bottom_footer{
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #FFF;
        font-family: var(--font-family-main);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.57;
    }

    .text_strong_bottom_footer{
        font-weight: 300;
    }
}
@media screen and (min-width:1200px) {

    .footer_custom{
        padding: 50px 100px 10px 100px;
    }

    .container_top_footer{
        max-width: 1320px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }

    .box_content_footer_info_clients{
        display: none;
    }

    .box_clients_footer_desktop,
    .box_content_footer_desktop {
        display: flex;
    }

    .container_content_desktop_footer{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer_container_social_client{
        flex-direction: column;
        width: 310px;
        height: 280px;
        justify-content: space-between;
    }


    .box_content_footer{
        width: auto;
    }

    .box_content_footer_info_clients{
        justify-content: space-between;
        flex-direction: row;
    }

    .list_nav_links_footer{
        gap: 47px;
    }


    .box_clients_footer {
        width: 280px;
        gap: 10px;
    }


    .container_bottom_footer{
        padding: 0;
        width: 100%;
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }


    .icon_footer_logo{
        width: 100%;
        padding-right: 65px;
        padding-left: 65px;
    }

    .box_bottom_text_footer{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
        border-top: 0.5px solid rgba(255, 255, 255, 0.30);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .text_bottom_footer{
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #FFF;
        font-family: var(--font-family-main);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.57;
    }

    .text_strong_bottom_footer{
        font-weight: 300;
    }
}