.switch-catalog{
    float: none;
    margin-top: 0;
    display: flex;
}

.switch-catalog .item{
    display: table-cell;
    color: #ffffff;
    background: transparent;
    border: 1px solid #dedede;
    padding: 0 5px;
    font-size: 14px;
    line-height: 26px;
    height: 30px;
    box-shadow: none;
    margin-right: 10px;
    border-radius: 4px;
}

.switch-catalog .item.active{
    background: transparent;
    pointer-events: none;
    border: 1px solid #ef3232;
}

.switch-catalog .item:hover{
    box-shadow: none;
}

.switch-catalog .item .text{
    display: none;
}