body {
    background: url("../img/back04.webp");
    overflow-y: scroll;
}
.isGraph {
    background-image: url(../img/decor/icoGraph.png);
    width: 1.3rem;
    visibility: hidden;
    display: inline-block;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.isGraph[id_test='2'],.isGraph[id_test='3'],
.isGraph[id_test='5'],.isGraph[id_test='6'],.isGraph[id_test='23'],.isGraph[id_test='37'],
.isGraph[id_test='38'],.isGraph[id_test='42'],.isGraph[id_test='50'] {
    visibility: visible;
}
/*
.flag {
    color: #ff0000;
    background-size: contain;
    background-position: 15%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 62px;
    line-height: 1rem;
    height: 1rem;
    text-align: right;
}

.flag-ua-sq { background-image: url(../img/flags/flag-ua.svg); }
*/
#logoSite { z-index: 2000; }

/* вид курсора при наведении для клика */
.mypointer, .accountBtn, .phAdmPlayer, .delAdmPlayer, .btn.dropdown-toggle,
.clubDataTest, #showAVG, #hideAVG, #cornerImg, .oneBlock, .oneTest, .myVideo, a:hover,
.pagingOne[yesclick='1'], span[id_rec], .bg-tab, #cabPlayer, .cabPhotoImg, .cabTests, .cabMediaSee, .dropdown-item,
[type=button]:not(:disabled), [type=reset]:not(:disabled),[type=submit]:not(:disabled), button:not(:disabled) {
    cursor: url("../img/kelme_paw.png"),pointer;
}
/*@media (max-width: 1440px) { */
    .sitename { /** название сайта **/
        font-size: 2rem;
        letter-spacing: 0.15rem;
        text-shadow: 2px 2px 3px #ff0000;
        font-style: italic;
        font-weight: bold;
        word-spacing: 0.5rem;
    }
    #logoSite {height: 3rem; }
    #cornerImg { height: 3rem;}
    .menuMob .menuMob { background-color: #28a74561!important; }
/*}*/
@media (max-width: 992px){
    #logoSite {height: 1.5rem; }
    .sitename {
        font-size: 1.62rem;
        letter-spacing: 0.1rem;
        text-shadow: 2px 2px 3px #1bff31;
        font-style: italic;
        font-weight: bold;
        word-spacing: 0.2rem;
    }
    #cornerImg { height: 2.5rem; }
    .btnMenuMob { height: 1.5rem; }
    button[data-target="#navbarContent"],button[data-target="#navbarContent"]:focus {
        outline: none;
    }
    .menuMob .menuMob { width: 100%!important; }
    .menuMob .menuMob { background-color: #28a74561!important; }
    #navbarContent > ul.nav { display: block!important; }
}