
:root {

    --colorWhite: #ffffff;
    --colorBlack: #000000;
    --colorTransparent: #FFFFFF00;
    --colorGold: #FDD835;
    --colorRed: #dc001d;
    --colorGreen: #309904;
    --colorText: #1d1d1f;
    --colorUrl: #2997ff;
    --colorBtnOk: #0071e3;
    --colorBtnCancel: #e8e8e8;
    --colorHead: #1d1d1f;
    --colorHint: #848484;
    --colorSelect: #e8e8e8;
    --topPanel: #424245;
    --topPanelSelect: #49494c;
    --topPanelIcon: rgba(255, 255, 255, 0.92);
    --topPanelText: rgba(255, 255, 255, 0.92);
    --bottomPanel: #f5f5f7;
    --bottomPanelMapHead: #1d1d1f;
    --bottomPanelMapLink: #424245;
    --bottomPanelText: #6e6e73;
    --bottomPanelSocialIcon: #1d1d1f;
    --paramName: #1d1d1d;
    --paramValue: #2c2c2c;

    --appColor5Filter: invert(85%) sepia(81%) saturate(2067%) hue-rotate(346deg) brightness(96%) contrast(107%);
    --appColor2Filter: invert(100%) sepia(2%) saturate(306%) hue-rotate(64deg) brightness(114%) contrast(75%);
    --appColorFilter: invert(64%) sepia(69%) saturate(6468%) hue-rotate(1deg) brightness(103%) contrast(104%);

    --colorGoldFilter: invert(100%) sepia(31%) saturate(6443%) hue-rotate(325deg) brightness(102%) contrast(102%);
    --colorGreenFilter: invert(55%) sepia(79%) saturate(2043%) hue-rotate(65deg) brightness(101%) contrast(110%);;
    --colorBlackFilter: invert(0%) sepia(0%) saturate(7474%) hue-rotate(293deg) brightness(81%) contrast(97%);
    --colorFilterWhite: invert(100%) sepia(0%) saturate(7490%) hue-rotate(14deg) brightness(123%) contrast(98%);
}
