body #content,
body #content * {
    --black_bg_black: #fff !important;
    --card_bg_black: #fff !important;
    --white_text_black: #000 !important;
    --stroke_black_hover: #fff !important;
    --card_bg_hover_black: #fff !important;
    --stroke_black: #eee;
    --darkerblack_bg_black: #ffffff;
    --light_bg_black: #fff;
    --fill_dark_lite_ccc: #000;
    --light: #333;
    --basic_text_black: #333;
    --dark: #000;
    --light2_bg_black: #eee;
    --fill_dark_light_white_hover: #000;
}

body p,
body .content.detail-text-wrap,
body ul {
    color: #666;
}

div#content {
    background: #fff !important;
}

.section-compact-custom-list .section-compact-list__item {
    background: #eee;
}

.section-compact-custom-list .section-compact-list__image img {
    filter: invert(0.5);
}

.bx_filter .bx_filter_select_arrow:before,
.common_select .common_select-link .trigger:before {
    filter: invert(1);
}

body:not(.blog-page) .ya-share2 .ya-share2__item {
    background: #012f3f;
}

.properties-group__value.color_dark {
    color: #000;
}