#footer_bottom .contacts .element.element_phone a,
#footer_bottom .contacts .element.element_mail a {
    color: white;
}

#footer_top_menu ul.menu>li.current-menu-item>a {
    color: var(--titles);
}

.section.section_bg_dark {
    background: var(--background);
}

#header_wrapper.custom #highlight_menu ul.menu>li>span>a>b {
    font-weight: 700;
}

/**footer**/
#footer_top_menu, #footer_bottom{
    background: #f7f7f7;
}
#footer_bottom .bottom  {
    background: white;
}
#footer_top_menu ul.menu > li > a, #footer_bottom, #footer_bottom .contacts .element.element_phone a, #footer_bottom .contacts .element.element_mail a {
    color: black;
}

.section {
    background: white;
}
.section.section_bg_alternative {
    background: white;
}
