:root {
    /* colors */
    --black: #000000;
    --hover: #A9CE40;
    --white: #ffffff;
    --grey_1: #8E8E8E;
    --grey_2: #E0E0E0;
    --grey_3: #F8F8F8;
    --red: #FF2525;
    --blue: #6199A6;

    /* fonts */
    --h1: 50px;
    --h2: 40px;
    --h3: 20px;
    --h4: 18px;
    --text: 16px;
    --text_subitem: 12px;
    --line-height_l: 150%;
    --line-height_m: 130%;
    --font-weight_m: 500;
    --font-weight_r: 400;

    /* sizes */
    --container_width: 1560px;

    --btn_size_l: 50px;
    --btn_size_m: 42px;
    --btn_size_s: 25px;
}