﻿@media(max-width:1600px){
    .topbar-header .btn-crm-menu, .topbar-header .dropdown button{
        font-size: 14px
    }
}
@media(max-width:1400px) {
    .topbar-header .btn-crm-menu, .topbar-header .dropdown button {
        font-size: 12px
    }
}

@media(max-width:1200px) {
    .topbar-header .btn-crm-menu i, .topbar-header .dropdown:not(.dropdown-search) i {
        display: none
    }
}