.footer-02 {
    background-color: #000;
}

.footer-02__wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto !important;
    max-width: 1570px !important;
    padding: 0 25px !important;
}

.footer-02__item {}

.footer-content-block {}

.footer-content-block__title {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-content-block__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-content-block__list-item {}

.footer-content-block__link {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.footer-content-block__link:hover {
    color: #FFFFFF;
}

.footer-content-block__socials {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-content-block__socials-item {
    margin-right: 15px !important;
}

.footer-content-block__socials-item:last-child {
    margin-right: 0 !important;
}

.footer-content-block__socials-link {
    text-decoration: none !important;
    transition: opacity .3s;
    display: block;
}

.footer-content-block__socials-link:hover {
    opacity: .7;
    text-decoration: none !important;
}

.footer-content-block__socials-link:active {
    opacity: .5;
}

.footer-content-block__socials-img {}