:root {
            --main-font: Arial;
            --main-accent-bg-color: #02b0cb;
            --header-top-panel-color: #000b14;
            --header-top-panel-text-color: #ffffff;
            --header-second-panel-color: #000b14;
            --text-main-accent-color: #02b0cb;
            --button-bg-color: #02b0cb;
            --button-text-color: #ffffff;
            --button-border-color: #02b0cb;
            --main-light-bg-color: rgb(0, 0, 0);
            /* background hover color */
            --button-text-color-hover: #ffffff;
            --links-hover-color: #23527c;
            --breadcrumbs-color: #192026;
            --header-second-panel-text-color: #FFFFFF;
            --footer-background-color: #000b14;
            --footer-text-color: #FFFFFF;
            --table-first-color: #ffffff;
            --table-second-color: #ffffff;
            --table-third-color: #ffffff;
            --table-buttons-color: #0B9F45;
            --table-buttons-border-color: #17B01D;
            --table-buttons-text-color: #FFFFFF;
            --table-rank-background-color: #1e73be;
            --table-rank-text-color: #ffffff;
            --header-breadcrumbs-button-background: #02b0cb;
            --header-breadcrumbs-button-background-hover: #000000;
            --header-breadcrumbs-button-color: #ffffff;
            --header-breadcrumbs-button-color-hover: #ffffff;
            --header-breadcrumbs-button-border: #ffffff;
            --header-breadcrumbs-button-border-hover: #ffffff;
            --header-logotype-width: 150px;
        }