:root{
    --fm: 'Raleway', sans-serif;
    --fm_roboto: 'Roboto', sans-serif;
    --fm-thin: 100;
    --fm-light: 300;
    --fm-regular: 400;
    --fm-bold: 700;
    --fm-black: 900;
    --green_75: rgb(105,207,23, 0.75);
    /* active u n */
    --green_90: rgb(105,207,23, 0.90);
    /* gamburger u n */
    --green: #69cf17;
    /* link u n */
    --green_1: #4e9f0d;
    /* logo u n */
    --green_2: #62be19;
    /* logo border u n */
    --white: #ffffff;
    --white_g: #dedede;
    /* header paragf u n */
    --grey: #7a7a7a;
    /* section link u n */
    --dark: #060002;
    /* body  u n */
    --black: rgba(0,0,0,0.1);

    --col-1: calc(100% /12 * 1);
    --col-2: calc(100% /12 * 2);
    --col-3: calc(100% /12 * 3);
    --col-4: calc(100% /12 * 4);
    --col-5: calc(100% /12 * 5);
    --col-6: calc(100% /12 * 6);
    --col-7: calc(100% /12 * 7);
    --col-8: calc(100% /12 * 8);
    --col-9: calc(100% /12 * 9);
    --col-10: calc(100% /12 * 10);
    --col-11: calc(100% /12 * 11);
    --col-12: calc(100% /12 * 12);
}











.w100{
    width: 100%;
}
.w95{
    width: 95%;
}
.w90{
    width: 90%;
}
.w80{
    width: 80%;
}
.w70{
    width: 70%;
}
.w60{
    width: 60%;
}
.w50{
    width: 50%;
}
.w40{
    width: 40%;
}
.w30{
    width: 30%;
}
.w33{
    width: 33%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w20{
    width: 10%;
}
.h100{
    height: 100%;
}
.h50{
    height: 50%;
}
.h33{
    height: 33.3%;
}
.h25{
    height: 25%;
}
.h20{
    height: 20%;
}
.wh{
    width: 100%;
    height: 100%;
}
.tac{
    text-align: center;  
}
.tal{
    text-align: left;  
}
.tar{
    text-align: right;  
}
.df {
    display: flex;
}
.fww {
    flex-wrap: wrap;
}
.aic {
    align-items: center;
}
.acc {
    align-content: center;
}
.acf {
    align-content: left;
}
.acr {
    align-content: right;
}
.acs {
    align-content: space-between;
}
.fdc {
    flex-direction: column;
}
.jcc {
    justify-content: center;
}
.jcl {
    justify-content: left;
}
.jcr {
    justify-content: right;
}
.jcsb {
    justify-content: space-between;
}
.ma{
    margin: auto;
}
.moa{
    margin: 0 auto;
}
.m5{
    margin: 5px;
}
.m10{
    margin: 10px;
}
.m15{
    margin: 15px;
}
.m20{
    margin: 20px;
}
.p5{
    padding: 5px;
}
.p10{
    padding: 10px;
}
.p15{
    padding: 15px;
}
.p20{
    padding: 20px;
}
.oh{
    overflow: hidden;    
}
.ofs{
    overflow: scroll;    
}
.pr{
    position: relative;
}
.pat0{
    position: absolute;
    top: 0;
}
.pab0{
    position: absolute;
    bottom: 0;
}
.pfb0{
    position: fixed;
    bottom: 0;
}
.br5{
    border-radius: 5px;
}
.br10{
    border-radius: 10px;
}
.br15{
    border-radius: 15px;
}
.br20{
    border-radius: 20px;
}
.br5{
    border-radius: 50px;
}
.br100{
    border-radius: 100px;
}
.br200{
    border-radius: 200px;
}
.trs0{
    transform: scale(0.0);
}
.cup:hover{
    cursor: pointer;
}
.zi10{
    z-index: 10;
}
.zi20{
    z-index: 20;
}
.zi30{
    z-index: 30;
}
.zi40{
    z-index: 40;
}
.zi50{
    z-index: 50;
}
.zi60{
    z-index: 60;
}
.zi70{
    z-index: 70;
}
.zi80{
    z-index: 80;
}
.zi90{
    z-index: 90;
}
.zi100{
    z-index: 10;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.dfaic{
    display: flex;
    align-items: center;
}
.bgb{
    background: blue;
}
.bgy{
    background: yellow;
}
.bgg{
    background: green;
}
.bgp{
    background: purple;
}
.bgj{
    background: brown;
}
.bgw{
    background: white;
}
.bgk{
    background: grey;
}
.bgq{
    background: black;
}
.bgsh{
    background: #0000;
}
.bgccc{
    background: #ccc;
}