*{
    box-sizing: border-box;
}

li {
    list-style: none;

}

#mnuForDesktop > div > a{
    cursor: pointer;
}

.container{
    position: relative;
}

.mnu{
    text-align: center;
    width: 140px;
    height: 53px;
    padding: 15px;
    color: black;
    box-shadow: 0px 0px 0px gray;
}


.menue_s{
    padding: 15px;
    background-color: #f8f9fa;
    border-bottom: solid black 2px;
}

.mnu_mobile{
    text-align: center;
    height: 53px;
    padding: 15px;
    color: black;
}

.menue_s_mobile{
    padding: 15px;
    background-color: #f8f9fa;
    border-bottom: solid black 2px;
}

.menue_sub_mobile{
    padding: 15px;
    background-color: #d4d5d6;
    border-bottom: solid black 2px;
}

#sub01 {box-shadow: 0px 0px 6px gray;
    display: none;
    position: absolute;
    z-index: 1000; left: 0;
    direction: rtl;
    text-align: right;
}

#sub02 {box-shadow: 0px 0px 6px gray;
    display: none;
    position: absolute;
    z-index: 1000; left: 0;
    direction: rtl;
    text-align: right;
}


a {
    text-decoration: none !important;

}

.footer a{
    color: #e8e8e8;

}

.footer a:hover{
    color: #000073;
}


@media (max-width: 2400px){

    #mnuForMobile{
        display: none!important;
    }

}

@media (max-width: 800px){

    .mnu {
        width: 100px;
        font-size: small;
    }
}

@media (max-width: 574px){
    #mnuForDesktop {
        display: none !important;
    }
    #mnuForMobile{
        display: block !important;
    }

}

.subMenu{
    background-color: rgb(239, 240, 241);
    box-shadow: 0px 0px 10px gray;
    position: absolute;
    height: 300px;
}

#loading{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}