
.panel.panel-default {
    background-color: #F6F6F6!important;
    border: none!important;
}
@media (max-width: 768px) {
    .panel.panel-default {
        background-color: #fff !important;
        box-shadow: none!important;
    }
}
.panel-group .panel {
    /*border-radius: 20px!important;*/
}
.panel-title {
    padding: 5px 7px!important;
}
.panel-title > a {
    color: #000!important;
    font-size: 16px!important;
}
.panel-title > a span {
    color: rgba(0,0,0, 0.7)!important;
    font-size: 12px!important;
}
.panel-title > a span {
    margin-left: 0px!important;
    margin-top: 5px;
}
.image-panel-wrap {
    width: 30px;
    height: 30px;
    border: 5px;
    margin-right: 20px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.image-panel-wrap img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.text-muted.text-center {
    color: #000;
    font-size: 30px;
}
.text-muted.text-center span{
    color: rgba(0,0,0, 0.8);
    font-size: 16px!important;
}
.panel.panel-default.topic-list {
    border-radius: 20px!important;
    overflow: hidden;
}
.forum__list_header {
    color: #000;
    font-size: 30px;
}
.forum__list_header span{
    color: rgba(0,0,0, 0.8);
    font-size: 16px!important;
}
.panel-body a.forum-list-body-title {
    color: #0042BE!important;
    font-size: 20px!important;
}
.topic-list .panel-heading, .topic-list .panel-footer {
    background: #F6F6F6!important;
    color: rgba(0,0,0, 0.7)!important;
    font-size: 12px!important;
}

.topic-list .panel-heading a, .topic-list .panel-footer a {
    color: #0042BE!important;
}
.pagination > li > a, .forum-item-pages a {
    color: #0042BE!important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff!important;
}
.panel-default > .panel-heading {
    color: #0042BE!important;
    font-size: 12px!important;
}
.panel-default > .panel-heading {
    color: #000!important;
}
.text-muted-index-new {
    font-size: 26px!important;
    font-weight: 650;
    color: #000!important;
    font-family: "Mulish", sans-serif;
    margin-bottom: 20px;
}
.text-muted-index-new span {
    font-size: 16px!important;
    color: rgba(0,0,0, 0.7);
    font-family: "Mulish", sans-serif;
}
#accordion {
    display: grid!important;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 4px;
}
.panel.panel-default.topic-list .panel-footer {
    color: rgba(0,0,0, 0.7);
    font-size: 14px!important;
}
.panel.panel-default.topic-list .panel-heading {
    color: #000;
    font-size: 14px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panel.panel-default.topic-list .panel-footer a {
    font-size: 12px!important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0042BE!important;
    border-color: #0042BE!important;
}
.forum-post-text {
    color: rgba(0,0,0, 0.7) !important;
}
.panel.panel-default .badge {
    background: #0042BE;
}
.panel-group.new-class {
    margin-bottom: 26px;
}
.forum-topic-header-wrap {
     display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px!important;
}
.forum-add-topic {
    display: block;
    padding: 10px 16px;
    height: 44px;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    transition: .3s ease;
}
.forum-add-topic:hover {
    color: #000;
    border-color: #000;
}
.forum-header-title, div.forum-header-box {
    background: #F6F6F6 !important;
    color: rgba(0,0,0, 0.7) !important;
    border: none;
}
table.forum-table td, div.forum-info-box, div.forum-reply-form {
    background: #F6F6F6 !important;
    border-left: 0!important;
    color: rgba(0,0,0, 0.7) !important;
    border-right: 0!important;
}
div.forum-reply-header {
    background: #F6F6F6 !important;
    color: rgba(0,0,0, 0.7) !important;
    border-top: 1px solid #dddddd;
}
.button-forum-send-topic {
    padding: 10px 20px;
    background: #0042BE !important;
    border-radius: 4px;
    color: #fff!important;
    border: none!important;
    font-size: 14px!important;
    height: 40px;
    width: 100px;
}
.banner-forum-main {
    margin-top: 0!important;
    margin-bottom: 60px;
}
.panel-group .panel + .panel {
    margin-top: 0!important;
}
.panel-default > .panel-heading {
    border: none!important;
}
.search-forum-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-forum-header-q {
    width: 47%;
    position: relative;
}
.search-forum-header-input {
    width: 100%;
    max-width: 550px;
    border: 1px solid #DAD9D9;
    border-radius: 10px;
    padding: 0 20px;
    padding-left: 36px;
    font-size: 16px;
    color: #808080;
    height: 52px;
    position: relative;
    outline: none!important;
}
.button-search-forum {
    position: absolute;
    top: 19px;
    right: 103px;
    z-index: 20;
}
.button-search-forum input {
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/main/assets/img/search-forum.svg");
    border: none!important;
    background-color: transparent;
}
.search-forum-header-q-clear {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DAD9D9;
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
}
.search-forum-header-sort {
    display: flex;
    gap: 16px;
}
.search-forum-header-sort div {
    position: relative;
}
.search-forum-header-sort div:before {
    content: '';
    width: 14px;
    height: 7px;
    background-image: url("/local/templates/main/assets/img/arrow-select-forum.svg");
    position: absolute;
    top: 24px;
    right: 15px;
    z-index: 20;
}
.search-forum-header-sort div select {
    height: 52px;
    width: 270px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    padding: 12px;
    appearance: none; /* Убирает стандартное оформление в некоторых браузерах */
    -webkit-appearance: none; /* Для Safari */
    -moz-appearance: none; /* Для Firefox */
}
.search-forum-tags {
    margin-top: 24px;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.search-forum-tags-label {
    color: #000;
    font-size: 16px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 650;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 10px 16px;
    margin-bottom: 0!important;
    cursor: pointer;
}
.search-forum-tags-label input {
    display: none;
}
.search-forum-tags-label:has(> input:checked) {
    border-color: #000;
}
.search-forum-tags-label:hover {
    border-color: #000;
}
.forum-filter-field.forum-filter-footer {

}
.breadcrumb a:hover {
    color: #0042BE !important;
}
@media (max-width: 1150px) {
    .search-forum-header {
        display: block;
        gap: 30px;
    }
    .search-forum-header-q {
        margin-bottom: 20px;
    }
}
@media (max-width: 750px) {
    #accordion {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px;
    }
    .search-forum-header-q {
        width: 100%;
    }
}