b,
strong {
  font-weight: 500 !important;
}
.accompanying-services__slider-item {
    display: inline-flex;
    height: 47rem;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}
/* .btn{
	margin-bottom: .5rem
} */
.bx_filter_sections {
    position: relative;
}
.article {
    max-width: 80ch;
    margin: 0 auto;
}
.only_mob{
	display: none;
}
.only_desk{display:block;}
.bx_filter_popup_result.right {
    left: 102%;
}
.bx_filter_popup_result {
    font-size: 13px;
    font-weight: normal;
    line-height: 33px;
    position: absolute;
    z-index: 930;
    height: 33px;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    border-top: 1px solid #c0d6dc;
    border-right: 1px solid #c0d7dd;
    border-bottom: 1px solid #c0d6dc;
    border-left: 1px solid #c0d7dd;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}
.bx-pagination .bx-pagination-container ul {
    width: 100%;
}
button.collapse_btn.collapsed i {
    transform: rotate(180deg);
}
button.collapse_btn {
    background: none;
    border: none;
}


@media (max-width: 767px){
	div#modef {
    position: fixed;
    bottom: 0;
    background-color: darkblue;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    opacity: 1;
    z-index: 3;
}
/* .side-filter {
    position: relative;
    top: 30px;
    right: 0 !important;
    width: 100% !important;
    min-height: 110px;
    background-color: #fff;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
    z-index: 2;
}
.preview-block_fixed .side-filter {
    position: relative !important;
    top: 0 !important;
    max-height: calc(100% - 150px);
    overflow: auto;
} */
a.link_filter {
    background: #007BF5 !important;
    width: 15rem !important;
    height: 3rem;
}
.preview-block.preview-block_fix {
    padding-right: 0 !important;
}
.only_mob{
	display: block;
}
.only_desk{
	display:none !important;
	
}
}
@media (max-width: 575px){
.form-submit-submit-wrap {
    margin-top: 15px;
    text-align: left;
    margin-bottom: 15px;
}
/* .header-info-title {
    font-size: 2rem !important;
} */
.table td, .table th {
    padding: .25rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 10px;
}

}
@media (max-width: 350px){
.accompanying-services__slider-item {
    width: 305px !important;
}
.accompanying-services__slider-item {
    display: inline-flex;
    height: 38rem;
}
}
/* .modal-body p {
    width: calc(100% + 10rem);
    padding-bottom: 2rem;
} */
.modal-body a {
    color: #007bff;
}