.ya-map-sidebar {
    position: absolute;
    margin-top: -40px;
    background-color: rgba(255, 255, 255, 0.9);
    height: 550px;
    -webkit-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.52);
    -moz-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.52);
    border: 1px solid #a8a9ad;
    padding: 10px;
}
.ya-info {
    z-index: 1000;
    display: none;
    width: 22vw;
    margin-top: 0;
}
.filters {
    z-index: 999;
}
#yandex_map {
    display: inline-block;
}
.ya-map-sidebar .filter-item {
    margin-bottom: 15px;
}
.close-btn {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/times.svg) 50% no-repeat;
    opacity: .3;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}
.close-btn:hover {
    opacity: 1;
}
.ya-map-sidebar.ya-info.box .text-right {
    margin: 0;
}
.h1.spinner {
    margin-top: 235px;
}
.filter-item-xs, .filter-item, .inline-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}
.filter-item-xs label, .filter-item label {
    margin-right: 20px;
}
.mobile-filters {
    width: 100%;
}
.filters .scrolled-area {
    overflow-y: auto;
    height: 530px;
}
.filters .address-item {
    display: block;
}
.address-item img {
    margin: 0!important;
}
.address-item a {
    word-break: break-all;
}
.mobile-filters .scrolled-area {
    display: none;
}
.mobile-filters .address-item {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.filters .scrolled-area{overflow-y:auto;border:none!important;margin:0!important;}
.filters .scrolled-area::-webkit-scrollbar-button{height:0px;}
.filters .scrolled-area::-webkit-scrollbar-track{background-color:#fff;}
.filters .scrolled-area::-webkit-scrollbar-thumb{-webkit-border-radius:5px;border-radius:5px;background-color:#476b9b;}
.filters .scrolled-area::-webkit-scrollbar-thumb:hover{background-color:#476b9b;}
.filters .scrolled-area::-webkit-resizer{height:0px;}
.filters .scrolled-area::-webkit-scrollbar{width:6px;}
.categories-filter {
    display: none;
    padding-top: 10px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.categories-filter .tooltip.fade {
    width: 150px;
}
.categories-filter .tooltip.fade .tooltip-inner {
    background: #22354d;
}
.categories-filter .tooltip.fade .tooltip-arrow {
    border-top-color: #22354d;
    border-bottom-color: #22354d;
}
.desktop-filters {
    padding: 0 10px;
}
.desktop-filters .switches-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.label-not-found {
    background-color: #496a9a;
    display: none;
}
/* /// Swithes /// */
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: #a7a9ab;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.material-switch .label-primary {
    background-color: #496a9a!important;
}
/* /// Swithes /// */

@media (min-width: 768px) {
    .filters {
        width: 280px;
    }
    .ya-info {
        margin-left: 20vw;
        width: 40vw;
    }
    #yandex_map, .desktop-filters {
        width: calc(100% - 280px)!important;
        margin-left: 280px;
    }
    #yandex_map > ymaps, #yandex_map > ymaps > ymaps {
        max-width: calc(750px - 20vw)!important;
    }
}
@media (min-width: 992px) {
    .filters {
        width: 22vw;
    }
    .ya-info {
        margin-left: 22vw;
        width: 29vw;
    }
    #yandex_map, .desktop-filters {
        width: calc(970px - 22vw)!important;
        margin-left: 22vw;
    }
    #yandex_map > ymaps, #yandex_map > ymaps > ymaps {
        max-width: calc(970px - 22vw)!important;
    }
}
@media (min-width: 1200px) {
    .filters {
        width: 16vw;
    }
    .ya-info {
        margin-left: 16vw;
        width: 21vw;
    }
    #yandex_map, .desktop-filters {
        width: calc(1170px - 16vw)!important;
        margin-left: 16vw;
    }
    #yandex_map > ymaps, #yandex_map > ymaps > ymaps {
        max-width: calc(1170px - 16vw)!important;
    }
}

@media (max-width: 767px) {
    .ya-info {
        margin-left: 0;
        width: 92vw;
    }
    #yandex_map {
        width: 100%;
        margin-left: 0;
    }
    #yandex_map > ymaps, #yandex_map > ymaps > ymaps {
        max-width: 100%;
    }
}
@media (max-width: 400px) {
    .ya-info {
        margin-left: 0;
        width: 92vw;
    }
    #yandex_map {
        width: 100%;
        margin-left: 0;
    }
    #yandex_map > ymaps, #yandex_map > ymaps > ymaps {
        max-width: 100%;
    }
}