
.wGeneralBorder {
    box-shadow: 0px -4px 10px 1px rgb(217, 11, 0, 0.5);
}
.wCategoryTop {
    /* box-shadow: 0px -4px 10px 1px rgb(217, 11, 0, 0.5); */
}
.wHeadBox {
    display: none;
}

.wData {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gameHeadImg {
    background-image: url(/img/games/background/none.jpg);
    /* background-size: auto; */
    /* background-size: cover; */
    /* background-position: top left; */ 
    background-repeat: no-repeat; 
    background-position: center;
    background-size: auto 100%;
    
    margin: 0;
    border: none;
    width: auto;
    height: 240px;

    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: 3.2em;
    color: rgba(220,220,220,1);
    text-shadow: 0 0 5px white, 0 0 10px rgba(2,2,2, 1), 0 0 15px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1);
    position: relative;
    
    transition: 3.0s;
}

.gameHeadImg:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.gameHeadText {
    text-align: center;
    /* background: rgba(0,0,0,0.3); */
    border-radius: 10px;
    /* padding: 10px 10px;  */
    margin: 0 65px;
    /* text-shadow: 1px 1px 12px rgba(2,2,2,1); */
    text-shadow: 0 0 5px white, 0 0 10px rgba(2,2,2, 1), 0 0 15px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1), 0 0 5px rgba(2,2,2, 1);
    font-size: 1.0em;
    line-height: 1;
}
@media screen and (max-width: 996px) {
    .gameHeadText {
        font-size: 0.8em;
    }
}


.gModuleRowBox {
    display: flex;
    flex-direction: row;
    min-height: 150px;
    gap: 16px;
}

.gModuleBox {
    border: 2px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.gModuleHead {
    text-align: center;
    font-size: 1.1em;
    color: rgba(255,255,255,0.7);
    background: rgba(64,64,64,0.5);
}

.gModuleContent {
    padding: 10px;
    flex: 1;
}

@media screen and (max-width: 996px) {
    .gModuleRowBox {
        flex-direction: column;
    }
}

.note * {
    margin: 0;
}

/* START: Кнопка вверх */
#button-up {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 2px;
    background: url(/img/wiki/arrowUpActive.png) center center no-repeat, #840112;
    background-size: 20px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: .3s all;
    transition: .3s all;
}

#button-up:hover {
    filter: brightness(1.1) saturate(1.1);
}

/* STOP: Кнопка вверх */


/* START: Таблица */
.tb {
    display: table;
    border-collapse: collapse;
    width: 100%;
    line-height: normal;
}
.rwBody {
    display: table-row-group;
}

.rwh {
    display: table-row;
    background: rgba(46, 46, 46, 0.3);
}
.clh {
    display: table-cell; 
    padding: 10px;
    border: 1px solid rgba(41, 41, 41, 1);
    border-top: none;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.rw {
    display: table-row;
    word-wrap: break-word; 
    color: rgba(255, 255, 255, 0.45) !important;
    text-decoration: none;
}

.rw:nth-child(odd) { 
    background: rgba(46, 46, 46, 0.2);
}
.rw:nth-child(even) { 
    background: rgba(6, 6, 6, 0.2);
}

.cl {
    display: table-cell; 
    border: 1px solid rgba(41, 41, 41, 1);
    padding: 25px 10px;
    vertical-align: middle;
}

.cl:first-child, .clh:first-child {
    border-left-width: 2px;
}
.cl:last-child, .clh:last-child {
    border-right-width: 2px;
}
.rw:last-child .cl {
    border-bottom-width: 2px;
}

.rw:hover{ 
    box-shadow:0 0 0 900px rgba(128, 128, 128, 0.15) inset;
    color: rgba(255, 255, 255, 0.75) !important;
}


@media only screen and (max-width: 979px) {
    .clDevice {
        display: none;
    }
    .rw {
        word-wrap: break-word; 
        word-break: break-all;
    }
    .cl:nth-last-child(1 of :not(.clDevice)) {
        border-right-width: 2px;
    }

}

.clWrap {
    word-break: break-all;
}

.clSmall {
    font-size: 14px;
}

.clh.sorted[data-order="1"],
.clh.sorted[data-order="-1"] {
    position: relative;
}

.clh.sorted[data-order="1"]::after,
.clh.sorted[data-order="-1"]::after {
    right: 8px;
    position: absolute;
    font-size: 12px;
    top: 13px;
}

.clh.sorted[data-order="-1"]::after {
	content: "▼"
}

.clh.sorted[data-order="1"]::after {
	content: "▲"
}
.clh:not(.sorted) {
    position: relative;
}
.clh:not(.sorted)::before {
    position: absolute;
    right: 8px;
    top: 13px;
    content: url("/img/games/site/sortDefault.svg?3");
}
/* STOP: Таблица */


/* START: Всплывающая подсказка */
#tooltip{ /* Всплывающая подсказка */
    background: rgba(12,12,12,1);;
    color:rgba(255,255,255, 0.65);
    border: 2px solid rgba(64, 64, 64, 1);
    text-align:center;
    position:absolute;
    max-width:700px;
    z-index:9999;
    display:none;
    border-radius:3px;
    box-shadow:4px 4px 8px rgba(0, 0, 0, 0.3);
    padding:5px 8px;
    font-size:12px;
    text-shadow:none;
    margin-top:0px;
    margin-left:0px;
    /*overflow: hidden;*/
    word-break: break-word;
}
#tooltip.left::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(-50%, -50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(64, 64, 64, 1);
}
#tooltip.right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(-50%, -50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(64, 64, 64, 1);
}
#tooltip.top::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(64, 64, 64, 1);
}
#tooltip.bottom::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(64, 64, 64, 1);
}
/* STOP: Всплывающая подсказка */

/* START: Отсутствует SEO описание */
.clAdmSeo {
    position: relative;
}
.clAdmSeo::after {
    content: "★";
    position: absolute;
    left: 0;
    color: red;
    top: 0;
    font-size: 10px;
}

/* START: Отсутствует SEO описание */
.txAdmSeo {
    position: relative;
}
.txAdmSeo::after {
    content: "★";
    position: absolute;
    color: red;
    top: 0;
    font-size: 10px;
}
/* START: Отсутствует SEO описание */