:root {
    --h-header: 35px;
    --pl-header: 28px;
    --pt-header: 15px;
    --h-headerlogo: 35px;
    --h-name_header: 20px;
    /* --c-brheader: #353740; */
    --c-brheader: #1b1d25;
    --w-sidebar: 250px;
    --h-sidebarimg: 22px;
    --mt-sidebar: calc(var(--h-header) + var(--pt-header) * 2);
    --h-sidebar: calc(100vh - var(--mt-sidebar));
    --fz-butsidebar: 16px;
    --fz-butsidebarsub: 17px;
    --p-butsidebar: 9px;
    --c-noactivetext: #bbb9c2;
    --c-activetext: #1a4cd3;
    --w-maincontent: calc(100vw - var(--w-sidebar));
    --fz-mcname: 34px;
    --pd-butmcontent: 15px;
    --c-bgpost: #1c1e27;
    --ml-posts: 25px;
    --mt-posts: 15px;
    --mb-posts: 20px;
    --fz-namepost: 24px;
    --c-bcsite: #16161a;
    --w-mainpost: 60%;
}