/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.dtop-menu {
    background-color: #0A3C86;
}
body.header_nopacity .dtop-menu .menu-row {
    background-color: transparent;
}

.dtop-menu .mega-menu table td .wrap > a {
    color: #fff;
}

.dtop-menu .mega-menu table td .wrap > a .line-wrapper .line {
    background-color: #fff;
    height: 4px;
}

.dtop-menu .mega-menu table td:not(.search-item):hover .wrap > a {
    color: #fff;
}

.dtop-menu__wrapper {
    display: flex;
    justify-content: center;
}

.dtop-menu .mega-menu table td .wrap > .more-items > span svg path {
    fill: #fff;
}

.dtop-menu .dropdown-toggle {
    position: relative;
}

.dtop-menu .dropdown-toggle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 11px;
    width: 11px;
    background-image: url('/bitrix/templates/artfactor/images/downward-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.dtop-menu .mega-menu table td.dropdown .wrap > a {
    padding-right: 1.1rem;
}