:root {
    --white: #fff;
    --black: #000
}

:root,
body.theme_light {
    --bc-thm-body-bg: var(--white);
    --bc-thm-body-color: var(--black);
    --bc-thm-link-color: #009eeb;
    --bc-thm-brand-color: #a02239;
    --bc-thm-membership-bg: var(--white);
    --bc-thm-membership_free-borderColor: #c7c7c9;
    --bc-thm-membership_free-color: var(--bc-thm-membership_free-borderColor);
    --bc-thm-membership_diamond-color: #dc0f0c;
    --bc-thm-membership_exclusive-color: #0b0b0b;
    --bc-thm-membership_gold-color: #ffc600;
    --bc-thm-membership_platinum-color: #5fbff0;
    --bc-thm-membership_sapphire-color: #7119ff;
    --bc-thm-membership_titan-color: #657280;
    --bc-thm-membership_unlimited-color: #d860f6;
    --bc-thm-membership_vip-color: #23a159;
    --bc-thm-tag-color: #0f0f0f;
    --bc-thm-tag-bg: #f2f2f2;
    --bc-thm-tag-bg-hover: #e0e0e0;
    --bc-thm-tooltip-color: #fff;
    --bc-thm-tooltip-bg: #000c;
    --bc-thm-form-field-bg: linear-gradient(180deg, #0003 0%, #fff 5px, #fff0 100%);
    --bc-thm-form-field-borderColor: #999;
    --bc-thm-form-label-color: #666;
    --bc-thm-form-label_required-mark-color: red;
    --bc-thm-form-error-color: red;
    --bc-thm-contactsWidget-borderColor: #ccc;
    --bc-thm-contactsWidget-bg: #f9f9f9;
    --bc-thm-contactsWidget-head-color: #fff;
    --bc-thm-contactsWidget-head-bg: #b42d46;
    --bc-thm-contactsWidget-head-textShadowColor: #0006;
    --bc-thm-contactsWidget-body-bg: var(--bc-thm-contactsWidget-bg);
    --bc-thm-contactsWidget-body-borderColor: var(--bc-thm-contactsWidget-borderColor)
}

body.theme_dark {
    --bc-thm-body-bg: #191b1e;
    --bc-thm-body-color: #f4f6f7;
    --bc-thm-tag-color: #fff;
    --bc-thm-tag-bg: #383c41;
    --bc-thm-tag-bg-hover: #3f444b
}