

/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/menu/left/style.css?17385123361287*/
.tags nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tags a {
    border-radius: 60px;
    padding: 16px 26px;
    width: fit-content;
    background-color: white;
    text-decoration: none;
    color: #414142;
    transition: background-color 0.5s;
}

.tags a:hover {
    color:#414142;
    background-color: var(--color-orange);
    transition: background-color 0.5s;
}


.tags a.current {
    background-color: var(--color-orange);
}

.tags nav {
    display: none; /* Скрываем ссылки по умолчанию на мобильной версии */
}
.tags div.current{
    font-size: 18px;
    margin-bottom: 8px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 26px;
    background:var(--color-orange);
}


.tags.open nav {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px){
    .tags div.current{
        margin-bottom: 0px;
    }
    .tags nav a.current{
        display:none;
    }
    .tags nav a{
        width:100%;
        border-radius: 0;
    }
}
@media (min-width: 992px) {
    .tags nav {
        display: flex !important;
    }
    .tags div.current {
        display: none;
    }
}
/* End */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/menu/left/style.css?17385123361287 */
