.bct-footer {
    background-color: #000;
    color: #fff;
}

.bct-footer a {
    text-decoration: none;
}

.bct-footer__brand img {
    max-width: 200px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

.bct-footer__accent {
    display: inline-block;
    width: 44px;
    height: 3px;
    background-color: #D21618;
}

.bct-footer__tagline {
    color: #b3b3b3;
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 280px;
}

.bct-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 1rem;
    transition: color .2s ease, transform .2s ease;
}

.bct-footer__socials a:hover,
.bct-footer__socials a:focus {
    color: #D21618;
    transform: translateY(-1px);
}

.bct-footer__title {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #fff;
    margin-bottom: 1.4rem;
}

.bct-footer__links {
    font-size: 0.88rem;
}

.bct-footer__links li {
    margin-bottom: 0.7rem;
}

.bct-footer__links li:last-child {
    margin-bottom: 0;
}

.bct-footer__links a {
    color: #cfcfcf;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.1rem 0;
    transition: color .2s ease, padding-left .2s ease;
}

.bct-footer__links a::after {
    content: "\203A";
    color: #D21618;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1;
    transition: transform .2s ease;
}

.bct-footer__links a:hover,
.bct-footer__links a:focus {
    color: #fff;
    padding-left: 0.25rem;
}

.bct-footer__links a:hover::after,
.bct-footer__links a:focus::after {
    transform: translateX(2px);
}

.bct-footer__contact {
    font-size: 0.9rem;
}

.bct-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.1rem;
}

.bct-footer__contact-item:last-child {
    margin-bottom: 0;
}

.bct-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border: 1px solid rgba(210, 22, 24, 0.55);
    border-radius: 50%;
    color: #D21618;
    font-size: 0.85rem;
}

.bct-footer__contact-link {
    color: #fff;
    line-height: 1.35;
    display: block;
    transition: color .2s ease;
}

a.bct-footer__contact-link:hover,
a.bct-footer__contact-link:focus {
    color: #D21618;
}

.bct-footer__contact-caption {
    display: block;
    color: #8a8a8a;
    font-size: 0.78rem;
    line-height: 1.3;
    margin-top: 0.15rem;
}

.bct-footer__divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12);
}

.bct-footer__legal {
    color: #8a8a8a;
    font-size: 0.82rem;
    line-height: 1.6;
    max-width: 880px;
    margin: 0 auto;
}

.bct-footer__legal p {
    margin-left: auto;
    margin-right: auto;
}

.bct-footer__legal a {
    color: #cfcfcf;
    transition: color .2s ease;
}

.bct-footer__legal a:hover,
.bct-footer__legal a:focus {
    color: #fff;
}

@media (min-width: 992px) {
    .bct-footer__col {
        position: relative;
    }

    .bct-footer__col::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.10);
    }
}

@media (max-width: 575.98px) {
    .bct-footer__brand img {
        max-width: 170px;
    }

    .bct-footer__tagline {
        max-width: none;
    }

    .bct-footer__legal {
        font-size: 0.78rem;
    }
}
