
.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: none;
    /* 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);
    
    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;
}


.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;
}
.gModuleContent.download {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.gModuleContentPreview {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0px 0px 10px 0px;
}

.gModuleContentDescription {
    padding: 10px 0px 0px 0px;
}
.gModuleContentDescription > pre {
    margin: 0 0 0px;
    /* line-height: 18px; */
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;   
}

@media screen and (max-width: 996px) {
    .gModuleRowBox {
        flex-direction: column;
    }
}

/* 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: Кнопка вверх */


.btnBox {
    padding: 5px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
    
    border: 2px solid rgba(132, 1, 18, 1);
    background: rgba(132, 1, 18, 0.3);
    color: rgba(255,255,255,0.8);
}

.btnBox:hover {
    background: rgba(132, 1, 18, 1);
    color: rgba(255,255,255,1);
}

.btnBox div:first-child {
    font-size: 15px;
    font-weight: 700;
}
.btnBox div:last-child {
    font-size: 11px;
    margin-top: 5px;
}

.errorBox {
    padding: 5px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
    
    border: 2px solid rgba(132, 1, 18, 1);
    background: rgba(132, 1, 18, 0.3);
    color: rgba(255,255,255,0.8);
}
.errorBox div:first-child {
    font-size: 15px;
    font-weight: 700;
}
.errorBox div:last-child {
    font-size: 11px;
    margin-top: 5px;
}

/* Всплывающее окно */
.winGeneralBox {
    min-width: 200px;
    min-height: 200px;
    max-width: 855px;
    max-height: 100%;
    margin: 50px auto;
    display: none;
    background: #252424;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px double #000d0f;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
}
.winHeadBox {
    color: #fefdfa;
    background: rgb(217, 11, 0, 0.25);
    width: 100%;
    padding: 5px 0px 5px 16px;
    box-sizing: border-box;
    display: block;
}

.winHeadClose {
    display: inline-block;
    float: right;
    cursor: pointer;
    width: 40px;
    text-align: center;
    color: #a9a9a9;
}
.winHeadClose:hover {
    color: #fff;
}
.winContentBox {
    padding: 16px;
    max-height: calc(100% - 40px);
    overflow: auto;
}
.winWrapBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 199;
    display: none;
}
.winGeneralBox img {
    max-width: 100%;
}
.winGeneralBox a, .winGeneralBox a:visited {
    color: rgba(215, 45, 40, 1);
    
    text-decoration: none;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.winGeneralBox a:hover {
    color: rgba(242, 242, 242, 0.9);
    /* color: rgb(220,50,50); */
}

[js-win] {
    color: rgba(189, 56, 50, 1);
    cursor: pointer;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
[js-win]:hover {
    color: rgba(242, 242, 242, 0.9);
}

@media only screen and (max-width: 979px) {
    .winGeneralBox {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        border-radius: 0px;
    }
}
.commentsAllPreloader {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.commentsPreloader {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: calc(100% + 20px);
    display: none;
    position: absolute;
    top: -20px;
    z-index: 2;
}
.commentsLoading {
    background: url(/img/games/site/loading.gif) no-repeat top 50% left 0px;
    background-size: 25px;
    padding: 0px 0px 0px 30px;
}
.commentAuthBox {
    display: flex;
    display: none;
    gap: 10px;
    flex-direction: column;
}

.commentAuthBtn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.commentAuthBtn > a {
    flex: 1;
}
@media only screen and (max-width: 979px) {
    .commentAuthBtn {
        flex-direction: column;
        gap: 10px;
    }
}

.commentSendBox {
    display: none;
}
.commentMessage {
    padding: 6px 12px;
    text-align: left;
    height: 117px;
    min-height: 35px;
    width: 100%;
    resize: vertical;
    box-shadow: none;
    font-weight: normal;
    appearance: none;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: rgba(40, 40, 40, 0.25);
    outline: 0px;
    transition: border 0.3s ease-out 0s;
    color: rgba(255, 255, 255, 0.7);
}

.commentMessage:active, .commentMessage:focus {
	border: 2px solid rgba(255, 255, 255, 0.25);
}

.commentToolBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.commentFilter {
    display: flex;
}
.commentSort, .commentAdmAll {
    font-size: 0.8em;
    margin-top: 2px;
}

.commentSort select, .commentAdmAll select {
    display: block;
    border-radius: 3px;
    color: rgba(255,255,255,0.4);
    background: rgba(25, 25, 25, 1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 15px;
    cursor: pointer;
    outline: none;
    transition: border .3s ease-out;
}
.commentAdmAll {
    margin-left: 5px;
}

.commentToolSend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: auto;
    text-align: right;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.star {
    background: url(/img/games/site/star.svg) center -1px no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    opacity: .3;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
/*
.star:hover,.star:hover ~ .star  {
    opacity: 1;
}
*/
.rating.ns .star {
    cursor: default;
}
.rating:not(.ns) .star:hover,
.rating:not(.ns) .star:hover ~ .star {
    opacity: 1;
}
.rating:not(.ns) .star.selected,
.rating:not(.ns) .star.selected ~ .star {
    opacity: 0.7;
}
.star.active, .star.active ~ .star  {
    opacity: 0.7;
}
.ratingBox {
    display: flex;
    gap: 5px;
    align-items: center;
}

.ratingAvg > span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(133, 133, 133, 0.35);;
    border-radius: 3px;
    height: 18px;
    font-size: 13px;
    padding: 2px 5px;
    cursor: default;
    color: rgba(255,255,255,.6);
}

.ratingAvg.red > span {
    background: rgba(255,0,0,.3);
}
.ratingAvg.orange > span {
    background: rgba(255, 119, 0, 0.3);
}
.ratingAvg.yellow > span {
    background: rgba(251, 255, 0, 0.3);
}
.ratingAvg.turquoise > span {
    background: rgba(111,255,202,.3);
}
.ratingAvg.green > span {
    background: rgba(0,255,161,.3);
}



.btnSend {
    border: 2px solid rgba(132, 1, 18, 0.6);
    background: rgba(132, 1, 18, 0.3);
    margin: 0px;
}
.btnSend div:last-child {
    margin: 0px;
}
.btnSend:hover {
    background: rgba(132, 1, 18, 1);
    color: rgba(255,255,255,1);
}

.btnSend.load {
    background: url(/img/games/site/loading.gif) no-repeat top 50% left 3px, rgba(132, 1, 18, 0.3);
    background-size: 20px;
    color: rgba(255,255,255,.8);
    transition: none;
    cursor: default;
}
.commentsBox {
    position: relative;
    margin-top: 20px;
}
.commentListBox {
    display: flex;
    display: none;
    flex-direction: column;
    padding: 10px 0px;
    /* gap: 20px; */
    
}

.commentListBox > :not(:last-child) {
    margin-bottom: 20px;
}



.comment {
    display: flex;
    flex-direction: column;
    line-height: normal;
    /* flex: 1; */
    border: 2px solid rgba(64, 64, 64, 0.3);
}
.comment.new {
    display: none;
    overflow: hidden;
}
.comment.del {
    background: rgba(255,0,0,.1);
    border: 2px solid rgba(255, 0, 0, 0.3);
    transition: border 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
}
.cHeader {
    display: flex;
    justify-content: space-between;
    background: rgba(64,64,64,0.3);
    padding: 10px 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.cAuthorBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    
    
}
.cAuthorImg {
    background: url(/img/games/site/guest.svg?2) center center no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}
.cAuthImg {
    background: url(/img/games/site/guest.svg?2) center center no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid rgb(64 64 64);
}
.cAuthorName {
    
}
.cAuthorName.ban {
    text-decoration: line-through;
    text-decoration-color: rgba(255, 11, 0, 1);
    text-decoration-thickness: 2px;
}
.cAuthorDate {
    font-size: 13px;
}
.cToolTop {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}
.cPageTitle {
    font-size: 15px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.30);
    cursor: default;
}
.cPageTitle a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.30) !important;
}
.cPageTitle a:hover {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9) !important;
}


@media screen and (max-width: 996px) {
    .cPageTitle {
        display: none;
    }
}
div.cMessage {
    color: rgba(255,255,255,0.6);
    padding: 10px 10px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}
textarea.cMessage {
    padding: 6px 12px;
    text-align: left;
    height: 117px;
    min-height: 35px;
    width: 100%;
    resize: vertical;
    box-shadow: none;
    font-weight: normal;
    appearance: none;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: rgba(40, 40, 40, 0.25);
    outline: 0px;
    transition: border 0.3s ease-out 0s;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}
textarea.cMessage:active, textarea.cMessage:focus {
	border: 2px solid rgba(255, 255, 255, 0.25);
}
.cToolsBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0px 10px 10px 10px;
}
.cEditDate {
    font-size: 0.8em;
    text-align: right;
    opacity: .5;
    cursor: default;
    display: none;
}
.cTools {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cTools * {
    font-size: 0.8em;
}
.cReply {
    cursor: pointer;
    position: relative;
    padding-left: 15px;
}
.cReply:hover {
    color: rgba(242, 242, 242, 0.7);
}
.cReply::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/reply.svg?1) center center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 100%;
    opacity: 0.35;  
    top: 0px;
    left: 0;
}
.cReply:hover::after {
    opacity: .6;
}

.cEdit {
    cursor: pointer;
    position: relative;
    padding-left: 15px;
}
.cEdit:hover {
    color: rgba(242, 242, 242, 0.7);
}
.cEdit::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/edit.svg) center center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 100%;
    opacity: 0.35;  
    top: 0px;
    left: 0;
}
.cEdit:hover::after {
    opacity: .6;
}

.cCancel {
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    display: none;
}
.cCancel:hover {
    color: rgba(242, 242, 242, 0.7);
}
.cCancel::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/cancel.svg) center center no-repeat;
    background-size: 100%;
    width: 14px;
    height: 100%;
    opacity: 0.35;  
    top: 0px;
    left: 0;
}
.cCancel:hover::after {
    opacity: .6;
}

.cSave {
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    display: none;
}
.cSave:hover {
    color: rgba(242, 242, 242, 0.7);
}
.cSave::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/save.svg) center center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 100%;
    opacity: 0.35;  
    top: 0px;
    left: 0;
}
.cSave:hover::after {
    opacity: .6;
}

.cLoading {
    cursor: default;
    position: relative;
    padding-left: 17px;
    display: none;
}
.cLoading::after {
    content: '';
    display: block;
    position: absolute; 
    background: url(/img/games/site/loading.gif) center center no-repeat;
    background-size: 100%;
    width: 14px;
    height: 100%;
    top: 1px;
    left: 0;
}
.cPoint {
    position: relative;
    display: none;
}
.cPoint *{
    font-size: 1em;
}

.cShablon {
    display: none;
}
.cDel {
    cursor: pointer;
    color: rgba(247, 0, 0, .7);
    font-weight: 600;
}
.cDel.noactive {
    color: rgba(126, 126, 126, 1) !important;
    opacity: 1 !important;
    cursor: default;
}
.cDel:hover {
    color: rgba(247, 0, 0, 1);
    font-weight: 600;
}
.cLike {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.cLike::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/like.svg) center center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 100%;
    opacity: 0.45;  
    top: -1px;
    left: 0;
}

.cDisLike {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.cDisLike::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/dislike.svg) center center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 100%;
    opacity: 0.45;  
    top: 1px;
    left: 0;
}
.cLike:hover, .cDisLike:hover {
    color: rgba(242, 242, 242, 0.7);
}
.cLike:hover::after, .cDisLike:hover::after {
    opacity: .6;
}
.cLike.active::after, .cDisLike.active::after {
    opacity: .7;
}
.cLike.active, .cDisLike.active {
    color: rgba(242, 242, 242, 0.7);
}

.cBan {
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.cBan::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/warning.svg?1) center center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 100%;
    opacity: 0.6;  
    top: 0px;
    left: 0;
}
.cBan.noactive::after {
    background: url(/img/games/site/warningNoactive.svg?1) center center no-repeat;
    background-size: 100%;
    opacity: 0.3 !important;
    cursor: default;
}
.cBan:hover::after {
    opacity: .8;
}

.cDelAll {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 15px;
}
.cDelAll::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/deleteAll.svg?1) center center no-repeat;
    background-size: 100%;
    width: 24px;
    height: 100%;
    opacity: 0.6;  
    top: 1px;
    left: 0;
}
.cDelAll:hover::after {
    opacity: .8;
}

.cLink {
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.cLink::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/games/site/link.svg?5) center center no-repeat;
    background-size: 100%;
    width: 16px;
    height: 100%;
    opacity: 0.45;  
    top: -1px;
    left: 0;
}
.cLink.noactive::after {
    opacity: 0.2 !important;
    cursor: default;
}
.cLink:hover::after {
    opacity: .6;
}

.cMoreBox {
    display: none;
    background: rgba(64,64,64,0.3);
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.cMoreBox:hover {
    background: rgba(64,64,64,0.6);
    color: rgba(242, 242, 242, 0.7);
}
.cMoreBox[js-load*="1"]::after {
    content: "...";
    font-size: 25px;
    animation: loader 1s infinite linear;
    position: absolute;
    top: calc(50% - 5px);
    transform: translateY(-50%);
}
  
@keyframes loader {
    0% { content: ''; }
    33% { content: '.'; }
    66% { content: '..'; }
    100% { content: '...'; }
}
.noselect {
    -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; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

/* START: Отсутствует SEO описание */
.bxAdmSeo {
    position: relative;
}
.bxAdmSeo::after {
    content: "★";
    position: absolute;
    left: 0;
    color: red;
    top: 0;
    font-size: 10px;
}
/* START: Отсутствует SEO описание */


/* START: Всплывающее сообщение */
.msgBox {
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 9999999;
    width: 300px;
    margin-left: -182px;
    padding: 15px 15px 15px 50px;
    background-color: #cc5353;
    color: #fff;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important;
    word-wrap: break-word;
    border-radius: 0px 0px 3px 3px;
    display: none;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
    box-sizing: content-box;
}

.msgProgress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
}

.msgClose {
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 5px;
}
.msgClose:hover {
    opacity: .6;
}
/* 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:500px;
    z-index:9999;
    display:none;
    border-radius:3px;
    box-shadow:4px 4px 8px rgba(0, 0, 0, 0.3);
    padding:5px 8px;
    font-size:14px;
    text-shadow:none;
    margin-top:0px;
    margin-left:0px;
    /*overflow: hidden;*/
    word-break: break-word;
    line-height: 1.6;
}
#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: Всплывающая подсказка */