.footer-tags { padding: 24px 0; }
.site-footer .tag-row {display: flex; margin: 0; }
.site-footer .tag-row li { padding-left: 0; padding-right: 0; }
.site-footer .tag-row li:first-child .tag { border-left: 1px solid #72727f; border-radius: 8px 0 0 8px; }
.site-footer .tag-row li:last-child .tag{ border-radius: 0 8px 8px 0; }
.site-footer .tag-row li.is-active { color: #ffffff; }
.site-footer .tag {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #72727f;
    border-left: none;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.site-footer .tag:hover {
    color: #ffffff;
}
.site-footer .select-footer-tags {
    width: 100%;
    background-color: #323232;
    color: #ffffff;
    padding: 0 12px;
    border: 1px solid #72727f;
    border-radius: 8px;
    display: none;
}
.site-footer .footer-tag-mobile {
    width: 100%;
    background-color: #323232;
    color: #ffffff;
    padding: 13px 12px;
    border: none;
}

.footer-catalog { padding: 10px 0 28px; }
.footer-links span {
    cursor: pointer;
}
.footer-links span:hover {
    color: #ffffff;
}
.footer-links .is-active a { color: #ffffff; }
.footer-links .is-active span { color: #ffffff; }
.footer-links a.is-active { color: #ffffff; }
.footer-links span.is-active { color: #ffffff; }
.footer-links .bright a { color: #ffffff; }
.footer-links .bright span { color: #ffffff; }
.site-footer .catalog-left { border-right: 1px solid rgba(255,255,255,0.08); }
.site-footer .catalog-center { border-right: 1px solid rgba(255,255,255,0.08); color: #E8E8EB; }
.footer-title-tags {margin-top: 12px; }

.footer-consent a { color: #ffffff; }

@media screen and (max-width: 639px) {
    .site-footer .footer-catalog { padding: 10px 0; }
    .site-footer .catalog-left { border-right: none; }
    .site-footer .catalog-center { border-right: none; }
    .site-footer .tag-row.footer-tag-desktop { display: none; }
    .site-footer .select-footer-tags { display: block; }
}