#horizontal-menu {
    background-color: #fff !important;
    min-height: 48px;
    margin-bottom: 15px;
    z-index: 888;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

#horizontal-menu .nav > li > a {
    color: #000 !important;
    padding: 14px 15px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: capitalize!important;
}

#horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-title:hover {
    text-decoration: none !important;
    cursor: pointer;
    border: none !important;
}


#horizontal-menu .dropdown-inner a {
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}

#horizontal-menu .nsmenu-type-category-full-image .nsmenu-ischild {
    line-height: 30px !important;
}

#horizontal-menu .dropdown-inner a.nsmenu-parent-title {
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px !important;
}

#horizontal-menu .dropdown-inner a {
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px !important;
}

#horizontal-menu .btn-navbar {
    background-color: #fff !important;
    background-repeat: repeat-x;
    border-color: #fff !important;
    color: #f42d3e !important;
    font-size: 20px !important;
    padding: 8px 18px !important;
}

#horizontal-menu .nav > li.active > a, #horizontal-menu .nav > li:hover > a, #horizontal-menu .nav > li:focus-visible > a, #horizontal-menu .nav > li.open > a {
    background-color: #fff !important;
    color: #f42d3e !important;
    border: none !important;
}

#horizontal-menu .nav > li:hover, #horizontal-menu .nav > li:focus, #horizontal-menu .nav > li:focus-visible {
    border: none !important;
}

#horizontal-menu .nav > li a {
    border: none !important;
}


.menu-fixed {
    display: inline-block;
}

.headMenuCustom h6 {
    font-size: 14px !important;
}

@media (min-width: 768px) {
    .headMenuCustom {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .headMenuCustom_first {
        width: 100%;
    }

    .headMenuCustom_first > a {
        width: 100%;
        text-align: center;
    }


    .vkladkaTaba.active {
        display: flex !important;
        column-gap: 40px;
    }

    .nav.nav-tabs.tabs_head {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        border-bottom: none !important;
    }

    .nav.nav-tabs.tabs_head li a {
        padding: 20px !important;
    }

    .subchildTmp {
        display: flex;
    }

}

@media (max-width: 767px) {
    header .nav {
        position: relative;
        top: 0;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        z-index: 10000;
    }

    .headMenuCustom {
        width: 100%;
    }

    .mobile_canvas_custom {
        width: 100%;
    }

    .customSpanMobile {
        padding: 10px 20px;
        display: block;
        font-weight: 600;
    }

    header .nav {
        padding-right: 0px;
    }

    .nav [class*="fa-"]::before {
        font-size: 16px;
        line-height: 40px;
        vertical-align: top;
    }

    #menu-mobile-ns .nav > li > button.close-menu [class*="fa-"]::before {
        font-size: 16px;
        line-height: 18px;
    }

    #menu-mobile-ns .navbar-nav > li > button > i {
        float: right;
        font-size: 14px;
        margin-top: -2px !important;
    }

    #menu-mobile-ns .nav > li > button.close-menu {
        font-weight: 600;
        padding: 10px 10px 10px 10px;

    }

    #horizontal-menu {
        background-color: #f42d3e !important;
        width: 100%;
    }

    .menu-fixed {
        width: 100%;
    }
}