.footer-menu {
    margin: 0 auto;
}

.footer-menu ul li {
    display: inline-block;
    color: white;
    margin-bottom: 15px;
}

.footer-menu ul li a {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.footer-menu ul li a {
    color: white;
}

.footer-menu ul {
    margin: 0;
}

@media (max-width: 768px) {
    .footer-menu ul {
        padding: 0;
    }

    .footer-menu ul li {
        display: flex;
    }
}

.text-font-pre pre {
    font-family: var(--bs-body-font-family);
    font-size: 15px;
}

.text-font-pre pre a {
    color: white;
}

.bvi-body .footer-social img {
    filter: invert(1) !important;
}

.footer-social {
    display: flex;
    justify-content: space-evenly;
}

.footer-social div {
    width: 20%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 1px;
}

.footer-social a {
    display: block;
    width: 100%;
    text-align: center;
}

.footer-social div:hover,
.footer-social div:focus,
.footer-social div:active {
    box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.33) inset;
}

.footer-social .instagram {
    background-color: rgb(172, 72, 209);
}

.footer-social .threads {
    background-color: rgb(25, 25, 25);
}

.footer-social .telegram {
    background-color: rgb(67, 170, 218);
}

.footer-social .tiktok {
    background-color: rgb(243, 83, 131);
}

.footer-social .vk {
    background-color: rgb(0, 115, 247);
}

.footer-social .ok {
    background-color: rgb(239, 142, 29);
}

.footer-social .youtube {
    background-color: rgb(241, 50, 50);
}

.footer-social .facebook {
    background-color: rgb(50, 69, 241);
}

.footer-social .dzen {
    background-color: rgb(255, 204, 0);
}

.footer-social .rutube {
    background-color: rgb(57, 57, 61);
}

.footer-social .twitter {
    background-color: rgb(50, 155, 241);
}

.footer_logo_name {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}