.map__sidebar__section {
    position: relative;
    left: 0;
    box-shadow: none;
    border: none;
    font-size: 13px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.page__sidebar {
    width: 280px;
}

.page__content {
    width: 832px;
}

.map__sidebar_wrap {
    padding: 0;
}

.back_preloader::after {
    display: none;
}

.js_section_footer {
    display: none;
}

.filter-visible {
    display: block !important;
}

.filter-hidden {
    display: none !important;
}
.object__action__on_map {
    color: #008bff;
}
.global-on-map-button {
    display: inline-block;
    color: #4376D3;
    font-weight: 400;
    border: 1px solid #4376d3;
    border-radius: 5px;
    padding: 6px 7px 6px 7px;
    text-align: center;
    font-size: 17px;
    float: right;
}
.global-on-map-button:hover {
    border: solid 1px #ec9c07;
    color: #ec9c07;
}
.button-wrapper {
    height: 68px;
    /*margin-top: -30px;*/
}
.button-wrapper {
    font-size: 13px;
}

.button-wrapper i {
    font-size: 12px;
    margin-right: 7px;
}

.awaiting {
    pointer-events: none;
    opacity: .5;
}

.page__sidebar .filter__form__h2 {
    display: none;
}

.js__form__footer.map__sidebar_wrap {
    padding-top: 20px;
}