#header_main-menu,
#header_main-menu ul,
#header_main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header_main-menu,
#header_main-menu ul {
    height: 100vh;
    background: #fff;
    overflow-y: auto;
}
#header_main-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #1B469A;
    border-bottom: 1px solid #133577;
    line-height: 1;
    min-height: 50px;
    height: auto;
    color: #fff;
    padding: 0 17.36px 0 20px;
    font-weight: normal;
    font-size: 16px;
}
#header_main-menu li a:hover,
#header_main-menu li a.root-item-selected,
#header_main-menu li.item-selected > a {
    text-decoration: none;
    background: #bbbe47;
    background: #C2CD00;
}
#header_main-menu li.dropdown.dropdown-selected,
#header_main-menu li.li-selected,
#header_main-menu li.item-selected{
    background: #bbbe47;
    background: #C2CD00;
}
#header_main-menu li:last-child a {
    border-bottom: 0;
}
#header_main-menu .dropdown ul {
    position: absolute;
    top: 0;
    left: -999px;
    width: 100%;
    transition: .3s;
}
#header_main-menu .dropdown ul.active {
    left: 0;
    z-index: 1;
}
#header_main-menu .dropdown {
    position: static;
}
#header_main-menu li.menu-back a {
    background: #133577;
    justify-content: unset;
}
#header_main-menu li.menu-back a > .chevron {
    margin-right: 10px;
}
.mobile-contacts {
    background: #133577;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 17px 20px 20px;
}
.mobile-contacts .cont-chedule {
    margin-bottom: 16px;
}
.cont-chedule .row_title {
    color: rgba(255, 255, 255, 0.52);
    font-size: 14px;
    line-height: 20px;
}
.cont-chedule .row_title:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2196F3;
    mask: no-repeat center url("/bitrix/templates/kmktradeco/images/icons/kmk_clock.svg");
    -webkit-mask: no-repeat center url("/bitrix/templates/kmktradeco/images/icons/kmk_clock.svg");
    margin-right: 4px;
    mask-size: contain;
    -webkit-mask-size: contain;
}
.cont-chedule .row_inner {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /*margin-left: 14px;*/
}
.mobile-contacts .cont-phone .row_inner a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
.mobile-contacts .cont-phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont-phone .row_inner {
    display: flex;
    align-items: center;
}
.cont-phone .row_inner:before {
    /*content: '';*/
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #2196F3;
    mask: no-repeat center url("/bitrix/templates/kmktradeco/images/icons/kmk_telephone.svg");
    -webkit-mask: no-repeat center url("/bitrix/templates/kmktradeco/images/icons/kmk_telephone.svg");
    margin-right: 4px;
    mask-size: contain;
    -webkit-mask-size: contain;
}
@media (min-width: 991px) {
    #header_main-menu,
    #header_main-menu ul {
        height: auto;
        overflow-y: unset;
    }
    #header_main-menu .dropdown ul {
        display: none;
    }
    #header_main-menu {
        display: flex;
    }
    #header_main-menu > li > a {
        padding: 0 36px;
        white-space: nowrap;
    }
    #header_main-menu > li > a {
        border-bottom: 0;
    }
    #header_main-menu > li > a > .chevron {
        transform: rotate(90deg);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12px;
    }
    #header_main-menu > li > a > .chevron:before {
        position: static;
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        margin-left: 0;
    }
    #header_main-menu li.dropdown:hover > ul {
        display: block;
    }
    #header_main-menu li.dropdown:hover > a {
        background: #bbbe47;
        background: #C2CD00;
    }
    #header_main-menu .dropdown {
        position: relative;
    }
    #header_main-menu > .dropdown > ul {
        top: 100%;
        left: 0;
    }
    #header_main-menu .dropdown .dropdown ul {
        top: 0;
        left: 100%;
    }
    .menu-back {
        display: none;
    }
    #header_main-menu li.dropdown > ul {
        width: max-content;
        width: -moz-max-content;
        max-width: 260px;
        min-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header_main-menu > li > a{
        padding: 0 20px;
    }
}
