* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
    position: relative;
    height: auto !important;
    min-height: 100% !important;
}

body {
    position: static;
    background-color: #f6f5f6;
}

footer {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0 10px 0;
    color: #FAFAFA;
    overflow: visible;
}

.page {
    margin-bottom: 3rem;
}

#page-content {
    padding-bottom: 140px;
}

@media (max-width: 991px) {
    footer * {
        text-align: center !important;
    }

    .page {
        margin-bottom: 10rem;
    }
}

.btn {
    outline: none !important;
}

footer a {
    color: #FAFAFA;
    text-decoration: none;
    border-bottom: 1px dotted rgba(245, 245, 245, 0.58);
    margin-right: 10px;
}

footer a:last-of-type {
    margin-right: 0;
}

footer a:hover, footer a:focus {
    color: #FAFAFA;
    text-decoration: none;
}

noscript .alert {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    border-radius: 0;
    height: 95%;
}

header {
    color: #FFFFFF;
    background: #EAEAEA url(../img/bg.png) no-repeat center center;
    background-size: cover;
    min-height: 240px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.whileteam {
    opacity: 0.5;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.whileteam:hover {
    opacity: 1;
}

.gCats > .nav-item{
    border-bottom: 1px solid #EAEAEA;
}

.gCats > .nav-item > a {
    color: black;
    font-size: 1.2rem;
    opacity: 0.6;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.gCats > .nav-item > a.active,
.gCats > .nav-item:hover > a {
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.gCats > .nav-item:hover > a {
    opacity: 0.8;
}

.goodsItem {
    margin: 0.8rem 0;
}

.goodsItem img {
    height: 128px;
    width: 128px;
    display: block;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.nav-pills > .nav-item > .nav-link:not(.active) {
background-color: #e8e8e8;
}

.nav-pills {
gap: 10px;
}
/*
#monit .dropdown-menu form {
    padding: 10px;
    min-width: 200px;
}

#monit .serv {
    border-bottom: 1px dashed #C3C3C3;
    margin-bottom: 5px;
}

#monit .serv .online {
    float: right;
}

.buy:first-of-type {
    padding-right: 0;
}

.buy:last-of-type {
    padding-left: 0;
}

.server-select button .progress {
    left: 1.5rem;
    position: absolute;
    height: 6px;
    width: calc(100% - 30px);
}
*/

textarea {
    resize: vertical !important;
}