.svg_fill path {
    fill: var(--svg-fill);
}

.svg_fill_second path {
    fill: var(--svg-fill-second);
}

.svg_fill_stroke_three path {
    fill: var(--svg-fill-three);
    stroke: var(--svg-stroke-three);
}

.svg_fill_three path {
    fill: var(--svg-fill-three);
}

.svg_stroke path {
    stroke: var(--svg-stroke);
}

.svg_rect rect {
    fill: var(--svg-rect);
}

.svg_rect_second rect {
    fill: var(--svg-rect-second);
}

.svg_rect_active rect {
    fill: var(--svg-rect-active);
}