.container > .row.justify-content-center > .col-md-12 > h1 {
    display: none;
}
main .content #content > .col-xl-9.col-lg-9 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
main .content #content > .col-xl-9.col-lg-9 > .container {
    padding-right: 0;
    padding-left: 0;
}
main aside > .col-xl-3.col-lg-3 {
    max-width: 100%;
}


.card {
    background-color: #2d1002;
    border: 1px solid #af7b0c;
}
.card-header {
    background-color: #f5c82f;
    border-bottom: 1px solid #0d0f17;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.u-vmenu>ul>li>a {
    background-color: #000;
}
.u-vmenu ul li a:hover {
    background-color: #2e3039;
}
.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 25px;
    color: #ffffff;
    font-family: 'Open Sans';
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #101010;
    color: #696868;
}
.dropdown-item.active, .dropdown-item:active {
    background: #101010;
    color: #696868;
}
.socBlock.supporter:after {
    content: none;
}

.socBlock.supporter {
    padding: 30px;
    height: auto;
}

@media (min-width: 994px){
    header .topPanel .btn.btn-drop {
        display: none;
    }
}

header .topPanel .btn.btn-drop {
    position: fixed;
    top: 12px;
    left: 20px;
    z-index: 15;
    transition: 0.3s;
}
@media (min-width: 994px){
    .btn {
        display: inline-block;
    }
}

.btn {
    position: unset;
    top: unset;
    left: unset;
    z-index: unset;
    transition: unset;
}

.list-group-item {
    background-color: #0d0f17;
    border: 1px solid #0d0f17;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    background: #000;
    color: #cc7954;
}
.list-group-item.active {
    background: #000;
    color: #cc7954;
    border-color: #000;
}
.download-card .card-img-top {
    -o-object-fit: contain;
    object-fit: contain;
}
.download-card {
    text-align: center;
    margin-bottom: 25px;
}

.dt-buttons {
    display: none;
}
.btn-toolbar {
    justify-content: center;
}

.list-group-item {
    background-color: rgb(45 16 2 / 49%);
    border: 1px solid #e7cf65;
}