.footer-container {
    padding: 3rem 0 2rem; /* top right bottom */
    padding-right: 1rem;
    box-shadow: 0 -1px 20px #1489ea6b;
    margin-top: 5rem;
    border-radius: 2rem 2rem 0 0;
}
.footer {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    color: white;
}
    @supports not (gap: 1rem) {
        .footer-column {
            padding-right: 6rem; 
        }
        .footer__cat {
            padding-left: 3rem;
        }
    }
    .footer-column__title {
        color: white
    }
    .footer__info {
        display: flex;
        gap: 6rem;
        flex: 0 0 70%
    }
    .footer__cat {
        display: flex;
        align-items: center;
        flex: 0 0 30%;
        justify-content: start;
    }
        .footer__cat img {
            max-height: 300px;
            width: auto;
        }
    .footer__list {
        line-height: 2.2rem;
    }
    .footer__link {
        color: #eeeeee;
    }
    .footer__link:hover {
        color: white;
    }

    .footer__social--ab {
        margin-top: 1rem;
    }
        .footer__social-icon--ab {
            margin-right: 2rem;
            font-size: 1.5rem;
            padding: 0.2rem;
            text-decoration: none;
        }
            .footer__social-icon--ab:last-child {
                margin-right: 0;
            }
            @supports not (gap: 1rem) {
                .footer__social--ab {
                    display: flex;
                    gap: 2rem;
                    padding: 2rem 0;
                }
            }
            .footer__icon--vk {
                width: 1.5rem;
                display: inline-block;
                margin-bottom: -1%;
                content: url("/img/companies/vk/min/white.svg")
            }

    .footer-container--sm {
        padding: 0.5rem;
        margin-top: 1.5rem
    }
        .footer-container--sm .footer__social--ab {
            padding: 0;
            margin: auto;
            display: flex;
            justify-content: center;
        }
            .footer-container--sm .footer__social-icon--ab {
                font-size: 1.4rem;
                margin-right: 5rem;
            }