<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-menu.level2 &gt; .nav &gt; .nav-item &gt; a, .tag, .tag--checkbox .tag__element {
    font-size: .75rem;
    line-height: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    color: #697180;
    padding: 0;
    text-decoration: none; /* РЈР±РёСЂР°РµРј РїРѕРґС‡РµСЂРєРёРІР°РЅРёРµ */
    border: none;
    border-bottom: 1px solid #27aae1; /* Р”РѕР±Р°РІР»СЏРµРј СЃРІРѕСЋ Р»РёРЅРёСЋ */
    -webkit-border-radius: 100em;
    border-radius: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__sub-menu-wrapper-flex {
    display: flex;
    align-items: center;
}</pre></body></html>