body {
    background-image: url(../img/bodyBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*-------------------------HEADER----------------------------------------------------*/
#main_menu {
    text-align: center;
}
.for_tablet_menu {
    display: none !important;
}
#for_lang {
    float: right;
}
.drop_menu {
    position: relative;
}
/*----------------------------HEADER------------------------END--------------------------*/
/*-------------------ARTICLE-------------------------------------*/
.article {
    padding: 0px 15px 15px 15px;
} 
#wrapper {
    background: white;
    margin-top: 20px;
}

/*--------------------------ARTICLE------------------END-------------------------*/


/*---------footer----------------------*/
footer {
    background: lightgray;
    opacity: 0.9;
    margin-top: 50px;
}

/*---------footer-------------END---------*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .for_tablet_menu {
        display: block !important;
    }
    .menu_item_for_tablet {
        display: none !important;
    }
}
@media screen and (min-width: 991px) {
    .for_tablet_menu {
        display: none !important;
    }
    .drop_menu {
        display: none !important;
    }
}