@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%;
    
}

/* Блок в котором расположен весь контент */
.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);
    backdrop-filter: blur(.5rem)
    
}
/* Цвет ссылок по умолчанию */
.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);
}

/* Цвет ссылок по умолчанию */
.waWhite, .waWhite:visited, .wGeneralBox .waWhite, .wGeneralBox .waWhite:visited {
    color: rgba(255,255,255,0.6);

}

@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);
}

/* Бокс с контентом страницы */
.wContentBox {
    width: 100%; 
    height: auto; 
}
/* Контент с информацией */
.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%; 
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    
    font-weight: bold;
    line-height: 1.0;
    padding: 8px 17px 8px 17px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
/* Бокс категории снизу */
.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: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.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 {
    
}
/* Текст справа */
.wTextRight {
    margin-left: auto;
    text-align: 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;
}

/* Мобильный вид */
@media only screen and (max-width: 996px)
{
    .wGeneralBox {
        padding-top: 59px; 
    }
    .wGeneralBorder { border: 0px solid rgba(255, 255, 255, 0.1); }
    .wHeadBox { text-align: left; box-shadow: none; }
}