@charset "utf-8";
@import url('/css/scroll/scroll.css');

* {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    
    box-sizing: border-box;
}

.probootstrap-header, .menuTransparent, .menuDark {
    background: rgba(46, 46, 46, 0.4) !important;
}

body {
    background: #000;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    margin: 0;
}

.bodyBox {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background: rgb(0,0,0);
    background: url(/img/wGeneral/bg.jpg), linear-gradient(90deg, rgba(15,15,15,1) 10%, rgba(10,10,10,1) 50%, rgba(15,15,15,1) 90%);
    background-size: 100%;
    
}
.adm {
    position: absolute;
    top: 61px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(/img/wiki/login.png) no-repeat 0px 0px;
    padding-left: 19px;
    background-size: 30px;
}

hr {
    margin: 0px 0px 17.5px 0px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 4px solid rgba(255, 255, 255, 0.1);
}

/* Блок в котором расположен весь контент */
.wGeneralBox {
    max-width: 1280px; 
    margin:0 auto;
    padding-top: 70px; 
    
    color: rgba(255, 255, 255, 0.45);
}
.wGeneralBox * {
    font-size: 16px;
}

.wGeneralBorder {
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(46, 46, 46, 0.4);
    box-shadow: 0px -4px 10px 1px rgb(217, 11, 0, 0.5);
    backdrop-filter: blur(.5rem);
    position: relative;
}

/* Блок меню слева */
.wLeftMenuBox {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: -5px;
    position: sticky;
    top: 70px;
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    
}
.scrollWrapper ul {
    margin: 0;
}

.wLeftMenuBox:after {
    /*
    content: " ";
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	
	border-right: 2px solid rgba(255, 255, 255, 0.1);
	width: 30%;
	z-index: -2;
	*/
}
.wMenuSection h2 {
    margin: 13px 0px 3px 0px;
}
.wMenuSection a {
    font-size: 18px;
}
@media only screen and (max-width: 979px) {
    .wMenuSection a {
        font-size: inherit;
    }
}
.scrollWrapper {
    overflow: auto; 
    height: calc(100vh - 70px);
    padding-bottom: 0px;
    padding: 10px 20px 10px 20px;
    line-height: 1.2;
}

/* Бокс с контентом страницы */
.wContentBox {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-right: -5px;
    padding: 10px 20px 10px 20px;
}
.wContentBox h1, .wContentBox h2, .wContentBox h3, .wContentBox h4, .wContentBox h5 {
    color: rgba(255, 255, 255, 0.65);
}

.wContentBox img {
    max-width: 100%;
    height: auto;
}

.wContentBox iframe {
    max-width: 100%;
    max-height: 100%;
}

/* Цвет ссылок по умолчанию */
.wLink, .wLink:visited, .wGeneralBox a, .wGeneralBox a:visited {
    color: rgba(189, 56, 50, 1);
    
    text-decoration: none;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
/* Цвет ссылок при наведении */
.wLink:hover, .wGeneralBox a:hover {
    color: rgba(242, 242, 242, 0.9);
    /* color: rgb(220,50,50); */
}
/* Цвет ссылок по умолчанию */
.wNoLink, .wNoLink:visited, .wGeneralBox .wNoLink, .wGeneralBox .wNoLink:visited {
    color: rgba(255, 255, 255, 0.4);
    
    text-decoration: none;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
/* Цвет ссылок при наведении */
.wNoLink:hover, .wGeneralBox .wNoLink:hover {
    color: rgba(255, 255, 255, 0.4);
    color: rgb(220,50,50);
}

@media only screen and (max-width: 979px) {
    .wGeneralBox {
        width: 100%;
        margin-top: 0;
    }
}
/* Блок с заголовоком страницы */
.wHeadBox {
    width: 100%; 
    background: rgba(46, 46, 46, 0.4);
    box-shadow: 0px -4px 10px 1px rgb(217, 11, 0, 0.5);
    line-height: 1.2;
    text-align: center;
    border: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px 20px 20px;
}
/* Текст заголовка страницы */
.wHeadText {
    margin: 0; 
    line-height: 36px; 
    font-size: 20px; 
    font-weight: 600; 
    color: rgba(255,255,255,0.7);
}


/* Контент с информацией */
.wData {
    background: rgba(46, 46, 46, 0.4);
    padding: 10px 20px 10px 20px;
}

/* Бокс категории сверху */
.wCategoryTop {
    height: auto;  
    background: rgba(46, 46, 46, 0.4);
    width: 100%; 
    height: 32px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    
    font-weight: bold;
    line-height: 1.0;
    padding: 8px 17px 8px 17px;
    display: none;
}
.wCategoryTop:after, .wCategoryBottom:after {
	content: " ";
	display: table;
	clear: both;
}
/* Бокс категории снизу */
.wCategoryBottom {
    height: auto;  
    background: rgba(46, 46, 46, 0.4);
    width: 100%; 
    border-top: 2px solid rgba(255, 255, 255, 0.1); 
    box-shadow: 0px 3px 10px 1px rgb(217, 11, 0, 0.5);
    
    font-weight: bold;
    line-height: 1.0;
    padding: 8px 17px 8px 17px;
    display: none;
}

.wCategoryTop *, .wCategoryBottom * { 
    font-size: 14px;
}
/* Раздетилеть текста категории */
.wCategorySeparator {
    content: " » ";
    position: relative; 
    top: -1px ;
}

/* Бокс с подвалом */
.wFooter {
    text-align: left;
    padding-top: 20px;
    
    overflow: hidden;
    color: rgba(255, 255, 255, 0.4);
}

/* Текст слева */
.wTextLeft {
    float: left;
}
/* Текст справа */
.wTextRight {
    float: right; 
}
/* Изображение */
.wImgHome {
    background: url(/img/wGeneral/home.png) no-repeat 2px -1px;
    padding-left: 19px;
    background-size: 14px;
}
/* Изображение */
.wImgPurshare {
    background: url(/img/wGeneral/basket.png) no-repeat 2px -1px;
    padding-left: 19px;
    background-size: 14px;
}

.menuWikiActive {
    color: rgba(242, 242, 242, 0.9) !important;
}

#button-up {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 45px;
    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);
}

/* Спойлер */
.spoiler {
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: auto;
    position: relative;
    margin-bottom: 5px;
}

.spoilerhead {
    border-radius: 2px;
    padding: 5px 60px 5px 5px;
    font-weight: bold;
    font-size: 10pt;
    cursor: pointer;
    background: rgba(46, 46, 46, 0.3);
    
}
.spoilerhead:hover {
    background: rgba(46, 46, 46, 0.5);
}
.spoilerbody {
    padding: 10px 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}
.spoilerhead:before{
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 1;
    content: "";
    display: inline-block;
    background: url(/img/wiki/arrow.png) 0px 0px no-repeat;
    width: 6px;
    height: 10px;
    transition: .3s;
    transform: rotate(90deg);
}

.spoilerhead:hover:before{
   transform: rotate(0deg);
}

.spoilerhead.show:before {
    transform: rotate(270deg) !important;
}

.spoilercopy{
    position: absolute;
    right: 37px;
    top: 10px;
    z-index: 11;
    content: "";
    display: inline-block;
    background: url(/img/wiki/link.png) 0px 0px no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    transition: .3s;
}
.spoilercopy:hover {
    background: url(/img/wiki/linkActive.png) 0px 0px no-repeat;
}

/* Всплывающее окно */
.window {
    width: 298px; 
    height: 218px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 18px 9px;
    border-radius: 4px;
    background: #fafafa;
    color: black;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    display: none;
    opacity: 1;
    z-index: 38;
    text-align: center;
}


.windowClose{
    position: absolute;
    top: 0px; 
    right: 0px;
    display: inline-block; 
    float: right; 
    cursor: pointer; 
    height: 22px; 
    width: 40px; 
    font-size:18px;
    text-align: center;
    background-color: rgba(199,199,199,0.00);
    color: #000;
    text-align: right;
    padding: 6px 6px 0px 0px;
    font-weight: bold;
    line-height: 18px;
    opacity: .2;
}
.windowClose:hover { opacity: .4; }

.windowOverlay {
    z-index: 37;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    width: 100%; 
    height: 100%;
    top: 0; left: 0;
    cursor :pointer;
    display :none;
}


/* Меню */
.mobileWikiMenu {
  display: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.mobileWikiMenu i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  color: #ffffff;
  font: bold 14px/.4 Helvetica, arial;
  text-transform: uppercase;
  text-indent: -93px;
  background: #ffffff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.mobileWikiMenu i::before, .mobileWikiMenu i::after {
  content: '';
  width: 18px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.mobileWikiMenu i::before {
  top: -7px;
}

.mobileWikiMenu i::after {
  bottom: -7px;
}

.mobileWikiMenu:hover i::before {
  top: -10px;
}

.mobileWikiMenu:hover i::after {
  bottom: -10px;
}

.mobileWikiMenu.active i {
  background: transparent;
}

.mobileWikiMenu.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.mobileWikiMenu.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.show .mobileWikiMenu i {
  color: #ffffff;
  background: #000000;
}

.mobileWikiMenu i::after {
  background: #ffffff;
}

.mobileWikiMenu {
  position: absolute;
  top: 2px;
  right: 20px;
}

.mnWikiVisible-xs {
	display: none!important
}

/* Скрыть чекбокс */
.mobileWikiMenuCh[type=checkbox] {
    position: absolute;
    display: none;
}

.mobileWikiMenuOverlay {
  z-index: 1099;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.mobileWikiMenuOverlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

/* === Настройка мобильного меню === */

/* Показать затемняющий блок меню */
.mobileWikiMenuCh[type=checkbox]:checked ~ .mobileWikiMenuOverlay {
    opacity: 1;
    visibility: visible;
}
/* Показать мобильное меню */
.mobileWikiMenuCh[type=checkbox]:checked ~ .mnWikiHidden-xs {
    text-align: left;
    position: fixed;
    display: block !important;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 0;
    z-index: 1100;
    height: 100%;
    width: 300px;
    background: #000000;
    padding: 45px 20px 20px 20px;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    animation: animateMenuShow .4s forwards;
}

.mobileClose {
    margin-top: 15px;
}
.mobileClose i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); 
}
.mobileClose i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.mobileClose i {
    background: transparent;
}
.mobileClose:hover i::before {
  top: 0px;
}

.mobileClose:hover i::after {
  bottom: 0px;
}


@media (max-width:996px) {
	.mnWikiVisible-xs {
		display: block!important;
	}
	.mnWikiHidden-xs {
		display: none!important;
	}
	.wLeftMenuBox
    {
        display: none!important;
    }
    .mobileWikiMenu {
        display: block !important;
        position: absolute;
        top: 2px;
        right: 20px;
    }
    .mnWikiClose {
        
    }
    .scrollWrapper {
        overflow-y: auto;
        padding: 0;
        height: 100%;
    }
}

/* Мобильный вид */
@media only screen and (max-width: 996px)
{
    .wGeneralBox {
        padding-top: 59px; 
    }
    .wGeneralBorder { border: 0px solid rgba(255, 255, 255, 0.1);  }
    .clDevice, .wLeftMenuBox { display: none; }
    .wCategoryTop, .wCategoryBottom, .wContentBox { display: block; width: 100%;}
    .wHeadBox { text-align: left; box-shadow: none; }
}