.b-year-footer {
    text-align: center;
    font-size: 12px;
    opacity: .8;
}

.b-year-footer__text {
    margin: 0;
}

.b-year-footer__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.b-year-footer__logo {
    vertical-align: middle;
    transition: opacity .2s ease;
}

.b-year-footer__link:hover .b-year-footer__logo {
    opacity: .8;
}

