/*todo: nсили для меню с каталогом*/
#custom_list{
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-template-columns: 33% 32% 35%;
}
#custom_list ul, #custom_list ol{
    margin: unset;
    padding: unset;
}
#custom_list ul{
    margin: unset!important;
}
#custom_list ul:first-child{
    /*margin: unset!important;*/
    font-size: 15px;
    /*line-height: 20px;*/

    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
#custom_list ul li a{
    padding: unset!important;
    /*color: #666;*/
    /*font-size: 12px;*/
}
#custom_list ul li a span{
    white-space: pre-wrap;
}
#custom_list ul.dropdown-menu.toggle_menu span{
    color: #666;
    font-size: 12px;
}
#custom_list ul.dropdown-menu.toggle_menu{
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    /*height: auto;*/
    /*justify-content: space-between;*/
    justify-content: flex-start;

}
#custom_list .column_1 ul.dropdown-menu.toggle_menu li, #custom_list .column_2 ul.dropdown-menu.toggle_menu li{
    width: 33% !important;
    /*margin: auto 0;*/
}
#custom_list .column_3 li.dropdown-submenu{
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    align-content: center;
}
#custom_list .column_3 li.dropdown-submenu ul{
    align-content: center;
}
/*#custom_list .column_3 li:nth-child(2) ul li{*/
/*    flex-basis: 20%;*/
/*}*/
#custom_list .column_3 li ul li{
    /*flex-basis: 20%;*/
    flex-basis: 75px;
}
#custom_list .column_2 ul li.dropdown-submenu.parent-items.custom-menu__parent-items{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#custom_list .column_2 ul li.dropdown-submenu.parent-items.custom-menu__parent-items > a{
    height: 50px;
}
/*.mega-menu table td.wide_menu>.wrap>.dropdown-menu{*/
/*    display: block!important;*/
/*    opacity: 1!important;*/
/*}*/

/*font-size: 15px;*/
/*line-height: 20px;*/


/*color: #666*/
/*font-size: 12px*/
/*todo: стили для остального меню*/
.mega-menu table .dropdown-menu ul{
    margin: unset;
    padding-left: unset;
}
div.fake_a{
    color: #fff;
    padding: 18px 18px 25px;
    height: 53px;
    line-height: 1.33em;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.867em;
    cursor: pointer;
}
#headerfixed .mega-menu .fake_a{
    color: #000000;
}
#headerfixed .fake_a svg path{
    fill: #000000;
}
div.fake_a path{
    fill: #fff;
}
div.fake_a .svg.svg-inline-down {
    display: none;
}
#headerfixed .menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu ul.menu-wrapper > li{
    width: 100%;
}