:root {
    --header_top_height: 62px;
    --header_top_height_m: 50px; /*для планшета версии*/
    --header_underline_color: #e9e9e9;
    --header_underline_height: 1px;
    --main_menu_item_height: 64px;
    --main_menu_item_height_m: 50px; /*для планшета версии*/
    --menu_line_color: red;
    --menu_line_height: 2px;
    --submenu_item_height: 73px;
    --submenu_item_height_m: 50px; /*для планшета версии*/
    --submenu_line_color: red;
    --submenu_line_height: 2px;
    --menu_sub_content_height: 350px;
    --menu_sub_content_height_m: 300px; /*для планшета версии*/
    --menu_sub_content_left: 250px; /*отступ от пунктов 3 меню*/
    --panel_top_height: 39px;
    --scrollbar-width: 16px;
    --wrapper-width: 1202px;
    --wrapper-big-width: 1500px;

    --site-white: #FFFFFF;
    --site-black: #000000;
    --site-blue: #1B65C0;
    --site-light-blue: #4782CB;
    --site-red: #C83636;
    --site-dark-grey: #282828;
    --site-grey: #565656;
    --site-light-grey: #DDDDDD;
    --site-super-light-grey: #f7f7f7;
    --site-green: #90AB32;
    --site-orange: #F77426;

    --background-color: var(--site-super-light-grey);
    --menu-color: var(--site-dark-grey);
    --text-color: var(--site-black);
    --link-color: var(--site-blue);
    --link-color2: var(--site-light-blue);
    --table-head-color: var(--site-light-grey);
    --table-odd-row-color: var(--site-white);
    --table-even-row-color: var(--site-super-light-grey);
    --button-red-color: var(--site-red);
    --button-grey-color: var(--site-grey);
}