.loader_modal{
    position: fixed;
    width: 200px;
    height: 110px;
    right: -37px;
    top: 64px;
    z-index: 10;
}

.loader_modal .loader_inner{
    width: 100%;
    height: 100%;
}

.loader_modal .loader_inner img{
    max-width: 100%;
}

.loader_modal.loader_modal_hide{
    display: none;
}

.loader_modal.loader_modal_show{
    display: block;
}